From 12ffbdc45d28a84e6f8eccb12982fc4d31c4e387 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Thu, 22 May 2025 20:51:25 +0200 Subject: [PATCH] init --- computer/0/startup.lua | 47 + computer/10/clear.lua | 53 + computer/11/aaa | 1 + computer/11/follow_rail.lua | 12 + computer/11/miscrent | 0 computer/11/ob_mine.lua | 5 + computer/11/test.txt | 55 + computer/11/torment_nexus.lua | 166 + computer/11/torment_progress.txt | 1 + computer/12/startup.lua | 8 + computer/13/.settings | 3 + computer/13/inventory.lua | 101 + computer/13/keep_stocked.lua | 4 + computer/13/machines.lua | 111 + computer/13/make_belts.lua | 60 + computer/13/pathfinding.lua | 128 + computer/13/pos.txt | 1 + computer/13/recipes.lua | 83 + computer/13/recipes.txt | 117 + computer/13/sfx.lua | 17 + computer/13/stringshit.lua | 25 + computer/13/test.lua | 3 + computer/13/work.lua | 154 + computer/14/startup.lua | 13 + computer/15/startup.lua | 4 + computer/2/steal.lua | 9 + computer/3/automine.lua | 9 + computer/3/build.lua | 116 + computer/3/clear.lua | 8 + computer/3/copyfile.lua | 9 + computer/3/felling.lua | 45 + computer/3/gohome.lua | 2 + computer/3/inventorymanager.lua | 89 + computer/3/mine.lua | 79 + computer/3/moss.lua | 92 + computer/3/pathfinding.lua | 113 + computer/3/pathfinding2.lua | 40 + computer/3/removeemptychunks.lua | 53 + computer/3/report.lua | 2 + computer/3/schematicbuilder.lua | 9 + computer/3/startup.lua | 14 + computer/3/structure | 106 + computer/3/tobuild | 23772 +++++++++++++++++++++++++++++ computer/3/tobuildcopy | 23772 +++++++++++++++++++++++++++++ computer/3/tocopycopy | 1 + computer/3/treelocations.lua | 2 + computer/4/bake.lua | 34 + computer/4/build.lua | 116 + computer/4/copyfile.lua | 13 + computer/4/drain.lua | 9 + computer/4/felling | 45 + computer/4/inventorymanager.lua | 89 + computer/4/pathfinding.lua | 113 + computer/4/pathfinding2.lua | 35 + computer/4/rednerd.lua | 2 + computer/4/report.lua | 2 + computer/4/startup.lua | 19 + computer/4/structure | 106 + computer/4/tobuild | 3841 +++++ computer/5/eraselogs.lua | 3 + computer/5/halt.lua | 5 + computer/5/logs | 15251 ++++++++++++++++++ computer/5/report.lua | 12 + computer/5/startup.lua | 11 + computer/6/programs/test.lua | 4 + disk/0/build | 116 + disk/0/felling | 45 + disk/0/im | 89 + disk/0/pf | 113 + disk/0/pf2 | 35 + disk/0/report | 2 + disk/0/startup | 14 + disk/0/structure | 106 + disk/0/tobuild | 9619 ++++++++++++ disk/1/tobuild | 1 + ids.json | 4 + 76 files changed, 79368 insertions(+) create mode 100644 computer/0/startup.lua create mode 100644 computer/10/clear.lua create mode 100644 computer/11/aaa create mode 100644 computer/11/follow_rail.lua create mode 100644 computer/11/miscrent create mode 100644 computer/11/ob_mine.lua create mode 100644 computer/11/test.txt create mode 100644 computer/11/torment_nexus.lua create mode 100644 computer/11/torment_progress.txt create mode 100644 computer/12/startup.lua create mode 100644 computer/13/.settings create mode 100644 computer/13/inventory.lua create mode 100644 computer/13/keep_stocked.lua create mode 100644 computer/13/machines.lua create mode 100644 computer/13/make_belts.lua create mode 100644 computer/13/pathfinding.lua create mode 100644 computer/13/pos.txt create mode 100644 computer/13/recipes.lua create mode 100644 computer/13/recipes.txt create mode 100644 computer/13/sfx.lua create mode 100644 computer/13/stringshit.lua create mode 100644 computer/13/test.lua create mode 100644 computer/13/work.lua create mode 100644 computer/14/startup.lua create mode 100644 computer/15/startup.lua create mode 100644 computer/2/steal.lua create mode 100644 computer/3/automine.lua create mode 100644 computer/3/build.lua create mode 100644 computer/3/clear.lua create mode 100644 computer/3/copyfile.lua create mode 100644 computer/3/felling.lua create mode 100644 computer/3/gohome.lua create mode 100644 computer/3/inventorymanager.lua create mode 100644 computer/3/mine.lua create mode 100644 computer/3/moss.lua create mode 100644 computer/3/pathfinding.lua create mode 100644 computer/3/pathfinding2.lua create mode 100644 computer/3/removeemptychunks.lua create mode 100644 computer/3/report.lua create mode 100644 computer/3/schematicbuilder.lua create mode 100644 computer/3/startup.lua create mode 100644 computer/3/structure create mode 100644 computer/3/tobuild create mode 100644 computer/3/tobuildcopy create mode 100644 computer/3/tocopycopy create mode 100644 computer/3/treelocations.lua create mode 100644 computer/4/bake.lua create mode 100644 computer/4/build.lua create mode 100644 computer/4/copyfile.lua create mode 100644 computer/4/drain.lua create mode 100644 computer/4/felling create mode 100644 computer/4/inventorymanager.lua create mode 100644 computer/4/pathfinding.lua create mode 100644 computer/4/pathfinding2.lua create mode 100644 computer/4/rednerd.lua create mode 100644 computer/4/report.lua create mode 100644 computer/4/startup.lua create mode 100644 computer/4/structure create mode 100644 computer/4/tobuild create mode 100644 computer/5/eraselogs.lua create mode 100644 computer/5/halt.lua create mode 100644 computer/5/logs create mode 100644 computer/5/report.lua create mode 100644 computer/5/startup.lua create mode 100644 computer/6/programs/test.lua create mode 100644 disk/0/build create mode 100644 disk/0/felling create mode 100644 disk/0/im create mode 100644 disk/0/pf create mode 100644 disk/0/pf2 create mode 100644 disk/0/report create mode 100644 disk/0/startup create mode 100644 disk/0/structure create mode 100644 disk/0/tobuild create mode 100644 disk/1/tobuild create mode 100644 ids.json diff --git a/computer/0/startup.lua b/computer/0/startup.lua new file mode 100644 index 0000000..a3c94be --- /dev/null +++ b/computer/0/startup.lua @@ -0,0 +1,47 @@ +noteblock = peripheral.wrap("right") +speaker = peripheral.wrap("left") +instruments = { +"harp", +"bass", +"didgeridoo", +"xylophone", +"iron_xylophone", +"snare", +"hat", +"basedrum", +"bit", +"bit", +"bit", +"bit" +} +mobs = { + "skeleton", + "zombie", + "pig", + "cow", + "spider" +} +function sound() +while true do + if math.random(10)>5 then + speaker.playSound("entity."..mobs[math.random(#mobs)]..".ambient") + elseif math.random(100) < 95 then + noteblock.setInstrument(instruments[math.random(#instruments)]) + noteblock.play() + noteblock.setNote(math.random(24)) + elseif math.random(100) < 50 then + for i = 1,5 do + speaker.playSound("entity.creeper.step") + sleep(0.05) + end + speaker.playSound("entity.creeper.primed") + else + --speaker.playSound("BOOM") + end + sleep(math.random(1,20)) + --os.reboot() +end +end +parallel.waitForAll(sound,sound,sound,sound,sound) +peripheral.call("top","turnOn") +-- os.reboot() diff --git a/computer/10/clear.lua b/computer/10/clear.lua new file mode 100644 index 0000000..3f7bfa4 --- /dev/null +++ b/computer/10/clear.lua @@ -0,0 +1,53 @@ +areaYSize = 3*5 +areaXSize = 3*5 +areaZSize = 20 +forward = true + +for z=1,areaZSize do + for y=1,areaYSize do + for x=1,areaXSize do + turtle.dig() + if not turtle.forward() then + turtle.refuel() + turtle.forward() + end + end + if forward then + if not turtle.turnRight() then + turtle.refuel() + turtle.turnRight() + end + turtle.dig() + if not turtle.forward() then + turtle.refuel() + turtle.forward() + end + if not turtle.turnRight() then + turtle.refuel() + turtle.turnRight() + end + forward = false + else + if not turtle.turnLeft() then + turtle.refuel() + turtle.turnLeft() + end + turtle.dig() + if not turtle.forward() then + turtle.refuel() + turtle.forward() + end + if not turtle.turnLeft() then + turtle.refuel() + turtle.turnLeft() + end + forward = true + end + end + turtle.digUp() + if not turtle.up() then + turtle.refuel() + turtle.up() + end + forward = not forward +end diff --git a/computer/11/aaa b/computer/11/aaa new file mode 100644 index 0000000..f32a580 --- /dev/null +++ b/computer/11/aaa @@ -0,0 +1 @@ +true \ No newline at end of file diff --git a/computer/11/follow_rail.lua b/computer/11/follow_rail.lua new file mode 100644 index 0000000..918831b --- /dev/null +++ b/computer/11/follow_rail.lua @@ -0,0 +1,12 @@ +function step() + exists, data = turtle.inspectDown() + if exists then + + end +end + +function follow_rail() + while true do + step() + end +end diff --git a/computer/11/miscrent b/computer/11/miscrent new file mode 100644 index 0000000..e69de29 diff --git a/computer/11/ob_mine.lua b/computer/11/ob_mine.lua new file mode 100644 index 0000000..516b173 --- /dev/null +++ b/computer/11/ob_mine.lua @@ -0,0 +1,5 @@ +while true do + turtle.dig() + sleep(1) +end + diff --git a/computer/11/test.txt b/computer/11/test.txt new file mode 100644 index 0000000..11d79ca --- /dev/null +++ b/computer/11/test.txt @@ -0,0 +1,55 @@ + + + + + + + something silly - index + + + + + +
+

meow

+

+hello i might write some words here from time to time
+

+

+this website is running on my own webserver and generated with my static site builder
+this means it is
+[✓] scuffed
+[✓] non-compliant
+[✓] transgener
+[✔] no tracking or javascipt
+[✅] silly
+

+

"content"

+

+- unity on linux sucks
+- dead trees
+- horological crimes
+- snad
+- keyboar
+- distracting
+- blender
+- old projects
+- todo: put more words in the computer
+

+

+me elsewhere | photos | portfolio
+bookmarks | music
+

+
+

+

+

+

+

+
+ + +
+ + + \ No newline at end of file diff --git a/computer/11/torment_nexus.lua b/computer/11/torment_nexus.lua new file mode 100644 index 0000000..2d7b064 --- /dev/null +++ b/computer/11/torment_nexus.lua @@ -0,0 +1,166 @@ +require("follow_rail") + +PROGRESS_FILE = "torment_progress.txt" + +function turnCW(dir) + if dir == 1 then + turtle.turnRight() + elseif dir == -1 then + turtle.turnLeft() + else + error("bad dir " .. tostring(dir)) + end +end + +function station_wheels() + print("beginning wheel building step") + local file = fs.open(PROGRESS_FILE, "r") + local progress = tonumber(file.readAll()) + file.close() + + turtle.turnRight() + turtle.forward() + turtle.forward() + turtle.turnLeft() + + print(progress, "levels already done") + for i = 1,(progress*4) do + turtle.down() + end + + print("right gear gutter") + for i = 1,4 do + turtle.digDown() + turtle.down() + turtle.dig() + end + turtle.forward() + -- currently under gears, at the bottom of the layer + turtle.dig() + turtle.forward() + turtle.turnRight() + turtle.dig() + turtle.forward() + turtle.digUp() + turtle.up() + turtle.turnLeft() + turtle.turnLeft() + -- cunter right side of wheel section + print("cutting wheel section") + local dir = 1 + for slice = 1,16 do + for x = 1,6 do + turtle.digUp() + turtle.digDown() + turtle.dig() + turtle.forward() + end + turtle.digUp() + turtle.digDown() + turnCW(dir) + turtle.dig() + turtle.forward() + turnCW(dir) + dir = -dir + end + + print("placing right wheels") + turtle.turnLeft() + turtle.forward() + turtle.turnRight() + turtle.forward() + turtle.turnRight() + -- TODO select wheels + turtle.select(1) + for w = 1,16 do + turtle.back() + turtle.place() + end + print("placing right cogs") + -- TODO select cogs + turtle.select(2) + turtle.back() + turtle.place() + turtle.up() + turtle.place() + turtle.up() + turtle.place() + turtle.down() + turtle.down() + turtle.down() + turtle.place() + turtle.up() + print("moving to left gutter") + turtle.turnLeft() + for i = 1, 4 do + turtle.dig() + turtle.forward() + end + turtle.turnRight() + turtle.dig() + turtle.forward() + turtle.forward() + -- now in a wheel center + print("digging water gutter") + turtle.turnRight() + turtle.forward() + turtle.forward() + turtle.turnLeft() + turtle.down() + turtle.digDown() + for i = 1,15 do + turtle.forward() + turtle.digDown() + end + print("placing left wheels") + turtle.up() + turtle.turnLeft() + turtle.forward() + turtle.forward() + turtle.turnRight() + -- TODO select wheels + turtle.select(1) + for i = 1,16 do + turtle.back() + turtle.place() + end + turtle.back() + -- TODO select cogs + turtle.select(2) + turtle.digDown() + turtle.down() + print("placing left cogs") + for y = 1,4 do + turtle.dig() + turtle.place() + turtle.digUp() + turtle.up() + end + + print("returning to start") + for i = 1,(progress*4) do + turtle.up() + end + + turtle.turnRight() + turtle.forward() + turtle.forward() + turtle.turnLeft() + + file = fs.open(PROGRESS_FILE, "w") + file.write(tostring(progress + 1)) + file.close() +end +function station_wood() end +function station_andesite() end + +function run() + --station_wood() + --follow_rail() + station_wheels() + --follow_rail() + --station_andesite()r + --follow_rail() +end + +run() \ No newline at end of file diff --git a/computer/11/torment_progress.txt b/computer/11/torment_progress.txt new file mode 100644 index 0000000..ca7bf83 --- /dev/null +++ b/computer/11/torment_progress.txt @@ -0,0 +1 @@ +13 \ No newline at end of file diff --git a/computer/12/startup.lua b/computer/12/startup.lua new file mode 100644 index 0000000..eab6cdd --- /dev/null +++ b/computer/12/startup.lua @@ -0,0 +1,8 @@ +s = peripheral.wrap("left") +while 1 do + sleep(10 + math.random(10)) + for i = 0, math.random(3) + 2 do + s.playSound("block.gravel.break") + sleep(math.random(10)/20 + 0.2) + end +end diff --git a/computer/13/.settings b/computer/13/.settings new file mode 100644 index 0000000..4877cda --- /dev/null +++ b/computer/13/.settings @@ -0,0 +1,3 @@ +{ + [ "motd.enable" ] = false, +} \ No newline at end of file diff --git a/computer/13/inventory.lua b/computer/13/inventory.lua new file mode 100644 index 0000000..3b79f28 --- /dev/null +++ b/computer/13/inventory.lua @@ -0,0 +1,101 @@ +pp = require("cc.pretty") + +pFront = peripheral.wrap("front") +pDown = peripheral.wrap("bottom") + +function findItems(item_list, target) + for i, v in pairs(item_list) do + if stripModname(v.name) == target then + return i + end + end + return nil +end + +-- uses selected item +function insertForward(slot, count) + turtle.dropDown(count) + pFront.pullItems("bottom", 1, 64, slot) +end + +function takeForward(slot) + -- pDown.pullItems("front", slot, 64, 1) + peripheral.call("bottom", "pullItems", "front", slot or 1) + turtle.suckDown() +end + +function insertForwardDepot(count) + turtle.dropDown(count) + peripheral.call("front", "pullItem", "bottom") +end + +function takeForwardDepot() + -- pDown.pullItems("front", slot, 64, 1) + peripheral.call("front", "pushItem", "bottom") + turtle.suckDown() +end + + +function takeItems(type, count) + item_list = pFront.list() + slot = findItems(item_list, type) + + if slot == nil then + printError("could not find item " .. type .. " in chest") + return false + end + + empty_slot = pFront.size() + -- todo error if not empty + pFront.pullItems("front", 1, 64, empty_slot) -- empty first slot + pFront.pullItems("front", slot, 64, 1) -- get target item to first slot + pFront.pullItems("front", empty_slot, 64, slot) -- empty last slot for next time + return turtle.suck(count) +end + +function selectItem(name, has_nbt) + has_nbt = has_nbt or false + if name == nil or name == "nil" then + for i = 1,16 do + if turtle.getItemCount(i) == 0 then + turtle.select(i) + return + end + end + printError("no empty slot found") + return + end + for i = 1,16 do + detail = turtle.getItemDetail(i, true); + if detail and stripModname(detail.name) == name then + if has_nbt == (detail.nbt ~= nil) then + turtle.select(i) + return + end + end + end + printError("missing item", name, "nbt=", has_nbt) +end + +function getMissing(needed_items) + missing = {} + for name,count in pairs(needed_items) do + missing[name] = count + end + target_contents = peripheral.call("front", "list") + + for _, target_item in pairs(target_contents) do + for name, missing_count in pairs(missing) do + if stripModname(target_item.name) == name then + missing[name] = missing_count - target_item.count + if missing[name] < 1 then + missing[name] = nil + end + break + end + end + end + pp.pretty_print(missing) + return missing +end + diff --git a/computer/13/keep_stocked.lua b/computer/13/keep_stocked.lua new file mode 100644 index 0000000..f0520ab --- /dev/null +++ b/computer/13/keep_stocked.lua @@ -0,0 +1,4 @@ +keep_stocked = { + kelp = 10, + flint = 10 +} \ No newline at end of file diff --git a/computer/13/machines.lua b/computer/13/machines.lua new file mode 100644 index 0000000..4e3cb2b --- /dev/null +++ b/computer/13/machines.lua @@ -0,0 +1,111 @@ +require("inventory") +require("pathfinding") + +function mill(extra_items) + -- 0.4 second/item + go_to(vector.new(-4,0,0),"south") + item_count = 0 + if turtle.getItemCount() ~= 0 then + item_count = 1 + end + insertForward(1, 1) + for _,item in pairs(extra_items) do + item_count = item_count + item.count + selectItem(item.name) + insertForward(1, item.count) + end + print(item_count,"items") + sleep(0.5) + sleep(0.4 * item_count) + for i = 1, 10 do + takeForward(i) + end +end +function deploy(extra_items, nbt) + -- extra_items should only be one item + go_to(vector.new(2,0,0), "south") + insertForwardDepot(1) + goUp() + goUp() + selectItem(extra_items[1].name, nbt) + turtle.dropUp(1) + peripheral.call("front", "pullItem", "top") + + goDown() + goDown() + takeForwardDepot() +end +function deploy_tool(extra_items) + deploy(extra_items, true) + goUp() + goUp() + peripheral.call("front", "pushItem", "top") + turtle.suckUp() +end +function furnace(extra_items) + go_to(vector.new(1,0,0), "south") + item_count = 0 + if turtle.getItemCount() ~= 0 then + item_count = 1 + end + insertForward(1, 1) + for _,item in pairs(extra_items) do + item_count = item_count + item.count + selectItem(item.name) + insertForward(1, item.count) + end + wait_time = 10 * item_count + -- peripheral.call("front", "") + -- TODO refuel + sleep(wait_time) + takeForward(3) +end +function press(_) + go_to(vector.new(-1,0,0), "south") + insertForwardDepot(1) + sleep(1) + takeForwardDepot() +end +function compact(extra_items) end +function mix(extra_items) + go_to(vector.new(-3,0,0), "south") + insertForward(1, 1) + for _, item in pairs(extra_items) do + selectItem(item.name) + insertForward(nil, item.count) + end + goUp() + goUp() + goDown() + goDown() + sleep(10) + -- todo wait until ingredients are gone + takeForward(10) +end +function craft(extra_items) + slot = 5 + for _, item in pairs(extra_items) do + slot = slot + 1 + if slot == 9 then + slot = 10 + elseif slot == 13 then + slot = 14 + end + if item.name ~= "nil" then + selectItem(item.name) + turtle.transferTo(slot, 1) + end + end + turtle.craft() +end + +return { + mill = mill, + deploy = deploy, + deploy_tool = deploy_tool, + furnace = furnace, + press = press, + compact = compact, + mix = mix, + craft = craft +} \ No newline at end of file diff --git a/computer/13/make_belts.lua b/computer/13/make_belts.lua new file mode 100644 index 0000000..83024e1 --- /dev/null +++ b/computer/13/make_belts.lua @@ -0,0 +1,60 @@ +require("recipes") +require("pathfinding") +iv = require("inventory") + + +-- belt recipe +getItems("minecraft:kelp", 4) +getItems("minecraft:charcoal", 1) +getItems("techreborn:rubber", 3) +-- furnace +go_to(vector.new(1,0,0), "south") +selectItem("minecraft:charcoal") +iv.insertForward(2) +selectItem("minecraft:kelp") +iv.insertForward(1) + +sleep(40) +iv.takeForward(3) + +selectItem("minecraft:dried_kelp") + +for i = 1,3 do +-- deployer +go_to(vector.new(2,0,0), "south") +iv.insertForwardDepot(1) +go_to(vector.new(2,1,0), "south") +selectItem("techreborn:rubber") +turtle.dropUp(1) +goDown() +sleep(1) +iv.takeForwardDepot() +-- press +go_to(vector.new(-1,0,0), "south") +selectItem("minecraft:dried_kelp", true) +iv.insertForwardDepot(1) +sleep(1) +iv.takeForwardDepot() +-- deployer 2 +selectItem("minecraft:dried_kelp", true) +print("selected partial belt") +go_to(vector.new(2,0,0), "south") +iv.insertForwardDepot(1) +go_to(vector.new(2,1,0), "south") +selectItem("minecraft:dried_kelp", false) +turtle.dropUp(1) +goDown() +sleep(1) +iv.takeForwardDepot() +-- press 2 +selectItem("minecraft:dried_kelp", true) +go_to(vector.new(-1,0,0), "south") +iv.insertForwardDepot(1) +sleep(1) +iv.takeForwardDepot() + +selectItem("minecraft:dried_kelp", true) + +end + +go_to(vector.new(0,0,0), "south") diff --git a/computer/13/pathfinding.lua b/computer/13/pathfinding.lua new file mode 100644 index 0000000..1f8da3e --- /dev/null +++ b/computer/13/pathfinding.lua @@ -0,0 +1,128 @@ +pp = require("cc.pretty") + +if _G.pos == nil then + _G.facing = "south" + _G.pos = vector.new(0,0,0) + file = fs.open("pos.txt", "r") + data = splitString(file.readAll()) + _G.pos.x = tonumber(data[1]) + _G.pos.y = tonumber(data[2]) + _G.pos.z = tonumber(data[3]) + _G.facing = data[4] +end + +local up = vector.new(0,1,0) + +local rightOf = { + south = "west", + west = "north", + north = "east", + east = "south" +} + +local leftOf = { + west = "south", + north = "west", + east = "north", + south = "east" +} + +local vecOf = { + north = vector.new(0,0,-1), + south = vector.new(0,0,1), + east = vector.new(1,0,0), + west = vector.new(-1,0,0), +} + +function savePos() + fs.delete("pos.txt") + file = fs.open("pos.txt", "w") + file.write(_G.pos.x .. " " .. _G.pos.y .. " " .. _G.pos.z .. " " .. _G.facing) +end + + +function goUp() + if turtle.up() then + _G.pos.y = _G.pos.y + 1 + savePos() + else + printError("failed to go up") + printError(pos) + end +end + +function goDown() + if turtle.down() then + _G.pos.y = _G.pos.y - 1 + savePos() + else + printError("failed to go down") + printError(pos) + end +end + +function goLeft() + turtle.turnLeft() + _G.facing = leftOf[_G.facing] + savePos() +end + +function goRight() + turtle.turnRight() + _G.facing = rightOf[_G.facing] + savePos() +end + +function goForward() + if turtle.forward() then + _G.pos = _G.pos + vecOf[_G.facing] + savePos() + else + printError("failed to go forward") + printError(pos) + end +end + +function goBack() + if turtle.back() then + _G.pos = _G.pos - vecOf[_G.facing] + savePos() + else + printError("failed to go backward") + printError(pos) + end +end + +function stepTo(target) + local delta = target - _G.pos + -- print(delta) + if delta.y > 0 then + goUp() + elseif delta.y < 0 then + goDown() + elseif delta:dot(vecOf[_G.facing]) > 0 then + goForward() + elseif delta:dot(vecOf[_G.facing]:cross(up)) > 0 then + goRight() + else + goLeft() + end +end + +function go_to(target, face) + while target ~= _G.pos do + stepTo(target) + -- print(_G.pos, _G.facing, target, face) + print(_G.pos, _G.facing) + end + if face and face ~= _G.facing then + if rightOf[_G.facing] == face then + goRight() + elseif leftOf[_G.facing] == face then + goLeft() + else + goRight() + goRight() + end + end +end diff --git a/computer/13/pos.txt b/computer/13/pos.txt new file mode 100644 index 0000000..09974b0 --- /dev/null +++ b/computer/13/pos.txt @@ -0,0 +1 @@ +0 0 0 south \ No newline at end of file diff --git a/computer/13/recipes.lua b/computer/13/recipes.lua new file mode 100644 index 0000000..b9faacf --- /dev/null +++ b/computer/13/recipes.lua @@ -0,0 +1,83 @@ +pp = require("cc.pretty") +require("stringshit") +recipes = {} + +function read_recipe(file) + product = file.readLine() + if product == nil then return nil end + base = nil + intermediate = nil + repeats = 1 + while 1 do + line = file.readLine() + if string.sub(line, 1, 5) == "base " then + base = string.sub(line, 6) + elseif string.sub(line, 1, 13) == "intermediate " then + intermediate = string.sub(line, 14) + elseif string.sub(line, 1, 7) == "repeat " then + repeats = tonumber(string.sub(line, 8)) + elseif line == "steps:" then + break + end + end + steps = {} + while 1 do + line = file.readLine() + if line == "" or line == nil then + break + end + + words = splitString(line) + extra_items = {} + for i = 2, #words do + itemdata = splitString(words[i], ":") + table.insert(extra_items, { + name = itemdata[1], + count = tonumber(itemdata[2] or 1) + }) + end + table.insert(steps, { + machine = words[1], + extra_items = extra_items + }) + end + return { + product = product, + base = base, + intermediate = intermediate or base, + repeats = repeats, + steps = steps + } +end + +function load_recipes() + file = fs.open("recipes.txt", "r") + if not file then + print("error: no recipes found") + return + end + recipes = {} + while 1 do + r = read_recipe(file) + if r == nil then break end + recipes[r.product] = r + end + return recipes +end + +function ingredientsOf(recipe) + items = {} + for step_index = 1,#recipe.steps do + step = recipe.steps[step_index] + for _,item in pairs(step.extra_items) do + if item.name ~= "nil" then + old_sum = items[item.name] or 0 + items[item.name] = old_sum + item.count * recipe.repeats + end + end + end + if recipe.base then + items[recipe.base] = (items[recipe.base] or 0) + 1 + end + return items +end \ No newline at end of file diff --git a/computer/13/recipes.txt b/computer/13/recipes.txt new file mode 100644 index 0000000..8e15643 --- /dev/null +++ b/computer/13/recipes.txt @@ -0,0 +1,117 @@ +belt_connector +base dried_kelp +intermediate dried_kelp +repeat 3 +steps: +deploy rubber +press +deploy dried_kelp +press + +dried_kelp +steps: +furnace kelp:8 + +rubber +steps: +mix sap:2 + +polished_rose_quartz +base rose_quartz +steps: +deploy_tool sand_paper + +rose_quartz +steps: +mix quartz redstone:8 + +sand_paper +steps: +craft sand paper + +paper +base sugar_cane +steps: +press + +glass +steps: +furnace sand:8 + +sand +steps: +mill gravel:2 + +fluid_pipe +steps: +craft nil copper_sheet nil rubber rubber rubber nil copper_sheet + +copper_sheet +base copper_ingot +steps: +press + +andesite_alloy +steps: +craft andesite_alloy_block + +note_block +steps: +craft birch_planks birch_planks birch_planks birch_planks redstone birch_planks birch_planks birch_planks birch_planks + +birch_planks +steps: +craft birch_log + +redstone +steps: +craft redstone_block + +speaker +steps: +craft andesite_alloy andesite_alloy andesite_alloy andesite_alloy note_block andesite_alloy andesite_alloy polished_rose_quartz andesite_alloy + +gearbox +steps: +craft nil cogwheel nil cogwheel andesite_casing cogwheel nil cogwheel + +andesite_casing +base stripped_birch_log +steps: +deploy andesite_alloy + +stripped_birch_log +base birch_log +steps: +deploy_tool flint_knife + +stick +steps: +craft birch_planks nil nil birch_planks + +iron_sheet +base iron_ingot +steps: +press + +iron_ingot +steps: +craft iron_block + +cogwheel +steps: +craft andesite_alloy bronze_sheet + +flint_knife +steps: +craft flint nil nil stick + +flint +base gravel +steps: +deploy_tool flint_knife + +gravel +base cobblestone +steps: +mill diff --git a/computer/13/sfx.lua b/computer/13/sfx.lua new file mode 100644 index 0000000..b6b928c --- /dev/null +++ b/computer/13/sfx.lua @@ -0,0 +1,17 @@ +speaker = peripheral.wrap("left") +volume = 2 + +return { + success = function () + speaker.playNote("pling",volume,4) + sleep(0.1) + speaker.playNote("pling",volume,8) + sleep(0.1) + speaker.playNote("pling",volume,16) + end, + fail = function () + speaker.playNote("didgeridoo", volume, 6) + sleep(0.2) + speaker.playNote("didgeridoo", volume, 3) + end +} \ No newline at end of file diff --git a/computer/13/stringshit.lua b/computer/13/stringshit.lua new file mode 100644 index 0000000..9b4cbbe --- /dev/null +++ b/computer/13/stringshit.lua @@ -0,0 +1,25 @@ +function splitString(source, sep) + sep = sep or " " + elements = {} + for str in string.gmatch(source, "([^"..sep.."]+)") do + table.insert(elements, str) + end + return elements +end + +function stripModname(name) + parts = splitString(name, ":") + if #parts ~= 2 then + printError("modname split failed") + printError(name) + end + return parts[2] +end + +function len(table) + l = 0 + for _, _ in pairs(table) do + l = l + 1 + end + return l +end \ No newline at end of file diff --git a/computer/13/test.lua b/computer/13/test.lua new file mode 100644 index 0000000..b6124b4 --- /dev/null +++ b/computer/13/test.lua @@ -0,0 +1,3 @@ +s = require("sfx") +-- s.success() +s.fail() \ No newline at end of file diff --git a/computer/13/work.lua b/computer/13/work.lua new file mode 100644 index 0000000..5fbe8ab --- /dev/null +++ b/computer/13/work.lua @@ -0,0 +1,154 @@ +pp = require("cc.pretty") +require("keep_stocked") +require("recipes") +sfx = require("sfx") +require("pathfinding") +use_machine = require("machines") +require("inventory") + +go_to(vector.new(0,0,0), "south") +recipes = load_recipes() + +print("known recipes:\n") +for k,_ in pairs(recipes) do + write(k) + write(", ") +end +write("\nchoose one: ") +function completion(partial) + list = {} + for k,_ in pairs(recipes) do + if string.sub(k, 1, #partial) == partial then + table.insert(list, string.sub(k, #partial + 1)) + end + end + return list +end +input = splitString(read(nil, nil, completion)) + +target_product = input[1] +copies = input[2] or 1 + + +if recipes[target_product] == nil then + print("I don't know how to make that, sorry") + return +end + +-- pp.pretty_print(ingredientsOf(recipes[target_product])) +-- pp.pretty_print(recipes) + + +function doRecipe(recipe) + inited = false + for i = 1, recipe.repeats do + for _, step in pairs(recipe.steps) do + if inited then + selectItem(recipe.intermediate, true) + else + inited = true + selectItem(recipe.base, false) + end + use_machine[step.machine](step.extra_items) + -- read() + end + end + go_to(vector.new(0,0,0), "south") + for i = 1, 16 do + if turtle.getItemCount(i) ~= 0 then + turtle.select(i) + turtle.drop() + end + end + turtle.select(1) +end + + +todo = {} +for i = 1,copies do + table.insert(todo, recipes[target_product]) +end + +function listUncraftable(ingredients) + wait_for = {} + if len(ingredients) == 0 then + return wait_for + end + for name, count in pairs(ingredients) do + print("missing", count, name) + if recipes[name] == nil then + wait_for[name] = count + end + end + return wait_for +end + +function tryCreating(recipe) + ingredients = ingredientsOf(recipe) + missing_ingredients = getMissing(ingredients) + if len(missing_ingredients) == 0 then + todo[#todo] = nil + turtle.select(1) + for item, count in pairs(ingredients) do + takeItems(item, count) + end + doRecipe(current_recipe) + -- for item, min_count in pairs(getMissing(keep_stocked)) do + -- table.insert(todo, recipes[item]) + -- end + return nil + end + return missing_ingredients +end + +while #todo > 0 do + -- for item, _count in pairs(getMissing(keep_stocked)) do + -- print("creating", item, "to keep stock up") + -- tryCreating(recipes[item]) + -- end + current_recipe = todo[#todo] + -- ingredients = ingredientsOf(current_recipe) + pp.pretty_print(ingredients) + missing_ingredients = tryCreating(current_recipe) + if missing_ingredients then + -- missing_ingredients = getMissing(ingredients) + -- if len(missing_ingredients) == 0 then + -- todo[#todo] = nil + -- turtle.select(1) + -- for item, count in pairs(ingredients) do + -- takeItems(item, count) + -- end + -- doRecipe(current_recipe) + -- for item, min_count in pairs(getMissing(keep_stocked)) do + -- table.insert(todo, recipes[item]) + -- end + -- else + wait_for = listUncraftable(missing_ingredients) + while len(wait_for) > 0 do + for name,count in pairs(wait_for) do + print("please supply", count, name, "manually") + end + print("press return to continue, q to quit") + sfx.fail() + if read() == "q" then + return + end + missing_ingredients = getMissing(ingredients) + wait_for = listUncraftable(missing_ingredients) + end + for name, count in pairs(missing_ingredients) do + if recipes[name] then + print("first making", count, name) + -- for i = 1,count do + table.insert(todo, recipes[name]) + -- end + end + end + end + + -- print("aaa") + -- read() +end +print("done!") +sfx.success() + diff --git a/computer/14/startup.lua b/computer/14/startup.lua new file mode 100644 index 0000000..1e5b3ca --- /dev/null +++ b/computer/14/startup.lua @@ -0,0 +1,13 @@ +while true do + tanks = peripheral.call("right","tanks") + lava = 0 + for i,v in pairs(tanks) do + if v.name == "minecraft:lava" then + lava = lava + v.amount + end + end + + if lava > 300 then + peripheral.call("right","pushFluid","left",lava - 300) + end +end diff --git a/computer/15/startup.lua b/computer/15/startup.lua new file mode 100644 index 0000000..39b03d8 --- /dev/null +++ b/computer/15/startup.lua @@ -0,0 +1,4 @@ +while true do + peripheral.call("bottom","turnOn") + sleep(0.05) +end diff --git a/computer/2/steal.lua b/computer/2/steal.lua new file mode 100644 index 0000000..e9418de --- /dev/null +++ b/computer/2/steal.lua @@ -0,0 +1,9 @@ +local goal = vector.new(-313, 103, 192) +print("where am i?") + +local coords = read( + + + + + diff --git a/computer/3/automine.lua b/computer/3/automine.lua new file mode 100644 index 0000000..06fa6f7 --- /dev/null +++ b/computer/3/automine.lua @@ -0,0 +1,9 @@ +while true do + shell.execute("mine") + if turtle.getFuelLevel() > 100 then + shell.execute("clear") + else + return + end + sleep(1) +end diff --git a/computer/3/build.lua b/computer/3/build.lua new file mode 100644 index 0000000..6bbb42d --- /dev/null +++ b/computer/3/build.lua @@ -0,0 +1,116 @@ +sf = require("structure") +local pf = require("pathfinding") +local im = require("inventorymanager") +local origin = vector.new(-15,235,120) +function build(x,y,z) + store = {height = 0} + grocerylist = {} + for h = 1,8 do + store[h] = {width = 0} + for w = 1,8 do + store[h][w] = {depth = 0} + for d = 1,8 do + bool, data = sf.blockat(x+w,z+d,y+h) + if bool then + store[h][w][d] = data + store[h][w].depth = d + grocerylist[store[h][w][d]] = + (grocerylist[store[h][w][d]] or 0)+1 + end + end + if store[h][w].depth>0 then + store[h].width = w + end + end + if store[h].width>0 then + store.height = h + end + end + if store.height==0 then + --print("cell at",x,y,z,"is done") + removechunk(x,y,z) + return true + + end + flag = false + for k,v in pairs(grocerylist) do + if im.count(k) < v then + print("not enough "..k.." need "..v.." of it") + flag = true + end + end + if turtle.getFuelLevel() < 2000 then + print("too lazy for that") + flag = true + end + if flag then + pf.to(vector.new(pf.home.x,position.y+8,pf.home.z)) + pf.returnHome() + return false + end + pf.to(origin + vector.new(x+1,y+8,z+1)) + for h = 1,8 do + print(store[h].width) + for w = 1,store[h].width do + print(store[h][w].depth) + for d = 1,store[h][w].depth do + if store[h][w][d] then + pf.to(origin+vector.new(x+w,y+h,z+d)) + im.select(store[h][w][d]) + turtle.placeDown() + end + end + end + end + removechunk(x,y,z) + return true +end + +function removechunk(x,y,z) + + --::success:: + local file = fs.open("tobuild","r") + local rest = {} + line = file.readLine() + while line do + table.insert(rest,line) + line = file.readLine() + end + file.close() + file = fs.open("tobuild","w") + str = tostring(vector.new(x,y,z)) + for _,v in ipairs(rest) do + if v ~= str then + file.writeLine(v) + end + end + file.close() +end +function stringtovec(str) + parts = {} + for part in string.gmatch(str, "([^,]+)") do + table.insert(parts, part) + end + return vector.new(unpack(parts)) +end +--pf.to(origin) +file=fs.open("tobuild","r") +chunk = file.readLine() +file.close() +print(chunk) +vec = stringtovec(chunk) +X1,Y1,Z1 = vec.x,vec.y,vec.z +print(X1,Y1,Z1) +while build(X1,Y1,Z1) do +-- term.clear() + print(X1,Y1,Z1) + file = fs.open("tobuild","r") + chunk = file.readLine() + vec = stringtovec(chunk) + X1,Y1,Z1 = vec.x,vec.y,vec.z + file.close() + --term.clear() + sleep(0) +end +pf.returnHome() + diff --git a/computer/3/clear.lua b/computer/3/clear.lua new file mode 100644 index 0000000..4374e47 --- /dev/null +++ b/computer/3/clear.lua @@ -0,0 +1,8 @@ +pf = require("pathfinding") +chest = vector.new(-251,96,99) +pf.to(chest) +for i = 1,16 do + turtle.select(i) + turtle.dropDown() +end +pf.returnHome() diff --git a/computer/3/copyfile.lua b/computer/3/copyfile.lua new file mode 100644 index 0000000..8828b16 --- /dev/null +++ b/computer/3/copyfile.lua @@ -0,0 +1,9 @@ +file = fs.open("tobuild","r") +line = file.readLine() +while line do + rednet.send(4,line) + line = file.readLine() +end +write("line".."\n") +rednet.send(4,"done") +file.close() diff --git a/computer/3/felling.lua b/computer/3/felling.lua new file mode 100644 index 0000000..23c5591 --- /dev/null +++ b/computer/3/felling.lua @@ -0,0 +1,45 @@ +trees = { + vector.new(-261, 95, 119), + vector.new(-258, 95, 124), + vector.new(-264, 95, 124), + vector.new(-265, 95, 121), + vector.new(-263, 94, 116), + vector.new(-265, 94, 107), + vector.new(-263, 94, 104), + vector.new(-261,94,94), + vector.new(-259,94,100), + vector.new(-257,94,103) +} +pf = require("pathfinding") +im = require("inventorymanager") +function fell(index) + im.select("minecraft:birch_sapling") + print("going towards tree") + pf.lookat(trees[index or math.random(#trees)]) + has, data = turtle.inspect() + print(has,data) + if + has and data.name == + "minecraft:birch_log" + then + turtle.dig() + turtle.forward() + height = 0 + while turtle.digUp() do + turtle.up() + height = height + 1 + end + for i = 1,height do + turtle.down() + end + turtle.back() + end + turtle.place() +end + +for i = 1,#trees do + fell(i) +end +pf.returnHome() + + diff --git a/computer/3/gohome.lua b/computer/3/gohome.lua new file mode 100644 index 0000000..fbd9419 --- /dev/null +++ b/computer/3/gohome.lua @@ -0,0 +1,2 @@ +pf = require("pathfinding") +pf.returnHome() diff --git a/computer/3/inventorymanager.lua b/computer/3/inventorymanager.lua new file mode 100644 index 0000000..2656f8e --- /dev/null +++ b/computer/3/inventorymanager.lua @@ -0,0 +1,89 @@ +function count(name) + local value = 0 + for i = 1,16 do + local item = turtle.getItemDetail(i) + if item and item.name == name then + value = value + item.count + end + if item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(.1) + pack = peripheral.wrap("top") + items = pack.list() + for i,v in pairs(items) do + if v.name == name then + value = value + v.count + end + end + turtle.digUp() + end + end + return value +end +function select(name) + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if not item then + flag = true + end + if item and item.name == name then + turtle.select(i) + return true + end + end + for i = 1,16 do + item = turtle.getItemDetail(i) + if flag and item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(0.1) + items = peripheral.call("top","list") + for i,v in pairs(items) do + if v.name == name then + turtle.suckUp(64) + break + end + end + turtle.digUp() + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + return true + end + end + end + end + print("no"..name.."found") + return false +end + +function pull(name, slot) + slot = slot or turtle.getSelectedSlot() + turtle.select(slot) + i = 1 + item = turtle.getItemDetail(slot) + while item and item.name~=name and i <=16 do + turtle.transferTo(i) + item = turtle.getItemDetail(slot) + i = i+1 + end + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + turtle.transferTo(slot) + flag = true + end + end + turtle.select(slot) + if flag then + return turtle.getItemCount(slot) + end + return error("there is no '"..name.."' in my inventory") +end + +return {pull=pull,count=count,select=select} diff --git a/computer/3/mine.lua b/computer/3/mine.lua new file mode 100644 index 0000000..2a02f71 --- /dev/null +++ b/computer/3/mine.lua @@ -0,0 +1,79 @@ +im = require("inventorymanager") +local height = 0 +function mineLayer() + rednet.broadcast("i can halt now") + id, message = rednet.receive(nil, 5) + if message == "halt" then + print("was ordered to stop") + return false + end + if turtle.getFuelLevel() < 500 then + print("too tired to mine") + return false + end + local slots = 0 + for i = 1,16 do + if turtle.getItemCount(i) == 0 then + slots = slots +1 + end + end + + if slots < 8 then + print("not confident i can pick it all up :(") + return false + end + status = "dropping down" + print(status) + while turtle.down() do + height = height+1 + end + turtle.digDown() + turtle.down() + height = height+1 + status = "mining layer:"..height + print(status) + for i = 1,16 do + + for j = 1,15 do + hit, below = turtle.inspectDown() + if below.name == "minecraft:water" then + im.pull("minecraft:cobblestone") + turtle.placeDown() + end + turtle.dig() + turtle.forward() + end + if( math.mod(i,2) == 0) then + turtle.turnLeft() + turtle.dig() + turtle.placeDown() + turtle.forward() + turtle.turnLeft() + else + turtle.turnRight() + turtle.dig() + turtle.placeDown() + turtle.forward() + turtle.turnRight() + end + end + turtle.turnLeft() + for i = 1,16 do + turtle.forward() + end + turtle.turnRight() + return true +end +function gohome() + status = "resurfacing" + print(status) + for i = 1,height do + turtle.up() + end + turtle.back() +end +turtle.forward() +while mineLayer() do + +end +gohome() diff --git a/computer/3/moss.lua b/computer/3/moss.lua new file mode 100644 index 0000000..3ef1b13 --- /dev/null +++ b/computer/3/moss.lua @@ -0,0 +1,92 @@ +function plant() + im = require("inventorymanager") + mosscount = im.pull("minecraft:moss_block",1) + mealcount = im.pull("minecraft:bone_meal",2) + if mosscount <= 1 then + return false, "not enough moss" + end + if mealcount <= 16 then + return false, "not enough bone meal" + end + if turtle.getFuelLevel() < 500 then + return false, "not enough fuel" + end + while turtle.down() do + height = height+1 + end + turtle.up() + for i = 1,4 do + for j = 1,5 do + turtle.forward() + turtle.forward() + turtle.select(1) + turtle.placeUp() + turtle.select(2) + turtle.placeUp() + turtle.digUp() + turtle.forward() + --turtle.forward() + end + if math.mod(i,2) == 1 then + turtle.turnRight() + turtle.forward() + turtle.forward() + turtle.forward() + turtle.forward() + turtle.turnRight() + else + turtle.turnLeft() + turtle.forward() + turtle.forward() + turtle.forward() + turtle.forward() + turtle.turnLeft() + end + end + turtle.turnLeft() + for i = 1,16 do + turtle.forward() + end + turtle.turnRight() + return true +end +function clear() + turtle.digDown() + turtle.down() + for i = 1,16 do + for j = 1,15 do + turtle.dig() + turtle.digDown() + turtle.forward() + end + turtle.digDown() + if math.mod(i,2) == 1 then + turtle.turnRight() + turtle.dig() + turtle.forward() + turtle.turnRight() + else + turtle.turnLeft() + turtle.dig() + turtle.forward() + turtle.turnLeft() + end + end + turtle.turnLeft() + for i = 1,16 do + turtle.forward() + end + turtle.turnRight() + return true +end + +height = 0 +turtle.forward() +if plant() then + clear() +end +for i = 1,height do + turtle.up() +end +turtle.back() + diff --git a/computer/3/pathfinding.lua b/computer/3/pathfinding.lua new file mode 100644 index 0000000..4fb5ec0 --- /dev/null +++ b/computer/3/pathfinding.lua @@ -0,0 +1,113 @@ +home = vector.new(-250, 96, 108) +up = vector.new(0,1,0) +south = vector.new(0,0,1) +east = vector.new(1,0,0) +function greedystep(target) + if (target-position):dot(facing) > 0 then + if turtle.forward() then + position = position + facing + elseif position + facing ==target then + return false, "the target is occupied" + else + + + temp = (target-position):dot(facing:cross(up)) + if temp>0 then + turtle.turnRight() + facing = facing:cross(up) + elseif temp<0 then + turtle.turnLeft() + facing = - facing:cross(up) + else + temp = (target-position):dot(up) + if temp>0 then + if turtle.up() then + position = position+up + end + elseif temp<0 then + if turtle.down() then + position = position-up + end + else + error("help me im stuck") + end + end + end + else + --we did not need to move in that direction + temp = (target-position):dot(facing:cross(up)) + if temp > 0 then + turtle.turnRight() + facing=facing:cross(up) + elseif temp < 0 then + turtle.turnLeft() + facing=facing:cross(-up) + else + if (target-position):dot(facing) == 0 then + temp = (target-position):dot(up) + if temp == 0 then + return false,"the target has been reached" + else + if temp > 0 then + if turtle.up() then + position:add(up) + else + position.sub(up) + end + end + end + + + end + end + end +-- print(position,facing) + _G.position = position + _G.facing = facing + return true +end +greedystep = require("pathfinding2").greedystep +function to(target) + print(tostring(target)) + while greedystep(target) do + end +end +function returnhome() + to(home) + if facing == south then + turtle.turnRight() + facing=facing:cross(up) + end + if facing == east then + turtle.turnLeft() + facing=facing:cross(-up) + end + if facing == -south then + turtle.turnLeft() + facing=facing:cross(-up) + end + _G.facing = facing + _G.position = position +end +function lookat(target) + print("lookat") + while (position+facing).x ~= target.x + or (position+facing).z ~= target.z do + greedystep(target) + end + print("temp") + temp = target.y-position.y + while target.y > position.y do + turtle.up() + position = position+up + end + while target.y < position.y do + turtle.down() + position = position-up + end + _G.position = position +end +return {to = to, +returnHome=returnhome, +lookat = lookat, +home = home} diff --git a/computer/3/pathfinding2.lua b/computer/3/pathfinding2.lua new file mode 100644 index 0000000..95e8348 --- /dev/null +++ b/computer/3/pathfinding2.lua @@ -0,0 +1,40 @@ +up = vector.new(0,1,0) +function greedystep(target) + --rednet.broadcast(position) + vec = target-position + if target == position then + return false + end + if vec.y > 0 then + if turtle.up() then + _G.position = position + up + return true + end + elseif vec.y < 0 then + if turtle.down() then + _G.position = position - up + return true + end + end + if vec:dot(facing) > 0 then + if turtle.forward() then + _G.position = position + facing + return true + end + elseif vec:dot(facing) < 0 then + if turtle.back() then + _G.position = position - facing + return true + end + end + if vec:dot(facing:cross(up)) > 0 then + turtle.turnRight() + _G.facing = facing:cross(up) + return true + else + turtle.turnLeft() + _G.facing = - facing:cross(up) + return true + end +end +return {greedystep = greedystep} diff --git a/computer/3/removeemptychunks.lua b/computer/3/removeemptychunks.lua new file mode 100644 index 0000000..d211c0e --- /dev/null +++ b/computer/3/removeemptychunks.lua @@ -0,0 +1,53 @@ + +function stringtovec(str) + parts = {} + for part in string.gmatch(str,"([^,])") do + table.insert(parts,part) + end + return vector.new(unpack(parts)) +end +sf = require("structure") + +function removechunks() + file = fs.open("tobuild","r") + lines = {} + line = file.readLine() + + while line do + i = math.mod((i or 0)+1,100) + if i == 0 then sleep(0.05) end + xyz = stringtovec(line) + if not chunkisempty(xyz) then + table.insert(lines,line) + print(line) + end + line = file.readLine() + end + file.close() + fs.delete("tobuildcopy") + file = fs.open("tobuildcopy","w") + for i,line in ipairs(lines) do + file.writeLine(line) + print(line) + if math.mod(i,100) == 0 then sleep(0.05) end + end + file.close() +end +function chunkisempty(vec) + x,y,z = vec.x,vec.y,vec.z + for w = 1,8 do + for h = 1,8 do + for d = 1,8 do + bool,block = sf.blockat(x+w,z+d,y+h) + if bool then + print(block) + return false + end + end + end + end + return true +end + +--print(chunkisempty(vector.new(-150,0,0))) +removechunks() diff --git a/computer/3/report.lua b/computer/3/report.lua new file mode 100644 index 0000000..7c8996f --- /dev/null +++ b/computer/3/report.lua @@ -0,0 +1,2 @@ +print("i believe i am at", position) +print("and looking", facing) diff --git a/computer/3/schematicbuilder.lua b/computer/3/schematicbuilder.lua new file mode 100644 index 0000000..ba564e4 --- /dev/null +++ b/computer/3/schematicbuilder.lua @@ -0,0 +1,9 @@ +file = fs.open("tobuild","w") +for i = -80,80,8 do + for j = -150,150,8 do + for k = -150,150,8 do + file.writeLine(j..","..i..","..k) + end + end +end +file.close() diff --git a/computer/3/startup.lua b/computer/3/startup.lua new file mode 100644 index 0000000..d8a5dee --- /dev/null +++ b/computer/3/startup.lua @@ -0,0 +1,14 @@ +_G.position = vector.new(-250,96,108) +_G.facing = vector.new(-1,0,0) +rednet.open("left") +old_print = _G.print +new_print = function(...) + x = "" + for i,v in ipairs(arg) do + x = x..tostring(v).." " + end + old_print(x) + rednet.broadcast(x) +end +_G.print = new_print + diff --git a/computer/3/structure b/computer/3/structure new file mode 100644 index 0000000..8ef5c5b --- /dev/null +++ b/computer/3/structure @@ -0,0 +1,106 @@ +v = 0.55 +X = vector.new(0,-0.92836897,0.28899258) +Y = vector.new(-0.94538565,0.06753674,0.21695717) +Z = vector.new(0.23369713,0.28899258,0.92836897) +r1 = 40 +r2 = 10 +a = {1,-2,3,1,0,-1,-1,2,0,0} +b = {-1.2314479651658854,-1.5872747213793104,0.04683103835434217,1.9674748180974897,1.153043896136355,-0.10238369338887907,1.7042206782594087,-1.242120063575402,0.5603127510670854,2.66234724349466} +c = {4.321312860949716,2.116116100402904,2.7194094703705165,3.0821962706516177,5.994638109825947,0.8990716738267982,0.06271719387139103,0.7355961093238955,2.1949825399445198,5.522266625688897} +l = vector.new(0.57735027,0.57735027,0.57735027) +function surface(uv) + --print("surface") + total = 0 + for i = 1,#a do + total = total + math.sin(a[i]*uv.x+math.floor(.5+b[i])*uv.y+c[i]) + end + return math.pow(math.mod(total,2)-1,2) +end +function map(xyz) + --print("map") + local u = math.atan2( + xyz:dot(X),xyz:dot(Y) + ) + local v = math.atan2( + xyz:dot(Z:normalize()), + math.sqrt( + xyz:dot(X)^2+xyz:dot(X)^2 + ) + -r1 + ) + return vector.new(u,v) +end +function lerp(x,y,t) + --print("lerp") + return x - (x-y)*t +end +function project(x,y) + --print("project x:",x," y:",y) + return x-( + y*( + ( + x:dot( + y + ) + )/( + y:dot( + y + ) + ) + ) + ) +end +function setmag(x,y) + --print("setmag") + return x:normalize()*y +end +function f(x,y,z) + --print("f") + xyz = vector.new(x,y,z) + dist = (xyz-setmag(project(xyz,Z),r1)):length()-r2 + detail = lerp(5*surface(map(xyz)),r1,v) + return dist-detail +end +function blockat(x,y,z) + --print("blockat") + if f(x,y,z) < 0 then + flag = false + for k,v in pairs({ + {1,0,0}, + {0,1,0}, + {0,0,1}, + {-1,0,0}, + {0,-1,0}, + {0,0,-1} + })do + flag = f(x+v[1],y+v[2],z+v[3])>0 or flag + end + if flag then + dx = f(x+0.1,y,z)-f(x-0.1,y,z) + dy = f(x,y+0.1,z)-f(x,y-0.1,z) + dz = f(x,y,z+0.1)-f(x,y,z-0.1) + normal = vector.new(dx,dy,dz):normalize() + if normal:dot(vector.new(0,0,1)) > 0.5 then + return true, "minecraft:moss_block" + end + dot = normal:dot(l) + lighttable = { + {-.7,"minecraft:cobbled_deepslate"}, + {-.5,"minecraft:andesite"}, + {-.3,"minecraft:tuff"}, + {0,"minecraft:cobblestone"}, + {.5,"minecraft:diorite"}, + {.7,"create:cut_limestone"}, + {2,"minecraft:calcite"} + } + for i,v in ipairs(lighttable) do + if dot < v[1] then + return true, v[2] + end + end + end + end +-- print(x,y,z,"is not part of the set") + return false +end +return {blockat = blockat} diff --git a/computer/3/tobuild b/computer/3/tobuild new file mode 100644 index 0000000..11f4e7e --- /dev/null +++ b/computer/3/tobuild @@ -0,0 +1,23772 @@ +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +42,-48,-134 +42,-48,-126 +42,-48,-118 +42,-48,-110 +42,-48,-102 +42,-48,-94 +42,-48,-86 +42,-48,-78 +42,-48,-70 +42,-48,-62 +42,-48,-54 +42,-48,-46 +42,-48,-38 +42,-48,-30 +42,-48,-22 +42,-48,-14 +42,-48,-6 +42,-48,2 +42,-48,10 +42,-48,18 +42,-48,26 +42,-48,34 +42,-48,42 +42,-48,50 +42,-48,58 +42,-48,66 +42,-48,74 +42,-48,82 +42,-48,90 +42,-48,98 +42,-48,106 +42,-48,114 +42,-48,122 +42,-48,130 +42,-48,138 +42,-48,146 +50,-48,-150 +50,-48,-142 +50,-48,-134 +50,-48,-126 +50,-48,-118 +50,-48,-110 +50,-48,-102 +50,-48,-94 +50,-48,-86 +50,-48,-78 +50,-48,-70 +50,-48,-62 +50,-48,-54 +50,-48,-46 +50,-48,-38 +50,-48,-30 +50,-48,-22 +50,-48,-14 +50,-48,-6 +50,-48,2 +50,-48,10 +50,-48,18 +50,-48,26 +50,-48,34 +50,-48,42 +50,-48,50 +50,-48,58 +50,-48,66 +50,-48,74 +50,-48,82 +50,-48,90 +50,-48,98 +50,-48,106 +50,-48,114 +50,-48,122 +50,-48,130 +50,-48,138 +50,-48,146 +58,-48,-150 +58,-48,-142 +58,-48,-134 +58,-48,-126 +58,-48,-118 +58,-48,-110 +58,-48,-102 +58,-48,-94 +58,-48,-86 +58,-48,-78 +58,-48,-70 +58,-48,-62 +58,-48,-54 +58,-48,-46 +58,-48,-38 +58,-48,-30 +58,-48,-22 +58,-48,-14 +58,-48,-6 +58,-48,2 +58,-48,10 +58,-48,18 +58,-48,26 +58,-48,34 +58,-48,42 +58,-48,50 +58,-48,58 +58,-48,66 +58,-48,74 +58,-48,82 +58,-48,90 +58,-48,98 +58,-48,106 +58,-48,114 +58,-48,122 +58,-48,130 +58,-48,138 +58,-48,146 +66,-48,-150 +66,-48,-142 +66,-48,-134 +66,-48,-126 +66,-48,-118 +66,-48,-110 +66,-48,-102 +66,-48,-94 +66,-48,-86 +66,-48,-78 +66,-48,-70 +66,-48,-62 +66,-48,-54 +66,-48,-46 +66,-48,-38 +66,-48,-30 +66,-48,-22 +66,-48,-14 +66,-48,-6 +66,-48,2 +66,-48,10 +66,-48,18 +66,-48,26 +66,-48,34 +66,-48,42 +66,-48,50 +66,-48,58 +66,-48,66 +66,-48,74 +66,-48,82 +66,-48,90 +66,-48,98 +66,-48,106 +66,-48,114 +66,-48,122 +66,-48,130 +66,-48,138 +66,-48,146 +74,-48,-150 +74,-48,-142 +74,-48,-134 +74,-48,-126 +74,-48,-118 +74,-48,-110 +74,-48,-102 +74,-48,-94 +74,-48,-86 +74,-48,-78 +74,-48,-70 +74,-48,-62 +74,-48,-54 +74,-48,-46 +74,-48,-38 +74,-48,-30 +74,-48,-22 +74,-48,-14 +74,-48,-6 +74,-48,2 +74,-48,10 +74,-48,18 +74,-48,26 +74,-48,34 +74,-48,42 +74,-48,50 +74,-48,58 +74,-48,66 +74,-48,74 +74,-48,82 +74,-48,90 +74,-48,98 +74,-48,106 +74,-48,114 +74,-48,122 +74,-48,130 +74,-48,138 +74,-48,146 +82,-48,-150 +82,-48,-142 +82,-48,-134 +82,-48,-126 +82,-48,-118 +82,-48,-110 +82,-48,-102 +82,-48,-94 +82,-48,-86 +82,-48,-78 +82,-48,-70 +82,-48,-62 +82,-48,-54 +82,-48,-46 +82,-48,-38 +82,-48,-30 +82,-48,-22 +82,-48,-14 +82,-48,-6 +82,-48,2 +82,-48,10 +82,-48,18 +82,-48,26 +82,-48,34 +82,-48,42 +82,-48,50 +82,-48,58 +82,-48,66 +82,-48,74 +82,-48,82 +82,-48,90 +82,-48,98 +82,-48,106 +82,-48,114 +82,-48,122 +82,-48,130 +82,-48,138 +82,-48,146 +90,-48,-150 +90,-48,-142 +90,-48,-134 +90,-48,-126 +90,-48,-118 +90,-48,-110 +90,-48,-102 +90,-48,-94 +90,-48,-86 +90,-48,-78 +90,-48,-70 +90,-48,-62 +90,-48,-54 +90,-48,-46 +90,-48,-38 +90,-48,-30 +90,-48,-22 +90,-48,-14 +90,-48,-6 +90,-48,2 +90,-48,10 +90,-48,18 +90,-48,26 +90,-48,34 +90,-48,42 +90,-48,50 +90,-48,58 +90,-48,66 +90,-48,74 +90,-48,82 +90,-48,90 +90,-48,98 +90,-48,106 +90,-48,114 +90,-48,122 +90,-48,130 +90,-48,138 +90,-48,146 +98,-48,-150 +98,-48,-142 +98,-48,-134 +98,-48,-126 +98,-48,-118 +98,-48,-110 +98,-48,-102 +98,-48,-94 +98,-48,-86 +98,-48,-78 +98,-48,-70 +98,-48,-62 +98,-48,-54 +98,-48,-46 +98,-48,-38 +98,-48,-30 +98,-48,-22 +98,-48,-14 +98,-48,-6 +98,-48,2 +98,-48,10 +98,-48,18 +98,-48,26 +98,-48,34 +98,-48,42 +98,-48,50 +98,-48,58 +98,-48,66 +98,-48,74 +98,-48,82 +98,-48,90 +98,-48,98 +98,-48,106 +98,-48,114 +98,-48,122 +98,-48,130 +98,-48,138 +98,-48,146 +106,-48,-150 +106,-48,-142 +106,-48,-134 +106,-48,-126 +106,-48,-118 +106,-48,-110 +106,-48,-102 +106,-48,-94 +106,-48,-86 +106,-48,-78 +106,-48,-70 +106,-48,-62 +106,-48,-54 +106,-48,-46 +106,-48,-38 +106,-48,-30 +106,-48,-22 +106,-48,-14 +106,-48,-6 +106,-48,2 +106,-48,10 +106,-48,18 +106,-48,26 +106,-48,34 +106,-48,42 +106,-48,50 +106,-48,58 +106,-48,66 +106,-48,74 +106,-48,82 +106,-48,90 +106,-48,98 +106,-48,106 +106,-48,114 +106,-48,122 +106,-48,130 +106,-48,138 +106,-48,146 +114,-48,-150 +114,-48,-142 +114,-48,-134 +114,-48,-126 +114,-48,-118 +114,-48,-110 +114,-48,-102 +114,-48,-94 +114,-48,-86 +114,-48,-78 +114,-48,-70 +114,-48,-62 +114,-48,-54 +114,-48,-46 +114,-48,-38 +114,-48,-30 +114,-48,-22 +114,-48,-14 +114,-48,-6 +114,-48,2 +114,-48,10 +114,-48,18 +114,-48,26 +114,-48,34 +114,-48,42 +114,-48,50 +114,-48,58 +114,-48,66 +114,-48,74 +114,-48,82 +114,-48,90 +114,-48,98 +114,-48,106 +114,-48,114 +114,-48,122 +114,-48,130 +114,-48,138 +114,-48,146 +122,-48,-150 +122,-48,-142 +122,-48,-134 +122,-48,-126 +122,-48,-118 +122,-48,-110 +122,-48,-102 +122,-48,-94 +122,-48,-86 +122,-48,-78 +122,-48,-70 +122,-48,-62 +122,-48,-54 +122,-48,-46 +122,-48,-38 +122,-48,-30 +122,-48,-22 +122,-48,-14 +122,-48,-6 +122,-48,2 +122,-48,10 +122,-48,18 +122,-48,26 +122,-48,34 +122,-48,42 +122,-48,50 +122,-48,58 +122,-48,66 +122,-48,74 +122,-48,82 +122,-48,90 +122,-48,98 +122,-48,106 +122,-48,114 +122,-48,122 +122,-48,130 +122,-48,138 +122,-48,146 +130,-48,-150 +130,-48,-142 +130,-48,-134 +130,-48,-126 +130,-48,-118 +130,-48,-110 +130,-48,-102 +130,-48,-94 +130,-48,-86 +130,-48,-78 +130,-48,-70 +130,-48,-62 +130,-48,-54 +130,-48,-46 +130,-48,-38 +130,-48,-30 +130,-48,-22 +130,-48,-14 +130,-48,-6 +130,-48,2 +130,-48,10 +130,-48,18 +130,-48,26 +130,-48,34 +130,-48,42 +130,-48,50 +130,-48,58 +130,-48,66 +130,-48,74 +130,-48,82 +130,-48,90 +130,-48,98 +130,-48,106 +130,-48,114 +130,-48,122 +130,-48,130 +130,-48,138 +130,-48,146 +138,-48,-150 +138,-48,-142 +138,-48,-134 +138,-48,-126 +138,-48,-118 +138,-48,-110 +138,-48,-102 +138,-48,-94 +138,-48,-86 +138,-48,-78 +138,-48,-70 +138,-48,-62 +138,-48,-54 +138,-48,-46 +138,-48,-38 +138,-48,-30 +138,-48,-22 +138,-48,-14 +138,-48,-6 +138,-48,2 +138,-48,10 +138,-48,18 +138,-48,26 +138,-48,34 +138,-48,42 +138,-48,50 +138,-48,58 +138,-48,66 +138,-48,74 +138,-48,82 +138,-48,90 +138,-48,98 +138,-48,106 +138,-48,114 +138,-48,122 +138,-48,130 +138,-48,138 +138,-48,146 +146,-48,-150 +146,-48,-142 +146,-48,-134 +146,-48,-126 +146,-48,-118 +146,-48,-110 +146,-48,-102 +146,-48,-94 +146,-48,-86 +146,-48,-78 +146,-48,-70 +146,-48,-62 +146,-48,-54 +146,-48,-46 +146,-48,-38 +146,-48,-30 +146,-48,-22 +146,-48,-14 +146,-48,-6 +146,-48,2 +146,-48,10 +146,-48,18 +146,-48,26 +146,-48,34 +146,-48,42 +146,-48,50 +146,-48,58 +146,-48,66 +146,-48,74 +146,-48,82 +146,-48,90 +146,-48,98 +146,-48,106 +146,-48,114 +146,-48,122 +146,-48,130 +146,-48,138 +146,-48,146 +-150,-40,-150 +-150,-40,-142 +-150,-40,-134 +-150,-40,-126 +-150,-40,-118 +-150,-40,-110 +-150,-40,-102 +-150,-40,-94 +-150,-40,-86 +-150,-40,-78 +-150,-40,-70 +-150,-40,-62 +-150,-40,-54 +-150,-40,-46 +-150,-40,-38 +-150,-40,-30 +-150,-40,-22 +-150,-40,-14 +-150,-40,-6 +-150,-40,2 +-150,-40,10 +-150,-40,18 +-150,-40,26 +-150,-40,34 +-150,-40,42 +-150,-40,50 +-150,-40,58 +-150,-40,66 +-150,-40,74 +-150,-40,82 +-150,-40,90 +-150,-40,98 +-150,-40,106 +-150,-40,114 +-150,-40,122 +-150,-40,130 +-150,-40,138 +-150,-40,146 +-142,-40,-150 +-142,-40,-142 +-142,-40,-134 +-142,-40,-126 +-142,-40,-118 +-142,-40,-110 +-142,-40,-102 +-142,-40,-94 +-142,-40,-86 +-142,-40,-78 +-142,-40,-70 +-142,-40,-62 +-142,-40,-54 +-142,-40,-46 +-142,-40,-38 +-142,-40,-30 +-142,-40,-22 +-142,-40,-14 +-142,-40,-6 +-142,-40,2 +-142,-40,10 +-142,-40,18 +-142,-40,26 +-142,-40,34 +-142,-40,42 +-142,-40,50 +-142,-40,58 +-142,-40,66 +-142,-40,74 +-142,-40,82 +-142,-40,90 +-142,-40,98 +-142,-40,106 +-142,-40,114 +-142,-40,122 +-142,-40,130 +-142,-40,138 +-142,-40,146 +-134,-40,-150 +-134,-40,-142 +-134,-40,-134 +-134,-40,-126 +-134,-40,-118 +-134,-40,-110 +-134,-40,-102 +-134,-40,-94 +-134,-40,-86 +-134,-40,-78 +-134,-40,-70 +-134,-40,-62 +-134,-40,-54 +-134,-40,-46 +-134,-40,-38 +-134,-40,-30 +-134,-40,-22 +-134,-40,-14 +-134,-40,-6 +-134,-40,2 +-134,-40,10 +-134,-40,18 +-134,-40,26 +-134,-40,34 +-134,-40,42 +-134,-40,50 +-134,-40,58 +-134,-40,66 +-134,-40,74 +-134,-40,82 +-134,-40,90 +-134,-40,98 +-134,-40,106 +-134,-40,114 +-134,-40,122 +-134,-40,130 +-134,-40,138 +-134,-40,146 +-126,-40,-150 +-126,-40,-142 +-126,-40,-134 +-126,-40,-126 +-126,-40,-118 +-126,-40,-110 +-126,-40,-102 +-126,-40,-94 +-126,-40,-86 +-126,-40,-78 +-126,-40,-70 +-126,-40,-62 +-126,-40,-54 +-126,-40,-46 +-126,-40,-38 +-126,-40,-30 +-126,-40,-22 +-126,-40,-14 +-126,-40,-6 +-126,-40,2 +-126,-40,10 +-126,-40,18 +-126,-40,26 +-126,-40,34 +-126,-40,42 +-126,-40,50 +-126,-40,58 +-126,-40,66 +-126,-40,74 +-126,-40,82 +-126,-40,90 +-126,-40,98 +-126,-40,106 +-126,-40,114 +-126,-40,122 +-126,-40,130 +-126,-40,138 +-126,-40,146 +-118,-40,-150 +-118,-40,-142 +-118,-40,-134 +-118,-40,-126 +-118,-40,-118 +-118,-40,-110 +-118,-40,-102 +-118,-40,-94 +-118,-40,-86 +-118,-40,-78 +-118,-40,-70 +-118,-40,-62 +-118,-40,-54 +-118,-40,-46 +-118,-40,-38 +-118,-40,-30 +-118,-40,-22 +-118,-40,-14 +-118,-40,-6 +-118,-40,2 +-118,-40,10 +-118,-40,18 +-118,-40,26 +-118,-40,34 +-118,-40,42 +-118,-40,50 +-118,-40,58 +-118,-40,66 +-118,-40,74 +-118,-40,82 +-118,-40,90 +-118,-40,98 +-118,-40,106 +-118,-40,114 +-118,-40,122 +-118,-40,130 +-118,-40,138 +-118,-40,146 +-110,-40,-150 +-110,-40,-142 +-110,-40,-134 +-110,-40,-126 +-110,-40,-118 +-110,-40,-110 +-110,-40,-102 +-110,-40,-94 +-110,-40,-86 +-110,-40,-78 +-110,-40,-70 +-110,-40,-62 +-110,-40,-54 +-110,-40,-46 +-110,-40,-38 +-110,-40,-30 +-110,-40,-22 +-110,-40,-14 +-110,-40,-6 +-110,-40,2 +-110,-40,10 +-110,-40,18 +-110,-40,26 +-110,-40,34 +-110,-40,42 +-110,-40,50 +-110,-40,58 +-110,-40,66 +-110,-40,74 +-110,-40,82 +-110,-40,90 +-110,-40,98 +-110,-40,106 +-110,-40,114 +-110,-40,122 +-110,-40,130 +-110,-40,138 +-110,-40,146 +-102,-40,-150 +-102,-40,-142 +-102,-40,-134 +-102,-40,-126 +-102,-40,-118 +-102,-40,-110 +-102,-40,-102 +-102,-40,-94 +-102,-40,-86 +-102,-40,-78 +-102,-40,-70 +-102,-40,-62 +-102,-40,-54 +-102,-40,-46 +-102,-40,-38 +-102,-40,-30 +-102,-40,-22 +-102,-40,-14 +-102,-40,-6 +-102,-40,2 +-102,-40,10 +-102,-40,18 +-102,-40,26 +-102,-40,34 +-102,-40,42 +-102,-40,50 +-102,-40,58 +-102,-40,66 +-102,-40,74 +-102,-40,82 +-102,-40,90 +-102,-40,98 +-102,-40,106 +-102,-40,114 +-102,-40,122 +-102,-40,130 +-102,-40,138 +-102,-40,146 +-94,-40,-150 +-94,-40,-142 +-94,-40,-134 +-94,-40,-126 +-94,-40,-118 +-94,-40,-110 +-94,-40,-102 +-94,-40,-94 +-94,-40,-86 +-94,-40,-78 +-94,-40,-70 +-94,-40,-62 +-94,-40,-54 +-94,-40,-46 +-94,-40,-38 +-94,-40,-30 +-94,-40,-22 +-94,-40,-14 +-94,-40,-6 +-94,-40,2 +-94,-40,10 +-94,-40,18 +-94,-40,26 +-94,-40,34 +-94,-40,42 +-94,-40,50 +-94,-40,58 +-94,-40,66 +-94,-40,74 +-94,-40,82 +-94,-40,90 +-94,-40,98 +-94,-40,106 +-94,-40,114 +-94,-40,122 +-94,-40,130 +-94,-40,138 +-94,-40,146 +-86,-40,-150 +-86,-40,-142 +-86,-40,-134 +-86,-40,-126 +-86,-40,-118 +-86,-40,-110 +-86,-40,-102 +-86,-40,-94 +-86,-40,-86 +-86,-40,-78 +-86,-40,-70 +-86,-40,-62 +-86,-40,-54 +-86,-40,-46 +-86,-40,-38 +-86,-40,-30 +-86,-40,-22 +-86,-40,-14 +-86,-40,-6 +-86,-40,2 +-86,-40,10 +-86,-40,18 +-86,-40,26 +-86,-40,34 +-86,-40,42 +-86,-40,50 +-86,-40,58 +-86,-40,66 +-86,-40,74 +-86,-40,82 +-86,-40,90 +-86,-40,98 +-86,-40,106 +-86,-40,114 +-86,-40,122 +-86,-40,130 +-86,-40,138 +-86,-40,146 +-78,-40,-150 +-78,-40,-142 +-78,-40,-134 +-78,-40,-126 +-78,-40,-118 +-78,-40,-110 +-78,-40,-102 +-78,-40,-94 +-78,-40,-86 +-78,-40,-78 +-78,-40,-70 +-78,-40,-62 +-78,-40,-54 +-78,-40,-46 +-78,-40,-38 +-78,-40,-30 +-78,-40,-22 +-78,-40,-14 +-78,-40,-6 +-78,-40,2 +-78,-40,10 +-78,-40,18 +-78,-40,26 +-78,-40,34 +-78,-40,42 +-78,-40,50 +-78,-40,58 +-78,-40,66 +-78,-40,74 +-78,-40,82 +-78,-40,90 +-78,-40,98 +-78,-40,106 +-78,-40,114 +-78,-40,122 +-78,-40,130 +-78,-40,138 +-78,-40,146 +-70,-40,-150 +-70,-40,-142 +-70,-40,-134 +-70,-40,-126 +-70,-40,-118 +-70,-40,-110 +-70,-40,-102 +-70,-40,-94 +-70,-40,-86 +-70,-40,-78 +-70,-40,-70 +-70,-40,-62 +-70,-40,-54 +-70,-40,-46 +-70,-40,-38 +-70,-40,-30 +-70,-40,-22 +-70,-40,-14 +-70,-40,-6 +-70,-40,2 +-70,-40,10 +-70,-40,18 +-70,-40,26 +-70,-40,34 +-70,-40,42 +-70,-40,50 +-70,-40,58 +-70,-40,66 +-70,-40,74 +-70,-40,82 +-70,-40,90 +-70,-40,98 +-70,-40,106 +-70,-40,114 +-70,-40,122 +-70,-40,130 +-70,-40,138 +-70,-40,146 +-62,-40,-150 +-62,-40,-142 +-62,-40,-134 +-62,-40,-126 +-62,-40,-118 +-62,-40,-110 +-62,-40,-102 +-62,-40,-94 +-62,-40,-86 +-62,-40,-78 +-62,-40,-70 +-62,-40,-62 +-62,-40,-54 +-62,-40,-46 +-62,-40,-38 +-62,-40,-30 +-62,-40,-22 +-62,-40,-14 +-62,-40,-6 +-62,-40,2 +-62,-40,10 +-62,-40,18 +-62,-40,26 +-62,-40,34 +-62,-40,42 +-62,-40,50 +-62,-40,58 +-62,-40,66 +-62,-40,74 +-62,-40,82 +-62,-40,90 +-62,-40,98 +-62,-40,106 +-62,-40,114 +-62,-40,122 +-62,-40,130 +-62,-40,138 +-62,-40,146 +-54,-40,-150 +-54,-40,-142 +-54,-40,-134 +-54,-40,-126 +-54,-40,-118 +-54,-40,-110 +-54,-40,-102 +-54,-40,-94 +-54,-40,-86 +-54,-40,-78 +-54,-40,-70 +-54,-40,-62 +-54,-40,-54 +-54,-40,-46 +-54,-40,-38 +-54,-40,-30 +-54,-40,-22 +-54,-40,-14 +-54,-40,-6 +-54,-40,2 +-54,-40,10 +-54,-40,18 +-54,-40,26 +-54,-40,34 +-54,-40,42 +-54,-40,50 +-54,-40,58 +-54,-40,66 +-54,-40,74 +-54,-40,82 +-54,-40,90 +-54,-40,98 +-54,-40,106 +-54,-40,114 +-54,-40,122 +-54,-40,130 +-54,-40,138 +-54,-40,146 +-46,-40,-150 +-46,-40,-142 +-46,-40,-134 +-46,-40,-126 +-46,-40,-118 +-46,-40,-110 +-46,-40,-102 +-46,-40,-94 +-46,-40,-86 +-46,-40,-78 +-46,-40,-70 +-46,-40,-62 +-46,-40,-54 +-46,-40,-46 +-46,-40,-38 +-46,-40,-30 +-46,-40,-22 +-46,-40,-14 +-46,-40,-6 +-46,-40,2 +-46,-40,10 +-46,-40,18 +-46,-40,26 +-46,-40,34 +-46,-40,42 +-46,-40,50 +-46,-40,58 +-46,-40,66 +-46,-40,74 +-46,-40,82 +-46,-40,90 +-46,-40,98 +-46,-40,106 +-46,-40,114 +-46,-40,122 +-46,-40,130 +-46,-40,138 +-46,-40,146 +-38,-40,-150 +-38,-40,-142 +-38,-40,-134 +-38,-40,-126 +-38,-40,-118 +-38,-40,-110 +-38,-40,-102 +-38,-40,-94 +-38,-40,-86 +-38,-40,-78 +-38,-40,-70 +-38,-40,-62 +-38,-40,-54 +-38,-40,-46 +-38,-40,-38 +-38,-40,-30 +-38,-40,-22 +-38,-40,-14 +-38,-40,-6 +-38,-40,2 +-38,-40,10 +-38,-40,18 +-38,-40,26 +-38,-40,34 +-38,-40,42 +-38,-40,50 +-38,-40,58 +-38,-40,66 +-38,-40,74 +-38,-40,82 +-38,-40,90 +-38,-40,98 +-38,-40,106 +-38,-40,114 +-38,-40,122 +-38,-40,130 +-38,-40,138 +-38,-40,146 +-30,-40,-150 +-30,-40,-142 +-30,-40,-134 +-30,-40,-126 +-30,-40,-118 +-30,-40,-110 +-30,-40,-102 +-30,-40,-94 +-30,-40,-86 +-30,-40,-78 +-30,-40,-70 +-30,-40,-62 +-30,-40,-54 +-30,-40,-46 +-30,-40,-38 +-30,-40,-30 +-30,-40,-22 +-30,-40,-14 +-30,-40,-6 +-30,-40,2 +-30,-40,10 +-30,-40,18 +-30,-40,26 +-30,-40,34 +-30,-40,42 +-30,-40,50 +-30,-40,58 +-30,-40,66 +-30,-40,74 +-30,-40,82 +-30,-40,90 +-30,-40,98 +-30,-40,106 +-30,-40,114 +-30,-40,122 +-30,-40,130 +-30,-40,138 +-30,-40,146 +-22,-40,-150 +-22,-40,-142 +-22,-40,-134 +-22,-40,-126 +-22,-40,-118 +-22,-40,-110 +-22,-40,-102 +-22,-40,-94 +-22,-40,-86 +-22,-40,-78 +-22,-40,-70 +-22,-40,-62 +-22,-40,-54 +-22,-40,-46 +-22,-40,-38 +-22,-40,-30 +-22,-40,-22 +-22,-40,-14 +-22,-40,-6 +-22,-40,2 +-22,-40,10 +-22,-40,18 +-22,-40,26 +-22,-40,34 +-22,-40,42 +-22,-40,50 +-22,-40,58 +-22,-40,66 +-22,-40,74 +-22,-40,82 +-22,-40,90 +-22,-40,98 +-22,-40,106 +-22,-40,114 +-22,-40,122 +-22,-40,130 +-22,-40,138 +-22,-40,146 +-14,-40,-150 +-14,-40,-142 +-14,-40,-134 +-14,-40,-126 +-14,-40,-118 +-14,-40,-110 +-14,-40,-102 +-14,-40,-94 +-14,-40,-86 +-14,-40,-78 +-14,-40,-70 +-14,-40,-62 +-14,-40,-54 +-14,-40,-46 +-14,-40,-38 +-14,-40,-30 +-14,-40,-22 +-14,-40,-14 +-14,-40,-6 +-14,-40,2 +-14,-40,10 +-14,-40,18 +-14,-40,26 +-14,-40,34 +-14,-40,42 +-14,-40,50 +-14,-40,58 +-14,-40,66 +-14,-40,74 +-14,-40,82 +-14,-40,90 +-14,-40,98 +-14,-40,106 +-14,-40,114 +-14,-40,122 +-14,-40,130 +-14,-40,138 +-14,-40,146 +-6,-40,-150 +-6,-40,-142 +-6,-40,-134 +-6,-40,-126 +-6,-40,-118 +-6,-40,-110 +-6,-40,-102 +-6,-40,-94 +-6,-40,-86 +-6,-40,-78 +-6,-40,-70 +-6,-40,-62 +-6,-40,-54 +-6,-40,-46 +-6,-40,-38 +-6,-40,-30 +-6,-40,-22 +-6,-40,-14 +-6,-40,-6 +-6,-40,2 +-6,-40,10 +-6,-40,18 +-6,-40,26 +-6,-40,34 +-6,-40,42 +-6,-40,50 +-6,-40,58 +-6,-40,66 +-6,-40,74 +-6,-40,82 +-6,-40,90 +-6,-40,98 +-6,-40,106 +-6,-40,114 +-6,-40,122 +-6,-40,130 +-6,-40,138 +-6,-40,146 +2,-40,-150 +2,-40,-142 +2,-40,-134 +2,-40,-126 +2,-40,-118 +2,-40,-110 +2,-40,-102 +2,-40,-94 +2,-40,-86 +2,-40,-78 +2,-40,-70 +2,-40,-62 +2,-40,-54 +2,-40,-46 +2,-40,-38 +2,-40,-30 +2,-40,-22 +2,-40,-14 +2,-40,-6 +2,-40,2 +2,-40,10 +2,-40,18 +2,-40,26 +2,-40,34 +2,-40,42 +2,-40,50 +2,-40,58 +2,-40,66 +2,-40,74 +2,-40,82 +2,-40,90 +2,-40,98 +2,-40,106 +2,-40,114 +2,-40,122 +2,-40,130 +2,-40,138 +2,-40,146 +10,-40,-150 +10,-40,-142 +10,-40,-134 +10,-40,-126 +10,-40,-118 +10,-40,-110 +10,-40,-102 +10,-40,-94 +10,-40,-86 +10,-40,-78 +10,-40,-70 +10,-40,-62 +10,-40,-54 +10,-40,-46 +10,-40,-38 +10,-40,-30 +10,-40,-22 +10,-40,-14 +10,-40,-6 +10,-40,2 +10,-40,10 +10,-40,18 +10,-40,26 +10,-40,34 +10,-40,42 +10,-40,50 +10,-40,58 +10,-40,66 +10,-40,74 +10,-40,82 +10,-40,90 +10,-40,98 +10,-40,106 +10,-40,114 +10,-40,122 +10,-40,130 +10,-40,138 +10,-40,146 +18,-40,-150 +18,-40,-142 +18,-40,-134 +18,-40,-126 +18,-40,-118 +18,-40,-110 +18,-40,-102 +18,-40,-94 +18,-40,-86 +18,-40,-78 +18,-40,-70 +18,-40,-62 +18,-40,-54 +18,-40,-46 +18,-40,-38 +18,-40,-30 +18,-40,-22 +18,-40,-14 +18,-40,-6 +18,-40,2 +18,-40,10 +18,-40,18 +18,-40,26 +18,-40,34 +18,-40,42 +18,-40,50 +18,-40,58 +18,-40,66 +18,-40,74 +18,-40,82 +18,-40,90 +18,-40,98 +18,-40,106 +18,-40,114 +18,-40,122 +18,-40,130 +18,-40,138 +18,-40,146 +26,-40,-150 +26,-40,-142 +26,-40,-134 +26,-40,-126 +26,-40,-118 +26,-40,-110 +26,-40,-102 +26,-40,-94 +26,-40,-86 +26,-40,-78 +26,-40,-70 +26,-40,-62 +26,-40,-54 +26,-40,-46 +26,-40,-38 +26,-40,-30 +26,-40,-22 +26,-40,-14 +26,-40,-6 +26,-40,2 +26,-40,10 +26,-40,18 +26,-40,26 +26,-40,34 +26,-40,42 +26,-40,50 +26,-40,58 +26,-40,66 +26,-40,74 +26,-40,82 +26,-40,90 +26,-40,98 +26,-40,106 +26,-40,114 +26,-40,122 +26,-40,130 +26,-40,138 +26,-40,146 +34,-40,-150 +34,-40,-142 +34,-40,-134 +34,-40,-126 +34,-40,-118 +34,-40,-110 +34,-40,-102 +34,-40,-94 +34,-40,-86 +34,-40,-78 +34,-40,-70 +34,-40,-62 +34,-40,-54 +34,-40,-46 +34,-40,-38 +34,-40,-30 +34,-40,-22 +34,-40,-14 +34,-40,-6 +34,-40,2 +34,-40,10 +34,-40,18 +34,-40,26 +34,-40,34 +34,-40,42 +34,-40,50 +34,-40,58 +34,-40,66 +34,-40,74 +34,-40,82 +34,-40,90 +34,-40,98 +34,-40,106 +34,-40,114 +34,-40,122 +34,-40,130 +34,-40,138 +34,-40,146 +42,-40,-150 +42,-40,-142 +42,-40,-134 +42,-40,-126 +42,-40,-118 +42,-40,-110 +42,-40,-102 +42,-40,-94 +42,-40,-86 +42,-40,-78 +42,-40,-70 +42,-40,-62 +42,-40,-54 +42,-40,-46 +42,-40,-38 +42,-40,-30 +42,-40,-22 +42,-40,-14 +42,-40,-6 +42,-40,2 +42,-40,10 +42,-40,18 +42,-40,26 +42,-40,34 +42,-40,42 +42,-40,50 +42,-40,58 +42,-40,66 +42,-40,74 +42,-40,82 +42,-40,90 +42,-40,98 +42,-40,106 +42,-40,114 +42,-40,122 +42,-40,130 +42,-40,138 +42,-40,146 +50,-40,-150 +50,-40,-142 +50,-40,-134 +50,-40,-126 +50,-40,-118 +50,-40,-110 +50,-40,-102 +50,-40,-94 +50,-40,-86 +50,-40,-78 +50,-40,-70 +50,-40,-62 +50,-40,-54 +50,-40,-46 +50,-40,-38 +50,-40,-30 +50,-40,-22 +50,-40,-14 +50,-40,-6 +50,-40,2 +50,-40,10 +50,-40,18 +50,-40,26 +50,-40,34 +50,-40,42 +50,-40,50 +50,-40,58 +50,-40,66 +50,-40,74 +50,-40,82 +50,-40,90 +50,-40,98 +50,-40,106 +50,-40,114 +50,-40,122 +50,-40,130 +50,-40,138 +50,-40,146 +58,-40,-150 +58,-40,-142 +58,-40,-134 +58,-40,-126 +58,-40,-118 +58,-40,-110 +58,-40,-102 +58,-40,-94 +58,-40,-86 +58,-40,-78 +58,-40,-70 +58,-40,-62 +58,-40,-54 +58,-40,-46 +58,-40,-38 +58,-40,-30 +58,-40,-22 +58,-40,-14 +58,-40,-6 +58,-40,2 +58,-40,10 +58,-40,18 +58,-40,26 +58,-40,34 +58,-40,42 +58,-40,50 +58,-40,58 +58,-40,66 +58,-40,74 +58,-40,82 +58,-40,90 +58,-40,98 +58,-40,106 +58,-40,114 +58,-40,122 +58,-40,130 +58,-40,138 +58,-40,146 +66,-40,-150 +66,-40,-142 +66,-40,-134 +66,-40,-126 +66,-40,-118 +66,-40,-110 +66,-40,-102 +66,-40,-94 +66,-40,-86 +66,-40,-78 +66,-40,-70 +66,-40,-62 +66,-40,-54 +66,-40,-46 +66,-40,-38 +66,-40,-30 +66,-40,-22 +66,-40,-14 +66,-40,-6 +66,-40,2 +66,-40,10 +66,-40,18 +66,-40,26 +66,-40,34 +66,-40,42 +66,-40,50 +66,-40,58 +66,-40,66 +66,-40,74 +66,-40,82 +66,-40,90 +66,-40,98 +66,-40,106 +66,-40,114 +66,-40,122 +66,-40,130 +66,-40,138 +66,-40,146 +74,-40,-150 +74,-40,-142 +74,-40,-134 +74,-40,-126 +74,-40,-118 +74,-40,-110 +74,-40,-102 +74,-40,-94 +74,-40,-86 +74,-40,-78 +74,-40,-70 +74,-40,-62 +74,-40,-54 +74,-40,-46 +74,-40,-38 +74,-40,-30 +74,-40,-22 +74,-40,-14 +74,-40,-6 +74,-40,2 +74,-40,10 +74,-40,18 +74,-40,26 +74,-40,34 +74,-40,42 +74,-40,50 +74,-40,58 +74,-40,66 +74,-40,74 +74,-40,82 +74,-40,90 +74,-40,98 +74,-40,106 +74,-40,114 +74,-40,122 +74,-40,130 +74,-40,138 +74,-40,146 +82,-40,-150 +82,-40,-142 +82,-40,-134 +82,-40,-126 +82,-40,-118 +82,-40,-110 +82,-40,-102 +82,-40,-94 +82,-40,-86 +82,-40,-78 +82,-40,-70 +82,-40,-62 +82,-40,-54 +82,-40,-46 +82,-40,-38 +82,-40,-30 +82,-40,-22 +82,-40,-14 +82,-40,-6 +82,-40,2 +82,-40,10 +82,-40,18 +82,-40,26 +82,-40,34 +82,-40,42 +82,-40,50 +82,-40,58 +82,-40,66 +82,-40,74 +82,-40,82 +82,-40,90 +82,-40,98 +82,-40,106 +82,-40,114 +82,-40,122 +82,-40,130 +82,-40,138 +82,-40,146 +90,-40,-150 +90,-40,-142 +90,-40,-134 +90,-40,-126 +90,-40,-118 +90,-40,-110 +90,-40,-102 +90,-40,-94 +90,-40,-86 +90,-40,-78 +90,-40,-70 +90,-40,-62 +90,-40,-54 +90,-40,-46 +90,-40,-38 +90,-40,-30 +90,-40,-22 +90,-40,-14 +90,-40,-6 +90,-40,2 +90,-40,10 +90,-40,18 +90,-40,26 +90,-40,34 +90,-40,42 +90,-40,50 +90,-40,58 +90,-40,66 +90,-40,74 +90,-40,82 +90,-40,90 +90,-40,98 +90,-40,106 +90,-40,114 +90,-40,122 +90,-40,130 +90,-40,138 +90,-40,146 +98,-40,-150 +98,-40,-142 +98,-40,-134 +98,-40,-126 +98,-40,-118 +98,-40,-110 +98,-40,-102 +98,-40,-94 +98,-40,-86 +98,-40,-78 +98,-40,-70 +98,-40,-62 +98,-40,-54 +98,-40,-46 +98,-40,-38 +98,-40,-30 +98,-40,-22 +98,-40,-14 +98,-40,-6 +98,-40,2 +98,-40,10 +98,-40,18 +98,-40,26 +98,-40,34 +98,-40,42 +98,-40,50 +98,-40,58 +98,-40,66 +98,-40,74 +98,-40,82 +98,-40,90 +98,-40,98 +98,-40,106 +98,-40,114 +98,-40,122 +98,-40,130 +98,-40,138 +98,-40,146 +106,-40,-150 +106,-40,-142 +106,-40,-134 +106,-40,-126 +106,-40,-118 +106,-40,-110 +106,-40,-102 +106,-40,-94 +106,-40,-86 +106,-40,-78 +106,-40,-70 +106,-40,-62 +106,-40,-54 +106,-40,-46 +106,-40,-38 +106,-40,-30 +106,-40,-22 +106,-40,-14 +106,-40,-6 +106,-40,2 +106,-40,10 +106,-40,18 +106,-40,26 +106,-40,34 +106,-40,42 +106,-40,50 +106,-40,58 +106,-40,66 +106,-40,74 +106,-40,82 +106,-40,90 +106,-40,98 +106,-40,106 +106,-40,114 +106,-40,122 +106,-40,130 +106,-40,138 +106,-40,146 +114,-40,-150 +114,-40,-142 +114,-40,-134 +114,-40,-126 +114,-40,-118 +114,-40,-110 +114,-40,-102 +114,-40,-94 +114,-40,-86 +114,-40,-78 +114,-40,-70 +114,-40,-62 +114,-40,-54 +114,-40,-46 +114,-40,-38 +114,-40,-30 +114,-40,-22 +114,-40,-14 +114,-40,-6 +114,-40,2 +114,-40,10 +114,-40,18 +114,-40,26 +114,-40,34 +114,-40,42 +114,-40,50 +114,-40,58 +114,-40,66 +114,-40,74 +114,-40,82 +114,-40,90 +114,-40,98 +114,-40,106 +114,-40,114 +114,-40,122 +114,-40,130 +114,-40,138 +114,-40,146 +122,-40,-150 +122,-40,-142 +122,-40,-134 +122,-40,-126 +122,-40,-118 +122,-40,-110 +122,-40,-102 +122,-40,-94 +122,-40,-86 +122,-40,-78 +122,-40,-70 +122,-40,-62 +122,-40,-54 +122,-40,-46 +122,-40,-38 +122,-40,-30 +122,-40,-22 +122,-40,-14 +122,-40,-6 +122,-40,2 +122,-40,10 +122,-40,18 +122,-40,26 +122,-40,34 +122,-40,42 +122,-40,50 +122,-40,58 +122,-40,66 +122,-40,74 +122,-40,82 +122,-40,90 +122,-40,98 +122,-40,106 +122,-40,114 +122,-40,122 +122,-40,130 +122,-40,138 +122,-40,146 +130,-40,-150 +130,-40,-142 +130,-40,-134 +130,-40,-126 +130,-40,-118 +130,-40,-110 +130,-40,-102 +130,-40,-94 +130,-40,-86 +130,-40,-78 +130,-40,-70 +130,-40,-62 +130,-40,-54 +130,-40,-46 +130,-40,-38 +130,-40,-30 +130,-40,-22 +130,-40,-14 +130,-40,-6 +130,-40,2 +130,-40,10 +130,-40,18 +130,-40,26 +130,-40,34 +130,-40,42 +130,-40,50 +130,-40,58 +130,-40,66 +130,-40,74 +130,-40,82 +130,-40,90 +130,-40,98 +130,-40,106 +130,-40,114 +130,-40,122 +130,-40,130 +130,-40,138 +130,-40,146 +138,-40,-150 +138,-40,-142 +138,-40,-134 +138,-40,-126 +138,-40,-118 +138,-40,-110 +138,-40,-102 +138,-40,-94 +138,-40,-86 +138,-40,-78 +138,-40,-70 +138,-40,-62 +138,-40,-54 +138,-40,-46 +138,-40,-38 +138,-40,-30 +138,-40,-22 +138,-40,-14 +138,-40,-6 +138,-40,2 +138,-40,10 +138,-40,18 +138,-40,26 +138,-40,34 +138,-40,42 +138,-40,50 +138,-40,58 +138,-40,66 +138,-40,74 +138,-40,82 +138,-40,90 +138,-40,98 +138,-40,106 +138,-40,114 +138,-40,122 +138,-40,130 +138,-40,138 +138,-40,146 +146,-40,-150 +146,-40,-142 +146,-40,-134 +146,-40,-126 +146,-40,-118 +146,-40,-110 +146,-40,-102 +146,-40,-94 +146,-40,-86 +146,-40,-78 +146,-40,-70 +146,-40,-62 +146,-40,-54 +146,-40,-46 +146,-40,-38 +146,-40,-30 +146,-40,-22 +146,-40,-14 +146,-40,-6 +146,-40,2 +146,-40,10 +146,-40,18 +146,-40,26 +146,-40,34 +146,-40,42 +146,-40,50 +146,-40,58 +146,-40,66 +146,-40,74 +146,-40,82 +146,-40,90 +146,-40,98 +146,-40,106 +146,-40,114 +146,-40,122 +146,-40,130 +146,-40,138 +146,-40,146 +-150,-32,-150 +-150,-32,-142 +-150,-32,-134 +-150,-32,-126 +-150,-32,-118 +-150,-32,-110 +-150,-32,-102 +-150,-32,-94 +-150,-32,-86 +-150,-32,-78 +-150,-32,-70 +-150,-32,-62 +-150,-32,-54 +-150,-32,-46 +-150,-32,-38 +-150,-32,-30 +-150,-32,-22 +-150,-32,-14 +-150,-32,-6 +-150,-32,2 +-150,-32,10 +-150,-32,18 +-150,-32,26 +-150,-32,34 +-150,-32,42 +-150,-32,50 +-150,-32,58 +-150,-32,66 +-150,-32,74 +-150,-32,82 +-150,-32,90 +-150,-32,98 +-150,-32,106 +-150,-32,114 +-150,-32,122 +-150,-32,130 +-150,-32,138 +-150,-32,146 +-142,-32,-150 +-142,-32,-142 +-142,-32,-134 +-142,-32,-126 +-142,-32,-118 +-142,-32,-110 +-142,-32,-102 +-142,-32,-94 +-142,-32,-86 +-142,-32,-78 +-142,-32,-70 +-142,-32,-62 +-142,-32,-54 +-142,-32,-46 +-142,-32,-38 +-142,-32,-30 +-142,-32,-22 +-142,-32,-14 +-142,-32,-6 +-142,-32,2 +-142,-32,10 +-142,-32,18 +-142,-32,26 +-142,-32,34 +-142,-32,42 +-142,-32,50 +-142,-32,58 +-142,-32,66 +-142,-32,74 +-142,-32,82 +-142,-32,90 +-142,-32,98 +-142,-32,106 +-142,-32,114 +-142,-32,122 +-142,-32,130 +-142,-32,138 +-142,-32,146 +-134,-32,-150 +-134,-32,-142 +-134,-32,-134 +-134,-32,-126 +-134,-32,-118 +-134,-32,-110 +-134,-32,-102 +-134,-32,-94 +-134,-32,-86 +-134,-32,-78 +-134,-32,-70 +-134,-32,-62 +-134,-32,-54 +-134,-32,-46 +-134,-32,-38 +-134,-32,-30 +-134,-32,-22 +-134,-32,-14 +-134,-32,-6 +-134,-32,2 +-134,-32,10 +-134,-32,18 +-134,-32,26 +-134,-32,34 +-134,-32,42 +-134,-32,50 +-134,-32,58 +-134,-32,66 +-134,-32,74 +-134,-32,82 +-134,-32,90 +-134,-32,98 +-134,-32,106 +-134,-32,114 +-134,-32,122 +-134,-32,130 +-134,-32,138 +-134,-32,146 +-126,-32,-150 +-126,-32,-142 +-126,-32,-134 +-126,-32,-126 +-126,-32,-118 +-126,-32,-110 +-126,-32,-102 +-126,-32,-94 +-126,-32,-86 +-126,-32,-78 +-126,-32,-70 +-126,-32,-62 +-126,-32,-54 +-126,-32,-46 +-126,-32,-38 +-126,-32,-30 +-126,-32,-22 +-126,-32,-14 +-126,-32,-6 +-126,-32,2 +-126,-32,10 +-126,-32,18 +-126,-32,26 +-126,-32,34 +-126,-32,42 +-126,-32,50 +-126,-32,58 +-126,-32,66 +-126,-32,74 +-126,-32,82 +-126,-32,90 +-126,-32,98 +-126,-32,106 +-126,-32,114 +-126,-32,122 +-126,-32,130 +-126,-32,138 +-126,-32,146 +-118,-32,-150 +-118,-32,-142 +-118,-32,-134 +-118,-32,-126 +-118,-32,-118 +-118,-32,-110 +-118,-32,-102 +-118,-32,-94 +-118,-32,-86 +-118,-32,-78 +-118,-32,-70 +-118,-32,-62 +-118,-32,-54 +-118,-32,-46 +-118,-32,-38 +-118,-32,-30 +-118,-32,-22 +-118,-32,-14 +-118,-32,-6 +-118,-32,2 +-118,-32,10 +-118,-32,18 +-118,-32,26 +-118,-32,34 +-118,-32,42 +-118,-32,50 +-118,-32,58 +-118,-32,66 +-118,-32,74 +-118,-32,82 +-118,-32,90 +-118,-32,98 +-118,-32,106 +-118,-32,114 +-118,-32,122 +-118,-32,130 +-118,-32,138 +-118,-32,146 +-110,-32,-150 +-110,-32,-142 +-110,-32,-134 +-110,-32,-126 +-110,-32,-118 +-110,-32,-110 +-110,-32,-102 +-110,-32,-94 +-110,-32,-86 +-110,-32,-78 +-110,-32,-70 +-110,-32,-62 +-110,-32,-54 +-110,-32,-46 +-110,-32,-38 +-110,-32,-30 +-110,-32,-22 +-110,-32,-14 +-110,-32,-6 +-110,-32,2 +-110,-32,10 +-110,-32,18 +-110,-32,26 +-110,-32,34 +-110,-32,42 +-110,-32,50 +-110,-32,58 +-110,-32,66 +-110,-32,74 +-110,-32,82 +-110,-32,90 +-110,-32,98 +-110,-32,106 +-110,-32,114 +-110,-32,122 +-110,-32,130 +-110,-32,138 +-110,-32,146 +-102,-32,-150 +-102,-32,-142 +-102,-32,-134 +-102,-32,-126 +-102,-32,-118 +-102,-32,-110 +-102,-32,-102 +-102,-32,-94 +-102,-32,-86 +-102,-32,-78 +-102,-32,-70 +-102,-32,-62 +-102,-32,-54 +-102,-32,-46 +-102,-32,-38 +-102,-32,-30 +-102,-32,-22 +-102,-32,-14 +-102,-32,-6 +-102,-32,2 +-102,-32,10 +-102,-32,18 +-102,-32,26 +-102,-32,34 +-102,-32,42 +-102,-32,50 +-102,-32,58 +-102,-32,66 +-102,-32,74 +-102,-32,82 +-102,-32,90 +-102,-32,98 +-102,-32,106 +-102,-32,114 +-102,-32,122 +-102,-32,130 +-102,-32,138 +-102,-32,146 +-94,-32,-150 +-94,-32,-142 +-94,-32,-134 +-94,-32,-126 +-94,-32,-118 +-94,-32,-110 +-94,-32,-102 +-94,-32,-94 +-94,-32,-86 +-94,-32,-78 +-94,-32,-70 +-94,-32,-62 +-94,-32,-54 +-94,-32,-46 +-94,-32,-38 +-94,-32,-30 +-94,-32,-22 +-94,-32,-14 +-94,-32,-6 +-94,-32,2 +-94,-32,10 +-94,-32,18 +-94,-32,26 +-94,-32,34 +-94,-32,42 +-94,-32,50 +-94,-32,58 +-94,-32,66 +-94,-32,74 +-94,-32,82 +-94,-32,90 +-94,-32,98 +-94,-32,106 +-94,-32,114 +-94,-32,122 +-94,-32,130 +-94,-32,138 +-94,-32,146 +-86,-32,-150 +-86,-32,-142 +-86,-32,-134 +-86,-32,-126 +-86,-32,-118 +-86,-32,-110 +-86,-32,-102 +-86,-32,-94 +-86,-32,-86 +-86,-32,-78 +-86,-32,-70 +-86,-32,-62 +-86,-32,-54 +-86,-32,-46 +-86,-32,-38 +-86,-32,-30 +-86,-32,-22 +-86,-32,-14 +-86,-32,-6 +-86,-32,2 +-86,-32,10 +-86,-32,18 +-86,-32,26 +-86,-32,34 +-86,-32,42 +-86,-32,50 +-86,-32,58 +-86,-32,66 +-86,-32,74 +-86,-32,82 +-86,-32,90 +-86,-32,98 +-86,-32,106 +-86,-32,114 +-86,-32,122 +-86,-32,130 +-86,-32,138 +-86,-32,146 +-78,-32,-150 +-78,-32,-142 +-78,-32,-134 +-78,-32,-126 +-78,-32,-118 +-78,-32,-110 +-78,-32,-102 +-78,-32,-94 +-78,-32,-86 +-78,-32,-78 +-78,-32,-70 +-78,-32,-62 +-78,-32,-54 +-78,-32,-46 +-78,-32,-38 +-78,-32,-30 +-78,-32,-22 +-78,-32,-14 +-78,-32,-6 +-78,-32,2 +-78,-32,10 +-78,-32,18 +-78,-32,26 +-78,-32,34 +-78,-32,42 +-78,-32,50 +-78,-32,58 +-78,-32,66 +-78,-32,74 +-78,-32,82 +-78,-32,90 +-78,-32,98 +-78,-32,106 +-78,-32,114 +-78,-32,122 +-78,-32,130 +-78,-32,138 +-78,-32,146 +-70,-32,-150 +-70,-32,-142 +-70,-32,-134 +-70,-32,-126 +-70,-32,-118 +-70,-32,-110 +-70,-32,-102 +-70,-32,-94 +-70,-32,-86 +-70,-32,-78 +-70,-32,-70 +-70,-32,-62 +-70,-32,-54 +-70,-32,-46 +-70,-32,-38 +-70,-32,-30 +-70,-32,-22 +-70,-32,-14 +-70,-32,-6 +-70,-32,2 +-70,-32,10 +-70,-32,18 +-70,-32,26 +-70,-32,34 +-70,-32,42 +-70,-32,50 +-70,-32,58 +-70,-32,66 +-70,-32,74 +-70,-32,82 +-70,-32,90 +-70,-32,98 +-70,-32,106 +-70,-32,114 +-70,-32,122 +-70,-32,130 +-70,-32,138 +-70,-32,146 +-62,-32,-150 +-62,-32,-142 +-62,-32,-134 +-62,-32,-126 +-62,-32,-118 +-62,-32,-110 +-62,-32,-102 +-62,-32,-94 +-62,-32,-86 +-62,-32,-78 +-62,-32,-70 +-62,-32,-62 +-62,-32,-54 +-62,-32,-46 +-62,-32,-38 +-62,-32,-30 +-62,-32,-22 +-62,-32,-14 +-62,-32,-6 +-62,-32,2 +-62,-32,10 +-62,-32,18 +-62,-32,26 +-62,-32,34 +-62,-32,42 +-62,-32,50 +-62,-32,58 +-62,-32,66 +-62,-32,74 +-62,-32,82 +-62,-32,90 +-62,-32,98 +-62,-32,106 +-62,-32,114 +-62,-32,122 +-62,-32,130 +-62,-32,138 +-62,-32,146 +-54,-32,-150 +-54,-32,-142 +-54,-32,-134 +-54,-32,-126 +-54,-32,-118 +-54,-32,-110 +-54,-32,-102 +-54,-32,-94 +-54,-32,-86 +-54,-32,-78 +-54,-32,-70 +-54,-32,-62 +-54,-32,-54 +-54,-32,-46 +-54,-32,-38 +-54,-32,-30 +-54,-32,-22 +-54,-32,-14 +-54,-32,-6 +-54,-32,2 +-54,-32,10 +-54,-32,18 +-54,-32,26 +-54,-32,34 +-54,-32,42 +-54,-32,50 +-54,-32,58 +-54,-32,66 +-54,-32,74 +-54,-32,82 +-54,-32,90 +-54,-32,98 +-54,-32,106 +-54,-32,114 +-54,-32,122 +-54,-32,130 +-54,-32,138 +-54,-32,146 +-46,-32,-150 +-46,-32,-142 +-46,-32,-134 +-46,-32,-126 +-46,-32,-118 +-46,-32,-110 +-46,-32,-102 +-46,-32,-94 +-46,-32,-86 +-46,-32,-78 +-46,-32,-70 +-46,-32,-62 +-46,-32,-54 +-46,-32,-46 +-46,-32,-38 +-46,-32,-30 +-46,-32,-22 +-46,-32,-14 +-46,-32,-6 +-46,-32,2 +-46,-32,10 +-46,-32,18 +-46,-32,26 +-46,-32,34 +-46,-32,42 +-46,-32,50 +-46,-32,58 +-46,-32,66 +-46,-32,74 +-46,-32,82 +-46,-32,90 +-46,-32,98 +-46,-32,106 +-46,-32,114 +-46,-32,122 +-46,-32,130 +-46,-32,138 +-46,-32,146 +-38,-32,-150 +-38,-32,-142 +-38,-32,-134 +-38,-32,-126 +-38,-32,-118 +-38,-32,-110 +-38,-32,-102 +-38,-32,-94 +-38,-32,-86 +-38,-32,-78 +-38,-32,-70 +-38,-32,-62 +-38,-32,-54 +-38,-32,-46 +-38,-32,-38 +-38,-32,-30 +-38,-32,-22 +-38,-32,-14 +-38,-32,-6 +-38,-32,2 +-38,-32,10 +-38,-32,18 +-38,-32,26 +-38,-32,34 +-38,-32,42 +-38,-32,50 +-38,-32,58 +-38,-32,66 +-38,-32,74 +-38,-32,82 +-38,-32,90 +-38,-32,98 +-38,-32,106 +-38,-32,114 +-38,-32,122 +-38,-32,130 +-38,-32,138 +-38,-32,146 +-30,-32,-150 +-30,-32,-142 +-30,-32,-134 +-30,-32,-126 +-30,-32,-118 +-30,-32,-110 +-30,-32,-102 +-30,-32,-94 +-30,-32,-86 +-30,-32,-78 +-30,-32,-70 +-30,-32,-62 +-30,-32,-54 +-30,-32,-46 +-30,-32,-38 +-30,-32,-30 +-30,-32,-22 +-30,-32,-14 +-30,-32,-6 +-30,-32,2 +-30,-32,10 +-30,-32,18 +-30,-32,26 +-30,-32,34 +-30,-32,42 +-30,-32,50 +-30,-32,58 +-30,-32,66 +-30,-32,74 +-30,-32,82 +-30,-32,90 +-30,-32,98 +-30,-32,106 +-30,-32,114 +-30,-32,122 +-30,-32,130 +-30,-32,138 +-30,-32,146 +-22,-32,-150 +-22,-32,-142 +-22,-32,-134 +-22,-32,-126 +-22,-32,-118 +-22,-32,-110 +-22,-32,-102 +-22,-32,-94 +-22,-32,-86 +-22,-32,-78 +-22,-32,-70 +-22,-32,-62 +-22,-32,-54 +-22,-32,-46 +-22,-32,-38 +-22,-32,-30 +-22,-32,-22 +-22,-32,-14 +-22,-32,-6 +-22,-32,2 +-22,-32,10 +-22,-32,18 +-22,-32,26 +-22,-32,34 +-22,-32,42 +-22,-32,50 +-22,-32,58 +-22,-32,66 +-22,-32,74 +-22,-32,82 +-22,-32,90 +-22,-32,98 +-22,-32,106 +-22,-32,114 +-22,-32,122 +-22,-32,130 +-22,-32,138 +-22,-32,146 +-14,-32,-150 +-14,-32,-142 +-14,-32,-134 +-14,-32,-126 +-14,-32,-118 +-14,-32,-110 +-14,-32,-102 +-14,-32,-94 +-14,-32,-86 +-14,-32,-78 +-14,-32,-70 +-14,-32,-62 +-14,-32,-54 +-14,-32,-46 +-14,-32,-38 +-14,-32,-30 +-14,-32,-22 +-14,-32,-14 +-14,-32,-6 +-14,-32,2 +-14,-32,10 +-14,-32,18 +-14,-32,26 +-14,-32,34 +-14,-32,42 +-14,-32,50 +-14,-32,58 +-14,-32,66 +-14,-32,74 +-14,-32,82 +-14,-32,90 +-14,-32,98 +-14,-32,106 +-14,-32,114 +-14,-32,122 +-14,-32,130 +-14,-32,138 +-14,-32,146 +-6,-32,-150 +-6,-32,-142 +-6,-32,-134 +-6,-32,-126 +-6,-32,-118 +-6,-32,-110 +-6,-32,-102 +-6,-32,-94 +-6,-32,-86 +-6,-32,-78 +-6,-32,-70 +-6,-32,-62 +-6,-32,-54 +-6,-32,-46 +-6,-32,-38 +-6,-32,-30 +-6,-32,-22 +-6,-32,-14 +-6,-32,-6 +-6,-32,2 +-6,-32,10 +-6,-32,18 +-6,-32,26 +-6,-32,34 +-6,-32,42 +-6,-32,50 +-6,-32,58 +-6,-32,66 +-6,-32,74 +-6,-32,82 +-6,-32,90 +-6,-32,98 +-6,-32,106 +-6,-32,114 +-6,-32,122 +-6,-32,130 +-6,-32,138 +-6,-32,146 +2,-32,-150 +2,-32,-142 +2,-32,-134 +2,-32,-126 +2,-32,-118 +2,-32,-110 +2,-32,-102 +2,-32,-94 +2,-32,-86 +2,-32,-78 +2,-32,-70 +2,-32,-62 +2,-32,-54 +2,-32,-46 +2,-32,-38 +2,-32,-30 +2,-32,-22 +2,-32,-14 +2,-32,-6 +2,-32,2 +2,-32,10 +2,-32,18 +2,-32,26 +2,-32,34 +2,-32,42 +2,-32,50 +2,-32,58 +2,-32,66 +2,-32,74 +2,-32,82 +2,-32,90 +2,-32,98 +2,-32,106 +2,-32,114 +2,-32,122 +2,-32,130 +2,-32,138 +2,-32,146 +10,-32,-150 +10,-32,-142 +10,-32,-134 +10,-32,-126 +10,-32,-118 +10,-32,-110 +10,-32,-102 +10,-32,-94 +10,-32,-86 +10,-32,-78 +10,-32,-70 +10,-32,-62 +10,-32,-54 +10,-32,-46 +10,-32,-38 +10,-32,-30 +10,-32,-22 +10,-32,-14 +10,-32,-6 +10,-32,2 +10,-32,10 +10,-32,18 +10,-32,26 +10,-32,34 +10,-32,42 +10,-32,50 +10,-32,58 +10,-32,66 +10,-32,74 +10,-32,82 +10,-32,90 +10,-32,98 +10,-32,106 +10,-32,114 +10,-32,122 +10,-32,130 +10,-32,138 +10,-32,146 +18,-32,-150 +18,-32,-142 +18,-32,-134 +18,-32,-126 +18,-32,-118 +18,-32,-110 +18,-32,-102 +18,-32,-94 +18,-32,-86 +18,-32,-78 +18,-32,-70 +18,-32,-62 +18,-32,-54 +18,-32,-46 +18,-32,-38 +18,-32,-30 +18,-32,-22 +18,-32,-14 +18,-32,-6 +18,-32,2 +18,-32,10 +18,-32,18 +18,-32,26 +18,-32,34 +18,-32,42 +18,-32,50 +18,-32,58 +18,-32,66 +18,-32,74 +18,-32,82 +18,-32,90 +18,-32,98 +18,-32,106 +18,-32,114 +18,-32,122 +18,-32,130 +18,-32,138 +18,-32,146 +26,-32,-150 +26,-32,-142 +26,-32,-134 +26,-32,-126 +26,-32,-118 +26,-32,-110 +26,-32,-102 +26,-32,-94 +26,-32,-86 +26,-32,-78 +26,-32,-70 +26,-32,-62 +26,-32,-54 +26,-32,-46 +26,-32,-38 +26,-32,-30 +26,-32,-22 +26,-32,-14 +26,-32,-6 +26,-32,2 +26,-32,10 +26,-32,18 +26,-32,26 +26,-32,34 +26,-32,42 +26,-32,50 +26,-32,58 +26,-32,66 +26,-32,74 +26,-32,82 +26,-32,90 +26,-32,98 +26,-32,106 +26,-32,114 +26,-32,122 +26,-32,130 +26,-32,138 +26,-32,146 +34,-32,-150 +34,-32,-142 +34,-32,-134 +34,-32,-126 +34,-32,-118 +34,-32,-110 +34,-32,-102 +34,-32,-94 +34,-32,-86 +34,-32,-78 +34,-32,-70 +34,-32,-62 +34,-32,-54 +34,-32,-46 +34,-32,-38 +34,-32,-30 +34,-32,-22 +34,-32,-14 +34,-32,-6 +34,-32,2 +34,-32,10 +34,-32,18 +34,-32,26 +34,-32,34 +34,-32,42 +34,-32,50 +34,-32,58 +34,-32,66 +34,-32,74 +34,-32,82 +34,-32,90 +34,-32,98 +34,-32,106 +34,-32,114 +34,-32,122 +34,-32,130 +34,-32,138 +34,-32,146 +42,-32,-150 +42,-32,-142 +42,-32,-134 +42,-32,-126 +42,-32,-118 +42,-32,-110 +42,-32,-102 +42,-32,-94 +42,-32,-86 +42,-32,-78 +42,-32,-70 +42,-32,-62 +42,-32,-54 +42,-32,-46 +42,-32,-38 +42,-32,-30 +42,-32,-22 +42,-32,-14 +42,-32,-6 +42,-32,2 +42,-32,10 +42,-32,18 +42,-32,26 +42,-32,34 +42,-32,42 +42,-32,50 +42,-32,58 +42,-32,66 +42,-32,74 +42,-32,82 +42,-32,90 +42,-32,98 +42,-32,106 +42,-32,114 +42,-32,122 +42,-32,130 +42,-32,138 +42,-32,146 +50,-32,-150 +50,-32,-142 +50,-32,-134 +50,-32,-126 +50,-32,-118 +50,-32,-110 +50,-32,-102 +50,-32,-94 +50,-32,-86 +50,-32,-78 +50,-32,-70 +50,-32,-62 +50,-32,-54 +50,-32,-46 +50,-32,-38 +50,-32,-30 +50,-32,-22 +50,-32,-14 +50,-32,-6 +50,-32,2 +50,-32,10 +50,-32,18 +50,-32,26 +50,-32,34 +50,-32,42 +50,-32,50 +50,-32,58 +50,-32,66 +50,-32,74 +50,-32,82 +50,-32,90 +50,-32,98 +50,-32,106 +50,-32,114 +50,-32,122 +50,-32,130 +50,-32,138 +50,-32,146 +58,-32,-150 +58,-32,-142 +58,-32,-134 +58,-32,-126 +58,-32,-118 +58,-32,-110 +58,-32,-102 +58,-32,-94 +58,-32,-86 +58,-32,-78 +58,-32,-70 +58,-32,-62 +58,-32,-54 +58,-32,-46 +58,-32,-38 +58,-32,-30 +58,-32,-22 +58,-32,-14 +58,-32,-6 +58,-32,2 +58,-32,10 +58,-32,18 +58,-32,26 +58,-32,34 +58,-32,42 +58,-32,50 +58,-32,58 +58,-32,66 +58,-32,74 +58,-32,82 +58,-32,90 +58,-32,98 +58,-32,106 +58,-32,114 +58,-32,122 +58,-32,130 +58,-32,138 +58,-32,146 +66,-32,-150 +66,-32,-142 +66,-32,-134 +66,-32,-126 +66,-32,-118 +66,-32,-110 +66,-32,-102 +66,-32,-94 +66,-32,-86 +66,-32,-78 +66,-32,-70 +66,-32,-62 +66,-32,-54 +66,-32,-46 +66,-32,-38 +66,-32,-30 +66,-32,-22 +66,-32,-14 +66,-32,-6 +66,-32,2 +66,-32,10 +66,-32,18 +66,-32,26 +66,-32,34 +66,-32,42 +66,-32,50 +66,-32,58 +66,-32,66 +66,-32,74 +66,-32,82 +66,-32,90 +66,-32,98 +66,-32,106 +66,-32,114 +66,-32,122 +66,-32,130 +66,-32,138 +66,-32,146 +74,-32,-150 +74,-32,-142 +74,-32,-134 +74,-32,-126 +74,-32,-118 +74,-32,-110 +74,-32,-102 +74,-32,-94 +74,-32,-86 +74,-32,-78 +74,-32,-70 +74,-32,-62 +74,-32,-54 +74,-32,-46 +74,-32,-38 +74,-32,-30 +74,-32,-22 +74,-32,-14 +74,-32,-6 +74,-32,2 +74,-32,10 +74,-32,18 +74,-32,26 +74,-32,34 +74,-32,42 +74,-32,50 +74,-32,58 +74,-32,66 +74,-32,74 +74,-32,82 +74,-32,90 +74,-32,98 +74,-32,106 +74,-32,114 +74,-32,122 +74,-32,130 +74,-32,138 +74,-32,146 +82,-32,-150 +82,-32,-142 +82,-32,-134 +82,-32,-126 +82,-32,-118 +82,-32,-110 +82,-32,-102 +82,-32,-94 +82,-32,-86 +82,-32,-78 +82,-32,-70 +82,-32,-62 +82,-32,-54 +82,-32,-46 +82,-32,-38 +82,-32,-30 +82,-32,-22 +82,-32,-14 +82,-32,-6 +82,-32,2 +82,-32,10 +82,-32,18 +82,-32,26 +82,-32,34 +82,-32,42 +82,-32,50 +82,-32,58 +82,-32,66 +82,-32,74 +82,-32,82 +82,-32,90 +82,-32,98 +82,-32,106 +82,-32,114 +82,-32,122 +82,-32,130 +82,-32,138 +82,-32,146 +90,-32,-150 +90,-32,-142 +90,-32,-134 +90,-32,-126 +90,-32,-118 +90,-32,-110 +90,-32,-102 +90,-32,-94 +90,-32,-86 +90,-32,-78 +90,-32,-70 +90,-32,-62 +90,-32,-54 +90,-32,-46 +90,-32,-38 +90,-32,-30 +90,-32,-22 +90,-32,-14 +90,-32,-6 +90,-32,2 +90,-32,10 +90,-32,18 +90,-32,26 +90,-32,34 +90,-32,42 +90,-32,50 +90,-32,58 +90,-32,66 +90,-32,74 +90,-32,82 +90,-32,90 +90,-32,98 +90,-32,106 +90,-32,114 +90,-32,122 +90,-32,130 +90,-32,138 +90,-32,146 +98,-32,-150 +98,-32,-142 +98,-32,-134 +98,-32,-126 +98,-32,-118 +98,-32,-110 +98,-32,-102 +98,-32,-94 +98,-32,-86 +98,-32,-78 +98,-32,-70 +98,-32,-62 +98,-32,-54 +98,-32,-46 +98,-32,-38 +98,-32,-30 +98,-32,-22 +98,-32,-14 +98,-32,-6 +98,-32,2 +98,-32,10 +98,-32,18 +98,-32,26 +98,-32,34 +98,-32,42 +98,-32,50 +98,-32,58 +98,-32,66 +98,-32,74 +98,-32,82 +98,-32,90 +98,-32,98 +98,-32,106 +98,-32,114 +98,-32,122 +98,-32,130 +98,-32,138 +98,-32,146 +106,-32,-150 +106,-32,-142 +106,-32,-134 +106,-32,-126 +106,-32,-118 +106,-32,-110 +106,-32,-102 +106,-32,-94 +106,-32,-86 +106,-32,-78 +106,-32,-70 +106,-32,-62 +106,-32,-54 +106,-32,-46 +106,-32,-38 +106,-32,-30 +106,-32,-22 +106,-32,-14 +106,-32,-6 +106,-32,2 +106,-32,10 +106,-32,18 +106,-32,26 +106,-32,34 +106,-32,42 +106,-32,50 +106,-32,58 +106,-32,66 +106,-32,74 +106,-32,82 +106,-32,90 +106,-32,98 +106,-32,106 +106,-32,114 +106,-32,122 +106,-32,130 +106,-32,138 +106,-32,146 +114,-32,-150 +114,-32,-142 +114,-32,-134 +114,-32,-126 +114,-32,-118 +114,-32,-110 +114,-32,-102 +114,-32,-94 +114,-32,-86 +114,-32,-78 +114,-32,-70 +114,-32,-62 +114,-32,-54 +114,-32,-46 +114,-32,-38 +114,-32,-30 +114,-32,-22 +114,-32,-14 +114,-32,-6 +114,-32,2 +114,-32,10 +114,-32,18 +114,-32,26 +114,-32,34 +114,-32,42 +114,-32,50 +114,-32,58 +114,-32,66 +114,-32,74 +114,-32,82 +114,-32,90 +114,-32,98 +114,-32,106 +114,-32,114 +114,-32,122 +114,-32,130 +114,-32,138 +114,-32,146 +122,-32,-150 +122,-32,-142 +122,-32,-134 +122,-32,-126 +122,-32,-118 +122,-32,-110 +122,-32,-102 +122,-32,-94 +122,-32,-86 +122,-32,-78 +122,-32,-70 +122,-32,-62 +122,-32,-54 +122,-32,-46 +122,-32,-38 +122,-32,-30 +122,-32,-22 +122,-32,-14 +122,-32,-6 +122,-32,2 +122,-32,10 +122,-32,18 +122,-32,26 +122,-32,34 +122,-32,42 +122,-32,50 +122,-32,58 +122,-32,66 +122,-32,74 +122,-32,82 +122,-32,90 +122,-32,98 +122,-32,106 +122,-32,114 +122,-32,122 +122,-32,130 +122,-32,138 +122,-32,146 +130,-32,-150 +130,-32,-142 +130,-32,-134 +130,-32,-126 +130,-32,-118 +130,-32,-110 +130,-32,-102 +130,-32,-94 +130,-32,-86 +130,-32,-78 +130,-32,-70 +130,-32,-62 +130,-32,-54 +130,-32,-46 +130,-32,-38 +130,-32,-30 +130,-32,-22 +130,-32,-14 +130,-32,-6 +130,-32,2 +130,-32,10 +130,-32,18 +130,-32,26 +130,-32,34 +130,-32,42 +130,-32,50 +130,-32,58 +130,-32,66 +130,-32,74 +130,-32,82 +130,-32,90 +130,-32,98 +130,-32,106 +130,-32,114 +130,-32,122 +130,-32,130 +130,-32,138 +130,-32,146 +138,-32,-150 +138,-32,-142 +138,-32,-134 +138,-32,-126 +138,-32,-118 +138,-32,-110 +138,-32,-102 +138,-32,-94 +138,-32,-86 +138,-32,-78 +138,-32,-70 +138,-32,-62 +138,-32,-54 +138,-32,-46 +138,-32,-38 +138,-32,-30 +138,-32,-22 +138,-32,-14 +138,-32,-6 +138,-32,2 +138,-32,10 +138,-32,18 +138,-32,26 +138,-32,34 +138,-32,42 +138,-32,50 +138,-32,58 +138,-32,66 +138,-32,74 +138,-32,82 +138,-32,90 +138,-32,98 +138,-32,106 +138,-32,114 +138,-32,122 +138,-32,130 +138,-32,138 +138,-32,146 +146,-32,-150 +146,-32,-142 +146,-32,-134 +146,-32,-126 +146,-32,-118 +146,-32,-110 +146,-32,-102 +146,-32,-94 +146,-32,-86 +146,-32,-78 +146,-32,-70 +146,-32,-62 +146,-32,-54 +146,-32,-46 +146,-32,-38 +146,-32,-30 +146,-32,-22 +146,-32,-14 +146,-32,-6 +146,-32,2 +146,-32,10 +146,-32,18 +146,-32,26 +146,-32,34 +146,-32,42 +146,-32,50 +146,-32,58 +146,-32,66 +146,-32,74 +146,-32,82 +146,-32,90 +146,-32,98 +146,-32,106 +146,-32,114 +146,-32,122 +146,-32,130 +146,-32,138 +146,-32,146 +-150,-24,-150 +-150,-24,-142 +-150,-24,-134 +-150,-24,-126 +-150,-24,-118 +-150,-24,-110 +-150,-24,-102 +-150,-24,-94 +-150,-24,-86 +-150,-24,-78 +-150,-24,-70 +-150,-24,-62 +-150,-24,-54 +-150,-24,-46 +-150,-24,-38 +-150,-24,-30 +-150,-24,-22 +-150,-24,-14 +-150,-24,-6 +-150,-24,2 +-150,-24,10 +-150,-24,18 +-150,-24,26 +-150,-24,34 +-150,-24,42 +-150,-24,50 +-150,-24,58 +-150,-24,66 +-150,-24,74 +-150,-24,82 +-150,-24,90 +-150,-24,98 +-150,-24,106 +-150,-24,114 +-150,-24,122 +-150,-24,130 +-150,-24,138 +-150,-24,146 +-142,-24,-150 +-142,-24,-142 +-142,-24,-134 +-142,-24,-126 +-142,-24,-118 +-142,-24,-110 +-142,-24,-102 +-142,-24,-94 +-142,-24,-86 +-142,-24,-78 +-142,-24,-70 +-142,-24,-62 +-142,-24,-54 +-142,-24,-46 +-142,-24,-38 +-142,-24,-30 +-142,-24,-22 +-142,-24,-14 +-142,-24,-6 +-142,-24,2 +-142,-24,10 +-142,-24,18 +-142,-24,26 +-142,-24,34 +-142,-24,42 +-142,-24,50 +-142,-24,58 +-142,-24,66 +-142,-24,74 +-142,-24,82 +-142,-24,90 +-142,-24,98 +-142,-24,106 +-142,-24,114 +-142,-24,122 +-142,-24,130 +-142,-24,138 +-142,-24,146 +-134,-24,-150 +-134,-24,-142 +-134,-24,-134 +-134,-24,-126 +-134,-24,-118 +-134,-24,-110 +-134,-24,-102 +-134,-24,-94 +-134,-24,-86 +-134,-24,-78 +-134,-24,-70 +-134,-24,-62 +-134,-24,-54 +-134,-24,-46 +-134,-24,-38 +-134,-24,-30 +-134,-24,-22 +-134,-24,-14 +-134,-24,-6 +-134,-24,2 +-134,-24,10 +-134,-24,18 +-134,-24,26 +-134,-24,34 +-134,-24,42 +-134,-24,50 +-134,-24,58 +-134,-24,66 +-134,-24,74 +-134,-24,82 +-134,-24,90 +-134,-24,98 +-134,-24,106 +-134,-24,114 +-134,-24,122 +-134,-24,130 +-134,-24,138 +-134,-24,146 +-126,-24,-150 +-126,-24,-142 +-126,-24,-134 +-126,-24,-126 +-126,-24,-118 +-126,-24,-110 +-126,-24,-102 +-126,-24,-94 +-126,-24,-86 +-126,-24,-78 +-126,-24,-70 +-126,-24,-62 +-126,-24,-54 +-126,-24,-46 +-126,-24,-38 +-126,-24,-30 +-126,-24,-22 +-126,-24,-14 +-126,-24,-6 +-126,-24,2 +-126,-24,10 +-126,-24,18 +-126,-24,26 +-126,-24,34 +-126,-24,42 +-126,-24,50 +-126,-24,58 +-126,-24,66 +-126,-24,74 +-126,-24,82 +-126,-24,90 +-126,-24,98 +-126,-24,106 +-126,-24,114 +-126,-24,122 +-126,-24,130 +-126,-24,138 +-126,-24,146 +-118,-24,-150 +-118,-24,-142 +-118,-24,-134 +-118,-24,-126 +-118,-24,-118 +-118,-24,-110 +-118,-24,-102 +-118,-24,-94 +-118,-24,-86 +-118,-24,-78 +-118,-24,-70 +-118,-24,-62 +-118,-24,-54 +-118,-24,-46 +-118,-24,-38 +-118,-24,-30 +-118,-24,-22 +-118,-24,-14 +-118,-24,-6 +-118,-24,2 +-118,-24,10 +-118,-24,18 +-118,-24,26 +-118,-24,34 +-118,-24,42 +-118,-24,50 +-118,-24,58 +-118,-24,66 +-118,-24,74 +-118,-24,82 +-118,-24,90 +-118,-24,98 +-118,-24,106 +-118,-24,114 +-118,-24,122 +-118,-24,130 +-118,-24,138 +-118,-24,146 +-110,-24,-150 +-110,-24,-142 +-110,-24,-134 +-110,-24,-126 +-110,-24,-118 +-110,-24,-110 +-110,-24,-102 +-110,-24,-94 +-110,-24,-86 +-110,-24,-78 +-110,-24,-70 +-110,-24,-62 +-110,-24,-54 +-110,-24,-46 +-110,-24,-38 +-110,-24,-30 +-110,-24,-22 +-110,-24,-14 +-110,-24,-6 +-110,-24,2 +-110,-24,10 +-110,-24,18 +-110,-24,26 +-110,-24,34 +-110,-24,42 +-110,-24,50 +-110,-24,58 +-110,-24,66 +-110,-24,74 +-110,-24,82 +-110,-24,90 +-110,-24,98 +-110,-24,106 +-110,-24,114 +-110,-24,122 +-110,-24,130 +-110,-24,138 +-110,-24,146 +-102,-24,-150 +-102,-24,-142 +-102,-24,-134 +-102,-24,-126 +-102,-24,-118 +-102,-24,-110 +-102,-24,-102 +-102,-24,-94 +-102,-24,-86 +-102,-24,-78 +-102,-24,-70 +-102,-24,-62 +-102,-24,-54 +-102,-24,-46 +-102,-24,-38 +-102,-24,-30 +-102,-24,-22 +-102,-24,-14 +-102,-24,-6 +-102,-24,2 +-102,-24,10 +-102,-24,18 +-102,-24,26 +-102,-24,34 +-102,-24,42 +-102,-24,50 +-102,-24,58 +-102,-24,66 +-102,-24,74 +-102,-24,82 +-102,-24,90 +-102,-24,98 +-102,-24,106 +-102,-24,114 +-102,-24,122 +-102,-24,130 +-102,-24,138 +-102,-24,146 +-94,-24,-150 +-94,-24,-142 +-94,-24,-134 +-94,-24,-126 +-94,-24,-118 +-94,-24,-110 +-94,-24,-102 +-94,-24,-94 +-94,-24,-86 +-94,-24,-78 +-94,-24,-70 +-94,-24,-62 +-94,-24,-54 +-94,-24,-46 +-94,-24,-38 +-94,-24,-30 +-94,-24,-22 +-94,-24,-14 +-94,-24,-6 +-94,-24,2 +-94,-24,10 +-94,-24,18 +-94,-24,26 +-94,-24,34 +-94,-24,42 +-94,-24,50 +-94,-24,58 +-94,-24,66 +-94,-24,74 +-94,-24,82 +-94,-24,90 +-94,-24,98 +-94,-24,106 +-94,-24,114 +-94,-24,122 +-94,-24,130 +-94,-24,138 +-94,-24,146 +-86,-24,-150 +-86,-24,-142 +-86,-24,-134 +-86,-24,-126 +-86,-24,-118 +-86,-24,-110 +-86,-24,-102 +-86,-24,-94 +-86,-24,-86 +-86,-24,-78 +-86,-24,-70 +-86,-24,-62 +-86,-24,-54 +-86,-24,-46 +-86,-24,-38 +-86,-24,-30 +-86,-24,-22 +-86,-24,-14 +-86,-24,-6 +-86,-24,2 +-86,-24,10 +-86,-24,18 +-86,-24,26 +-86,-24,34 +-86,-24,42 +-86,-24,50 +-86,-24,58 +-86,-24,66 +-86,-24,74 +-86,-24,82 +-86,-24,90 +-86,-24,98 +-86,-24,106 +-86,-24,114 +-86,-24,122 +-86,-24,130 +-86,-24,138 +-86,-24,146 +-78,-24,-150 +-78,-24,-142 +-78,-24,-134 +-78,-24,-126 +-78,-24,-118 +-78,-24,-110 +-78,-24,-102 +-78,-24,-94 +-78,-24,-86 +-78,-24,-78 +-78,-24,-70 +-78,-24,-62 +-78,-24,-54 +-78,-24,-46 +-78,-24,-38 +-78,-24,-30 +-78,-24,-22 +-78,-24,-14 +-78,-24,-6 +-78,-24,2 +-78,-24,10 +-78,-24,18 +-78,-24,26 +-78,-24,34 +-78,-24,42 +-78,-24,50 +-78,-24,58 +-78,-24,66 +-78,-24,74 +-78,-24,82 +-78,-24,90 +-78,-24,98 +-78,-24,106 +-78,-24,114 +-78,-24,122 +-78,-24,130 +-78,-24,138 +-78,-24,146 +-70,-24,-150 +-70,-24,-142 +-70,-24,-134 +-70,-24,-126 +-70,-24,-118 +-70,-24,-110 +-70,-24,-102 +-70,-24,-94 +-70,-24,-86 +-70,-24,-78 +-70,-24,-70 +-70,-24,-62 +-70,-24,-54 +-70,-24,-46 +-70,-24,-38 +-70,-24,-30 +-70,-24,-22 +-70,-24,-14 +-70,-24,-6 +-70,-24,2 +-70,-24,10 +-70,-24,18 +-70,-24,26 +-70,-24,34 +-70,-24,42 +-70,-24,50 +-70,-24,58 +-70,-24,66 +-70,-24,74 +-70,-24,82 +-70,-24,90 +-70,-24,98 +-70,-24,106 +-70,-24,114 +-70,-24,122 +-70,-24,130 +-70,-24,138 +-70,-24,146 +-62,-24,-150 +-62,-24,-142 +-62,-24,-134 +-62,-24,-126 +-62,-24,-118 +-62,-24,-110 +-62,-24,-102 +-62,-24,-94 +-62,-24,-86 +-62,-24,-78 +-62,-24,-70 +-62,-24,-62 +-62,-24,-54 +-62,-24,-46 +-62,-24,-38 +-62,-24,-30 +-62,-24,-22 +-62,-24,-14 +-62,-24,-6 +-62,-24,2 +-62,-24,10 +-62,-24,18 +-62,-24,26 +-62,-24,34 +-62,-24,42 +-62,-24,50 +-62,-24,58 +-62,-24,66 +-62,-24,74 +-62,-24,82 +-62,-24,90 +-62,-24,98 +-62,-24,106 +-62,-24,114 +-62,-24,122 +-62,-24,130 +-62,-24,138 +-62,-24,146 +-54,-24,-150 +-54,-24,-142 +-54,-24,-134 +-54,-24,-126 +-54,-24,-118 +-54,-24,-110 +-54,-24,-102 +-54,-24,-94 +-54,-24,-86 +-54,-24,-78 +-54,-24,-70 +-54,-24,-62 +-54,-24,-54 +-54,-24,-46 +-54,-24,-38 +-54,-24,-30 +-54,-24,-22 +-54,-24,-14 +-54,-24,-6 +-54,-24,2 +-54,-24,10 +-54,-24,18 +-54,-24,26 +-54,-24,34 +-54,-24,42 +-54,-24,50 +-54,-24,58 +-54,-24,66 +-54,-24,74 +-54,-24,82 +-54,-24,90 +-54,-24,98 +-54,-24,106 +-54,-24,114 +-54,-24,122 +-54,-24,130 +-54,-24,138 +-54,-24,146 +-46,-24,-150 +-46,-24,-142 +-46,-24,-134 +-46,-24,-126 +-46,-24,-118 +-46,-24,-110 +-46,-24,-102 +-46,-24,-94 +-46,-24,-86 +-46,-24,-78 +-46,-24,-70 +-46,-24,-62 +-46,-24,-54 +-46,-24,-46 +-46,-24,-38 +-46,-24,-30 +-46,-24,-22 +-46,-24,-14 +-46,-24,-6 +-46,-24,2 +-46,-24,10 +-46,-24,18 +-46,-24,26 +-46,-24,34 +-46,-24,42 +-46,-24,50 +-46,-24,58 +-46,-24,66 +-46,-24,74 +-46,-24,82 +-46,-24,90 +-46,-24,98 +-46,-24,106 +-46,-24,114 +-46,-24,122 +-46,-24,130 +-46,-24,138 +-46,-24,146 +-38,-24,-150 +-38,-24,-142 +-38,-24,-134 +-38,-24,-126 +-38,-24,-118 +-38,-24,-110 +-38,-24,-102 +-38,-24,-94 +-38,-24,-86 +-38,-24,-78 +-38,-24,-70 +-38,-24,-62 +-38,-24,-54 +-38,-24,-46 +-38,-24,-38 +-38,-24,-30 +-38,-24,-22 +-38,-24,-14 +-38,-24,-6 +-38,-24,2 +-38,-24,10 +-38,-24,18 +-38,-24,26 +-38,-24,34 +-38,-24,42 +-38,-24,50 +-38,-24,58 +-38,-24,66 +-38,-24,74 +-38,-24,82 +-38,-24,90 +-38,-24,98 +-38,-24,106 +-38,-24,114 +-38,-24,122 +-38,-24,130 +-38,-24,138 +-38,-24,146 +-30,-24,-150 +-30,-24,-142 +-30,-24,-134 +-30,-24,-126 +-30,-24,-118 +-30,-24,-110 +-30,-24,-102 +-30,-24,-94 +-30,-24,-86 +-30,-24,-78 +-30,-24,-70 +-30,-24,-62 +-30,-24,-54 +-30,-24,-46 +-30,-24,-38 +-30,-24,-30 +-30,-24,-22 +-30,-24,-14 +-30,-24,-6 +-30,-24,2 +-30,-24,10 +-30,-24,18 +-30,-24,26 +-30,-24,34 +-30,-24,42 +-30,-24,50 +-30,-24,58 +-30,-24,66 +-30,-24,74 +-30,-24,82 +-30,-24,90 +-30,-24,98 +-30,-24,106 +-30,-24,114 +-30,-24,122 +-30,-24,130 +-30,-24,138 +-30,-24,146 +-22,-24,-150 +-22,-24,-142 +-22,-24,-134 +-22,-24,-126 +-22,-24,-118 +-22,-24,-110 +-22,-24,-102 +-22,-24,-94 +-22,-24,-86 +-22,-24,-78 +-22,-24,-70 +-22,-24,-62 +-22,-24,-54 +-22,-24,-46 +-22,-24,-38 +-22,-24,-30 +-22,-24,-22 +-22,-24,-14 +-22,-24,-6 +-22,-24,2 +-22,-24,10 +-22,-24,18 +-22,-24,26 +-22,-24,34 +-22,-24,42 +-22,-24,50 +-22,-24,58 +-22,-24,66 +-22,-24,74 +-22,-24,82 +-22,-24,90 +-22,-24,98 +-22,-24,106 +-22,-24,114 +-22,-24,122 +-22,-24,130 +-22,-24,138 +-22,-24,146 +-14,-24,-150 +-14,-24,-142 +-14,-24,-134 +-14,-24,-126 +-14,-24,-118 +-14,-24,-110 +-14,-24,-102 +-14,-24,-94 +-14,-24,-86 +-14,-24,-78 +-14,-24,-70 +-14,-24,-62 +-14,-24,-54 +-14,-24,-46 +-14,-24,-38 +-14,-24,-30 +-14,-24,-22 +-14,-24,-14 +-14,-24,-6 +-14,-24,2 +-14,-24,10 +-14,-24,18 +-14,-24,26 +-14,-24,34 +-14,-24,42 +-14,-24,50 +-14,-24,58 +-14,-24,66 +-14,-24,74 +-14,-24,82 +-14,-24,90 +-14,-24,98 +-14,-24,106 +-14,-24,114 +-14,-24,122 +-14,-24,130 +-14,-24,138 +-14,-24,146 +-6,-24,-150 +-6,-24,-142 +-6,-24,-134 +-6,-24,-126 +-6,-24,-118 +-6,-24,-110 +-6,-24,-102 +-6,-24,-94 +-6,-24,-86 +-6,-24,-78 +-6,-24,-70 +-6,-24,-62 +-6,-24,-54 +-6,-24,-46 +-6,-24,-38 +-6,-24,-30 +-6,-24,-22 +-6,-24,-14 +-6,-24,-6 +-6,-24,2 +-6,-24,10 +-6,-24,18 +-6,-24,26 +-6,-24,34 +-6,-24,42 +-6,-24,50 +-6,-24,58 +-6,-24,66 +-6,-24,74 +-6,-24,82 +-6,-24,90 +-6,-24,98 +-6,-24,106 +-6,-24,114 +-6,-24,122 +-6,-24,130 +-6,-24,138 +-6,-24,146 +2,-24,-150 +2,-24,-142 +2,-24,-134 +2,-24,-126 +2,-24,-118 +2,-24,-110 +2,-24,-102 +2,-24,-94 +2,-24,-86 +2,-24,-78 +2,-24,-70 +2,-24,-62 +2,-24,-54 +2,-24,-46 +2,-24,-38 +2,-24,-30 +2,-24,-22 +2,-24,-14 +2,-24,-6 +2,-24,2 +2,-24,10 +2,-24,18 +2,-24,26 +2,-24,34 +2,-24,42 +2,-24,50 +2,-24,58 +2,-24,66 +2,-24,74 +2,-24,82 +2,-24,90 +2,-24,98 +2,-24,106 +2,-24,114 +2,-24,122 +2,-24,130 +2,-24,138 +2,-24,146 +10,-24,-150 +10,-24,-142 +10,-24,-134 +10,-24,-126 +10,-24,-118 +10,-24,-110 +10,-24,-102 +10,-24,-94 +10,-24,-86 +10,-24,-78 +10,-24,-70 +10,-24,-62 +10,-24,-54 +10,-24,-46 +10,-24,-38 +10,-24,-30 +10,-24,-22 +10,-24,-14 +10,-24,-6 +10,-24,2 +10,-24,10 +10,-24,18 +10,-24,26 +10,-24,34 +10,-24,42 +10,-24,50 +10,-24,58 +10,-24,66 +10,-24,74 +10,-24,82 +10,-24,90 +10,-24,98 +10,-24,106 +10,-24,114 +10,-24,122 +10,-24,130 +10,-24,138 +10,-24,146 +18,-24,-150 +18,-24,-142 +18,-24,-134 +18,-24,-126 +18,-24,-118 +18,-24,-110 +18,-24,-102 +18,-24,-94 +18,-24,-86 +18,-24,-78 +18,-24,-70 +18,-24,-62 +18,-24,-54 +18,-24,-46 +18,-24,-38 +18,-24,-30 +18,-24,-22 +18,-24,-14 +18,-24,-6 +18,-24,2 +18,-24,10 +18,-24,18 +18,-24,26 +18,-24,34 +18,-24,42 +18,-24,50 +18,-24,58 +18,-24,66 +18,-24,74 +18,-24,82 +18,-24,90 +18,-24,98 +18,-24,106 +18,-24,114 +18,-24,122 +18,-24,130 +18,-24,138 +18,-24,146 +26,-24,-150 +26,-24,-142 +26,-24,-134 +26,-24,-126 +26,-24,-118 +26,-24,-110 +26,-24,-102 +26,-24,-94 +26,-24,-86 +26,-24,-78 +26,-24,-70 +26,-24,-62 +26,-24,-54 +26,-24,-46 +26,-24,-38 +26,-24,-30 +26,-24,-22 +26,-24,-14 +26,-24,-6 +26,-24,2 +26,-24,10 +26,-24,18 +26,-24,26 +26,-24,34 +26,-24,42 +26,-24,50 +26,-24,58 +26,-24,66 +26,-24,74 +26,-24,82 +26,-24,90 +26,-24,98 +26,-24,106 +26,-24,114 +26,-24,122 +26,-24,130 +26,-24,138 +26,-24,146 +34,-24,-150 +34,-24,-142 +34,-24,-134 +34,-24,-126 +34,-24,-118 +34,-24,-110 +34,-24,-102 +34,-24,-94 +34,-24,-86 +34,-24,-78 +34,-24,-70 +34,-24,-62 +34,-24,-54 +34,-24,-46 +34,-24,-38 +34,-24,-30 +34,-24,-22 +34,-24,-14 +34,-24,-6 +34,-24,2 +34,-24,10 +34,-24,18 +34,-24,26 +34,-24,34 +34,-24,42 +34,-24,50 +34,-24,58 +34,-24,66 +34,-24,74 +34,-24,82 +34,-24,90 +34,-24,98 +34,-24,106 +34,-24,114 +34,-24,122 +34,-24,130 +34,-24,138 +34,-24,146 +42,-24,-150 +42,-24,-142 +42,-24,-134 +42,-24,-126 +42,-24,-118 +42,-24,-110 +42,-24,-102 +42,-24,-94 +42,-24,-86 +42,-24,-78 +42,-24,-70 +42,-24,-62 +42,-24,-54 +42,-24,-46 +42,-24,-38 +42,-24,-30 +42,-24,-22 +42,-24,-14 +42,-24,-6 +42,-24,2 +42,-24,10 +42,-24,18 +42,-24,26 +42,-24,34 +42,-24,42 +42,-24,50 +42,-24,58 +42,-24,66 +42,-24,74 +42,-24,82 +42,-24,90 +42,-24,98 +42,-24,106 +42,-24,114 +42,-24,122 +42,-24,130 +42,-24,138 +42,-24,146 +50,-24,-150 +50,-24,-142 +50,-24,-134 +50,-24,-126 +50,-24,-118 +50,-24,-110 +50,-24,-102 +50,-24,-94 +50,-24,-86 +50,-24,-78 +50,-24,-70 +50,-24,-62 +50,-24,-54 +50,-24,-46 +50,-24,-38 +50,-24,-30 +50,-24,-22 +50,-24,-14 +50,-24,-6 +50,-24,2 +50,-24,10 +50,-24,18 +50,-24,26 +50,-24,34 +50,-24,42 +50,-24,50 +50,-24,58 +50,-24,66 +50,-24,74 +50,-24,82 +50,-24,90 +50,-24,98 +50,-24,106 +50,-24,114 +50,-24,122 +50,-24,130 +50,-24,138 +50,-24,146 +58,-24,-150 +58,-24,-142 +58,-24,-134 +58,-24,-126 +58,-24,-118 +58,-24,-110 +58,-24,-102 +58,-24,-94 +58,-24,-86 +58,-24,-78 +58,-24,-70 +58,-24,-62 +58,-24,-54 +58,-24,-46 +58,-24,-38 +58,-24,-30 +58,-24,-22 +58,-24,-14 +58,-24,-6 +58,-24,2 +58,-24,10 +58,-24,18 +58,-24,26 +58,-24,34 +58,-24,42 +58,-24,50 +58,-24,58 +58,-24,66 +58,-24,74 +58,-24,82 +58,-24,90 +58,-24,98 +58,-24,106 +58,-24,114 +58,-24,122 +58,-24,130 +58,-24,138 +58,-24,146 +66,-24,-150 +66,-24,-142 +66,-24,-134 +66,-24,-126 +66,-24,-118 +66,-24,-110 +66,-24,-102 +66,-24,-94 +66,-24,-86 +66,-24,-78 +66,-24,-70 +66,-24,-62 +66,-24,-54 +66,-24,-46 +66,-24,-38 +66,-24,-30 +66,-24,-22 +66,-24,-14 +66,-24,-6 +66,-24,2 +66,-24,10 +66,-24,18 +66,-24,26 +66,-24,34 +66,-24,42 +66,-24,50 +66,-24,58 +66,-24,66 +66,-24,74 +66,-24,82 +66,-24,90 +66,-24,98 +66,-24,106 +66,-24,114 +66,-24,122 +66,-24,130 +66,-24,138 +66,-24,146 +74,-24,-150 +74,-24,-142 +74,-24,-134 +74,-24,-126 +74,-24,-118 +74,-24,-110 +74,-24,-102 +74,-24,-94 +74,-24,-86 +74,-24,-78 +74,-24,-70 +74,-24,-62 +74,-24,-54 +74,-24,-46 +74,-24,-38 +74,-24,-30 +74,-24,-22 +74,-24,-14 +74,-24,-6 +74,-24,2 +74,-24,10 +74,-24,18 +74,-24,26 +74,-24,34 +74,-24,42 +74,-24,50 +74,-24,58 +74,-24,66 +74,-24,74 +74,-24,82 +74,-24,90 +74,-24,98 +74,-24,106 +74,-24,114 +74,-24,122 +74,-24,130 +74,-24,138 +74,-24,146 +82,-24,-150 +82,-24,-142 +82,-24,-134 +82,-24,-126 +82,-24,-118 +82,-24,-110 +82,-24,-102 +82,-24,-94 +82,-24,-86 +82,-24,-78 +82,-24,-70 +82,-24,-62 +82,-24,-54 +82,-24,-46 +82,-24,-38 +82,-24,-30 +82,-24,-22 +82,-24,-14 +82,-24,-6 +82,-24,2 +82,-24,10 +82,-24,18 +82,-24,26 +82,-24,34 +82,-24,42 +82,-24,50 +82,-24,58 +82,-24,66 +82,-24,74 +82,-24,82 +82,-24,90 +82,-24,98 +82,-24,106 +82,-24,114 +82,-24,122 +82,-24,130 +82,-24,138 +82,-24,146 +90,-24,-150 +90,-24,-142 +90,-24,-134 +90,-24,-126 +90,-24,-118 +90,-24,-110 +90,-24,-102 +90,-24,-94 +90,-24,-86 +90,-24,-78 +90,-24,-70 +90,-24,-62 +90,-24,-54 +90,-24,-46 +90,-24,-38 +90,-24,-30 +90,-24,-22 +90,-24,-14 +90,-24,-6 +90,-24,2 +90,-24,10 +90,-24,18 +90,-24,26 +90,-24,34 +90,-24,42 +90,-24,50 +90,-24,58 +90,-24,66 +90,-24,74 +90,-24,82 +90,-24,90 +90,-24,98 +90,-24,106 +90,-24,114 +90,-24,122 +90,-24,130 +90,-24,138 +90,-24,146 +98,-24,-150 +98,-24,-142 +98,-24,-134 +98,-24,-126 +98,-24,-118 +98,-24,-110 +98,-24,-102 +98,-24,-94 +98,-24,-86 +98,-24,-78 +98,-24,-70 +98,-24,-62 +98,-24,-54 +98,-24,-46 +98,-24,-38 +98,-24,-30 +98,-24,-22 +98,-24,-14 +98,-24,-6 +98,-24,2 +98,-24,10 +98,-24,18 +98,-24,26 +98,-24,34 +98,-24,42 +98,-24,50 +98,-24,58 +98,-24,66 +98,-24,74 +98,-24,82 +98,-24,90 +98,-24,98 +98,-24,106 +98,-24,114 +98,-24,122 +98,-24,130 +98,-24,138 +98,-24,146 +106,-24,-150 +106,-24,-142 +106,-24,-134 +106,-24,-126 +106,-24,-118 +106,-24,-110 +106,-24,-102 +106,-24,-94 +106,-24,-86 +106,-24,-78 +106,-24,-70 +106,-24,-62 +106,-24,-54 +106,-24,-46 +106,-24,-38 +106,-24,-30 +106,-24,-22 +106,-24,-14 +106,-24,-6 +106,-24,2 +106,-24,10 +106,-24,18 +106,-24,26 +106,-24,34 +106,-24,42 +106,-24,50 +106,-24,58 +106,-24,66 +106,-24,74 +106,-24,82 +106,-24,90 +106,-24,98 +106,-24,106 +106,-24,114 +106,-24,122 +106,-24,130 +106,-24,138 +106,-24,146 +114,-24,-150 +114,-24,-142 +114,-24,-134 +114,-24,-126 +114,-24,-118 +114,-24,-110 +114,-24,-102 +114,-24,-94 +114,-24,-86 +114,-24,-78 +114,-24,-70 +114,-24,-62 +114,-24,-54 +114,-24,-46 +114,-24,-38 +114,-24,-30 +114,-24,-22 +114,-24,-14 +114,-24,-6 +114,-24,2 +114,-24,10 +114,-24,18 +114,-24,26 +114,-24,34 +114,-24,42 +114,-24,50 +114,-24,58 +114,-24,66 +114,-24,74 +114,-24,82 +114,-24,90 +114,-24,98 +114,-24,106 +114,-24,114 +114,-24,122 +114,-24,130 +114,-24,138 +114,-24,146 +122,-24,-150 +122,-24,-142 +122,-24,-134 +122,-24,-126 +122,-24,-118 +122,-24,-110 +122,-24,-102 +122,-24,-94 +122,-24,-86 +122,-24,-78 +122,-24,-70 +122,-24,-62 +122,-24,-54 +122,-24,-46 +122,-24,-38 +122,-24,-30 +122,-24,-22 +122,-24,-14 +122,-24,-6 +122,-24,2 +122,-24,10 +122,-24,18 +122,-24,26 +122,-24,34 +122,-24,42 +122,-24,50 +122,-24,58 +122,-24,66 +122,-24,74 +122,-24,82 +122,-24,90 +122,-24,98 +122,-24,106 +122,-24,114 +122,-24,122 +122,-24,130 +122,-24,138 +122,-24,146 +130,-24,-150 +130,-24,-142 +130,-24,-134 +130,-24,-126 +130,-24,-118 +130,-24,-110 +130,-24,-102 +130,-24,-94 +130,-24,-86 +130,-24,-78 +130,-24,-70 +130,-24,-62 +130,-24,-54 +130,-24,-46 +130,-24,-38 +130,-24,-30 +130,-24,-22 +130,-24,-14 +130,-24,-6 +130,-24,2 +130,-24,10 +130,-24,18 +130,-24,26 +130,-24,34 +130,-24,42 +130,-24,50 +130,-24,58 +130,-24,66 +130,-24,74 +130,-24,82 +130,-24,90 +130,-24,98 +130,-24,106 +130,-24,114 +130,-24,122 +130,-24,130 +130,-24,138 +130,-24,146 +138,-24,-150 +138,-24,-142 +138,-24,-134 +138,-24,-126 +138,-24,-118 +138,-24,-110 +138,-24,-102 +138,-24,-94 +138,-24,-86 +138,-24,-78 +138,-24,-70 +138,-24,-62 +138,-24,-54 +138,-24,-46 +138,-24,-38 +138,-24,-30 +138,-24,-22 +138,-24,-14 +138,-24,-6 +138,-24,2 +138,-24,10 +138,-24,18 +138,-24,26 +138,-24,34 +138,-24,42 +138,-24,50 +138,-24,58 +138,-24,66 +138,-24,74 +138,-24,82 +138,-24,90 +138,-24,98 +138,-24,106 +138,-24,114 +138,-24,122 +138,-24,130 +138,-24,138 +138,-24,146 +146,-24,-150 +146,-24,-142 +146,-24,-134 +146,-24,-126 +146,-24,-118 +146,-24,-110 +146,-24,-102 +146,-24,-94 +146,-24,-86 +146,-24,-78 +146,-24,-70 +146,-24,-62 +146,-24,-54 +146,-24,-46 +146,-24,-38 +146,-24,-30 +146,-24,-22 +146,-24,-14 +146,-24,-6 +146,-24,2 +146,-24,10 +146,-24,18 +146,-24,26 +146,-24,34 +146,-24,42 +146,-24,50 +146,-24,58 +146,-24,66 +146,-24,74 +146,-24,82 +146,-24,90 +146,-24,98 +146,-24,106 +146,-24,114 +146,-24,122 +146,-24,130 +146,-24,138 +146,-24,146 +-150,-16,-150 +-150,-16,-142 +-150,-16,-134 +-150,-16,-126 +-150,-16,-118 +-150,-16,-110 +-150,-16,-102 +-150,-16,-94 +-150,-16,-86 +-150,-16,-78 +-150,-16,-70 +-150,-16,-62 +-150,-16,-54 +-150,-16,-46 +-150,-16,-38 +-150,-16,-30 +-150,-16,-22 +-150,-16,-14 +-150,-16,-6 +-150,-16,2 +-150,-16,10 +-150,-16,18 +-150,-16,26 +-150,-16,34 +-150,-16,42 +-150,-16,50 +-150,-16,58 +-150,-16,66 +-150,-16,74 +-150,-16,82 +-150,-16,90 +-150,-16,98 +-150,-16,106 +-150,-16,114 +-150,-16,122 +-150,-16,130 +-150,-16,138 +-150,-16,146 +-142,-16,-150 +-142,-16,-142 +-142,-16,-134 +-142,-16,-126 +-142,-16,-118 +-142,-16,-110 +-142,-16,-102 +-142,-16,-94 +-142,-16,-86 +-142,-16,-78 +-142,-16,-70 +-142,-16,-62 +-142,-16,-54 +-142,-16,-46 +-142,-16,-38 +-142,-16,-30 +-142,-16,-22 +-142,-16,-14 +-142,-16,-6 +-142,-16,2 +-142,-16,10 +-142,-16,18 +-142,-16,26 +-142,-16,34 +-142,-16,42 +-142,-16,50 +-142,-16,58 +-142,-16,66 +-142,-16,74 +-142,-16,82 +-142,-16,90 +-142,-16,98 +-142,-16,106 +-142,-16,114 +-142,-16,122 +-142,-16,130 +-142,-16,138 +-142,-16,146 +-134,-16,-150 +-134,-16,-142 +-134,-16,-134 +-134,-16,-126 +-134,-16,-118 +-134,-16,-110 +-134,-16,-102 +-134,-16,-94 +-134,-16,-86 +-134,-16,-78 +-134,-16,-70 +-134,-16,-62 +-134,-16,-54 +-134,-16,-46 +-134,-16,-38 +-134,-16,-30 +-134,-16,-22 +-134,-16,-14 +-134,-16,-6 +-134,-16,2 +-134,-16,10 +-134,-16,18 +-134,-16,26 +-134,-16,34 +-134,-16,42 +-134,-16,50 +-134,-16,58 +-134,-16,66 +-134,-16,74 +-134,-16,82 +-134,-16,90 +-134,-16,98 +-134,-16,106 +-134,-16,114 +-134,-16,122 +-134,-16,130 +-134,-16,138 +-134,-16,146 +-126,-16,-150 +-126,-16,-142 +-126,-16,-134 +-126,-16,-126 +-126,-16,-118 +-126,-16,-110 +-126,-16,-102 +-126,-16,-94 +-126,-16,-86 +-126,-16,-78 +-126,-16,-70 +-126,-16,-62 +-126,-16,-54 +-126,-16,-46 +-126,-16,-38 +-126,-16,-30 +-126,-16,-22 +-126,-16,-14 +-126,-16,-6 +-126,-16,2 +-126,-16,10 +-126,-16,18 +-126,-16,26 +-126,-16,34 +-126,-16,42 +-126,-16,50 +-126,-16,58 +-126,-16,66 +-126,-16,74 +-126,-16,82 +-126,-16,90 +-126,-16,98 +-126,-16,106 +-126,-16,114 +-126,-16,122 +-126,-16,130 +-126,-16,138 +-126,-16,146 +-118,-16,-150 +-118,-16,-142 +-118,-16,-134 +-118,-16,-126 +-118,-16,-118 +-118,-16,-110 +-118,-16,-102 +-118,-16,-94 +-118,-16,-86 +-118,-16,-78 +-118,-16,-70 +-118,-16,-62 +-118,-16,-54 +-118,-16,-46 +-118,-16,-38 +-118,-16,-30 +-118,-16,-22 +-118,-16,-14 +-118,-16,-6 +-118,-16,2 +-118,-16,10 +-118,-16,18 +-118,-16,26 +-118,-16,34 +-118,-16,42 +-118,-16,50 +-118,-16,58 +-118,-16,66 +-118,-16,74 +-118,-16,82 +-118,-16,90 +-118,-16,98 +-118,-16,106 +-118,-16,114 +-118,-16,122 +-118,-16,130 +-118,-16,138 +-118,-16,146 +-110,-16,-150 +-110,-16,-142 +-110,-16,-134 +-110,-16,-126 +-110,-16,-118 +-110,-16,-110 +-110,-16,-102 +-110,-16,-94 +-110,-16,-86 +-110,-16,-78 +-110,-16,-70 +-110,-16,-62 +-110,-16,-54 +-110,-16,-46 +-110,-16,-38 +-110,-16,-30 +-110,-16,-22 +-110,-16,-14 +-110,-16,-6 +-110,-16,2 +-110,-16,10 +-110,-16,18 +-110,-16,26 +-110,-16,34 +-110,-16,42 +-110,-16,50 +-110,-16,58 +-110,-16,66 +-110,-16,74 +-110,-16,82 +-110,-16,90 +-110,-16,98 +-110,-16,106 +-110,-16,114 +-110,-16,122 +-110,-16,130 +-110,-16,138 +-110,-16,146 +-102,-16,-150 +-102,-16,-142 +-102,-16,-134 +-102,-16,-126 +-102,-16,-118 +-102,-16,-110 +-102,-16,-102 +-102,-16,-94 +-102,-16,-86 +-102,-16,-78 +-102,-16,-70 +-102,-16,-62 +-102,-16,-54 +-102,-16,-46 +-102,-16,-38 +-102,-16,-30 +-102,-16,-22 +-102,-16,-14 +-102,-16,-6 +-102,-16,2 +-102,-16,10 +-102,-16,18 +-102,-16,26 +-102,-16,34 +-102,-16,42 +-102,-16,50 +-102,-16,58 +-102,-16,66 +-102,-16,74 +-102,-16,82 +-102,-16,90 +-102,-16,98 +-102,-16,106 +-102,-16,114 +-102,-16,122 +-102,-16,130 +-102,-16,138 +-102,-16,146 +-94,-16,-150 +-94,-16,-142 +-94,-16,-134 +-94,-16,-126 +-94,-16,-118 +-94,-16,-110 +-94,-16,-102 +-94,-16,-94 +-94,-16,-86 +-94,-16,-78 +-94,-16,-70 +-94,-16,-62 +-94,-16,-54 +-94,-16,-46 +-94,-16,-38 +-94,-16,-30 +-94,-16,-22 +-94,-16,-14 +-94,-16,-6 +-94,-16,2 +-94,-16,10 +-94,-16,18 +-94,-16,26 +-94,-16,34 +-94,-16,42 +-94,-16,50 +-94,-16,58 +-94,-16,66 +-94,-16,74 +-94,-16,82 +-94,-16,90 +-94,-16,98 +-94,-16,106 +-94,-16,114 +-94,-16,122 +-94,-16,130 +-94,-16,138 +-94,-16,146 +-86,-16,-150 +-86,-16,-142 +-86,-16,-134 +-86,-16,-126 +-86,-16,-118 +-86,-16,-110 +-86,-16,-102 +-86,-16,-94 +-86,-16,-86 +-86,-16,-78 +-86,-16,-70 +-86,-16,-62 +-86,-16,-54 +-86,-16,-46 +-86,-16,-38 +-86,-16,-30 +-86,-16,-22 +-86,-16,-14 +-86,-16,-6 +-86,-16,2 +-86,-16,10 +-86,-16,18 +-86,-16,26 +-86,-16,34 +-86,-16,42 +-86,-16,50 +-86,-16,58 +-86,-16,66 +-86,-16,74 +-86,-16,82 +-86,-16,90 +-86,-16,98 +-86,-16,106 +-86,-16,114 +-86,-16,122 +-86,-16,130 +-86,-16,138 +-86,-16,146 +-78,-16,-150 +-78,-16,-142 +-78,-16,-134 +-78,-16,-126 +-78,-16,-118 +-78,-16,-110 +-78,-16,-102 +-78,-16,-94 +-78,-16,-86 +-78,-16,-78 +-78,-16,-70 +-78,-16,-62 +-78,-16,-54 +-78,-16,-46 +-78,-16,-38 +-78,-16,-30 +-78,-16,-22 +-78,-16,-14 +-78,-16,-6 +-78,-16,2 +-78,-16,10 +-78,-16,18 +-78,-16,26 +-78,-16,34 +-78,-16,42 +-78,-16,50 +-78,-16,58 +-78,-16,66 +-78,-16,74 +-78,-16,82 +-78,-16,90 +-78,-16,98 +-78,-16,106 +-78,-16,114 +-78,-16,122 +-78,-16,130 +-78,-16,138 +-78,-16,146 +-70,-16,-150 +-70,-16,-142 +-70,-16,-134 +-70,-16,-126 +-70,-16,-118 +-70,-16,-110 +-70,-16,-102 +-70,-16,-94 +-70,-16,-86 +-70,-16,-78 +-70,-16,-70 +-70,-16,-62 +-70,-16,-54 +-70,-16,-46 +-70,-16,-38 +-70,-16,-30 +-70,-16,-22 +-70,-16,-14 +-70,-16,-6 +-70,-16,2 +-70,-16,10 +-70,-16,18 +-70,-16,26 +-70,-16,34 +-70,-16,42 +-70,-16,50 +-70,-16,58 +-70,-16,66 +-70,-16,74 +-70,-16,82 +-70,-16,90 +-70,-16,98 +-70,-16,106 +-70,-16,114 +-70,-16,122 +-70,-16,130 +-70,-16,138 +-70,-16,146 +-62,-16,-150 +-62,-16,-142 +-62,-16,-134 +-62,-16,-126 +-62,-16,-118 +-62,-16,-110 +-62,-16,-102 +-62,-16,-94 +-62,-16,-86 +-62,-16,-78 +-62,-16,-70 +-62,-16,-62 +-62,-16,-54 +-62,-16,-46 +-62,-16,-38 +-62,-16,-30 +-62,-16,-22 +-62,-16,-14 +-62,-16,-6 +-62,-16,2 +-62,-16,10 +-62,-16,18 +-62,-16,26 +-62,-16,34 +-62,-16,42 +-62,-16,50 +-62,-16,58 +-62,-16,66 +-62,-16,74 +-62,-16,82 +-62,-16,90 +-62,-16,98 +-62,-16,106 +-62,-16,114 +-62,-16,122 +-62,-16,130 +-62,-16,138 +-62,-16,146 +-54,-16,-150 +-54,-16,-142 +-54,-16,-134 +-54,-16,-126 +-54,-16,-118 +-54,-16,-110 +-54,-16,-102 +-54,-16,-94 +-54,-16,-86 +-54,-16,-78 +-54,-16,-70 +-54,-16,-62 +-54,-16,-54 +-54,-16,-46 +-54,-16,-38 +-54,-16,-30 +-54,-16,-22 +-54,-16,-14 +-54,-16,-6 +-54,-16,2 +-54,-16,10 +-54,-16,18 +-54,-16,26 +-54,-16,34 +-54,-16,42 +-54,-16,50 +-54,-16,58 +-54,-16,66 +-54,-16,74 +-54,-16,82 +-54,-16,90 +-54,-16,98 +-54,-16,106 +-54,-16,114 +-54,-16,122 +-54,-16,130 +-54,-16,138 +-54,-16,146 +-46,-16,-150 +-46,-16,-142 +-46,-16,-134 +-46,-16,-126 +-46,-16,-118 +-46,-16,-110 +-46,-16,-102 +-46,-16,-94 +-46,-16,-86 +-46,-16,-78 +-46,-16,-70 +-46,-16,-62 +-46,-16,-54 +-46,-16,-46 +-46,-16,-38 +-46,-16,-30 +-46,-16,-22 +-46,-16,-14 +-46,-16,-6 +-46,-16,2 +-46,-16,10 +-46,-16,18 +-46,-16,26 +-46,-16,34 +-46,-16,42 +-46,-16,50 +-46,-16,58 +-46,-16,66 +-46,-16,74 +-46,-16,82 +-46,-16,90 +-46,-16,98 +-46,-16,106 +-46,-16,114 +-46,-16,122 +-46,-16,130 +-46,-16,138 +-46,-16,146 +-38,-16,-150 +-38,-16,-142 +-38,-16,-134 +-38,-16,-126 +-38,-16,-118 +-38,-16,-110 +-38,-16,-102 +-38,-16,-94 +-38,-16,-86 +-38,-16,-78 +-38,-16,-70 +-38,-16,-62 +-38,-16,-54 +-38,-16,-46 +-38,-16,-38 +-38,-16,-30 +-38,-16,-22 +-38,-16,-14 +-38,-16,-6 +-38,-16,2 +-38,-16,10 +-38,-16,18 +-38,-16,26 +-38,-16,34 +-38,-16,42 +-38,-16,50 +-38,-16,58 +-38,-16,66 +-38,-16,74 +-38,-16,82 +-38,-16,90 +-38,-16,98 +-38,-16,106 +-38,-16,114 +-38,-16,122 +-38,-16,130 +-38,-16,138 +-38,-16,146 +-30,-16,-150 +-30,-16,-142 +-30,-16,-134 +-30,-16,-126 +-30,-16,-118 +-30,-16,-110 +-30,-16,-102 +-30,-16,-94 +-30,-16,-86 +-30,-16,-78 +-30,-16,-70 +-30,-16,-62 +-30,-16,-54 +-30,-16,-46 +-30,-16,-38 +-30,-16,-30 +-30,-16,-22 +-30,-16,-14 +-30,-16,-6 +-30,-16,2 +-30,-16,10 +-30,-16,18 +-30,-16,26 +-30,-16,34 +-30,-16,42 +-30,-16,50 +-30,-16,58 +-30,-16,66 +-30,-16,74 +-30,-16,82 +-30,-16,90 +-30,-16,98 +-30,-16,106 +-30,-16,114 +-30,-16,122 +-30,-16,130 +-30,-16,138 +-30,-16,146 +-22,-16,-150 +-22,-16,-142 +-22,-16,-134 +-22,-16,-126 +-22,-16,-118 +-22,-16,-110 +-22,-16,-102 +-22,-16,-94 +-22,-16,-86 +-22,-16,-78 +-22,-16,-70 +-22,-16,-62 +-22,-16,-54 +-22,-16,-46 +-22,-16,-38 +-22,-16,-30 +-22,-16,-22 +-22,-16,-14 +-22,-16,-6 +-22,-16,2 +-22,-16,10 +-22,-16,18 +-22,-16,26 +-22,-16,34 +-22,-16,42 +-22,-16,50 +-22,-16,58 +-22,-16,66 +-22,-16,74 +-22,-16,82 +-22,-16,90 +-22,-16,98 +-22,-16,106 +-22,-16,114 +-22,-16,122 +-22,-16,130 +-22,-16,138 +-22,-16,146 +-14,-16,-150 +-14,-16,-142 +-14,-16,-134 +-14,-16,-126 +-14,-16,-118 +-14,-16,-110 +-14,-16,-102 +-14,-16,-94 +-14,-16,-86 +-14,-16,-78 +-14,-16,-70 +-14,-16,-62 +-14,-16,-54 +-14,-16,-46 +-14,-16,-38 +-14,-16,-30 +-14,-16,-22 +-14,-16,-14 +-14,-16,-6 +-14,-16,2 +-14,-16,10 +-14,-16,18 +-14,-16,26 +-14,-16,34 +-14,-16,42 +-14,-16,50 +-14,-16,58 +-14,-16,66 +-14,-16,74 +-14,-16,82 +-14,-16,90 +-14,-16,98 +-14,-16,106 +-14,-16,114 +-14,-16,122 +-14,-16,130 +-14,-16,138 +-14,-16,146 +-6,-16,-150 +-6,-16,-142 +-6,-16,-134 +-6,-16,-126 +-6,-16,-118 +-6,-16,-110 +-6,-16,-102 +-6,-16,-94 +-6,-16,-86 +-6,-16,-78 +-6,-16,-70 +-6,-16,-62 +-6,-16,-54 +-6,-16,-46 +-6,-16,-38 +-6,-16,-30 +-6,-16,-22 +-6,-16,-14 +-6,-16,-6 +-6,-16,2 +-6,-16,10 +-6,-16,18 +-6,-16,26 +-6,-16,34 +-6,-16,42 +-6,-16,50 +-6,-16,58 +-6,-16,66 +-6,-16,74 +-6,-16,82 +-6,-16,90 +-6,-16,98 +-6,-16,106 +-6,-16,114 +-6,-16,122 +-6,-16,130 +-6,-16,138 +-6,-16,146 +2,-16,-150 +2,-16,-142 +2,-16,-134 +2,-16,-126 +2,-16,-118 +2,-16,-110 +2,-16,-102 +2,-16,-94 +2,-16,-86 +2,-16,-78 +2,-16,-70 +2,-16,-62 +2,-16,-54 +2,-16,-46 +2,-16,-38 +2,-16,-30 +2,-16,-22 +2,-16,-14 +2,-16,-6 +2,-16,2 +2,-16,10 +2,-16,18 +2,-16,26 +2,-16,34 +2,-16,42 +2,-16,50 +2,-16,58 +2,-16,66 +2,-16,74 +2,-16,82 +2,-16,90 +2,-16,98 +2,-16,106 +2,-16,114 +2,-16,122 +2,-16,130 +2,-16,138 +2,-16,146 +10,-16,-150 +10,-16,-142 +10,-16,-134 +10,-16,-126 +10,-16,-118 +10,-16,-110 +10,-16,-102 +10,-16,-94 +10,-16,-86 +10,-16,-78 +10,-16,-70 +10,-16,-62 +10,-16,-54 +10,-16,-46 +10,-16,-38 +10,-16,-30 +10,-16,-22 +10,-16,-14 +10,-16,-6 +10,-16,2 +10,-16,10 +10,-16,18 +10,-16,26 +10,-16,34 +10,-16,42 +10,-16,50 +10,-16,58 +10,-16,66 +10,-16,74 +10,-16,82 +10,-16,90 +10,-16,98 +10,-16,106 +10,-16,114 +10,-16,122 +10,-16,130 +10,-16,138 +10,-16,146 +18,-16,-150 +18,-16,-142 +18,-16,-134 +18,-16,-126 +18,-16,-118 +18,-16,-110 +18,-16,-102 +18,-16,-94 +18,-16,-86 +18,-16,-78 +18,-16,-70 +18,-16,-62 +18,-16,-54 +18,-16,-46 +18,-16,-38 +18,-16,-30 +18,-16,-22 +18,-16,-14 +18,-16,-6 +18,-16,2 +18,-16,10 +18,-16,18 +18,-16,26 +18,-16,34 +18,-16,42 +18,-16,50 +18,-16,58 +18,-16,66 +18,-16,74 +18,-16,82 +18,-16,90 +18,-16,98 +18,-16,106 +18,-16,114 +18,-16,122 +18,-16,130 +18,-16,138 +18,-16,146 +26,-16,-150 +26,-16,-142 +26,-16,-134 +26,-16,-126 +26,-16,-118 +26,-16,-110 +26,-16,-102 +26,-16,-94 +26,-16,-86 +26,-16,-78 +26,-16,-70 +26,-16,-62 +26,-16,-54 +26,-16,-46 +26,-16,-38 +26,-16,-30 +26,-16,-22 +26,-16,-14 +26,-16,-6 +26,-16,2 +26,-16,10 +26,-16,18 +26,-16,26 +26,-16,34 +26,-16,42 +26,-16,50 +26,-16,58 +26,-16,66 +26,-16,74 +26,-16,82 +26,-16,90 +26,-16,98 +26,-16,106 +26,-16,114 +26,-16,122 +26,-16,130 +26,-16,138 +26,-16,146 +34,-16,-150 +34,-16,-142 +34,-16,-134 +34,-16,-126 +34,-16,-118 +34,-16,-110 +34,-16,-102 +34,-16,-94 +34,-16,-86 +34,-16,-78 +34,-16,-70 +34,-16,-62 +34,-16,-54 +34,-16,-46 +34,-16,-38 +34,-16,-30 +34,-16,-22 +34,-16,-14 +34,-16,-6 +34,-16,2 +34,-16,10 +34,-16,18 +34,-16,26 +34,-16,34 +34,-16,42 +34,-16,50 +34,-16,58 +34,-16,66 +34,-16,74 +34,-16,82 +34,-16,90 +34,-16,98 +34,-16,106 +34,-16,114 +34,-16,122 +34,-16,130 +34,-16,138 +34,-16,146 +42,-16,-150 +42,-16,-142 +42,-16,-134 +42,-16,-126 +42,-16,-118 +42,-16,-110 +42,-16,-102 +42,-16,-94 +42,-16,-86 +42,-16,-78 +42,-16,-70 +42,-16,-62 +42,-16,-54 +42,-16,-46 +42,-16,-38 +42,-16,-30 +42,-16,-22 +42,-16,-14 +42,-16,-6 +42,-16,2 +42,-16,10 +42,-16,18 +42,-16,26 +42,-16,34 +42,-16,42 +42,-16,50 +42,-16,58 +42,-16,66 +42,-16,74 +42,-16,82 +42,-16,90 +42,-16,98 +42,-16,106 +42,-16,114 +42,-16,122 +42,-16,130 +42,-16,138 +42,-16,146 +50,-16,-150 +50,-16,-142 +50,-16,-134 +50,-16,-126 +50,-16,-118 +50,-16,-110 +50,-16,-102 +50,-16,-94 +50,-16,-86 +50,-16,-78 +50,-16,-70 +50,-16,-62 +50,-16,-54 +50,-16,-46 +50,-16,-38 +50,-16,-30 +50,-16,-22 +50,-16,-14 +50,-16,-6 +50,-16,2 +50,-16,10 +50,-16,18 +50,-16,26 +50,-16,34 +50,-16,42 +50,-16,50 +50,-16,58 +50,-16,66 +50,-16,74 +50,-16,82 +50,-16,90 +50,-16,98 +50,-16,106 +50,-16,114 +50,-16,122 +50,-16,130 +50,-16,138 +50,-16,146 +58,-16,-150 +58,-16,-142 +58,-16,-134 +58,-16,-126 +58,-16,-118 +58,-16,-110 +58,-16,-102 +58,-16,-94 +58,-16,-86 +58,-16,-78 +58,-16,-70 +58,-16,-62 +58,-16,-54 +58,-16,-46 +58,-16,-38 +58,-16,-30 +58,-16,-22 +58,-16,-14 +58,-16,-6 +58,-16,2 +58,-16,10 +58,-16,18 +58,-16,26 +58,-16,34 +58,-16,42 +58,-16,50 +58,-16,58 +58,-16,66 +58,-16,74 +58,-16,82 +58,-16,90 +58,-16,98 +58,-16,106 +58,-16,114 +58,-16,122 +58,-16,130 +58,-16,138 +58,-16,146 +66,-16,-150 +66,-16,-142 +66,-16,-134 +66,-16,-126 +66,-16,-118 +66,-16,-110 +66,-16,-102 +66,-16,-94 +66,-16,-86 +66,-16,-78 +66,-16,-70 +66,-16,-62 +66,-16,-54 +66,-16,-46 +66,-16,-38 +66,-16,-30 +66,-16,-22 +66,-16,-14 +66,-16,-6 +66,-16,2 +66,-16,10 +66,-16,18 +66,-16,26 +66,-16,34 +66,-16,42 +66,-16,50 +66,-16,58 +66,-16,66 +66,-16,74 +66,-16,82 +66,-16,90 +66,-16,98 +66,-16,106 +66,-16,114 +66,-16,122 +66,-16,130 +66,-16,138 +66,-16,146 +74,-16,-150 +74,-16,-142 +74,-16,-134 +74,-16,-126 +74,-16,-118 +74,-16,-110 +74,-16,-102 +74,-16,-94 +74,-16,-86 +74,-16,-78 +74,-16,-70 +74,-16,-62 +74,-16,-54 +74,-16,-46 +74,-16,-38 +74,-16,-30 +74,-16,-22 +74,-16,-14 +74,-16,-6 +74,-16,2 +74,-16,10 +74,-16,18 +74,-16,26 +74,-16,34 +74,-16,42 +74,-16,50 +74,-16,58 +74,-16,66 +74,-16,74 +74,-16,82 +74,-16,90 +74,-16,98 +74,-16,106 +74,-16,114 +74,-16,122 +74,-16,130 +74,-16,138 +74,-16,146 +82,-16,-150 +82,-16,-142 +82,-16,-134 +82,-16,-126 +82,-16,-118 +82,-16,-110 +82,-16,-102 +82,-16,-94 +82,-16,-86 +82,-16,-78 +82,-16,-70 +82,-16,-62 +82,-16,-54 +82,-16,-46 +82,-16,-38 +82,-16,-30 +82,-16,-22 +82,-16,-14 +82,-16,-6 +82,-16,2 +82,-16,10 +82,-16,18 +82,-16,26 +82,-16,34 +82,-16,42 +82,-16,50 +82,-16,58 +82,-16,66 +82,-16,74 +82,-16,82 +82,-16,90 +82,-16,98 +82,-16,106 +82,-16,114 +82,-16,122 +82,-16,130 +82,-16,138 +82,-16,146 +90,-16,-150 +90,-16,-142 +90,-16,-134 +90,-16,-126 +90,-16,-118 +90,-16,-110 +90,-16,-102 +90,-16,-94 +90,-16,-86 +90,-16,-78 +90,-16,-70 +90,-16,-62 +90,-16,-54 +90,-16,-46 +90,-16,-38 +90,-16,-30 +90,-16,-22 +90,-16,-14 +90,-16,-6 +90,-16,2 +90,-16,10 +90,-16,18 +90,-16,26 +90,-16,34 +90,-16,42 +90,-16,50 +90,-16,58 +90,-16,66 +90,-16,74 +90,-16,82 +90,-16,90 +90,-16,98 +90,-16,106 +90,-16,114 +90,-16,122 +90,-16,130 +90,-16,138 +90,-16,146 +98,-16,-150 +98,-16,-142 +98,-16,-134 +98,-16,-126 +98,-16,-118 +98,-16,-110 +98,-16,-102 +98,-16,-94 +98,-16,-86 +98,-16,-78 +98,-16,-70 +98,-16,-62 +98,-16,-54 +98,-16,-46 +98,-16,-38 +98,-16,-30 +98,-16,-22 +98,-16,-14 +98,-16,-6 +98,-16,2 +98,-16,10 +98,-16,18 +98,-16,26 +98,-16,34 +98,-16,42 +98,-16,50 +98,-16,58 +98,-16,66 +98,-16,74 +98,-16,82 +98,-16,90 +98,-16,98 +98,-16,106 +98,-16,114 +98,-16,122 +98,-16,130 +98,-16,138 +98,-16,146 +106,-16,-150 +106,-16,-142 +106,-16,-134 +106,-16,-126 +106,-16,-118 +106,-16,-110 +106,-16,-102 +106,-16,-94 +106,-16,-86 +106,-16,-78 +106,-16,-70 +106,-16,-62 +106,-16,-54 +106,-16,-46 +106,-16,-38 +106,-16,-30 +106,-16,-22 +106,-16,-14 +106,-16,-6 +106,-16,2 +106,-16,10 +106,-16,18 +106,-16,26 +106,-16,34 +106,-16,42 +106,-16,50 +106,-16,58 +106,-16,66 +106,-16,74 +106,-16,82 +106,-16,90 +106,-16,98 +106,-16,106 +106,-16,114 +106,-16,122 +106,-16,130 +106,-16,138 +106,-16,146 +114,-16,-150 +114,-16,-142 +114,-16,-134 +114,-16,-126 +114,-16,-118 +114,-16,-110 +114,-16,-102 +114,-16,-94 +114,-16,-86 +114,-16,-78 +114,-16,-70 +114,-16,-62 +114,-16,-54 +114,-16,-46 +114,-16,-38 +114,-16,-30 +114,-16,-22 +114,-16,-14 +114,-16,-6 +114,-16,2 +114,-16,10 +114,-16,18 +114,-16,26 +114,-16,34 +114,-16,42 +114,-16,50 +114,-16,58 +114,-16,66 +114,-16,74 +114,-16,82 +114,-16,90 +114,-16,98 +114,-16,106 +114,-16,114 +114,-16,122 +114,-16,130 +114,-16,138 +114,-16,146 +122,-16,-150 +122,-16,-142 +122,-16,-134 +122,-16,-126 +122,-16,-118 +122,-16,-110 +122,-16,-102 +122,-16,-94 +122,-16,-86 +122,-16,-78 +122,-16,-70 +122,-16,-62 +122,-16,-54 +122,-16,-46 +122,-16,-38 +122,-16,-30 +122,-16,-22 +122,-16,-14 +122,-16,-6 +122,-16,2 +122,-16,10 +122,-16,18 +122,-16,26 +122,-16,34 +122,-16,42 +122,-16,50 +122,-16,58 +122,-16,66 +122,-16,74 +122,-16,82 +122,-16,90 +122,-16,98 +122,-16,106 +122,-16,114 +122,-16,122 +122,-16,130 +122,-16,138 +122,-16,146 +130,-16,-150 +130,-16,-142 +130,-16,-134 +130,-16,-126 +130,-16,-118 +130,-16,-110 +130,-16,-102 +130,-16,-94 +130,-16,-86 +130,-16,-78 +130,-16,-70 +130,-16,-62 +130,-16,-54 +130,-16,-46 +130,-16,-38 +130,-16,-30 +130,-16,-22 +130,-16,-14 +130,-16,-6 +130,-16,2 +130,-16,10 +130,-16,18 +130,-16,26 +130,-16,34 +130,-16,42 +130,-16,50 +130,-16,58 +130,-16,66 +130,-16,74 +130,-16,82 +130,-16,90 +130,-16,98 +130,-16,106 +130,-16,114 +130,-16,122 +130,-16,130 +130,-16,138 +130,-16,146 +138,-16,-150 +138,-16,-142 +138,-16,-134 +138,-16,-126 +138,-16,-118 +138,-16,-110 +138,-16,-102 +138,-16,-94 +138,-16,-86 +138,-16,-78 +138,-16,-70 +138,-16,-62 +138,-16,-54 +138,-16,-46 +138,-16,-38 +138,-16,-30 +138,-16,-22 +138,-16,-14 +138,-16,-6 +138,-16,2 +138,-16,10 +138,-16,18 +138,-16,26 +138,-16,34 +138,-16,42 +138,-16,50 +138,-16,58 +138,-16,66 +138,-16,74 +138,-16,82 +138,-16,90 +138,-16,98 +138,-16,106 +138,-16,114 +138,-16,122 +138,-16,130 +138,-16,138 +138,-16,146 +146,-16,-150 +146,-16,-142 +146,-16,-134 +146,-16,-126 +146,-16,-118 +146,-16,-110 +146,-16,-102 +146,-16,-94 +146,-16,-86 +146,-16,-78 +146,-16,-70 +146,-16,-62 +146,-16,-54 +146,-16,-46 +146,-16,-38 +146,-16,-30 +146,-16,-22 +146,-16,-14 +146,-16,-6 +146,-16,2 +146,-16,10 +146,-16,18 +146,-16,26 +146,-16,34 +146,-16,42 +146,-16,50 +146,-16,58 +146,-16,66 +146,-16,74 +146,-16,82 +146,-16,90 +146,-16,98 +146,-16,106 +146,-16,114 +146,-16,122 +146,-16,130 +146,-16,138 +146,-16,146 +-150,-8,-150 +-150,-8,-142 +-150,-8,-134 +-150,-8,-126 +-150,-8,-118 +-150,-8,-110 +-150,-8,-102 +-150,-8,-94 +-150,-8,-86 +-150,-8,-78 +-150,-8,-70 +-150,-8,-62 +-150,-8,-54 +-150,-8,-46 +-150,-8,-38 +-150,-8,-30 +-150,-8,-22 +-150,-8,-14 +-150,-8,-6 +-150,-8,2 +-150,-8,10 +-150,-8,18 +-150,-8,26 +-150,-8,34 +-150,-8,42 +-150,-8,50 +-150,-8,58 +-150,-8,66 +-150,-8,74 +-150,-8,82 +-150,-8,90 +-150,-8,98 +-150,-8,106 +-150,-8,114 +-150,-8,122 +-150,-8,130 +-150,-8,138 +-150,-8,146 +-142,-8,-150 +-142,-8,-142 +-142,-8,-134 +-142,-8,-126 +-142,-8,-118 +-142,-8,-110 +-142,-8,-102 +-142,-8,-94 +-142,-8,-86 +-142,-8,-78 +-142,-8,-70 +-142,-8,-62 +-142,-8,-54 +-142,-8,-46 +-142,-8,-38 +-142,-8,-30 +-142,-8,-22 +-142,-8,-14 +-142,-8,-6 +-142,-8,2 +-142,-8,10 +-142,-8,18 +-142,-8,26 +-142,-8,34 +-142,-8,42 +-142,-8,50 +-142,-8,58 +-142,-8,66 +-142,-8,74 +-142,-8,82 +-142,-8,90 +-142,-8,98 +-142,-8,106 +-142,-8,114 +-142,-8,122 +-142,-8,130 +-142,-8,138 +-142,-8,146 +-134,-8,-150 +-134,-8,-142 +-134,-8,-134 +-134,-8,-126 +-134,-8,-118 +-134,-8,-110 +-134,-8,-102 +-134,-8,-94 +-134,-8,-86 +-134,-8,-78 +-134,-8,-70 +-134,-8,-62 +-134,-8,-54 +-134,-8,-46 +-134,-8,-38 +-134,-8,-30 +-134,-8,-22 +-134,-8,-14 +-134,-8,-6 +-134,-8,2 +-134,-8,10 +-134,-8,18 +-134,-8,26 +-134,-8,34 +-134,-8,42 +-134,-8,50 +-134,-8,58 +-134,-8,66 +-134,-8,74 +-134,-8,82 +-134,-8,90 +-134,-8,98 +-134,-8,106 +-134,-8,114 +-134,-8,122 +-134,-8,130 +-134,-8,138 +-134,-8,146 +-126,-8,-150 +-126,-8,-142 +-126,-8,-134 +-126,-8,-126 +-126,-8,-118 +-126,-8,-110 +-126,-8,-102 +-126,-8,-94 +-126,-8,-86 +-126,-8,-78 +-126,-8,-70 +-126,-8,-62 +-126,-8,-54 +-126,-8,-46 +-126,-8,-38 +-126,-8,-30 +-126,-8,-22 +-126,-8,-14 +-126,-8,-6 +-126,-8,2 +-126,-8,10 +-126,-8,18 +-126,-8,26 +-126,-8,34 +-126,-8,42 +-126,-8,50 +-126,-8,58 +-126,-8,66 +-126,-8,74 +-126,-8,82 +-126,-8,90 +-126,-8,98 +-126,-8,106 +-126,-8,114 +-126,-8,122 +-126,-8,130 +-126,-8,138 +-126,-8,146 +-118,-8,-150 +-118,-8,-142 +-118,-8,-134 +-118,-8,-126 +-118,-8,-118 +-118,-8,-110 +-118,-8,-102 +-118,-8,-94 +-118,-8,-86 +-118,-8,-78 +-118,-8,-70 +-118,-8,-62 +-118,-8,-54 +-118,-8,-46 +-118,-8,-38 +-118,-8,-30 +-118,-8,-22 +-118,-8,-14 +-118,-8,-6 +-118,-8,2 +-118,-8,10 +-118,-8,18 +-118,-8,26 +-118,-8,34 +-118,-8,42 +-118,-8,50 +-118,-8,58 +-118,-8,66 +-118,-8,74 +-118,-8,82 +-118,-8,90 +-118,-8,98 +-118,-8,106 +-118,-8,114 +-118,-8,122 +-118,-8,130 +-118,-8,138 +-118,-8,146 +-110,-8,-150 +-110,-8,-142 +-110,-8,-134 +-110,-8,-126 +-110,-8,-118 +-110,-8,-110 +-110,-8,-102 +-110,-8,-94 +-110,-8,-86 +-110,-8,-78 +-110,-8,-70 +-110,-8,-62 +-110,-8,-54 +-110,-8,-46 +-110,-8,-38 +-110,-8,-30 +-110,-8,-22 +-110,-8,-14 +-110,-8,-6 +-110,-8,2 +-110,-8,10 +-110,-8,18 +-110,-8,26 +-110,-8,34 +-110,-8,42 +-110,-8,50 +-110,-8,58 +-110,-8,66 +-110,-8,74 +-110,-8,82 +-110,-8,90 +-110,-8,98 +-110,-8,106 +-110,-8,114 +-110,-8,122 +-110,-8,130 +-110,-8,138 +-110,-8,146 +-102,-8,-150 +-102,-8,-142 +-102,-8,-134 +-102,-8,-126 +-102,-8,-118 +-102,-8,-110 +-102,-8,-102 +-102,-8,-94 +-102,-8,-86 +-102,-8,-78 +-102,-8,-70 +-102,-8,-62 +-102,-8,-54 +-102,-8,-46 +-102,-8,-38 +-102,-8,-30 +-102,-8,-22 +-102,-8,-14 +-102,-8,-6 +-102,-8,2 +-102,-8,10 +-102,-8,18 +-102,-8,26 +-102,-8,34 +-102,-8,42 +-102,-8,50 +-102,-8,58 +-102,-8,66 +-102,-8,74 +-102,-8,82 +-102,-8,90 +-102,-8,98 +-102,-8,106 +-102,-8,114 +-102,-8,122 +-102,-8,130 +-102,-8,138 +-102,-8,146 +-94,-8,-150 +-94,-8,-142 +-94,-8,-134 +-94,-8,-126 +-94,-8,-118 +-94,-8,-110 +-94,-8,-102 +-94,-8,-94 +-94,-8,-86 +-94,-8,-78 +-94,-8,-70 +-94,-8,-62 +-94,-8,-54 +-94,-8,-46 +-94,-8,-38 +-94,-8,-30 +-94,-8,-22 +-94,-8,-14 +-94,-8,-6 +-94,-8,2 +-94,-8,10 +-94,-8,18 +-94,-8,26 +-94,-8,34 +-94,-8,42 +-94,-8,50 +-94,-8,58 +-94,-8,66 +-94,-8,74 +-94,-8,82 +-94,-8,90 +-94,-8,98 +-94,-8,106 +-94,-8,114 +-94,-8,122 +-94,-8,130 +-94,-8,138 +-94,-8,146 +-86,-8,-150 +-86,-8,-142 +-86,-8,-134 +-86,-8,-126 +-86,-8,-118 +-86,-8,-110 +-86,-8,-102 +-86,-8,-94 +-86,-8,-86 +-86,-8,-78 +-86,-8,-70 +-86,-8,-62 +-86,-8,-54 +-86,-8,-46 +-86,-8,-38 +-86,-8,-30 +-86,-8,-22 +-86,-8,-14 +-86,-8,-6 +-86,-8,2 +-86,-8,10 +-86,-8,18 +-86,-8,26 +-86,-8,34 +-86,-8,42 +-86,-8,50 +-86,-8,58 +-86,-8,66 +-86,-8,74 +-86,-8,82 +-86,-8,90 +-86,-8,98 +-86,-8,106 +-86,-8,114 +-86,-8,122 +-86,-8,130 +-86,-8,138 +-86,-8,146 +-78,-8,-150 +-78,-8,-142 +-78,-8,-134 +-78,-8,-126 +-78,-8,-118 +-78,-8,-110 +-78,-8,-102 +-78,-8,-94 +-78,-8,-86 +-78,-8,-78 +-78,-8,-70 +-78,-8,-62 +-78,-8,-54 +-78,-8,-46 +-78,-8,-38 +-78,-8,-30 +-78,-8,-22 +-78,-8,-14 +-78,-8,-6 +-78,-8,2 +-78,-8,10 +-78,-8,18 +-78,-8,26 +-78,-8,34 +-78,-8,42 +-78,-8,50 +-78,-8,58 +-78,-8,66 +-78,-8,74 +-78,-8,82 +-78,-8,90 +-78,-8,98 +-78,-8,106 +-78,-8,114 +-78,-8,122 +-78,-8,130 +-78,-8,138 +-78,-8,146 +-70,-8,-150 +-70,-8,-142 +-70,-8,-134 +-70,-8,-126 +-70,-8,-118 +-70,-8,-110 +-70,-8,-102 +-70,-8,-94 +-70,-8,-86 +-70,-8,-78 +-70,-8,-70 +-70,-8,-62 +-70,-8,-54 +-70,-8,-46 +-70,-8,-38 +-70,-8,-30 +-70,-8,-22 +-70,-8,-14 +-70,-8,-6 +-70,-8,2 +-70,-8,10 +-70,-8,18 +-70,-8,26 +-70,-8,34 +-70,-8,42 +-70,-8,50 +-70,-8,58 +-70,-8,66 +-70,-8,74 +-70,-8,82 +-70,-8,90 +-70,-8,98 +-70,-8,106 +-70,-8,114 +-70,-8,122 +-70,-8,130 +-70,-8,138 +-70,-8,146 +-62,-8,-150 +-62,-8,-142 +-62,-8,-134 +-62,-8,-126 +-62,-8,-118 +-62,-8,-110 +-62,-8,-102 +-62,-8,-94 +-62,-8,-86 +-62,-8,-78 +-62,-8,-70 +-62,-8,-62 +-62,-8,-54 +-62,-8,-46 +-62,-8,-38 +-62,-8,-30 +-62,-8,-22 +-62,-8,-14 +-62,-8,-6 +-62,-8,2 +-62,-8,10 +-62,-8,18 +-62,-8,26 +-62,-8,34 +-62,-8,42 +-62,-8,50 +-62,-8,58 +-62,-8,66 +-62,-8,74 +-62,-8,82 +-62,-8,90 +-62,-8,98 +-62,-8,106 +-62,-8,114 +-62,-8,122 +-62,-8,130 +-62,-8,138 +-62,-8,146 +-54,-8,-150 +-54,-8,-142 +-54,-8,-134 +-54,-8,-126 +-54,-8,-118 +-54,-8,-110 +-54,-8,-102 +-54,-8,-94 +-54,-8,-86 +-54,-8,-78 +-54,-8,-70 +-54,-8,-62 +-54,-8,-54 +-54,-8,-46 +-54,-8,-38 +-54,-8,-30 +-54,-8,-22 +-54,-8,-14 +-54,-8,-6 +-54,-8,2 +-54,-8,10 +-54,-8,18 +-54,-8,26 +-54,-8,34 +-54,-8,42 +-54,-8,50 +-54,-8,58 +-54,-8,66 +-54,-8,74 +-54,-8,82 +-54,-8,90 +-54,-8,98 +-54,-8,106 +-54,-8,114 +-54,-8,122 +-54,-8,130 +-54,-8,138 +-54,-8,146 +-46,-8,-150 +-46,-8,-142 +-46,-8,-134 +-46,-8,-126 +-46,-8,-118 +-46,-8,-110 +-46,-8,-102 +-46,-8,-94 +-46,-8,-86 +-46,-8,-78 +-46,-8,-70 +-46,-8,-62 +-46,-8,-54 +-46,-8,-46 +-46,-8,-38 +-46,-8,-30 +-46,-8,-22 +-46,-8,-14 +-46,-8,-6 +-46,-8,2 +-46,-8,10 +-46,-8,18 +-46,-8,26 +-46,-8,34 +-46,-8,42 +-46,-8,50 +-46,-8,58 +-46,-8,66 +-46,-8,74 +-46,-8,82 +-46,-8,90 +-46,-8,98 +-46,-8,106 +-46,-8,114 +-46,-8,122 +-46,-8,130 +-46,-8,138 +-46,-8,146 +-38,-8,-150 +-38,-8,-142 +-38,-8,-134 +-38,-8,-126 +-38,-8,-118 +-38,-8,-110 +-38,-8,-102 +-38,-8,-94 +-38,-8,-86 +-38,-8,-78 +-38,-8,-70 +-38,-8,-62 +-38,-8,-54 +-38,-8,-46 +-38,-8,-38 +-38,-8,-30 +-38,-8,-22 +-38,-8,-14 +-38,-8,-6 +-38,-8,2 +-38,-8,10 +-38,-8,18 +-38,-8,26 +-38,-8,34 +-38,-8,42 +-38,-8,50 +-38,-8,58 +-38,-8,66 +-38,-8,74 +-38,-8,82 +-38,-8,90 +-38,-8,98 +-38,-8,106 +-38,-8,114 +-38,-8,122 +-38,-8,130 +-38,-8,138 +-38,-8,146 +-30,-8,-150 +-30,-8,-142 +-30,-8,-134 +-30,-8,-126 +-30,-8,-118 +-30,-8,-110 +-30,-8,-102 +-30,-8,-94 +-30,-8,-86 +-30,-8,-78 +-30,-8,-70 +-30,-8,-62 +-30,-8,-54 +-30,-8,-46 +-30,-8,-38 +-30,-8,-30 +-30,-8,-22 +-30,-8,-14 +-30,-8,-6 +-30,-8,2 +-30,-8,10 +-30,-8,18 +-30,-8,26 +-30,-8,34 +-30,-8,42 +-30,-8,50 +-30,-8,58 +-30,-8,66 +-30,-8,74 +-30,-8,82 +-30,-8,90 +-30,-8,98 +-30,-8,106 +-30,-8,114 +-30,-8,122 +-30,-8,130 +-30,-8,138 +-30,-8,146 +-22,-8,-150 +-22,-8,-142 +-22,-8,-134 +-22,-8,-126 +-22,-8,-118 +-22,-8,-110 +-22,-8,-102 +-22,-8,-94 +-22,-8,-86 +-22,-8,-78 +-22,-8,-70 +-22,-8,-62 +-22,-8,-54 +-22,-8,-46 +-22,-8,-38 +-22,-8,-30 +-22,-8,-22 +-22,-8,-14 +-22,-8,-6 +-22,-8,2 +-22,-8,10 +-22,-8,18 +-22,-8,26 +-22,-8,34 +-22,-8,42 +-22,-8,50 +-22,-8,58 +-22,-8,66 +-22,-8,74 +-22,-8,82 +-22,-8,90 +-22,-8,98 +-22,-8,106 +-22,-8,114 +-22,-8,122 +-22,-8,130 +-22,-8,138 +-22,-8,146 +-14,-8,-150 +-14,-8,-142 +-14,-8,-134 +-14,-8,-126 +-14,-8,-118 +-14,-8,-110 +-14,-8,-102 +-14,-8,-94 +-14,-8,-86 +-14,-8,-78 +-14,-8,-70 +-14,-8,-62 +-14,-8,-54 +-14,-8,-46 +-14,-8,-38 +-14,-8,-30 +-14,-8,-22 +-14,-8,-14 +-14,-8,-6 +-14,-8,2 +-14,-8,10 +-14,-8,18 +-14,-8,26 +-14,-8,34 +-14,-8,42 +-14,-8,50 +-14,-8,58 +-14,-8,66 +-14,-8,74 +-14,-8,82 +-14,-8,90 +-14,-8,98 +-14,-8,106 +-14,-8,114 +-14,-8,122 +-14,-8,130 +-14,-8,138 +-14,-8,146 +-6,-8,-150 +-6,-8,-142 +-6,-8,-134 +-6,-8,-126 +-6,-8,-118 +-6,-8,-110 +-6,-8,-102 +-6,-8,-94 +-6,-8,-86 +-6,-8,-78 +-6,-8,-70 +-6,-8,-62 +-6,-8,-54 +-6,-8,-46 +-6,-8,-38 +-6,-8,-30 +-6,-8,-22 +-6,-8,-14 +-6,-8,-6 +-6,-8,2 +-6,-8,10 +-6,-8,18 +-6,-8,26 +-6,-8,34 +-6,-8,42 +-6,-8,50 +-6,-8,58 +-6,-8,66 +-6,-8,74 +-6,-8,82 +-6,-8,90 +-6,-8,98 +-6,-8,106 +-6,-8,114 +-6,-8,122 +-6,-8,130 +-6,-8,138 +-6,-8,146 +2,-8,-150 +2,-8,-142 +2,-8,-134 +2,-8,-126 +2,-8,-118 +2,-8,-110 +2,-8,-102 +2,-8,-94 +2,-8,-86 +2,-8,-78 +2,-8,-70 +2,-8,-62 +2,-8,-54 +2,-8,-46 +2,-8,-38 +2,-8,-30 +2,-8,-22 +2,-8,-14 +2,-8,-6 +2,-8,2 +2,-8,10 +2,-8,18 +2,-8,26 +2,-8,34 +2,-8,42 +2,-8,50 +2,-8,58 +2,-8,66 +2,-8,74 +2,-8,82 +2,-8,90 +2,-8,98 +2,-8,106 +2,-8,114 +2,-8,122 +2,-8,130 +2,-8,138 +2,-8,146 +10,-8,-150 +10,-8,-142 +10,-8,-134 +10,-8,-126 +10,-8,-118 +10,-8,-110 +10,-8,-102 +10,-8,-94 +10,-8,-86 +10,-8,-78 +10,-8,-70 +10,-8,-62 +10,-8,-54 +10,-8,-46 +10,-8,-38 +10,-8,-30 +10,-8,-22 +10,-8,-14 +10,-8,-6 +10,-8,2 +10,-8,10 +10,-8,18 +10,-8,26 +10,-8,34 +10,-8,42 +10,-8,50 +10,-8,58 +10,-8,66 +10,-8,74 +10,-8,82 +10,-8,90 +10,-8,98 +10,-8,106 +10,-8,114 +10,-8,122 +10,-8,130 +10,-8,138 +10,-8,146 +18,-8,-150 +18,-8,-142 +18,-8,-134 +18,-8,-126 +18,-8,-118 +18,-8,-110 +18,-8,-102 +18,-8,-94 +18,-8,-86 +18,-8,-78 +18,-8,-70 +18,-8,-62 +18,-8,-54 +18,-8,-46 +18,-8,-38 +18,-8,-30 +18,-8,-22 +18,-8,-14 +18,-8,-6 +18,-8,2 +18,-8,10 +18,-8,18 +18,-8,26 +18,-8,34 +18,-8,42 +18,-8,50 +18,-8,58 +18,-8,66 +18,-8,74 +18,-8,82 +18,-8,90 +18,-8,98 +18,-8,106 +18,-8,114 +18,-8,122 +18,-8,130 +18,-8,138 +18,-8,146 +26,-8,-150 +26,-8,-142 +26,-8,-134 +26,-8,-126 +26,-8,-118 +26,-8,-110 +26,-8,-102 +26,-8,-94 +26,-8,-86 +26,-8,-78 +26,-8,-70 +26,-8,-62 +26,-8,-54 +26,-8,-46 +26,-8,-38 +26,-8,-30 +26,-8,-22 +26,-8,-14 +26,-8,-6 +26,-8,2 +26,-8,10 +26,-8,18 +26,-8,26 +26,-8,34 +26,-8,42 +26,-8,50 +26,-8,58 +26,-8,66 +26,-8,74 +26,-8,82 +26,-8,90 +26,-8,98 +26,-8,106 +26,-8,114 +26,-8,122 +26,-8,130 +26,-8,138 +26,-8,146 +34,-8,-150 +34,-8,-142 +34,-8,-134 +34,-8,-126 +34,-8,-118 +34,-8,-110 +34,-8,-102 +34,-8,-94 +34,-8,-86 +34,-8,-78 +34,-8,-70 +34,-8,-62 +34,-8,-54 +34,-8,-46 +34,-8,-38 +34,-8,-30 +34,-8,-22 +34,-8,-14 +34,-8,-6 +34,-8,2 +34,-8,10 +34,-8,18 +34,-8,26 +34,-8,34 +34,-8,42 +34,-8,50 +34,-8,58 +34,-8,66 +34,-8,74 +34,-8,82 +34,-8,90 +34,-8,98 +34,-8,106 +34,-8,114 +34,-8,122 +34,-8,130 +34,-8,138 +34,-8,146 +42,-8,-150 +42,-8,-142 +42,-8,-134 +42,-8,-126 +42,-8,-118 +42,-8,-110 +42,-8,-102 +42,-8,-94 +42,-8,-86 +42,-8,-78 +42,-8,-70 +42,-8,-62 +42,-8,-54 +42,-8,-46 +42,-8,-38 +42,-8,-30 +42,-8,-22 +42,-8,-14 +42,-8,-6 +42,-8,2 +42,-8,10 +42,-8,18 +42,-8,26 +42,-8,34 +42,-8,42 +42,-8,50 +42,-8,58 +42,-8,66 +42,-8,74 +42,-8,82 +42,-8,90 +42,-8,98 +42,-8,106 +42,-8,114 +42,-8,122 +42,-8,130 +42,-8,138 +42,-8,146 +50,-8,-150 +50,-8,-142 +50,-8,-134 +50,-8,-126 +50,-8,-118 +50,-8,-110 +50,-8,-102 +50,-8,-94 +50,-8,-86 +50,-8,-78 +50,-8,-70 +50,-8,-62 +50,-8,-54 +50,-8,-46 +50,-8,-38 +50,-8,-30 +50,-8,-22 +50,-8,-14 +50,-8,-6 +50,-8,2 +50,-8,10 +50,-8,18 +50,-8,26 +50,-8,34 +50,-8,42 +50,-8,50 +50,-8,58 +50,-8,66 +50,-8,74 +50,-8,82 +50,-8,90 +50,-8,98 +50,-8,106 +50,-8,114 +50,-8,122 +50,-8,130 +50,-8,138 +50,-8,146 +58,-8,-150 +58,-8,-142 +58,-8,-134 +58,-8,-126 +58,-8,-118 +58,-8,-110 +58,-8,-102 +58,-8,-94 +58,-8,-86 +58,-8,-78 +58,-8,-70 +58,-8,-62 +58,-8,-54 +58,-8,-46 +58,-8,-38 +58,-8,-30 +58,-8,-22 +58,-8,-14 +58,-8,-6 +58,-8,2 +58,-8,10 +58,-8,18 +58,-8,26 +58,-8,34 +58,-8,42 +58,-8,50 +58,-8,58 +58,-8,66 +58,-8,74 +58,-8,82 +58,-8,90 +58,-8,98 +58,-8,106 +58,-8,114 +58,-8,122 +58,-8,130 +58,-8,138 +58,-8,146 +66,-8,-150 +66,-8,-142 +66,-8,-134 +66,-8,-126 +66,-8,-118 +66,-8,-110 +66,-8,-102 +66,-8,-94 +66,-8,-86 +66,-8,-78 +66,-8,-70 +66,-8,-62 +66,-8,-54 +66,-8,-46 +66,-8,-38 +66,-8,-30 +66,-8,-22 +66,-8,-14 +66,-8,-6 +66,-8,2 +66,-8,10 +66,-8,18 +66,-8,26 +66,-8,34 +66,-8,42 +66,-8,50 +66,-8,58 +66,-8,66 +66,-8,74 +66,-8,82 +66,-8,90 +66,-8,98 +66,-8,106 +66,-8,114 +66,-8,122 +66,-8,130 +66,-8,138 +66,-8,146 +74,-8,-150 +74,-8,-142 +74,-8,-134 +74,-8,-126 +74,-8,-118 +74,-8,-110 +74,-8,-102 +74,-8,-94 +74,-8,-86 +74,-8,-78 +74,-8,-70 +74,-8,-62 +74,-8,-54 +74,-8,-46 +74,-8,-38 +74,-8,-30 +74,-8,-22 +74,-8,-14 +74,-8,-6 +74,-8,2 +74,-8,10 +74,-8,18 +74,-8,26 +74,-8,34 +74,-8,42 +74,-8,50 +74,-8,58 +74,-8,66 +74,-8,74 +74,-8,82 +74,-8,90 +74,-8,98 +74,-8,106 +74,-8,114 +74,-8,122 +74,-8,130 +74,-8,138 +74,-8,146 +82,-8,-150 +82,-8,-142 +82,-8,-134 +82,-8,-126 +82,-8,-118 +82,-8,-110 +82,-8,-102 +82,-8,-94 +82,-8,-86 +82,-8,-78 +82,-8,-70 +82,-8,-62 +82,-8,-54 +82,-8,-46 +82,-8,-38 +82,-8,-30 +82,-8,-22 +82,-8,-14 +82,-8,-6 +82,-8,2 +82,-8,10 +82,-8,18 +82,-8,26 +82,-8,34 +82,-8,42 +82,-8,50 +82,-8,58 +82,-8,66 +82,-8,74 +82,-8,82 +82,-8,90 +82,-8,98 +82,-8,106 +82,-8,114 +82,-8,122 +82,-8,130 +82,-8,138 +82,-8,146 +90,-8,-150 +90,-8,-142 +90,-8,-134 +90,-8,-126 +90,-8,-118 +90,-8,-110 +90,-8,-102 +90,-8,-94 +90,-8,-86 +90,-8,-78 +90,-8,-70 +90,-8,-62 +90,-8,-54 +90,-8,-46 +90,-8,-38 +90,-8,-30 +90,-8,-22 +90,-8,-14 +90,-8,-6 +90,-8,2 +90,-8,10 +90,-8,18 +90,-8,26 +90,-8,34 +90,-8,42 +90,-8,50 +90,-8,58 +90,-8,66 +90,-8,74 +90,-8,82 +90,-8,90 +90,-8,98 +90,-8,106 +90,-8,114 +90,-8,122 +90,-8,130 +90,-8,138 +90,-8,146 +98,-8,-150 +98,-8,-142 +98,-8,-134 +98,-8,-126 +98,-8,-118 +98,-8,-110 +98,-8,-102 +98,-8,-94 +98,-8,-86 +98,-8,-78 +98,-8,-70 +98,-8,-62 +98,-8,-54 +98,-8,-46 +98,-8,-38 +98,-8,-30 +98,-8,-22 +98,-8,-14 +98,-8,-6 +98,-8,2 +98,-8,10 +98,-8,18 +98,-8,26 +98,-8,34 +98,-8,42 +98,-8,50 +98,-8,58 +98,-8,66 +98,-8,74 +98,-8,82 +98,-8,90 +98,-8,98 +98,-8,106 +98,-8,114 +98,-8,122 +98,-8,130 +98,-8,138 +98,-8,146 +106,-8,-150 +106,-8,-142 +106,-8,-134 +106,-8,-126 +106,-8,-118 +106,-8,-110 +106,-8,-102 +106,-8,-94 +106,-8,-86 +106,-8,-78 +106,-8,-70 +106,-8,-62 +106,-8,-54 +106,-8,-46 +106,-8,-38 +106,-8,-30 +106,-8,-22 +106,-8,-14 +106,-8,-6 +106,-8,2 +106,-8,10 +106,-8,18 +106,-8,26 +106,-8,34 +106,-8,42 +106,-8,50 +106,-8,58 +106,-8,66 +106,-8,74 +106,-8,82 +106,-8,90 +106,-8,98 +106,-8,106 +106,-8,114 +106,-8,122 +106,-8,130 +106,-8,138 +106,-8,146 +114,-8,-150 +114,-8,-142 +114,-8,-134 +114,-8,-126 +114,-8,-118 +114,-8,-110 +114,-8,-102 +114,-8,-94 +114,-8,-86 +114,-8,-78 +114,-8,-70 +114,-8,-62 +114,-8,-54 +114,-8,-46 +114,-8,-38 +114,-8,-30 +114,-8,-22 +114,-8,-14 +114,-8,-6 +114,-8,2 +114,-8,10 +114,-8,18 +114,-8,26 +114,-8,34 +114,-8,42 +114,-8,50 +114,-8,58 +114,-8,66 +114,-8,74 +114,-8,82 +114,-8,90 +114,-8,98 +114,-8,106 +114,-8,114 +114,-8,122 +114,-8,130 +114,-8,138 +114,-8,146 +122,-8,-150 +122,-8,-142 +122,-8,-134 +122,-8,-126 +122,-8,-118 +122,-8,-110 +122,-8,-102 +122,-8,-94 +122,-8,-86 +122,-8,-78 +122,-8,-70 +122,-8,-62 +122,-8,-54 +122,-8,-46 +122,-8,-38 +122,-8,-30 +122,-8,-22 +122,-8,-14 +122,-8,-6 +122,-8,2 +122,-8,10 +122,-8,18 +122,-8,26 +122,-8,34 +122,-8,42 +122,-8,50 +122,-8,58 +122,-8,66 +122,-8,74 +122,-8,82 +122,-8,90 +122,-8,98 +122,-8,106 +122,-8,114 +122,-8,122 +122,-8,130 +122,-8,138 +122,-8,146 +130,-8,-150 +130,-8,-142 +130,-8,-134 +130,-8,-126 +130,-8,-118 +130,-8,-110 +130,-8,-102 +130,-8,-94 +130,-8,-86 +130,-8,-78 +130,-8,-70 +130,-8,-62 +130,-8,-54 +130,-8,-46 +130,-8,-38 +130,-8,-30 +130,-8,-22 +130,-8,-14 +130,-8,-6 +130,-8,2 +130,-8,10 +130,-8,18 +130,-8,26 +130,-8,34 +130,-8,42 +130,-8,50 +130,-8,58 +130,-8,66 +130,-8,74 +130,-8,82 +130,-8,90 +130,-8,98 +130,-8,106 +130,-8,114 +130,-8,122 +130,-8,130 +130,-8,138 +130,-8,146 +138,-8,-150 +138,-8,-142 +138,-8,-134 +138,-8,-126 +138,-8,-118 +138,-8,-110 +138,-8,-102 +138,-8,-94 +138,-8,-86 +138,-8,-78 +138,-8,-70 +138,-8,-62 +138,-8,-54 +138,-8,-46 +138,-8,-38 +138,-8,-30 +138,-8,-22 +138,-8,-14 +138,-8,-6 +138,-8,2 +138,-8,10 +138,-8,18 +138,-8,26 +138,-8,34 +138,-8,42 +138,-8,50 +138,-8,58 +138,-8,66 +138,-8,74 +138,-8,82 +138,-8,90 +138,-8,98 +138,-8,106 +138,-8,114 +138,-8,122 +138,-8,130 +138,-8,138 +138,-8,146 +146,-8,-150 +146,-8,-142 +146,-8,-134 +146,-8,-126 +146,-8,-118 +146,-8,-110 +146,-8,-102 +146,-8,-94 +146,-8,-86 +146,-8,-78 +146,-8,-70 +146,-8,-62 +146,-8,-54 +146,-8,-46 +146,-8,-38 +146,-8,-30 +146,-8,-22 +146,-8,-14 +146,-8,-6 +146,-8,2 +146,-8,10 +146,-8,18 +146,-8,26 +146,-8,34 +146,-8,42 +146,-8,50 +146,-8,58 +146,-8,66 +146,-8,74 +146,-8,82 +146,-8,90 +146,-8,98 +146,-8,106 +146,-8,114 +146,-8,122 +146,-8,130 +146,-8,138 +146,-8,146 +-150,0,-150 +-150,0,-142 +-150,0,-134 +-150,0,-126 +-150,0,-118 +-150,0,-110 +-150,0,-102 +-150,0,-94 +-150,0,-86 +-150,0,-78 +-150,0,-70 +-150,0,-62 +-150,0,-54 +-150,0,-46 +-150,0,-38 +-150,0,-30 +-150,0,-22 +-150,0,-14 +-150,0,-6 +-150,0,2 +-150,0,10 +-150,0,18 +-150,0,26 +-150,0,34 +-150,0,42 +-150,0,50 +-150,0,58 +-150,0,66 +-150,0,74 +-150,0,82 +-150,0,90 +-150,0,98 +-150,0,106 +-150,0,114 +-150,0,122 +-150,0,130 +-150,0,138 +-150,0,146 +-142,0,-150 +-142,0,-142 +-142,0,-134 +-142,0,-126 +-142,0,-118 +-142,0,-110 +-142,0,-102 +-142,0,-94 +-142,0,-86 +-142,0,-78 +-142,0,-70 +-142,0,-62 +-142,0,-54 +-142,0,-46 +-142,0,-38 +-142,0,-30 +-142,0,-22 +-142,0,-14 +-142,0,-6 +-142,0,2 +-142,0,10 +-142,0,18 +-142,0,26 +-142,0,34 +-142,0,42 +-142,0,50 +-142,0,58 +-142,0,66 +-142,0,74 +-142,0,82 +-142,0,90 +-142,0,98 +-142,0,106 +-142,0,114 +-142,0,122 +-142,0,130 +-142,0,138 +-142,0,146 +-134,0,-150 +-134,0,-142 +-134,0,-134 +-134,0,-126 +-134,0,-118 +-134,0,-110 +-134,0,-102 +-134,0,-94 +-134,0,-86 +-134,0,-78 +-134,0,-70 +-134,0,-62 +-134,0,-54 +-134,0,-46 +-134,0,-38 +-134,0,-30 +-134,0,-22 +-134,0,-14 +-134,0,-6 +-134,0,2 +-134,0,10 +-134,0,18 +-134,0,26 +-134,0,34 +-134,0,42 +-134,0,50 +-134,0,58 +-134,0,66 +-134,0,74 +-134,0,82 +-134,0,90 +-134,0,98 +-134,0,106 +-134,0,114 +-134,0,122 +-134,0,130 +-134,0,138 +-134,0,146 +-126,0,-150 +-126,0,-142 +-126,0,-134 +-126,0,-126 +-126,0,-118 +-126,0,-110 +-126,0,-102 +-126,0,-94 +-126,0,-86 +-126,0,-78 +-126,0,-70 +-126,0,-62 +-126,0,-54 +-126,0,-46 +-126,0,-38 +-126,0,-30 +-126,0,-22 +-126,0,-14 +-126,0,-6 +-126,0,2 +-126,0,10 +-126,0,18 +-126,0,26 +-126,0,34 +-126,0,42 +-126,0,50 +-126,0,58 +-126,0,66 +-126,0,74 +-126,0,82 +-126,0,90 +-126,0,98 +-126,0,106 +-126,0,114 +-126,0,122 +-126,0,130 +-126,0,138 +-126,0,146 +-118,0,-150 +-118,0,-142 +-118,0,-134 +-118,0,-126 +-118,0,-118 +-118,0,-110 +-118,0,-102 +-118,0,-94 +-118,0,-86 +-118,0,-78 +-118,0,-70 +-118,0,-62 +-118,0,-54 +-118,0,-46 +-118,0,-38 +-118,0,-30 +-118,0,-22 +-118,0,-14 +-118,0,-6 +-118,0,2 +-118,0,10 +-118,0,18 +-118,0,26 +-118,0,34 +-118,0,42 +-118,0,50 +-118,0,58 +-118,0,66 +-118,0,74 +-118,0,82 +-118,0,90 +-118,0,98 +-118,0,106 +-118,0,114 +-118,0,122 +-118,0,130 +-118,0,138 +-118,0,146 +-110,0,-150 +-110,0,-142 +-110,0,-134 +-110,0,-126 +-110,0,-118 +-110,0,-110 +-110,0,-102 +-110,0,-94 +-110,0,-86 +-110,0,-78 +-110,0,-70 +-110,0,-62 +-110,0,-54 +-110,0,-46 +-110,0,-38 +-110,0,-30 +-110,0,-22 +-110,0,-14 +-110,0,-6 +-110,0,2 +-110,0,10 +-110,0,18 +-110,0,26 +-110,0,34 +-110,0,42 +-110,0,50 +-110,0,58 +-110,0,66 +-110,0,74 +-110,0,82 +-110,0,90 +-110,0,98 +-110,0,106 +-110,0,114 +-110,0,122 +-110,0,130 +-110,0,138 +-110,0,146 +-102,0,-150 +-102,0,-142 +-102,0,-134 +-102,0,-126 +-102,0,-118 +-102,0,-110 +-102,0,-102 +-102,0,-94 +-102,0,-86 +-102,0,-78 +-102,0,-70 +-102,0,-62 +-102,0,-54 +-102,0,-46 +-102,0,-38 +-102,0,-30 +-102,0,-22 +-102,0,-14 +-102,0,-6 +-102,0,2 +-102,0,10 +-102,0,18 +-102,0,26 +-102,0,34 +-102,0,42 +-102,0,50 +-102,0,58 +-102,0,66 +-102,0,74 +-102,0,82 +-102,0,90 +-102,0,98 +-102,0,106 +-102,0,114 +-102,0,122 +-102,0,130 +-102,0,138 +-102,0,146 +-94,0,-150 +-94,0,-142 +-94,0,-134 +-94,0,-126 +-94,0,-118 +-94,0,-110 +-94,0,-102 +-94,0,-94 +-94,0,-86 +-94,0,-78 +-94,0,-70 +-94,0,-62 +-94,0,-54 +-94,0,-46 +-94,0,-38 +-94,0,-30 +-94,0,-22 +-94,0,-14 +-94,0,-6 +-94,0,2 +-94,0,10 +-94,0,18 +-94,0,26 +-94,0,34 +-94,0,42 +-94,0,50 +-94,0,58 +-94,0,66 +-94,0,74 +-94,0,82 +-94,0,90 +-94,0,98 +-94,0,106 +-94,0,114 +-94,0,122 +-94,0,130 +-94,0,138 +-94,0,146 +-86,0,-150 +-86,0,-142 +-86,0,-134 +-86,0,-126 +-86,0,-118 +-86,0,-110 +-86,0,-102 +-86,0,-94 +-86,0,-86 +-86,0,-78 +-86,0,-70 +-86,0,-62 +-86,0,-54 +-86,0,-46 +-86,0,-38 +-86,0,-30 +-86,0,-22 +-86,0,-14 +-86,0,-6 +-86,0,2 +-86,0,10 +-86,0,18 +-86,0,26 +-86,0,34 +-86,0,42 +-86,0,50 +-86,0,58 +-86,0,66 +-86,0,74 +-86,0,82 +-86,0,90 +-86,0,98 +-86,0,106 +-86,0,114 +-86,0,122 +-86,0,130 +-86,0,138 +-86,0,146 +-78,0,-150 +-78,0,-142 +-78,0,-134 +-78,0,-126 +-78,0,-118 +-78,0,-110 +-78,0,-102 +-78,0,-94 +-78,0,-86 +-78,0,-78 +-78,0,-70 +-78,0,-62 +-78,0,-54 +-78,0,-46 +-78,0,-38 +-78,0,-30 +-78,0,-22 +-78,0,-14 +-78,0,-6 +-78,0,2 +-78,0,10 +-78,0,18 +-78,0,26 +-78,0,34 +-78,0,42 +-78,0,50 +-78,0,58 +-78,0,66 +-78,0,74 +-78,0,82 +-78,0,90 +-78,0,98 +-78,0,106 +-78,0,114 +-78,0,122 +-78,0,130 +-78,0,138 +-78,0,146 +-70,0,-150 +-70,0,-142 +-70,0,-134 +-70,0,-126 +-70,0,-118 +-70,0,-110 +-70,0,-102 +-70,0,-94 +-70,0,-86 +-70,0,-78 +-70,0,-70 +-70,0,-62 +-70,0,-54 +-70,0,-46 +-70,0,-38 +-70,0,-30 +-70,0,-22 +-70,0,-14 +-70,0,-6 +-70,0,2 +-70,0,10 +-70,0,18 +-70,0,26 +-70,0,34 +-70,0,42 +-70,0,50 +-70,0,58 +-70,0,66 +-70,0,74 +-70,0,82 +-70,0,90 +-70,0,98 +-70,0,106 +-70,0,114 +-70,0,122 +-70,0,130 +-70,0,138 +-70,0,146 +-62,0,-150 +-62,0,-142 +-62,0,-134 +-62,0,-126 +-62,0,-118 +-62,0,-110 +-62,0,-102 +-62,0,-94 +-62,0,-86 +-62,0,-78 +-62,0,-70 +-62,0,-62 +-62,0,-54 +-62,0,-46 +-62,0,-38 +-62,0,-30 +-62,0,-22 +-62,0,-14 +-62,0,-6 +-62,0,2 +-62,0,10 +-62,0,18 +-62,0,26 +-62,0,34 +-62,0,42 +-62,0,50 +-62,0,58 +-62,0,66 +-62,0,74 +-62,0,82 +-62,0,90 +-62,0,98 +-62,0,106 +-62,0,114 +-62,0,122 +-62,0,130 +-62,0,138 +-62,0,146 +-54,0,-150 +-54,0,-142 +-54,0,-134 +-54,0,-126 +-54,0,-118 +-54,0,-110 +-54,0,-102 +-54,0,-94 +-54,0,-86 +-54,0,-78 +-54,0,-70 +-54,0,-62 +-54,0,-54 +-54,0,-46 +-54,0,-38 +-54,0,-30 +-54,0,-22 +-54,0,-14 +-54,0,-6 +-54,0,2 +-54,0,10 +-54,0,18 +-54,0,26 +-54,0,34 +-54,0,42 +-54,0,50 +-54,0,58 +-54,0,66 +-54,0,74 +-54,0,82 +-54,0,90 +-54,0,98 +-54,0,106 +-54,0,114 +-54,0,122 +-54,0,130 +-54,0,138 +-54,0,146 +-46,0,-150 +-46,0,-142 +-46,0,-134 +-46,0,-126 +-46,0,-118 +-46,0,-110 +-46,0,-102 +-46,0,-94 +-46,0,-86 +-46,0,-78 +-46,0,-70 +-46,0,-62 +-46,0,-54 +-46,0,-46 +-46,0,-38 +-46,0,-30 +-46,0,-22 +-46,0,-14 +-46,0,-6 +-46,0,2 +-46,0,10 +-46,0,18 +-46,0,26 +-46,0,34 +-46,0,42 +-46,0,50 +-46,0,58 +-46,0,66 +-46,0,74 +-46,0,82 +-46,0,90 +-46,0,98 +-46,0,106 +-46,0,114 +-46,0,122 +-46,0,130 +-46,0,138 +-46,0,146 +-38,0,-150 +-38,0,-142 +-38,0,-134 +-38,0,-126 +-38,0,-118 +-38,0,-110 +-38,0,-102 +-38,0,-94 +-38,0,-86 +-38,0,-78 +-38,0,-70 +-38,0,-62 +-38,0,-54 +-38,0,-46 +-38,0,-38 +-38,0,-30 +-38,0,-22 +-38,0,-14 +-38,0,-6 +-38,0,2 +-38,0,10 +-38,0,18 +-38,0,26 +-38,0,34 +-38,0,42 +-38,0,50 +-38,0,58 +-38,0,66 +-38,0,74 +-38,0,82 +-38,0,90 +-38,0,98 +-38,0,106 +-38,0,114 +-38,0,122 +-38,0,130 +-38,0,138 +-38,0,146 +-30,0,-150 +-30,0,-142 +-30,0,-134 +-30,0,-126 +-30,0,-118 +-30,0,-110 +-30,0,-102 +-30,0,-94 +-30,0,-86 +-30,0,-78 +-30,0,-70 +-30,0,-62 +-30,0,-54 +-30,0,-46 +-30,0,-38 +-30,0,-30 +-30,0,-22 +-30,0,-14 +-30,0,-6 +-30,0,2 +-30,0,10 +-30,0,18 +-30,0,26 +-30,0,34 +-30,0,42 +-30,0,50 +-30,0,58 +-30,0,66 +-30,0,74 +-30,0,82 +-30,0,90 +-30,0,98 +-30,0,106 +-30,0,114 +-30,0,122 +-30,0,130 +-30,0,138 +-30,0,146 +-22,0,-150 +-22,0,-142 +-22,0,-134 +-22,0,-126 +-22,0,-118 +-22,0,-110 +-22,0,-102 +-22,0,-94 +-22,0,-86 +-22,0,-78 +-22,0,-70 +-22,0,-62 +-22,0,-54 +-22,0,-46 +-22,0,-38 +-22,0,-30 +-22,0,-22 +-22,0,-14 +-22,0,-6 +-22,0,2 +-22,0,10 +-22,0,18 +-22,0,26 +-22,0,34 +-22,0,42 +-22,0,50 +-22,0,58 +-22,0,66 +-22,0,74 +-22,0,82 +-22,0,90 +-22,0,98 +-22,0,106 +-22,0,114 +-22,0,122 +-22,0,130 +-22,0,138 +-22,0,146 +-14,0,-150 +-14,0,-142 +-14,0,-134 +-14,0,-126 +-14,0,-118 +-14,0,-110 +-14,0,-102 +-14,0,-94 +-14,0,-86 +-14,0,-78 +-14,0,-70 +-14,0,-62 +-14,0,-54 +-14,0,-46 +-14,0,-38 +-14,0,-30 +-14,0,-22 +-14,0,-14 +-14,0,-6 +-14,0,2 +-14,0,10 +-14,0,18 +-14,0,26 +-14,0,34 +-14,0,42 +-14,0,50 +-14,0,58 +-14,0,66 +-14,0,74 +-14,0,82 +-14,0,90 +-14,0,98 +-14,0,106 +-14,0,114 +-14,0,122 +-14,0,130 +-14,0,138 +-14,0,146 +-6,0,-150 +-6,0,-142 +-6,0,-134 +-6,0,-126 +-6,0,-118 +-6,0,-110 +-6,0,-102 +-6,0,-94 +-6,0,-86 +-6,0,-78 +-6,0,-70 +-6,0,-62 +-6,0,-54 +-6,0,-46 +-6,0,-38 +-6,0,-30 +-6,0,-22 +-6,0,-14 +-6,0,-6 +-6,0,2 +-6,0,10 +-6,0,18 +-6,0,26 +-6,0,34 +-6,0,42 +-6,0,50 +-6,0,58 +-6,0,66 +-6,0,74 +-6,0,82 +-6,0,90 +-6,0,98 +-6,0,106 +-6,0,114 +-6,0,122 +-6,0,130 +-6,0,138 +-6,0,146 +2,0,-150 +2,0,-142 +2,0,-134 +2,0,-126 +2,0,-118 +2,0,-110 +2,0,-102 +2,0,-94 +2,0,-86 +2,0,-78 +2,0,-70 +2,0,-62 +2,0,-54 +2,0,-46 +2,0,-38 +2,0,-30 +2,0,-22 +2,0,-14 +2,0,-6 +2,0,2 +2,0,10 +2,0,18 +2,0,26 +2,0,34 +2,0,42 +2,0,50 +2,0,58 +2,0,66 +2,0,74 +2,0,82 +2,0,90 +2,0,98 +2,0,106 +2,0,114 +2,0,122 +2,0,130 +2,0,138 +2,0,146 +10,0,-150 +10,0,-142 +10,0,-134 +10,0,-126 +10,0,-118 +10,0,-110 +10,0,-102 +10,0,-94 +10,0,-86 +10,0,-78 +10,0,-70 +10,0,-62 +10,0,-54 +10,0,-46 +10,0,-38 +10,0,-30 +10,0,-22 +10,0,-14 +10,0,-6 +10,0,2 +10,0,10 +10,0,18 +10,0,26 +10,0,34 +10,0,42 +10,0,50 +10,0,58 +10,0,66 +10,0,74 +10,0,82 +10,0,90 +10,0,98 +10,0,106 +10,0,114 +10,0,122 +10,0,130 +10,0,138 +10,0,146 +18,0,-150 +18,0,-142 +18,0,-134 +18,0,-126 +18,0,-118 +18,0,-110 +18,0,-102 +18,0,-94 +18,0,-86 +18,0,-78 +18,0,-70 +18,0,-62 +18,0,-54 +18,0,-46 +18,0,-38 +18,0,-30 +18,0,-22 +18,0,-14 +18,0,-6 +18,0,2 +18,0,10 +18,0,18 +18,0,26 +18,0,34 +18,0,42 +18,0,50 +18,0,58 +18,0,66 +18,0,74 +18,0,82 +18,0,90 +18,0,98 +18,0,106 +18,0,114 +18,0,122 +18,0,130 +18,0,138 +18,0,146 +26,0,-150 +26,0,-142 +26,0,-134 +26,0,-126 +26,0,-118 +26,0,-110 +26,0,-102 +26,0,-94 +26,0,-86 +26,0,-78 +26,0,-70 +26,0,-62 +26,0,-54 +26,0,-46 +26,0,-38 +26,0,-30 +26,0,-22 +26,0,-14 +26,0,-6 +26,0,2 +26,0,10 +26,0,18 +26,0,26 +26,0,34 +26,0,42 +26,0,50 +26,0,58 +26,0,66 +26,0,74 +26,0,82 +26,0,90 +26,0,98 +26,0,106 +26,0,114 +26,0,122 +26,0,130 +26,0,138 +26,0,146 +34,0,-150 +34,0,-142 +34,0,-134 +34,0,-126 +34,0,-118 +34,0,-110 +34,0,-102 +34,0,-94 +34,0,-86 +34,0,-78 +34,0,-70 +34,0,-62 +34,0,-54 +34,0,-46 +34,0,-38 +34,0,-30 +34,0,-22 +34,0,-14 +34,0,-6 +34,0,2 +34,0,10 +34,0,18 +34,0,26 +34,0,34 +34,0,42 +34,0,50 +34,0,58 +34,0,66 +34,0,74 +34,0,82 +34,0,90 +34,0,98 +34,0,106 +34,0,114 +34,0,122 +34,0,130 +34,0,138 +34,0,146 +42,0,-150 +42,0,-142 +42,0,-134 +42,0,-126 +42,0,-118 +42,0,-110 +42,0,-102 +42,0,-94 +42,0,-86 +42,0,-78 +42,0,-70 +42,0,-62 +42,0,-54 +42,0,-46 +42,0,-38 +42,0,-30 +42,0,-22 +42,0,-14 +42,0,-6 +42,0,2 +42,0,10 +42,0,18 +42,0,26 +42,0,34 +42,0,42 +42,0,50 +42,0,58 +42,0,66 +42,0,74 +42,0,82 +42,0,90 +42,0,98 +42,0,106 +42,0,114 +42,0,122 +42,0,130 +42,0,138 +42,0,146 +50,0,-150 +50,0,-142 +50,0,-134 +50,0,-126 +50,0,-118 +50,0,-110 +50,0,-102 +50,0,-94 +50,0,-86 +50,0,-78 +50,0,-70 +50,0,-62 +50,0,-54 +50,0,-46 +50,0,-38 +50,0,-30 +50,0,-22 +50,0,-14 +50,0,-6 +50,0,2 +50,0,10 +50,0,18 +50,0,26 +50,0,34 +50,0,42 +50,0,50 +50,0,58 +50,0,66 +50,0,74 +50,0,82 +50,0,90 +50,0,98 +50,0,106 +50,0,114 +50,0,122 +50,0,130 +50,0,138 +50,0,146 +58,0,-150 +58,0,-142 +58,0,-134 +58,0,-126 +58,0,-118 +58,0,-110 +58,0,-102 +58,0,-94 +58,0,-86 +58,0,-78 +58,0,-70 +58,0,-62 +58,0,-54 +58,0,-46 +58,0,-38 +58,0,-30 +58,0,-22 +58,0,-14 +58,0,-6 +58,0,2 +58,0,10 +58,0,18 +58,0,26 +58,0,34 +58,0,42 +58,0,50 +58,0,58 +58,0,66 +58,0,74 +58,0,82 +58,0,90 +58,0,98 +58,0,106 +58,0,114 +58,0,122 +58,0,130 +58,0,138 +58,0,146 +66,0,-150 +66,0,-142 +66,0,-134 +66,0,-126 +66,0,-118 +66,0,-110 +66,0,-102 +66,0,-94 +66,0,-86 +66,0,-78 +66,0,-70 +66,0,-62 +66,0,-54 +66,0,-46 +66,0,-38 +66,0,-30 +66,0,-22 +66,0,-14 +66,0,-6 +66,0,2 +66,0,10 +66,0,18 +66,0,26 +66,0,34 +66,0,42 +66,0,50 +66,0,58 +66,0,66 +66,0,74 +66,0,82 +66,0,90 +66,0,98 +66,0,106 +66,0,114 +66,0,122 +66,0,130 +66,0,138 +66,0,146 +74,0,-150 +74,0,-142 +74,0,-134 +74,0,-126 +74,0,-118 +74,0,-110 +74,0,-102 +74,0,-94 +74,0,-86 +74,0,-78 +74,0,-70 +74,0,-62 +74,0,-54 +74,0,-46 +74,0,-38 +74,0,-30 +74,0,-22 +74,0,-14 +74,0,-6 +74,0,2 +74,0,10 +74,0,18 +74,0,26 +74,0,34 +74,0,42 +74,0,50 +74,0,58 +74,0,66 +74,0,74 +74,0,82 +74,0,90 +74,0,98 +74,0,106 +74,0,114 +74,0,122 +74,0,130 +74,0,138 +74,0,146 +82,0,-150 +82,0,-142 +82,0,-134 +82,0,-126 +82,0,-118 +82,0,-110 +82,0,-102 +82,0,-94 +82,0,-86 +82,0,-78 +82,0,-70 +82,0,-62 +82,0,-54 +82,0,-46 +82,0,-38 +82,0,-30 +82,0,-22 +82,0,-14 +82,0,-6 +82,0,2 +82,0,10 +82,0,18 +82,0,26 +82,0,34 +82,0,42 +82,0,50 +82,0,58 +82,0,66 +82,0,74 +82,0,82 +82,0,90 +82,0,98 +82,0,106 +82,0,114 +82,0,122 +82,0,130 +82,0,138 +82,0,146 +90,0,-150 +90,0,-142 +90,0,-134 +90,0,-126 +90,0,-118 +90,0,-110 +90,0,-102 +90,0,-94 +90,0,-86 +90,0,-78 +90,0,-70 +90,0,-62 +90,0,-54 +90,0,-46 +90,0,-38 +90,0,-30 +90,0,-22 +90,0,-14 +90,0,-6 +90,0,2 +90,0,10 +90,0,18 +90,0,26 +90,0,34 +90,0,42 +90,0,50 +90,0,58 +90,0,66 +90,0,74 +90,0,82 +90,0,90 +90,0,98 +90,0,106 +90,0,114 +90,0,122 +90,0,130 +90,0,138 +90,0,146 +98,0,-150 +98,0,-142 +98,0,-134 +98,0,-126 +98,0,-118 +98,0,-110 +98,0,-102 +98,0,-94 +98,0,-86 +98,0,-78 +98,0,-70 +98,0,-62 +98,0,-54 +98,0,-46 +98,0,-38 +98,0,-30 +98,0,-22 +98,0,-14 +98,0,-6 +98,0,2 +98,0,10 +98,0,18 +98,0,26 +98,0,34 +98,0,42 +98,0,50 +98,0,58 +98,0,66 +98,0,74 +98,0,82 +98,0,90 +98,0,98 +98,0,106 +98,0,114 +98,0,122 +98,0,130 +98,0,138 +98,0,146 +106,0,-150 +106,0,-142 +106,0,-134 +106,0,-126 +106,0,-118 +106,0,-110 +106,0,-102 +106,0,-94 +106,0,-86 +106,0,-78 +106,0,-70 +106,0,-62 +106,0,-54 +106,0,-46 +106,0,-38 +106,0,-30 +106,0,-22 +106,0,-14 +106,0,-6 +106,0,2 +106,0,10 +106,0,18 +106,0,26 +106,0,34 +106,0,42 +106,0,50 +106,0,58 +106,0,66 +106,0,74 +106,0,82 +106,0,90 +106,0,98 +106,0,106 +106,0,114 +106,0,122 +106,0,130 +106,0,138 +106,0,146 +114,0,-150 +114,0,-142 +114,0,-134 +114,0,-126 +114,0,-118 +114,0,-110 +114,0,-102 +114,0,-94 +114,0,-86 +114,0,-78 +114,0,-70 +114,0,-62 +114,0,-54 +114,0,-46 +114,0,-38 +114,0,-30 +114,0,-22 +114,0,-14 +114,0,-6 +114,0,2 +114,0,10 +114,0,18 +114,0,26 +114,0,34 +114,0,42 +114,0,50 +114,0,58 +114,0,66 +114,0,74 +114,0,82 +114,0,90 +114,0,98 +114,0,106 +114,0,114 +114,0,122 +114,0,130 +114,0,138 +114,0,146 +122,0,-150 +122,0,-142 +122,0,-134 +122,0,-126 +122,0,-118 +122,0,-110 +122,0,-102 +122,0,-94 +122,0,-86 +122,0,-78 +122,0,-70 +122,0,-62 +122,0,-54 +122,0,-46 +122,0,-38 +122,0,-30 +122,0,-22 +122,0,-14 +122,0,-6 +122,0,2 +122,0,10 +122,0,18 +122,0,26 +122,0,34 +122,0,42 +122,0,50 +122,0,58 +122,0,66 +122,0,74 +122,0,82 +122,0,90 +122,0,98 +122,0,106 +122,0,114 +122,0,122 +122,0,130 +122,0,138 +122,0,146 +130,0,-150 +130,0,-142 +130,0,-134 +130,0,-126 +130,0,-118 +130,0,-110 +130,0,-102 +130,0,-94 +130,0,-86 +130,0,-78 +130,0,-70 +130,0,-62 +130,0,-54 +130,0,-46 +130,0,-38 +130,0,-30 +130,0,-22 +130,0,-14 +130,0,-6 +130,0,2 +130,0,10 +130,0,18 +130,0,26 +130,0,34 +130,0,42 +130,0,50 +130,0,58 +130,0,66 +130,0,74 +130,0,82 +130,0,90 +130,0,98 +130,0,106 +130,0,114 +130,0,122 +130,0,130 +130,0,138 +130,0,146 +138,0,-150 +138,0,-142 +138,0,-134 +138,0,-126 +138,0,-118 +138,0,-110 +138,0,-102 +138,0,-94 +138,0,-86 +138,0,-78 +138,0,-70 +138,0,-62 +138,0,-54 +138,0,-46 +138,0,-38 +138,0,-30 +138,0,-22 +138,0,-14 +138,0,-6 +138,0,2 +138,0,10 +138,0,18 +138,0,26 +138,0,34 +138,0,42 +138,0,50 +138,0,58 +138,0,66 +138,0,74 +138,0,82 +138,0,90 +138,0,98 +138,0,106 +138,0,114 +138,0,122 +138,0,130 +138,0,138 +138,0,146 +146,0,-150 +146,0,-142 +146,0,-134 +146,0,-126 +146,0,-118 +146,0,-110 +146,0,-102 +146,0,-94 +146,0,-86 +146,0,-78 +146,0,-70 +146,0,-62 +146,0,-54 +146,0,-46 +146,0,-38 +146,0,-30 +146,0,-22 +146,0,-14 +146,0,-6 +146,0,2 +146,0,10 +146,0,18 +146,0,26 +146,0,34 +146,0,42 +146,0,50 +146,0,58 +146,0,66 +146,0,74 +146,0,82 +146,0,90 +146,0,98 +146,0,106 +146,0,114 +146,0,122 +146,0,130 +146,0,138 +146,0,146 +-150,8,-150 +-150,8,-142 +-150,8,-134 +-150,8,-126 +-150,8,-118 +-150,8,-110 +-150,8,-102 +-150,8,-94 +-150,8,-86 +-150,8,-78 +-150,8,-70 +-150,8,-62 +-150,8,-54 +-150,8,-46 +-150,8,-38 +-150,8,-30 +-150,8,-22 +-150,8,-14 +-150,8,-6 +-150,8,2 +-150,8,10 +-150,8,18 +-150,8,26 +-150,8,34 +-150,8,42 +-150,8,50 +-150,8,58 +-150,8,66 +-150,8,74 +-150,8,82 +-150,8,90 +-150,8,98 +-150,8,106 +-150,8,114 +-150,8,122 +-150,8,130 +-150,8,138 +-150,8,146 +-142,8,-150 +-142,8,-142 +-142,8,-134 +-142,8,-126 +-142,8,-118 +-142,8,-110 +-142,8,-102 +-142,8,-94 +-142,8,-86 +-142,8,-78 +-142,8,-70 +-142,8,-62 +-142,8,-54 +-142,8,-46 +-142,8,-38 +-142,8,-30 +-142,8,-22 +-142,8,-14 +-142,8,-6 +-142,8,2 +-142,8,10 +-142,8,18 +-142,8,26 +-142,8,34 +-142,8,42 +-142,8,50 +-142,8,58 +-142,8,66 +-142,8,74 +-142,8,82 +-142,8,90 +-142,8,98 +-142,8,106 +-142,8,114 +-142,8,122 +-142,8,130 +-142,8,138 +-142,8,146 +-134,8,-150 +-134,8,-142 +-134,8,-134 +-134,8,-126 +-134,8,-118 +-134,8,-110 +-134,8,-102 +-134,8,-94 +-134,8,-86 +-134,8,-78 +-134,8,-70 +-134,8,-62 +-134,8,-54 +-134,8,-46 +-134,8,-38 +-134,8,-30 +-134,8,-22 +-134,8,-14 +-134,8,-6 +-134,8,2 +-134,8,10 +-134,8,18 +-134,8,26 +-134,8,34 +-134,8,42 +-134,8,50 +-134,8,58 +-134,8,66 +-134,8,74 +-134,8,82 +-134,8,90 +-134,8,98 +-134,8,106 +-134,8,114 +-134,8,122 +-134,8,130 +-134,8,138 +-134,8,146 +-126,8,-150 +-126,8,-142 +-126,8,-134 +-126,8,-126 +-126,8,-118 +-126,8,-110 +-126,8,-102 +-126,8,-94 +-126,8,-86 +-126,8,-78 +-126,8,-70 +-126,8,-62 +-126,8,-54 +-126,8,-46 +-126,8,-38 +-126,8,-30 +-126,8,-22 +-126,8,-14 +-126,8,-6 +-126,8,2 +-126,8,10 +-126,8,18 +-126,8,26 +-126,8,34 +-126,8,42 +-126,8,50 +-126,8,58 +-126,8,66 +-126,8,74 +-126,8,82 +-126,8,90 +-126,8,98 +-126,8,106 +-126,8,114 +-126,8,122 +-126,8,130 +-126,8,138 +-126,8,146 +-118,8,-150 +-118,8,-142 +-118,8,-134 +-118,8,-126 +-118,8,-118 +-118,8,-110 +-118,8,-102 +-118,8,-94 +-118,8,-86 +-118,8,-78 +-118,8,-70 +-118,8,-62 +-118,8,-54 +-118,8,-46 +-118,8,-38 +-118,8,-30 +-118,8,-22 +-118,8,-14 +-118,8,-6 +-118,8,2 +-118,8,10 +-118,8,18 +-118,8,26 +-118,8,34 +-118,8,42 +-118,8,50 +-118,8,58 +-118,8,66 +-118,8,74 +-118,8,82 +-118,8,90 +-118,8,98 +-118,8,106 +-118,8,114 +-118,8,122 +-118,8,130 +-118,8,138 +-118,8,146 +-110,8,-150 +-110,8,-142 +-110,8,-134 +-110,8,-126 +-110,8,-118 +-110,8,-110 +-110,8,-102 +-110,8,-94 +-110,8,-86 +-110,8,-78 +-110,8,-70 +-110,8,-62 +-110,8,-54 +-110,8,-46 +-110,8,-38 +-110,8,-30 +-110,8,-22 +-110,8,-14 +-110,8,-6 +-110,8,2 +-110,8,10 +-110,8,18 +-110,8,26 +-110,8,34 +-110,8,42 +-110,8,50 +-110,8,58 +-110,8,66 +-110,8,74 +-110,8,82 +-110,8,90 +-110,8,98 +-110,8,106 +-110,8,114 +-110,8,122 +-110,8,130 +-110,8,138 +-110,8,146 +-102,8,-150 +-102,8,-142 +-102,8,-134 +-102,8,-126 +-102,8,-118 +-102,8,-110 +-102,8,-102 +-102,8,-94 +-102,8,-86 +-102,8,-78 +-102,8,-70 +-102,8,-62 +-102,8,-54 +-102,8,-46 +-102,8,-38 +-102,8,-30 +-102,8,-22 +-102,8,-14 +-102,8,-6 +-102,8,2 +-102,8,10 +-102,8,18 +-102,8,26 +-102,8,34 +-102,8,42 +-102,8,50 +-102,8,58 +-102,8,66 +-102,8,74 +-102,8,82 +-102,8,90 +-102,8,98 +-102,8,106 +-102,8,114 +-102,8,122 +-102,8,130 +-102,8,138 +-102,8,146 +-94,8,-150 +-94,8,-142 +-94,8,-134 +-94,8,-126 +-94,8,-118 +-94,8,-110 +-94,8,-102 +-94,8,-94 +-94,8,-86 +-94,8,-78 +-94,8,-70 +-94,8,-62 +-94,8,-54 +-94,8,-46 +-94,8,-38 +-94,8,-30 +-94,8,-22 +-94,8,-14 +-94,8,-6 +-94,8,2 +-94,8,10 +-94,8,18 +-94,8,26 +-94,8,34 +-94,8,42 +-94,8,50 +-94,8,58 +-94,8,66 +-94,8,74 +-94,8,82 +-94,8,90 +-94,8,98 +-94,8,106 +-94,8,114 +-94,8,122 +-94,8,130 +-94,8,138 +-94,8,146 +-86,8,-150 +-86,8,-142 +-86,8,-134 +-86,8,-126 +-86,8,-118 +-86,8,-110 +-86,8,-102 +-86,8,-94 +-86,8,-86 +-86,8,-78 +-86,8,-70 +-86,8,-62 +-86,8,-54 +-86,8,-46 +-86,8,-38 +-86,8,-30 +-86,8,-22 +-86,8,-14 +-86,8,-6 +-86,8,2 +-86,8,10 +-86,8,18 +-86,8,26 +-86,8,34 +-86,8,42 +-86,8,50 +-86,8,58 +-86,8,66 +-86,8,74 +-86,8,82 +-86,8,90 +-86,8,98 +-86,8,106 +-86,8,114 +-86,8,122 +-86,8,130 +-86,8,138 +-86,8,146 +-78,8,-150 +-78,8,-142 +-78,8,-134 +-78,8,-126 +-78,8,-118 +-78,8,-110 +-78,8,-102 +-78,8,-94 +-78,8,-86 +-78,8,-78 +-78,8,-70 +-78,8,-62 +-78,8,-54 +-78,8,-46 +-78,8,-38 +-78,8,-30 +-78,8,-22 +-78,8,-14 +-78,8,-6 +-78,8,2 +-78,8,10 +-78,8,18 +-78,8,26 +-78,8,34 +-78,8,42 +-78,8,50 +-78,8,58 +-78,8,66 +-78,8,74 +-78,8,82 +-78,8,90 +-78,8,98 +-78,8,106 +-78,8,114 +-78,8,122 +-78,8,130 +-78,8,138 +-78,8,146 +-70,8,-150 +-70,8,-142 +-70,8,-134 +-70,8,-126 +-70,8,-118 +-70,8,-110 +-70,8,-102 +-70,8,-94 +-70,8,-86 +-70,8,-78 +-70,8,-70 +-70,8,-62 +-70,8,-54 +-70,8,-46 +-70,8,-38 +-70,8,-30 +-70,8,-22 +-70,8,-14 +-70,8,-6 +-70,8,2 +-70,8,10 +-70,8,18 +-70,8,26 +-70,8,34 +-70,8,42 +-70,8,50 +-70,8,58 +-70,8,66 +-70,8,74 +-70,8,82 +-70,8,90 +-70,8,98 +-70,8,106 +-70,8,114 +-70,8,122 +-70,8,130 +-70,8,138 +-70,8,146 +-62,8,-150 +-62,8,-142 +-62,8,-134 +-62,8,-126 +-62,8,-118 +-62,8,-110 +-62,8,-102 +-62,8,-94 +-62,8,-86 +-62,8,-78 +-62,8,-70 +-62,8,-62 +-62,8,-54 +-62,8,-46 +-62,8,-38 +-62,8,-30 +-62,8,-22 +-62,8,-14 +-62,8,-6 +-62,8,2 +-62,8,10 +-62,8,18 +-62,8,26 +-62,8,34 +-62,8,42 +-62,8,50 +-62,8,58 +-62,8,66 +-62,8,74 +-62,8,82 +-62,8,90 +-62,8,98 +-62,8,106 +-62,8,114 +-62,8,122 +-62,8,130 +-62,8,138 +-62,8,146 +-54,8,-150 +-54,8,-142 +-54,8,-134 +-54,8,-126 +-54,8,-118 +-54,8,-110 +-54,8,-102 +-54,8,-94 +-54,8,-86 +-54,8,-78 +-54,8,-70 +-54,8,-62 +-54,8,-54 +-54,8,-46 +-54,8,-38 +-54,8,-30 +-54,8,-22 +-54,8,-14 +-54,8,-6 +-54,8,2 +-54,8,10 +-54,8,18 +-54,8,26 +-54,8,34 +-54,8,42 +-54,8,50 +-54,8,58 +-54,8,66 +-54,8,74 +-54,8,82 +-54,8,90 +-54,8,98 +-54,8,106 +-54,8,114 +-54,8,122 +-54,8,130 +-54,8,138 +-54,8,146 +-46,8,-150 +-46,8,-142 +-46,8,-134 +-46,8,-126 +-46,8,-118 +-46,8,-110 +-46,8,-102 +-46,8,-94 +-46,8,-86 +-46,8,-78 +-46,8,-70 +-46,8,-62 +-46,8,-54 +-46,8,-46 +-46,8,-38 +-46,8,-30 +-46,8,-22 +-46,8,-14 +-46,8,-6 +-46,8,2 +-46,8,10 +-46,8,18 +-46,8,26 +-46,8,34 +-46,8,42 +-46,8,50 +-46,8,58 +-46,8,66 +-46,8,74 +-46,8,82 +-46,8,90 +-46,8,98 +-46,8,106 +-46,8,114 +-46,8,122 +-46,8,130 +-46,8,138 +-46,8,146 +-38,8,-150 +-38,8,-142 +-38,8,-134 +-38,8,-126 +-38,8,-118 +-38,8,-110 +-38,8,-102 +-38,8,-94 +-38,8,-86 +-38,8,-78 +-38,8,-70 +-38,8,-62 +-38,8,-54 +-38,8,-46 +-38,8,-38 +-38,8,-30 +-38,8,-22 +-38,8,-14 +-38,8,-6 +-38,8,2 +-38,8,10 +-38,8,18 +-38,8,26 +-38,8,34 +-38,8,42 +-38,8,50 +-38,8,58 +-38,8,66 +-38,8,74 +-38,8,82 +-38,8,90 +-38,8,98 +-38,8,106 +-38,8,114 +-38,8,122 +-38,8,130 +-38,8,138 +-38,8,146 +-30,8,-150 +-30,8,-142 +-30,8,-134 +-30,8,-126 +-30,8,-118 +-30,8,-110 +-30,8,-102 +-30,8,-94 +-30,8,-86 +-30,8,-78 +-30,8,-70 +-30,8,-62 +-30,8,-54 +-30,8,-46 +-30,8,-38 +-30,8,-30 +-30,8,-22 +-30,8,-14 +-30,8,-6 +-30,8,2 +-30,8,10 +-30,8,18 +-30,8,26 +-30,8,34 +-30,8,42 +-30,8,50 +-30,8,58 +-30,8,66 +-30,8,74 +-30,8,82 +-30,8,90 +-30,8,98 +-30,8,106 +-30,8,114 +-30,8,122 +-30,8,130 +-30,8,138 +-30,8,146 +-22,8,-150 +-22,8,-142 +-22,8,-134 +-22,8,-126 +-22,8,-118 +-22,8,-110 +-22,8,-102 +-22,8,-94 +-22,8,-86 +-22,8,-78 +-22,8,-70 +-22,8,-62 +-22,8,-54 +-22,8,-46 +-22,8,-38 +-22,8,-30 +-22,8,-22 +-22,8,-14 +-22,8,-6 +-22,8,2 +-22,8,10 +-22,8,18 +-22,8,26 +-22,8,34 +-22,8,42 +-22,8,50 +-22,8,58 +-22,8,66 +-22,8,74 +-22,8,82 +-22,8,90 +-22,8,98 +-22,8,106 +-22,8,114 +-22,8,122 +-22,8,130 +-22,8,138 +-22,8,146 +-14,8,-150 +-14,8,-142 +-14,8,-134 +-14,8,-126 +-14,8,-118 +-14,8,-110 +-14,8,-102 +-14,8,-94 +-14,8,-86 +-14,8,-78 +-14,8,-70 +-14,8,-62 +-14,8,-54 +-14,8,-46 +-14,8,-38 +-14,8,-30 +-14,8,-22 +-14,8,-14 +-14,8,-6 +-14,8,2 +-14,8,10 +-14,8,18 +-14,8,26 +-14,8,34 +-14,8,42 +-14,8,50 +-14,8,58 +-14,8,66 +-14,8,74 +-14,8,82 +-14,8,90 +-14,8,98 +-14,8,106 +-14,8,114 +-14,8,122 +-14,8,130 +-14,8,138 +-14,8,146 +-6,8,-150 +-6,8,-142 +-6,8,-134 +-6,8,-126 +-6,8,-118 +-6,8,-110 +-6,8,-102 +-6,8,-94 +-6,8,-86 +-6,8,-78 +-6,8,-70 +-6,8,-62 +-6,8,-54 +-6,8,-46 +-6,8,-38 +-6,8,-30 +-6,8,-22 +-6,8,-14 +-6,8,-6 +-6,8,2 +-6,8,10 +-6,8,18 +-6,8,26 +-6,8,34 +-6,8,42 +-6,8,50 +-6,8,58 +-6,8,66 +-6,8,74 +-6,8,82 +-6,8,90 +-6,8,98 +-6,8,106 +-6,8,114 +-6,8,122 +-6,8,130 +-6,8,138 +-6,8,146 +2,8,-150 +2,8,-142 +2,8,-134 +2,8,-126 +2,8,-118 +2,8,-110 +2,8,-102 +2,8,-94 +2,8,-86 +2,8,-78 +2,8,-70 +2,8,-62 +2,8,-54 +2,8,-46 +2,8,-38 +2,8,-30 +2,8,-22 +2,8,-14 +2,8,-6 +2,8,2 +2,8,10 +2,8,18 +2,8,26 +2,8,34 +2,8,42 +2,8,50 +2,8,58 +2,8,66 +2,8,74 +2,8,82 +2,8,90 +2,8,98 +2,8,106 +2,8,114 +2,8,122 +2,8,130 +2,8,138 +2,8,146 +10,8,-150 +10,8,-142 +10,8,-134 +10,8,-126 +10,8,-118 +10,8,-110 +10,8,-102 +10,8,-94 +10,8,-86 +10,8,-78 +10,8,-70 +10,8,-62 +10,8,-54 +10,8,-46 +10,8,-38 +10,8,-30 +10,8,-22 +10,8,-14 +10,8,-6 +10,8,2 +10,8,10 +10,8,18 +10,8,26 +10,8,34 +10,8,42 +10,8,50 +10,8,58 +10,8,66 +10,8,74 +10,8,82 +10,8,90 +10,8,98 +10,8,106 +10,8,114 +10,8,122 +10,8,130 +10,8,138 +10,8,146 +18,8,-150 +18,8,-142 +18,8,-134 +18,8,-126 +18,8,-118 +18,8,-110 +18,8,-102 +18,8,-94 +18,8,-86 +18,8,-78 +18,8,-70 +18,8,-62 +18,8,-54 +18,8,-46 +18,8,-38 +18,8,-30 +18,8,-22 +18,8,-14 +18,8,-6 +18,8,2 +18,8,10 +18,8,18 +18,8,26 +18,8,34 +18,8,42 +18,8,50 +18,8,58 +18,8,66 +18,8,74 +18,8,82 +18,8,90 +18,8,98 +18,8,106 +18,8,114 +18,8,122 +18,8,130 +18,8,138 +18,8,146 +26,8,-150 +26,8,-142 +26,8,-134 +26,8,-126 +26,8,-118 +26,8,-110 +26,8,-102 +26,8,-94 +26,8,-86 +26,8,-78 +26,8,-70 +26,8,-62 +26,8,-54 +26,8,-46 +26,8,-38 +26,8,-30 +26,8,-22 +26,8,-14 +26,8,-6 +26,8,2 +26,8,10 +26,8,18 +26,8,26 +26,8,34 +26,8,42 +26,8,50 +26,8,58 +26,8,66 +26,8,74 +26,8,82 +26,8,90 +26,8,98 +26,8,106 +26,8,114 +26,8,122 +26,8,130 +26,8,138 +26,8,146 +34,8,-150 +34,8,-142 +34,8,-134 +34,8,-126 +34,8,-118 +34,8,-110 +34,8,-102 +34,8,-94 +34,8,-86 +34,8,-78 +34,8,-70 +34,8,-62 +34,8,-54 +34,8,-46 +34,8,-38 +34,8,-30 +34,8,-22 +34,8,-14 +34,8,-6 +34,8,2 +34,8,10 +34,8,18 +34,8,26 +34,8,34 +34,8,42 +34,8,50 +34,8,58 +34,8,66 +34,8,74 +34,8,82 +34,8,90 +34,8,98 +34,8,106 +34,8,114 +34,8,122 +34,8,130 +34,8,138 +34,8,146 +42,8,-150 +42,8,-142 +42,8,-134 +42,8,-126 +42,8,-118 +42,8,-110 +42,8,-102 +42,8,-94 +42,8,-86 +42,8,-78 +42,8,-70 +42,8,-62 +42,8,-54 +42,8,-46 +42,8,-38 +42,8,-30 +42,8,-22 +42,8,-14 +42,8,-6 +42,8,2 +42,8,10 +42,8,18 +42,8,26 +42,8,34 +42,8,42 +42,8,50 +42,8,58 +42,8,66 +42,8,74 +42,8,82 +42,8,90 +42,8,98 +42,8,106 +42,8,114 +42,8,122 +42,8,130 +42,8,138 +42,8,146 +50,8,-150 +50,8,-142 +50,8,-134 +50,8,-126 +50,8,-118 +50,8,-110 +50,8,-102 +50,8,-94 +50,8,-86 +50,8,-78 +50,8,-70 +50,8,-62 +50,8,-54 +50,8,-46 +50,8,-38 +50,8,-30 +50,8,-22 +50,8,-14 +50,8,-6 +50,8,2 +50,8,10 +50,8,18 +50,8,26 +50,8,34 +50,8,42 +50,8,50 +50,8,58 +50,8,66 +50,8,74 +50,8,82 +50,8,90 +50,8,98 +50,8,106 +50,8,114 +50,8,122 +50,8,130 +50,8,138 +50,8,146 +58,8,-150 +58,8,-142 +58,8,-134 +58,8,-126 +58,8,-118 +58,8,-110 +58,8,-102 +58,8,-94 +58,8,-86 +58,8,-78 +58,8,-70 +58,8,-62 +58,8,-54 +58,8,-46 +58,8,-38 +58,8,-30 +58,8,-22 +58,8,-14 +58,8,-6 +58,8,2 +58,8,10 +58,8,18 +58,8,26 +58,8,34 +58,8,42 +58,8,50 +58,8,58 +58,8,66 +58,8,74 +58,8,82 +58,8,90 +58,8,98 +58,8,106 +58,8,114 +58,8,122 +58,8,130 +58,8,138 +58,8,146 +66,8,-150 +66,8,-142 +66,8,-134 +66,8,-126 +66,8,-118 +66,8,-110 +66,8,-102 +66,8,-94 +66,8,-86 +66,8,-78 +66,8,-70 +66,8,-62 +66,8,-54 +66,8,-46 +66,8,-38 +66,8,-30 +66,8,-22 +66,8,-14 +66,8,-6 +66,8,2 +66,8,10 +66,8,18 +66,8,26 +66,8,34 +66,8,42 +66,8,50 +66,8,58 +66,8,66 +66,8,74 +66,8,82 +66,8,90 +66,8,98 +66,8,106 +66,8,114 +66,8,122 +66,8,130 +66,8,138 +66,8,146 +74,8,-150 +74,8,-142 +74,8,-134 +74,8,-126 +74,8,-118 +74,8,-110 +74,8,-102 +74,8,-94 +74,8,-86 +74,8,-78 +74,8,-70 +74,8,-62 +74,8,-54 +74,8,-46 +74,8,-38 +74,8,-30 +74,8,-22 +74,8,-14 +74,8,-6 +74,8,2 +74,8,10 +74,8,18 +74,8,26 +74,8,34 +74,8,42 +74,8,50 +74,8,58 +74,8,66 +74,8,74 +74,8,82 +74,8,90 +74,8,98 +74,8,106 +74,8,114 +74,8,122 +74,8,130 +74,8,138 +74,8,146 +82,8,-150 +82,8,-142 +82,8,-134 +82,8,-126 +82,8,-118 +82,8,-110 +82,8,-102 +82,8,-94 +82,8,-86 +82,8,-78 +82,8,-70 +82,8,-62 +82,8,-54 +82,8,-46 +82,8,-38 +82,8,-30 +82,8,-22 +82,8,-14 +82,8,-6 +82,8,2 +82,8,10 +82,8,18 +82,8,26 +82,8,34 +82,8,42 +82,8,50 +82,8,58 +82,8,66 +82,8,74 +82,8,82 +82,8,90 +82,8,98 +82,8,106 +82,8,114 +82,8,122 +82,8,130 +82,8,138 +82,8,146 +90,8,-150 +90,8,-142 +90,8,-134 +90,8,-126 +90,8,-118 +90,8,-110 +90,8,-102 +90,8,-94 +90,8,-86 +90,8,-78 +90,8,-70 +90,8,-62 +90,8,-54 +90,8,-46 +90,8,-38 +90,8,-30 +90,8,-22 +90,8,-14 +90,8,-6 +90,8,2 +90,8,10 +90,8,18 +90,8,26 +90,8,34 +90,8,42 +90,8,50 +90,8,58 +90,8,66 +90,8,74 +90,8,82 +90,8,90 +90,8,98 +90,8,106 +90,8,114 +90,8,122 +90,8,130 +90,8,138 +90,8,146 +98,8,-150 +98,8,-142 +98,8,-134 +98,8,-126 +98,8,-118 +98,8,-110 +98,8,-102 +98,8,-94 +98,8,-86 +98,8,-78 +98,8,-70 +98,8,-62 +98,8,-54 +98,8,-46 +98,8,-38 +98,8,-30 +98,8,-22 +98,8,-14 +98,8,-6 +98,8,2 +98,8,10 +98,8,18 +98,8,26 +98,8,34 +98,8,42 +98,8,50 +98,8,58 +98,8,66 +98,8,74 +98,8,82 +98,8,90 +98,8,98 +98,8,106 +98,8,114 +98,8,122 +98,8,130 +98,8,138 +98,8,146 +106,8,-150 +106,8,-142 +106,8,-134 +106,8,-126 +106,8,-118 +106,8,-110 +106,8,-102 +106,8,-94 +106,8,-86 +106,8,-78 +106,8,-70 +106,8,-62 +106,8,-54 +106,8,-46 +106,8,-38 +106,8,-30 +106,8,-22 +106,8,-14 +106,8,-6 +106,8,2 +106,8,10 +106,8,18 +106,8,26 +106,8,34 +106,8,42 +106,8,50 +106,8,58 +106,8,66 +106,8,74 +106,8,82 +106,8,90 +106,8,98 +106,8,106 +106,8,114 +106,8,122 +106,8,130 +106,8,138 +106,8,146 +114,8,-150 +114,8,-142 +114,8,-134 +114,8,-126 +114,8,-118 +114,8,-110 +114,8,-102 +114,8,-94 +114,8,-86 +114,8,-78 +114,8,-70 +114,8,-62 +114,8,-54 +114,8,-46 +114,8,-38 +114,8,-30 +114,8,-22 +114,8,-14 +114,8,-6 +114,8,2 +114,8,10 +114,8,18 +114,8,26 +114,8,34 +114,8,42 +114,8,50 +114,8,58 +114,8,66 +114,8,74 +114,8,82 +114,8,90 +114,8,98 +114,8,106 +114,8,114 +114,8,122 +114,8,130 +114,8,138 +114,8,146 +122,8,-150 +122,8,-142 +122,8,-134 +122,8,-126 +122,8,-118 +122,8,-110 +122,8,-102 +122,8,-94 +122,8,-86 +122,8,-78 +122,8,-70 +122,8,-62 +122,8,-54 +122,8,-46 +122,8,-38 +122,8,-30 +122,8,-22 +122,8,-14 +122,8,-6 +122,8,2 +122,8,10 +122,8,18 +122,8,26 +122,8,34 +122,8,42 +122,8,50 +122,8,58 +122,8,66 +122,8,74 +122,8,82 +122,8,90 +122,8,98 +122,8,106 +122,8,114 +122,8,122 +122,8,130 +122,8,138 +122,8,146 +130,8,-150 +130,8,-142 +130,8,-134 +130,8,-126 +130,8,-118 +130,8,-110 +130,8,-102 +130,8,-94 +130,8,-86 +130,8,-78 +130,8,-70 +130,8,-62 +130,8,-54 +130,8,-46 +130,8,-38 +130,8,-30 +130,8,-22 +130,8,-14 +130,8,-6 +130,8,2 +130,8,10 +130,8,18 +130,8,26 +130,8,34 +130,8,42 +130,8,50 +130,8,58 +130,8,66 +130,8,74 +130,8,82 +130,8,90 +130,8,98 +130,8,106 +130,8,114 +130,8,122 +130,8,130 +130,8,138 +130,8,146 +138,8,-150 +138,8,-142 +138,8,-134 +138,8,-126 +138,8,-118 +138,8,-110 +138,8,-102 +138,8,-94 +138,8,-86 +138,8,-78 +138,8,-70 +138,8,-62 +138,8,-54 +138,8,-46 +138,8,-38 +138,8,-30 +138,8,-22 +138,8,-14 +138,8,-6 +138,8,2 +138,8,10 +138,8,18 +138,8,26 +138,8,34 +138,8,42 +138,8,50 +138,8,58 +138,8,66 +138,8,74 +138,8,82 +138,8,90 +138,8,98 +138,8,106 +138,8,114 +138,8,122 +138,8,130 +138,8,138 +138,8,146 +146,8,-150 +146,8,-142 +146,8,-134 +146,8,-126 +146,8,-118 +146,8,-110 +146,8,-102 +146,8,-94 +146,8,-86 +146,8,-78 +146,8,-70 +146,8,-62 +146,8,-54 +146,8,-46 +146,8,-38 +146,8,-30 +146,8,-22 +146,8,-14 +146,8,-6 +146,8,2 +146,8,10 +146,8,18 +146,8,26 +146,8,34 +146,8,42 +146,8,50 +146,8,58 +146,8,66 +146,8,74 +146,8,82 +146,8,90 +146,8,98 +146,8,106 +146,8,114 +146,8,122 +146,8,130 +146,8,138 +146,8,146 +-150,16,-150 +-150,16,-142 +-150,16,-134 +-150,16,-126 +-150,16,-118 +-150,16,-110 +-150,16,-102 +-150,16,-94 +-150,16,-86 +-150,16,-78 +-150,16,-70 +-150,16,-62 +-150,16,-54 +-150,16,-46 +-150,16,-38 +-150,16,-30 +-150,16,-22 +-150,16,-14 +-150,16,-6 +-150,16,2 +-150,16,10 +-150,16,18 +-150,16,26 +-150,16,34 +-150,16,42 +-150,16,50 +-150,16,58 +-150,16,66 +-150,16,74 +-150,16,82 +-150,16,90 +-150,16,98 +-150,16,106 +-150,16,114 +-150,16,122 +-150,16,130 +-150,16,138 +-150,16,146 +-142,16,-150 +-142,16,-142 +-142,16,-134 +-142,16,-126 +-142,16,-118 +-142,16,-110 +-142,16,-102 +-142,16,-94 +-142,16,-86 +-142,16,-78 +-142,16,-70 +-142,16,-62 +-142,16,-54 +-142,16,-46 +-142,16,-38 +-142,16,-30 +-142,16,-22 +-142,16,-14 +-142,16,-6 +-142,16,2 +-142,16,10 +-142,16,18 +-142,16,26 +-142,16,34 +-142,16,42 +-142,16,50 +-142,16,58 +-142,16,66 +-142,16,74 +-142,16,82 +-142,16,90 +-142,16,98 +-142,16,106 +-142,16,114 +-142,16,122 +-142,16,130 +-142,16,138 +-142,16,146 +-134,16,-150 +-134,16,-142 +-134,16,-134 +-134,16,-126 +-134,16,-118 +-134,16,-110 +-134,16,-102 +-134,16,-94 +-134,16,-86 +-134,16,-78 +-134,16,-70 +-134,16,-62 +-134,16,-54 +-134,16,-46 +-134,16,-38 +-134,16,-30 +-134,16,-22 +-134,16,-14 +-134,16,-6 +-134,16,2 +-134,16,10 +-134,16,18 +-134,16,26 +-134,16,34 +-134,16,42 +-134,16,50 +-134,16,58 +-134,16,66 +-134,16,74 +-134,16,82 +-134,16,90 +-134,16,98 +-134,16,106 +-134,16,114 +-134,16,122 +-134,16,130 +-134,16,138 +-134,16,146 +-126,16,-150 +-126,16,-142 +-126,16,-134 +-126,16,-126 +-126,16,-118 +-126,16,-110 +-126,16,-102 +-126,16,-94 +-126,16,-86 +-126,16,-78 +-126,16,-70 +-126,16,-62 +-126,16,-54 +-126,16,-46 +-126,16,-38 +-126,16,-30 +-126,16,-22 +-126,16,-14 +-126,16,-6 +-126,16,2 +-126,16,10 +-126,16,18 +-126,16,26 +-126,16,34 +-126,16,42 +-126,16,50 +-126,16,58 +-126,16,66 +-126,16,74 +-126,16,82 +-126,16,90 +-126,16,98 +-126,16,106 +-126,16,114 +-126,16,122 +-126,16,130 +-126,16,138 +-126,16,146 +-118,16,-150 +-118,16,-142 +-118,16,-134 +-118,16,-126 +-118,16,-118 +-118,16,-110 +-118,16,-102 +-118,16,-94 +-118,16,-86 +-118,16,-78 +-118,16,-70 +-118,16,-62 +-118,16,-54 +-118,16,-46 +-118,16,-38 +-118,16,-30 +-118,16,-22 +-118,16,-14 +-118,16,-6 +-118,16,2 +-118,16,10 +-118,16,18 +-118,16,26 +-118,16,34 +-118,16,42 +-118,16,50 +-118,16,58 +-118,16,66 +-118,16,74 +-118,16,82 +-118,16,90 +-118,16,98 +-118,16,106 +-118,16,114 +-118,16,122 +-118,16,130 +-118,16,138 +-118,16,146 +-110,16,-150 +-110,16,-142 +-110,16,-134 +-110,16,-126 +-110,16,-118 +-110,16,-110 +-110,16,-102 +-110,16,-94 +-110,16,-86 +-110,16,-78 +-110,16,-70 +-110,16,-62 +-110,16,-54 +-110,16,-46 +-110,16,-38 +-110,16,-30 +-110,16,-22 +-110,16,-14 +-110,16,-6 +-110,16,2 +-110,16,10 +-110,16,18 +-110,16,26 +-110,16,34 +-110,16,42 +-110,16,50 +-110,16,58 +-110,16,66 +-110,16,74 +-110,16,82 +-110,16,90 +-110,16,98 +-110,16,106 +-110,16,114 +-110,16,122 +-110,16,130 +-110,16,138 +-110,16,146 +-102,16,-150 +-102,16,-142 +-102,16,-134 +-102,16,-126 +-102,16,-118 +-102,16,-110 +-102,16,-102 +-102,16,-94 +-102,16,-86 +-102,16,-78 +-102,16,-70 +-102,16,-62 +-102,16,-54 +-102,16,-46 +-102,16,-38 +-102,16,-30 +-102,16,-22 +-102,16,-14 +-102,16,-6 +-102,16,2 +-102,16,10 +-102,16,18 +-102,16,26 +-102,16,34 +-102,16,42 +-102,16,50 +-102,16,58 +-102,16,66 +-102,16,74 +-102,16,82 +-102,16,90 +-102,16,98 +-102,16,106 +-102,16,114 +-102,16,122 +-102,16,130 +-102,16,138 +-102,16,146 +-94,16,-150 +-94,16,-142 +-94,16,-134 +-94,16,-126 +-94,16,-118 +-94,16,-110 +-94,16,-102 +-94,16,-94 +-94,16,-86 +-94,16,-78 +-94,16,-70 +-94,16,-62 +-94,16,-54 +-94,16,-46 +-94,16,-38 +-94,16,-30 +-94,16,-22 +-94,16,-14 +-94,16,-6 +-94,16,2 +-94,16,10 +-94,16,18 +-94,16,26 +-94,16,34 +-94,16,42 +-94,16,50 +-94,16,58 +-94,16,66 +-94,16,74 +-94,16,82 +-94,16,90 +-94,16,98 +-94,16,106 +-94,16,114 +-94,16,122 +-94,16,130 +-94,16,138 +-94,16,146 +-86,16,-150 +-86,16,-142 +-86,16,-134 +-86,16,-126 +-86,16,-118 +-86,16,-110 +-86,16,-102 +-86,16,-94 +-86,16,-86 +-86,16,-78 +-86,16,-70 +-86,16,-62 +-86,16,-54 +-86,16,-46 +-86,16,-38 +-86,16,-30 +-86,16,-22 +-86,16,-14 +-86,16,-6 +-86,16,2 +-86,16,10 +-86,16,18 +-86,16,26 +-86,16,34 +-86,16,42 +-86,16,50 +-86,16,58 +-86,16,66 +-86,16,74 +-86,16,82 +-86,16,90 +-86,16,98 +-86,16,106 +-86,16,114 +-86,16,122 +-86,16,130 +-86,16,138 +-86,16,146 +-78,16,-150 +-78,16,-142 +-78,16,-134 +-78,16,-126 +-78,16,-118 +-78,16,-110 +-78,16,-102 +-78,16,-94 +-78,16,-86 +-78,16,-78 +-78,16,-70 +-78,16,-62 +-78,16,-54 +-78,16,-46 +-78,16,-38 +-78,16,-30 +-78,16,-22 +-78,16,-14 +-78,16,-6 +-78,16,2 +-78,16,10 +-78,16,18 +-78,16,26 +-78,16,34 +-78,16,42 +-78,16,50 +-78,16,58 +-78,16,66 +-78,16,74 +-78,16,82 +-78,16,90 +-78,16,98 +-78,16,106 +-78,16,114 +-78,16,122 +-78,16,130 +-78,16,138 +-78,16,146 +-70,16,-150 +-70,16,-142 +-70,16,-134 +-70,16,-126 +-70,16,-118 +-70,16,-110 +-70,16,-102 +-70,16,-94 +-70,16,-86 +-70,16,-78 +-70,16,-70 +-70,16,-62 +-70,16,-54 +-70,16,-46 +-70,16,-38 +-70,16,-30 +-70,16,-22 +-70,16,-14 +-70,16,-6 +-70,16,2 +-70,16,10 +-70,16,18 +-70,16,26 +-70,16,34 +-70,16,42 +-70,16,50 +-70,16,58 +-70,16,66 +-70,16,74 +-70,16,82 +-70,16,90 +-70,16,98 +-70,16,106 +-70,16,114 +-70,16,122 +-70,16,130 +-70,16,138 +-70,16,146 +-62,16,-150 +-62,16,-142 +-62,16,-134 +-62,16,-126 +-62,16,-118 +-62,16,-110 +-62,16,-102 +-62,16,-94 +-62,16,-86 +-62,16,-78 +-62,16,-70 +-62,16,-62 +-62,16,-54 +-62,16,-46 +-62,16,-38 +-62,16,-30 +-62,16,-22 +-62,16,-14 +-62,16,-6 +-62,16,2 +-62,16,10 +-62,16,18 +-62,16,26 +-62,16,34 +-62,16,42 +-62,16,50 +-62,16,58 +-62,16,66 +-62,16,74 +-62,16,82 +-62,16,90 +-62,16,98 +-62,16,106 +-62,16,114 +-62,16,122 +-62,16,130 +-62,16,138 +-62,16,146 +-54,16,-150 +-54,16,-142 +-54,16,-134 +-54,16,-126 +-54,16,-118 +-54,16,-110 +-54,16,-102 +-54,16,-94 +-54,16,-86 +-54,16,-78 +-54,16,-70 +-54,16,-62 +-54,16,-54 +-54,16,-46 +-54,16,-38 +-54,16,-30 +-54,16,-22 +-54,16,-14 +-54,16,-6 +-54,16,2 +-54,16,10 +-54,16,18 +-54,16,26 +-54,16,34 +-54,16,42 +-54,16,50 +-54,16,58 +-54,16,66 +-54,16,74 +-54,16,82 +-54,16,90 +-54,16,98 +-54,16,106 +-54,16,114 +-54,16,122 +-54,16,130 +-54,16,138 +-54,16,146 +-46,16,-150 +-46,16,-142 +-46,16,-134 +-46,16,-126 +-46,16,-118 +-46,16,-110 +-46,16,-102 +-46,16,-94 +-46,16,-86 +-46,16,-78 +-46,16,-70 +-46,16,-62 +-46,16,-54 +-46,16,-46 +-46,16,-38 +-46,16,-30 +-46,16,-22 +-46,16,-14 +-46,16,-6 +-46,16,2 +-46,16,10 +-46,16,18 +-46,16,26 +-46,16,34 +-46,16,42 +-46,16,50 +-46,16,58 +-46,16,66 +-46,16,74 +-46,16,82 +-46,16,90 +-46,16,98 +-46,16,106 +-46,16,114 +-46,16,122 +-46,16,130 +-46,16,138 +-46,16,146 +-38,16,-150 +-38,16,-142 +-38,16,-134 +-38,16,-126 +-38,16,-118 +-38,16,-110 +-38,16,-102 +-38,16,-94 +-38,16,-86 +-38,16,-78 +-38,16,-70 +-38,16,-62 +-38,16,-54 +-38,16,-46 +-38,16,-38 +-38,16,-30 +-38,16,-22 +-38,16,-14 +-38,16,-6 +-38,16,2 +-38,16,10 +-38,16,18 +-38,16,26 +-38,16,34 +-38,16,42 +-38,16,50 +-38,16,58 +-38,16,66 +-38,16,74 +-38,16,82 +-38,16,90 +-38,16,98 +-38,16,106 +-38,16,114 +-38,16,122 +-38,16,130 +-38,16,138 +-38,16,146 +-30,16,-150 +-30,16,-142 +-30,16,-134 +-30,16,-126 +-30,16,-118 +-30,16,-110 +-30,16,-102 +-30,16,-94 +-30,16,-86 +-30,16,-78 +-30,16,-70 +-30,16,-62 +-30,16,-54 +-30,16,-46 +-30,16,-38 +-30,16,-30 +-30,16,-22 +-30,16,-14 +-30,16,-6 +-30,16,2 +-30,16,10 +-30,16,18 +-30,16,26 +-30,16,34 +-30,16,42 +-30,16,50 +-30,16,58 +-30,16,66 +-30,16,74 +-30,16,82 +-30,16,90 +-30,16,98 +-30,16,106 +-30,16,114 +-30,16,122 +-30,16,130 +-30,16,138 +-30,16,146 +-22,16,-150 +-22,16,-142 +-22,16,-134 +-22,16,-126 +-22,16,-118 +-22,16,-110 +-22,16,-102 +-22,16,-94 +-22,16,-86 +-22,16,-78 +-22,16,-70 +-22,16,-62 +-22,16,-54 +-22,16,-46 +-22,16,-38 +-22,16,-30 +-22,16,-22 +-22,16,-14 +-22,16,-6 +-22,16,2 +-22,16,10 +-22,16,18 +-22,16,26 +-22,16,34 +-22,16,42 +-22,16,50 +-22,16,58 +-22,16,66 +-22,16,74 +-22,16,82 +-22,16,90 +-22,16,98 +-22,16,106 +-22,16,114 +-22,16,122 +-22,16,130 +-22,16,138 +-22,16,146 +-14,16,-150 +-14,16,-142 +-14,16,-134 +-14,16,-126 +-14,16,-118 +-14,16,-110 +-14,16,-102 +-14,16,-94 +-14,16,-86 +-14,16,-78 +-14,16,-70 +-14,16,-62 +-14,16,-54 +-14,16,-46 +-14,16,-38 +-14,16,-30 +-14,16,-22 +-14,16,-14 +-14,16,-6 +-14,16,2 +-14,16,10 +-14,16,18 +-14,16,26 +-14,16,34 +-14,16,42 +-14,16,50 +-14,16,58 +-14,16,66 +-14,16,74 +-14,16,82 +-14,16,90 +-14,16,98 +-14,16,106 +-14,16,114 +-14,16,122 +-14,16,130 +-14,16,138 +-14,16,146 +-6,16,-150 +-6,16,-142 +-6,16,-134 +-6,16,-126 +-6,16,-118 +-6,16,-110 +-6,16,-102 +-6,16,-94 +-6,16,-86 +-6,16,-78 +-6,16,-70 +-6,16,-62 +-6,16,-54 +-6,16,-46 +-6,16,-38 +-6,16,-30 +-6,16,-22 +-6,16,-14 +-6,16,-6 +-6,16,2 +-6,16,10 +-6,16,18 +-6,16,26 +-6,16,34 +-6,16,42 +-6,16,50 +-6,16,58 +-6,16,66 +-6,16,74 +-6,16,82 +-6,16,90 +-6,16,98 +-6,16,106 +-6,16,114 +-6,16,122 +-6,16,130 +-6,16,138 +-6,16,146 +2,16,-150 +2,16,-142 +2,16,-134 +2,16,-126 +2,16,-118 +2,16,-110 +2,16,-102 +2,16,-94 +2,16,-86 +2,16,-78 +2,16,-70 +2,16,-62 +2,16,-54 +2,16,-46 +2,16,-38 +2,16,-30 +2,16,-22 +2,16,-14 +2,16,-6 +2,16,2 +2,16,10 +2,16,18 +2,16,26 +2,16,34 +2,16,42 +2,16,50 +2,16,58 +2,16,66 +2,16,74 +2,16,82 +2,16,90 +2,16,98 +2,16,106 +2,16,114 +2,16,122 +2,16,130 +2,16,138 +2,16,146 +10,16,-150 +10,16,-142 +10,16,-134 +10,16,-126 +10,16,-118 +10,16,-110 +10,16,-102 +10,16,-94 +10,16,-86 +10,16,-78 +10,16,-70 +10,16,-62 +10,16,-54 +10,16,-46 +10,16,-38 +10,16,-30 +10,16,-22 +10,16,-14 +10,16,-6 +10,16,2 +10,16,10 +10,16,18 +10,16,26 +10,16,34 +10,16,42 +10,16,50 +10,16,58 +10,16,66 +10,16,74 +10,16,82 +10,16,90 +10,16,98 +10,16,106 +10,16,114 +10,16,122 +10,16,130 +10,16,138 +10,16,146 +18,16,-150 +18,16,-142 +18,16,-134 +18,16,-126 +18,16,-118 +18,16,-110 +18,16,-102 +18,16,-94 +18,16,-86 +18,16,-78 +18,16,-70 +18,16,-62 +18,16,-54 +18,16,-46 +18,16,-38 +18,16,-30 +18,16,-22 +18,16,-14 +18,16,-6 +18,16,2 +18,16,10 +18,16,18 +18,16,26 +18,16,34 +18,16,42 +18,16,50 +18,16,58 +18,16,66 +18,16,74 +18,16,82 +18,16,90 +18,16,98 +18,16,106 +18,16,114 +18,16,122 +18,16,130 +18,16,138 +18,16,146 +26,16,-150 +26,16,-142 +26,16,-134 +26,16,-126 +26,16,-118 +26,16,-110 +26,16,-102 +26,16,-94 +26,16,-86 +26,16,-78 +26,16,-70 +26,16,-62 +26,16,-54 +26,16,-46 +26,16,-38 +26,16,-30 +26,16,-22 +26,16,-14 +26,16,-6 +26,16,2 +26,16,10 +26,16,18 +26,16,26 +26,16,34 +26,16,42 +26,16,50 +26,16,58 +26,16,66 +26,16,74 +26,16,82 +26,16,90 +26,16,98 +26,16,106 +26,16,114 +26,16,122 +26,16,130 +26,16,138 +26,16,146 +34,16,-150 +34,16,-142 +34,16,-134 +34,16,-126 +34,16,-118 +34,16,-110 +34,16,-102 +34,16,-94 +34,16,-86 +34,16,-78 +34,16,-70 +34,16,-62 +34,16,-54 +34,16,-46 +34,16,-38 +34,16,-30 +34,16,-22 +34,16,-14 +34,16,-6 +34,16,2 +34,16,10 +34,16,18 +34,16,26 +34,16,34 +34,16,42 +34,16,50 +34,16,58 +34,16,66 +34,16,74 +34,16,82 +34,16,90 +34,16,98 +34,16,106 +34,16,114 +34,16,122 +34,16,130 +34,16,138 +34,16,146 +42,16,-150 +42,16,-142 +42,16,-134 +42,16,-126 +42,16,-118 +42,16,-110 +42,16,-102 +42,16,-94 +42,16,-86 +42,16,-78 +42,16,-70 +42,16,-62 +42,16,-54 +42,16,-46 +42,16,-38 +42,16,-30 +42,16,-22 +42,16,-14 +42,16,-6 +42,16,2 +42,16,10 +42,16,18 +42,16,26 +42,16,34 +42,16,42 +42,16,50 +42,16,58 +42,16,66 +42,16,74 +42,16,82 +42,16,90 +42,16,98 +42,16,106 +42,16,114 +42,16,122 +42,16,130 +42,16,138 +42,16,146 +50,16,-150 +50,16,-142 +50,16,-134 +50,16,-126 +50,16,-118 +50,16,-110 +50,16,-102 +50,16,-94 +50,16,-86 +50,16,-78 +50,16,-70 +50,16,-62 +50,16,-54 +50,16,-46 +50,16,-38 +50,16,-30 +50,16,-22 +50,16,-14 +50,16,-6 +50,16,2 +50,16,10 +50,16,18 +50,16,26 +50,16,34 +50,16,42 +50,16,50 +50,16,58 +50,16,66 +50,16,74 +50,16,82 +50,16,90 +50,16,98 +50,16,106 +50,16,114 +50,16,122 +50,16,130 +50,16,138 +50,16,146 +58,16,-150 +58,16,-142 +58,16,-134 +58,16,-126 +58,16,-118 +58,16,-110 +58,16,-102 +58,16,-94 +58,16,-86 +58,16,-78 +58,16,-70 +58,16,-62 +58,16,-54 +58,16,-46 +58,16,-38 +58,16,-30 +58,16,-22 +58,16,-14 +58,16,-6 +58,16,2 +58,16,10 +58,16,18 +58,16,26 +58,16,34 +58,16,42 +58,16,50 +58,16,58 +58,16,66 +58,16,74 +58,16,82 +58,16,90 +58,16,98 +58,16,106 +58,16,114 +58,16,122 +58,16,130 +58,16,138 +58,16,146 +66,16,-150 +66,16,-142 +66,16,-134 +66,16,-126 +66,16,-118 +66,16,-110 +66,16,-102 +66,16,-94 +66,16,-86 +66,16,-78 +66,16,-70 +66,16,-62 +66,16,-54 +66,16,-46 +66,16,-38 +66,16,-30 +66,16,-22 +66,16,-14 +66,16,-6 +66,16,2 +66,16,10 +66,16,18 +66,16,26 +66,16,34 +66,16,42 +66,16,50 +66,16,58 +66,16,66 +66,16,74 +66,16,82 +66,16,90 +66,16,98 +66,16,106 +66,16,114 +66,16,122 +66,16,130 +66,16,138 +66,16,146 +74,16,-150 +74,16,-142 +74,16,-134 +74,16,-126 +74,16,-118 +74,16,-110 +74,16,-102 +74,16,-94 +74,16,-86 +74,16,-78 +74,16,-70 +74,16,-62 +74,16,-54 +74,16,-46 +74,16,-38 +74,16,-30 +74,16,-22 +74,16,-14 +74,16,-6 +74,16,2 +74,16,10 +74,16,18 +74,16,26 +74,16,34 +74,16,42 +74,16,50 +74,16,58 +74,16,66 +74,16,74 +74,16,82 +74,16,90 +74,16,98 +74,16,106 +74,16,114 +74,16,122 +74,16,130 +74,16,138 +74,16,146 +82,16,-150 +82,16,-142 +82,16,-134 +82,16,-126 +82,16,-118 +82,16,-110 +82,16,-102 +82,16,-94 +82,16,-86 +82,16,-78 +82,16,-70 +82,16,-62 +82,16,-54 +82,16,-46 +82,16,-38 +82,16,-30 +82,16,-22 +82,16,-14 +82,16,-6 +82,16,2 +82,16,10 +82,16,18 +82,16,26 +82,16,34 +82,16,42 +82,16,50 +82,16,58 +82,16,66 +82,16,74 +82,16,82 +82,16,90 +82,16,98 +82,16,106 +82,16,114 +82,16,122 +82,16,130 +82,16,138 +82,16,146 +90,16,-150 +90,16,-142 +90,16,-134 +90,16,-126 +90,16,-118 +90,16,-110 +90,16,-102 +90,16,-94 +90,16,-86 +90,16,-78 +90,16,-70 +90,16,-62 +90,16,-54 +90,16,-46 +90,16,-38 +90,16,-30 +90,16,-22 +90,16,-14 +90,16,-6 +90,16,2 +90,16,10 +90,16,18 +90,16,26 +90,16,34 +90,16,42 +90,16,50 +90,16,58 +90,16,66 +90,16,74 +90,16,82 +90,16,90 +90,16,98 +90,16,106 +90,16,114 +90,16,122 +90,16,130 +90,16,138 +90,16,146 +98,16,-150 +98,16,-142 +98,16,-134 +98,16,-126 +98,16,-118 +98,16,-110 +98,16,-102 +98,16,-94 +98,16,-86 +98,16,-78 +98,16,-70 +98,16,-62 +98,16,-54 +98,16,-46 +98,16,-38 +98,16,-30 +98,16,-22 +98,16,-14 +98,16,-6 +98,16,2 +98,16,10 +98,16,18 +98,16,26 +98,16,34 +98,16,42 +98,16,50 +98,16,58 +98,16,66 +98,16,74 +98,16,82 +98,16,90 +98,16,98 +98,16,106 +98,16,114 +98,16,122 +98,16,130 +98,16,138 +98,16,146 +106,16,-150 +106,16,-142 +106,16,-134 +106,16,-126 +106,16,-118 +106,16,-110 +106,16,-102 +106,16,-94 +106,16,-86 +106,16,-78 +106,16,-70 +106,16,-62 +106,16,-54 +106,16,-46 +106,16,-38 +106,16,-30 +106,16,-22 +106,16,-14 +106,16,-6 +106,16,2 +106,16,10 +106,16,18 +106,16,26 +106,16,34 +106,16,42 +106,16,50 +106,16,58 +106,16,66 +106,16,74 +106,16,82 +106,16,90 +106,16,98 +106,16,106 +106,16,114 +106,16,122 +106,16,130 +106,16,138 +106,16,146 +114,16,-150 +114,16,-142 +114,16,-134 +114,16,-126 +114,16,-118 +114,16,-110 +114,16,-102 +114,16,-94 +114,16,-86 +114,16,-78 +114,16,-70 +114,16,-62 +114,16,-54 +114,16,-46 +114,16,-38 +114,16,-30 +114,16,-22 +114,16,-14 +114,16,-6 +114,16,2 +114,16,10 +114,16,18 +114,16,26 +114,16,34 +114,16,42 +114,16,50 +114,16,58 +114,16,66 +114,16,74 +114,16,82 +114,16,90 +114,16,98 +114,16,106 +114,16,114 +114,16,122 +114,16,130 +114,16,138 +114,16,146 +122,16,-150 +122,16,-142 +122,16,-134 +122,16,-126 +122,16,-118 +122,16,-110 +122,16,-102 +122,16,-94 +122,16,-86 +122,16,-78 +122,16,-70 +122,16,-62 +122,16,-54 +122,16,-46 +122,16,-38 +122,16,-30 +122,16,-22 +122,16,-14 +122,16,-6 +122,16,2 +122,16,10 +122,16,18 +122,16,26 +122,16,34 +122,16,42 +122,16,50 +122,16,58 +122,16,66 +122,16,74 +122,16,82 +122,16,90 +122,16,98 +122,16,106 +122,16,114 +122,16,122 +122,16,130 +122,16,138 +122,16,146 +130,16,-150 +130,16,-142 +130,16,-134 +130,16,-126 +130,16,-118 +130,16,-110 +130,16,-102 +130,16,-94 +130,16,-86 +130,16,-78 +130,16,-70 +130,16,-62 +130,16,-54 +130,16,-46 +130,16,-38 +130,16,-30 +130,16,-22 +130,16,-14 +130,16,-6 +130,16,2 +130,16,10 +130,16,18 +130,16,26 +130,16,34 +130,16,42 +130,16,50 +130,16,58 +130,16,66 +130,16,74 +130,16,82 +130,16,90 +130,16,98 +130,16,106 +130,16,114 +130,16,122 +130,16,130 +130,16,138 +130,16,146 +138,16,-150 +138,16,-142 +138,16,-134 +138,16,-126 +138,16,-118 +138,16,-110 +138,16,-102 +138,16,-94 +138,16,-86 +138,16,-78 +138,16,-70 +138,16,-62 +138,16,-54 +138,16,-46 +138,16,-38 +138,16,-30 +138,16,-22 +138,16,-14 +138,16,-6 +138,16,2 +138,16,10 +138,16,18 +138,16,26 +138,16,34 +138,16,42 +138,16,50 +138,16,58 +138,16,66 +138,16,74 +138,16,82 +138,16,90 +138,16,98 +138,16,106 +138,16,114 +138,16,122 +138,16,130 +138,16,138 +138,16,146 +146,16,-150 +146,16,-142 +146,16,-134 +146,16,-126 +146,16,-118 +146,16,-110 +146,16,-102 +146,16,-94 +146,16,-86 +146,16,-78 +146,16,-70 +146,16,-62 +146,16,-54 +146,16,-46 +146,16,-38 +146,16,-30 +146,16,-22 +146,16,-14 +146,16,-6 +146,16,2 +146,16,10 +146,16,18 +146,16,26 +146,16,34 +146,16,42 +146,16,50 +146,16,58 +146,16,66 +146,16,74 +146,16,82 +146,16,90 +146,16,98 +146,16,106 +146,16,114 +146,16,122 +146,16,130 +146,16,138 +146,16,146 +-150,24,-150 +-150,24,-142 +-150,24,-134 +-150,24,-126 +-150,24,-118 +-150,24,-110 +-150,24,-102 +-150,24,-94 +-150,24,-86 +-150,24,-78 +-150,24,-70 +-150,24,-62 +-150,24,-54 +-150,24,-46 +-150,24,-38 +-150,24,-30 +-150,24,-22 +-150,24,-14 +-150,24,-6 +-150,24,2 +-150,24,10 +-150,24,18 +-150,24,26 +-150,24,34 +-150,24,42 +-150,24,50 +-150,24,58 +-150,24,66 +-150,24,74 +-150,24,82 +-150,24,90 +-150,24,98 +-150,24,106 +-150,24,114 +-150,24,122 +-150,24,130 +-150,24,138 +-150,24,146 +-142,24,-150 +-142,24,-142 +-142,24,-134 +-142,24,-126 +-142,24,-118 +-142,24,-110 +-142,24,-102 +-142,24,-94 +-142,24,-86 +-142,24,-78 +-142,24,-70 +-142,24,-62 +-142,24,-54 +-142,24,-46 +-142,24,-38 +-142,24,-30 +-142,24,-22 +-142,24,-14 +-142,24,-6 +-142,24,2 +-142,24,10 +-142,24,18 +-142,24,26 +-142,24,34 +-142,24,42 +-142,24,50 +-142,24,58 +-142,24,66 +-142,24,74 +-142,24,82 +-142,24,90 +-142,24,98 +-142,24,106 +-142,24,114 +-142,24,122 +-142,24,130 +-142,24,138 +-142,24,146 +-134,24,-150 +-134,24,-142 +-134,24,-134 +-134,24,-126 +-134,24,-118 +-134,24,-110 +-134,24,-102 +-134,24,-94 +-134,24,-86 +-134,24,-78 +-134,24,-70 +-134,24,-62 +-134,24,-54 +-134,24,-46 +-134,24,-38 +-134,24,-30 +-134,24,-22 +-134,24,-14 +-134,24,-6 +-134,24,2 +-134,24,10 +-134,24,18 +-134,24,26 +-134,24,34 +-134,24,42 +-134,24,50 +-134,24,58 +-134,24,66 +-134,24,74 +-134,24,82 +-134,24,90 +-134,24,98 +-134,24,106 +-134,24,114 +-134,24,122 +-134,24,130 +-134,24,138 +-134,24,146 +-126,24,-150 +-126,24,-142 +-126,24,-134 +-126,24,-126 +-126,24,-118 +-126,24,-110 +-126,24,-102 +-126,24,-94 +-126,24,-86 +-126,24,-78 +-126,24,-70 +-126,24,-62 +-126,24,-54 +-126,24,-46 +-126,24,-38 +-126,24,-30 +-126,24,-22 +-126,24,-14 +-126,24,-6 +-126,24,2 +-126,24,10 +-126,24,18 +-126,24,26 +-126,24,34 +-126,24,42 +-126,24,50 +-126,24,58 +-126,24,66 +-126,24,74 +-126,24,82 +-126,24,90 +-126,24,98 +-126,24,106 +-126,24,114 +-126,24,122 +-126,24,130 +-126,24,138 +-126,24,146 +-118,24,-150 +-118,24,-142 +-118,24,-134 +-118,24,-126 +-118,24,-118 +-118,24,-110 +-118,24,-102 +-118,24,-94 +-118,24,-86 +-118,24,-78 +-118,24,-70 +-118,24,-62 +-118,24,-54 +-118,24,-46 +-118,24,-38 +-118,24,-30 +-118,24,-22 +-118,24,-14 +-118,24,-6 +-118,24,2 +-118,24,10 +-118,24,18 +-118,24,26 +-118,24,34 +-118,24,42 +-118,24,50 +-118,24,58 +-118,24,66 +-118,24,74 +-118,24,82 +-118,24,90 +-118,24,98 +-118,24,106 +-118,24,114 +-118,24,122 +-118,24,130 +-118,24,138 +-118,24,146 +-110,24,-150 +-110,24,-142 +-110,24,-134 +-110,24,-126 +-110,24,-118 +-110,24,-110 +-110,24,-102 +-110,24,-94 +-110,24,-86 +-110,24,-78 +-110,24,-70 +-110,24,-62 +-110,24,-54 +-110,24,-46 +-110,24,-38 +-110,24,-30 +-110,24,-22 +-110,24,-14 +-110,24,-6 +-110,24,2 +-110,24,10 +-110,24,18 +-110,24,26 +-110,24,34 +-110,24,42 +-110,24,50 +-110,24,58 +-110,24,66 +-110,24,74 +-110,24,82 +-110,24,90 +-110,24,98 +-110,24,106 +-110,24,114 +-110,24,122 +-110,24,130 +-110,24,138 +-110,24,146 +-102,24,-150 +-102,24,-142 +-102,24,-134 +-102,24,-126 +-102,24,-118 +-102,24,-110 +-102,24,-102 +-102,24,-94 +-102,24,-86 +-102,24,-78 +-102,24,-70 +-102,24,-62 +-102,24,-54 +-102,24,-46 +-102,24,-38 +-102,24,-30 +-102,24,-22 +-102,24,-14 +-102,24,-6 +-102,24,2 +-102,24,10 +-102,24,18 +-102,24,26 +-102,24,34 +-102,24,42 +-102,24,50 +-102,24,58 +-102,24,66 +-102,24,74 +-102,24,82 +-102,24,90 +-102,24,98 +-102,24,106 +-102,24,114 +-102,24,122 +-102,24,130 +-102,24,138 +-102,24,146 +-94,24,-150 +-94,24,-142 +-94,24,-134 +-94,24,-126 +-94,24,-118 +-94,24,-110 +-94,24,-102 +-94,24,-94 +-94,24,-86 +-94,24,-78 +-94,24,-70 +-94,24,-62 +-94,24,-54 +-94,24,-46 +-94,24,-38 +-94,24,-30 +-94,24,-22 +-94,24,-14 +-94,24,-6 +-94,24,2 +-94,24,10 +-94,24,18 +-94,24,26 +-94,24,34 +-94,24,42 +-94,24,50 +-94,24,58 +-94,24,66 +-94,24,74 +-94,24,82 +-94,24,90 +-94,24,98 +-94,24,106 +-94,24,114 +-94,24,122 +-94,24,130 +-94,24,138 +-94,24,146 +-86,24,-150 +-86,24,-142 +-86,24,-134 +-86,24,-126 +-86,24,-118 +-86,24,-110 +-86,24,-102 +-86,24,-94 +-86,24,-86 +-86,24,-78 +-86,24,-70 +-86,24,-62 +-86,24,-54 +-86,24,-46 +-86,24,-38 +-86,24,-30 +-86,24,-22 +-86,24,-14 +-86,24,-6 +-86,24,2 +-86,24,10 +-86,24,18 +-86,24,26 +-86,24,34 +-86,24,42 +-86,24,50 +-86,24,58 +-86,24,66 +-86,24,74 +-86,24,82 +-86,24,90 +-86,24,98 +-86,24,106 +-86,24,114 +-86,24,122 +-86,24,130 +-86,24,138 +-86,24,146 +-78,24,-150 +-78,24,-142 +-78,24,-134 +-78,24,-126 +-78,24,-118 +-78,24,-110 +-78,24,-102 +-78,24,-94 +-78,24,-86 +-78,24,-78 +-78,24,-70 +-78,24,-62 +-78,24,-54 +-78,24,-46 +-78,24,-38 +-78,24,-30 +-78,24,-22 +-78,24,-14 +-78,24,-6 +-78,24,2 +-78,24,10 +-78,24,18 +-78,24,26 +-78,24,34 +-78,24,42 +-78,24,50 +-78,24,58 +-78,24,66 +-78,24,74 +-78,24,82 +-78,24,90 +-78,24,98 +-78,24,106 +-78,24,114 +-78,24,122 +-78,24,130 +-78,24,138 +-78,24,146 +-70,24,-150 +-70,24,-142 +-70,24,-134 +-70,24,-126 +-70,24,-118 +-70,24,-110 +-70,24,-102 +-70,24,-94 +-70,24,-86 +-70,24,-78 +-70,24,-70 +-70,24,-62 +-70,24,-54 +-70,24,-46 +-70,24,-38 +-70,24,-30 +-70,24,-22 +-70,24,-14 +-70,24,-6 +-70,24,2 +-70,24,10 +-70,24,18 +-70,24,26 +-70,24,34 +-70,24,42 +-70,24,50 +-70,24,58 +-70,24,66 +-70,24,74 +-70,24,82 +-70,24,90 +-70,24,98 +-70,24,106 +-70,24,114 +-70,24,122 +-70,24,130 +-70,24,138 +-70,24,146 +-62,24,-150 +-62,24,-142 +-62,24,-134 +-62,24,-126 +-62,24,-118 +-62,24,-110 +-62,24,-102 +-62,24,-94 +-62,24,-86 +-62,24,-78 +-62,24,-70 +-62,24,-62 +-62,24,-54 +-62,24,-46 +-62,24,-38 +-62,24,-30 +-62,24,-22 +-62,24,-14 +-62,24,-6 +-62,24,2 +-62,24,10 +-62,24,18 +-62,24,26 +-62,24,34 +-62,24,42 +-62,24,50 +-62,24,58 +-62,24,66 +-62,24,74 +-62,24,82 +-62,24,90 +-62,24,98 +-62,24,106 +-62,24,114 +-62,24,122 +-62,24,130 +-62,24,138 +-62,24,146 +-54,24,-150 +-54,24,-142 +-54,24,-134 +-54,24,-126 +-54,24,-118 +-54,24,-110 +-54,24,-102 +-54,24,-94 +-54,24,-86 +-54,24,-78 +-54,24,-70 +-54,24,-62 +-54,24,-54 +-54,24,-46 +-54,24,-38 +-54,24,-30 +-54,24,-22 +-54,24,-14 +-54,24,-6 +-54,24,2 +-54,24,10 +-54,24,18 +-54,24,26 +-54,24,34 +-54,24,42 +-54,24,50 +-54,24,58 +-54,24,66 +-54,24,74 +-54,24,82 +-54,24,90 +-54,24,98 +-54,24,106 +-54,24,114 +-54,24,122 +-54,24,130 +-54,24,138 +-54,24,146 +-46,24,-150 +-46,24,-142 +-46,24,-134 +-46,24,-126 +-46,24,-118 +-46,24,-110 +-46,24,-102 +-46,24,-94 +-46,24,-86 +-46,24,-78 +-46,24,-70 +-46,24,-62 +-46,24,-54 +-46,24,-46 +-46,24,-38 +-46,24,-30 +-46,24,-22 +-46,24,-14 +-46,24,-6 +-46,24,2 +-46,24,10 +-46,24,18 +-46,24,26 +-46,24,34 +-46,24,42 +-46,24,50 +-46,24,58 +-46,24,66 +-46,24,74 +-46,24,82 +-46,24,90 +-46,24,98 +-46,24,106 +-46,24,114 +-46,24,122 +-46,24,130 +-46,24,138 +-46,24,146 +-38,24,-150 +-38,24,-142 +-38,24,-134 +-38,24,-126 +-38,24,-118 +-38,24,-110 +-38,24,-102 +-38,24,-94 +-38,24,-86 +-38,24,-78 +-38,24,-70 +-38,24,-62 +-38,24,-54 +-38,24,-46 +-38,24,-38 +-38,24,-30 +-38,24,-22 +-38,24,-14 +-38,24,-6 +-38,24,2 +-38,24,10 +-38,24,18 +-38,24,26 +-38,24,34 +-38,24,42 +-38,24,50 +-38,24,58 +-38,24,66 +-38,24,74 +-38,24,82 +-38,24,90 +-38,24,98 +-38,24,106 +-38,24,114 +-38,24,122 +-38,24,130 +-38,24,138 +-38,24,146 +-30,24,-150 +-30,24,-142 +-30,24,-134 +-30,24,-126 +-30,24,-118 +-30,24,-110 +-30,24,-102 +-30,24,-94 +-30,24,-86 +-30,24,-78 +-30,24,-70 +-30,24,-62 +-30,24,-54 +-30,24,-46 +-30,24,-38 +-30,24,-30 +-30,24,-22 +-30,24,-14 +-30,24,-6 +-30,24,2 +-30,24,10 +-30,24,18 +-30,24,26 +-30,24,34 +-30,24,42 +-30,24,50 +-30,24,58 +-30,24,66 +-30,24,74 +-30,24,82 +-30,24,90 +-30,24,98 +-30,24,106 +-30,24,114 +-30,24,122 +-30,24,130 +-30,24,138 +-30,24,146 +-22,24,-150 +-22,24,-142 +-22,24,-134 +-22,24,-126 +-22,24,-118 +-22,24,-110 +-22,24,-102 +-22,24,-94 +-22,24,-86 +-22,24,-78 +-22,24,-70 +-22,24,-62 +-22,24,-54 +-22,24,-46 +-22,24,-38 +-22,24,-30 +-22,24,-22 +-22,24,-14 +-22,24,-6 +-22,24,2 +-22,24,10 +-22,24,18 +-22,24,26 +-22,24,34 +-22,24,42 +-22,24,50 +-22,24,58 +-22,24,66 +-22,24,74 +-22,24,82 +-22,24,90 +-22,24,98 +-22,24,106 +-22,24,114 +-22,24,122 +-22,24,130 +-22,24,138 +-22,24,146 +-14,24,-150 +-14,24,-142 +-14,24,-134 +-14,24,-126 +-14,24,-118 +-14,24,-110 +-14,24,-102 +-14,24,-94 +-14,24,-86 +-14,24,-78 +-14,24,-70 +-14,24,-62 +-14,24,-54 +-14,24,-46 +-14,24,-38 +-14,24,-30 +-14,24,-22 +-14,24,-14 +-14,24,-6 +-14,24,2 +-14,24,10 +-14,24,18 +-14,24,26 +-14,24,34 +-14,24,42 +-14,24,50 +-14,24,58 +-14,24,66 +-14,24,74 +-14,24,82 +-14,24,90 +-14,24,98 +-14,24,106 +-14,24,114 +-14,24,122 +-14,24,130 +-14,24,138 +-14,24,146 +-6,24,-150 +-6,24,-142 +-6,24,-134 +-6,24,-126 +-6,24,-118 +-6,24,-110 +-6,24,-102 +-6,24,-94 +-6,24,-86 +-6,24,-78 +-6,24,-70 +-6,24,-62 +-6,24,-54 +-6,24,-46 +-6,24,-38 +-6,24,-30 +-6,24,-22 +-6,24,-14 +-6,24,-6 +-6,24,2 +-6,24,10 +-6,24,18 +-6,24,26 +-6,24,34 +-6,24,42 +-6,24,50 +-6,24,58 +-6,24,66 +-6,24,74 +-6,24,82 +-6,24,90 +-6,24,98 +-6,24,106 +-6,24,114 +-6,24,122 +-6,24,130 +-6,24,138 +-6,24,146 +2,24,-150 +2,24,-142 +2,24,-134 +2,24,-126 +2,24,-118 +2,24,-110 +2,24,-102 +2,24,-94 +2,24,-86 +2,24,-78 +2,24,-70 +2,24,-62 +2,24,-54 +2,24,-46 +2,24,-38 +2,24,-30 +2,24,-22 +2,24,-14 +2,24,-6 +2,24,2 +2,24,10 +2,24,18 +2,24,26 +2,24,34 +2,24,42 +2,24,50 +2,24,58 +2,24,66 +2,24,74 +2,24,82 +2,24,90 +2,24,98 +2,24,106 +2,24,114 +2,24,122 +2,24,130 +2,24,138 +2,24,146 +10,24,-150 +10,24,-142 +10,24,-134 +10,24,-126 +10,24,-118 +10,24,-110 +10,24,-102 +10,24,-94 +10,24,-86 +10,24,-78 +10,24,-70 +10,24,-62 +10,24,-54 +10,24,-46 +10,24,-38 +10,24,-30 +10,24,-22 +10,24,-14 +10,24,-6 +10,24,2 +10,24,10 +10,24,18 +10,24,26 +10,24,34 +10,24,42 +10,24,50 +10,24,58 +10,24,66 +10,24,74 +10,24,82 +10,24,90 +10,24,98 +10,24,106 +10,24,114 +10,24,122 +10,24,130 +10,24,138 +10,24,146 +18,24,-150 +18,24,-142 +18,24,-134 +18,24,-126 +18,24,-118 +18,24,-110 +18,24,-102 +18,24,-94 +18,24,-86 +18,24,-78 +18,24,-70 +18,24,-62 +18,24,-54 +18,24,-46 +18,24,-38 +18,24,-30 +18,24,-22 +18,24,-14 +18,24,-6 +18,24,2 +18,24,10 +18,24,18 +18,24,26 +18,24,34 +18,24,42 +18,24,50 +18,24,58 +18,24,66 +18,24,74 +18,24,82 +18,24,90 +18,24,98 +18,24,106 +18,24,114 +18,24,122 +18,24,130 +18,24,138 +18,24,146 +26,24,-150 +26,24,-142 +26,24,-134 +26,24,-126 +26,24,-118 +26,24,-110 +26,24,-102 +26,24,-94 +26,24,-86 +26,24,-78 +26,24,-70 +26,24,-62 +26,24,-54 +26,24,-46 +26,24,-38 +26,24,-30 +26,24,-22 +26,24,-14 +26,24,-6 +26,24,2 +26,24,10 +26,24,18 +26,24,26 +26,24,34 +26,24,42 +26,24,50 +26,24,58 +26,24,66 +26,24,74 +26,24,82 +26,24,90 +26,24,98 +26,24,106 +26,24,114 +26,24,122 +26,24,130 +26,24,138 +26,24,146 +34,24,-150 +34,24,-142 +34,24,-134 +34,24,-126 +34,24,-118 +34,24,-110 +34,24,-102 +34,24,-94 +34,24,-86 +34,24,-78 +34,24,-70 +34,24,-62 +34,24,-54 +34,24,-46 +34,24,-38 +34,24,-30 +34,24,-22 +34,24,-14 +34,24,-6 +34,24,2 +34,24,10 +34,24,18 +34,24,26 +34,24,34 +34,24,42 +34,24,50 +34,24,58 +34,24,66 +34,24,74 +34,24,82 +34,24,90 +34,24,98 +34,24,106 +34,24,114 +34,24,122 +34,24,130 +34,24,138 +34,24,146 +42,24,-150 +42,24,-142 +42,24,-134 +42,24,-126 +42,24,-118 +42,24,-110 +42,24,-102 +42,24,-94 +42,24,-86 +42,24,-78 +42,24,-70 +42,24,-62 +42,24,-54 +42,24,-46 +42,24,-38 +42,24,-30 +42,24,-22 +42,24,-14 +42,24,-6 +42,24,2 +42,24,10 +42,24,18 +42,24,26 +42,24,34 +42,24,42 +42,24,50 +42,24,58 +42,24,66 +42,24,74 +42,24,82 +42,24,90 +42,24,98 +42,24,106 +42,24,114 +42,24,122 +42,24,130 +42,24,138 +42,24,146 +50,24,-150 +50,24,-142 +50,24,-134 +50,24,-126 +50,24,-118 +50,24,-110 +50,24,-102 +50,24,-94 +50,24,-86 +50,24,-78 +50,24,-70 +50,24,-62 +50,24,-54 +50,24,-46 +50,24,-38 +50,24,-30 +50,24,-22 +50,24,-14 +50,24,-6 +50,24,2 +50,24,10 +50,24,18 +50,24,26 +50,24,34 +50,24,42 +50,24,50 +50,24,58 +50,24,66 +50,24,74 +50,24,82 +50,24,90 +50,24,98 +50,24,106 +50,24,114 +50,24,122 +50,24,130 +50,24,138 +50,24,146 +58,24,-150 +58,24,-142 +58,24,-134 +58,24,-126 +58,24,-118 +58,24,-110 +58,24,-102 +58,24,-94 +58,24,-86 +58,24,-78 +58,24,-70 +58,24,-62 +58,24,-54 +58,24,-46 +58,24,-38 +58,24,-30 +58,24,-22 +58,24,-14 +58,24,-6 +58,24,2 +58,24,10 +58,24,18 +58,24,26 +58,24,34 +58,24,42 +58,24,50 +58,24,58 +58,24,66 +58,24,74 +58,24,82 +58,24,90 +58,24,98 +58,24,106 +58,24,114 +58,24,122 +58,24,130 +58,24,138 +58,24,146 +66,24,-150 +66,24,-142 +66,24,-134 +66,24,-126 +66,24,-118 +66,24,-110 +66,24,-102 +66,24,-94 +66,24,-86 +66,24,-78 +66,24,-70 +66,24,-62 +66,24,-54 +66,24,-46 +66,24,-38 +66,24,-30 +66,24,-22 +66,24,-14 +66,24,-6 +66,24,2 +66,24,10 +66,24,18 +66,24,26 +66,24,34 +66,24,42 +66,24,50 +66,24,58 +66,24,66 +66,24,74 +66,24,82 +66,24,90 +66,24,98 +66,24,106 +66,24,114 +66,24,122 +66,24,130 +66,24,138 +66,24,146 +74,24,-150 +74,24,-142 +74,24,-134 +74,24,-126 +74,24,-118 +74,24,-110 +74,24,-102 +74,24,-94 +74,24,-86 +74,24,-78 +74,24,-70 +74,24,-62 +74,24,-54 +74,24,-46 +74,24,-38 +74,24,-30 +74,24,-22 +74,24,-14 +74,24,-6 +74,24,2 +74,24,10 +74,24,18 +74,24,26 +74,24,34 +74,24,42 +74,24,50 +74,24,58 +74,24,66 +74,24,74 +74,24,82 +74,24,90 +74,24,98 +74,24,106 +74,24,114 +74,24,122 +74,24,130 +74,24,138 +74,24,146 +82,24,-150 +82,24,-142 +82,24,-134 +82,24,-126 +82,24,-118 +82,24,-110 +82,24,-102 +82,24,-94 +82,24,-86 +82,24,-78 +82,24,-70 +82,24,-62 +82,24,-54 +82,24,-46 +82,24,-38 +82,24,-30 +82,24,-22 +82,24,-14 +82,24,-6 +82,24,2 +82,24,10 +82,24,18 +82,24,26 +82,24,34 +82,24,42 +82,24,50 +82,24,58 +82,24,66 +82,24,74 +82,24,82 +82,24,90 +82,24,98 +82,24,106 +82,24,114 +82,24,122 +82,24,130 +82,24,138 +82,24,146 +90,24,-150 +90,24,-142 +90,24,-134 +90,24,-126 +90,24,-118 +90,24,-110 +90,24,-102 +90,24,-94 +90,24,-86 +90,24,-78 +90,24,-70 +90,24,-62 +90,24,-54 +90,24,-46 +90,24,-38 +90,24,-30 +90,24,-22 +90,24,-14 +90,24,-6 +90,24,2 +90,24,10 +90,24,18 +90,24,26 +90,24,34 +90,24,42 +90,24,50 +90,24,58 +90,24,66 +90,24,74 +90,24,82 +90,24,90 +90,24,98 +90,24,106 +90,24,114 +90,24,122 +90,24,130 +90,24,138 +90,24,146 +98,24,-150 +98,24,-142 +98,24,-134 +98,24,-126 +98,24,-118 +98,24,-110 +98,24,-102 +98,24,-94 +98,24,-86 +98,24,-78 +98,24,-70 +98,24,-62 +98,24,-54 +98,24,-46 +98,24,-38 +98,24,-30 +98,24,-22 +98,24,-14 +98,24,-6 +98,24,2 +98,24,10 +98,24,18 +98,24,26 +98,24,34 +98,24,42 +98,24,50 +98,24,58 +98,24,66 +98,24,74 +98,24,82 +98,24,90 +98,24,98 +98,24,106 +98,24,114 +98,24,122 +98,24,130 +98,24,138 +98,24,146 +106,24,-150 +106,24,-142 +106,24,-134 +106,24,-126 +106,24,-118 +106,24,-110 +106,24,-102 +106,24,-94 +106,24,-86 +106,24,-78 +106,24,-70 +106,24,-62 +106,24,-54 +106,24,-46 +106,24,-38 +106,24,-30 +106,24,-22 +106,24,-14 +106,24,-6 +106,24,2 +106,24,10 +106,24,18 +106,24,26 +106,24,34 +106,24,42 +106,24,50 +106,24,58 +106,24,66 +106,24,74 +106,24,82 +106,24,90 +106,24,98 +106,24,106 +106,24,114 +106,24,122 +106,24,130 +106,24,138 +106,24,146 +114,24,-150 +114,24,-142 +114,24,-134 +114,24,-126 +114,24,-118 +114,24,-110 +114,24,-102 +114,24,-94 +114,24,-86 +114,24,-78 +114,24,-70 +114,24,-62 +114,24,-54 +114,24,-46 +114,24,-38 +114,24,-30 +114,24,-22 +114,24,-14 +114,24,-6 +114,24,2 +114,24,10 +114,24,18 +114,24,26 +114,24,34 +114,24,42 +114,24,50 +114,24,58 +114,24,66 +114,24,74 +114,24,82 +114,24,90 +114,24,98 +114,24,106 +114,24,114 +114,24,122 +114,24,130 +114,24,138 +114,24,146 +122,24,-150 +122,24,-142 +122,24,-134 +122,24,-126 +122,24,-118 +122,24,-110 +122,24,-102 +122,24,-94 +122,24,-86 +122,24,-78 +122,24,-70 +122,24,-62 +122,24,-54 +122,24,-46 +122,24,-38 +122,24,-30 +122,24,-22 +122,24,-14 +122,24,-6 +122,24,2 +122,24,10 +122,24,18 +122,24,26 +122,24,34 +122,24,42 +122,24,50 +122,24,58 +122,24,66 +122,24,74 +122,24,82 +122,24,90 +122,24,98 +122,24,106 +122,24,114 +122,24,122 +122,24,130 +122,24,138 +122,24,146 +130,24,-150 +130,24,-142 +130,24,-134 +130,24,-126 +130,24,-118 +130,24,-110 +130,24,-102 +130,24,-94 +130,24,-86 +130,24,-78 +130,24,-70 +130,24,-62 +130,24,-54 +130,24,-46 +130,24,-38 +130,24,-30 +130,24,-22 +130,24,-14 +130,24,-6 +130,24,2 +130,24,10 +130,24,18 +130,24,26 +130,24,34 +130,24,42 +130,24,50 +130,24,58 +130,24,66 +130,24,74 +130,24,82 +130,24,90 +130,24,98 +130,24,106 +130,24,114 +130,24,122 +130,24,130 +130,24,138 +130,24,146 +138,24,-150 +138,24,-142 +138,24,-134 +138,24,-126 +138,24,-118 +138,24,-110 +138,24,-102 +138,24,-94 +138,24,-86 +138,24,-78 +138,24,-70 +138,24,-62 +138,24,-54 +138,24,-46 +138,24,-38 +138,24,-30 +138,24,-22 +138,24,-14 +138,24,-6 +138,24,2 +138,24,10 +138,24,18 +138,24,26 +138,24,34 +138,24,42 +138,24,50 +138,24,58 +138,24,66 +138,24,74 +138,24,82 +138,24,90 +138,24,98 +138,24,106 +138,24,114 +138,24,122 +138,24,130 +138,24,138 +138,24,146 +146,24,-150 +146,24,-142 +146,24,-134 +146,24,-126 +146,24,-118 +146,24,-110 +146,24,-102 +146,24,-94 +146,24,-86 +146,24,-78 +146,24,-70 +146,24,-62 +146,24,-54 +146,24,-46 +146,24,-38 +146,24,-30 +146,24,-22 +146,24,-14 +146,24,-6 +146,24,2 +146,24,10 +146,24,18 +146,24,26 +146,24,34 +146,24,42 +146,24,50 +146,24,58 +146,24,66 +146,24,74 +146,24,82 +146,24,90 +146,24,98 +146,24,106 +146,24,114 +146,24,122 +146,24,130 +146,24,138 +146,24,146 +-150,32,-150 +-150,32,-142 +-150,32,-134 +-150,32,-126 +-150,32,-118 +-150,32,-110 +-150,32,-102 +-150,32,-94 +-150,32,-86 +-150,32,-78 +-150,32,-70 +-150,32,-62 +-150,32,-54 +-150,32,-46 +-150,32,-38 +-150,32,-30 +-150,32,-22 +-150,32,-14 +-150,32,-6 +-150,32,2 +-150,32,10 +-150,32,18 +-150,32,26 +-150,32,34 +-150,32,42 +-150,32,50 +-150,32,58 +-150,32,66 +-150,32,74 +-150,32,82 +-150,32,90 +-150,32,98 +-150,32,106 +-150,32,114 +-150,32,122 +-150,32,130 +-150,32,138 +-150,32,146 +-142,32,-150 +-142,32,-142 +-142,32,-134 +-142,32,-126 +-142,32,-118 +-142,32,-110 +-142,32,-102 +-142,32,-94 +-142,32,-86 +-142,32,-78 +-142,32,-70 +-142,32,-62 +-142,32,-54 +-142,32,-46 +-142,32,-38 +-142,32,-30 +-142,32,-22 +-142,32,-14 +-142,32,-6 +-142,32,2 +-142,32,10 +-142,32,18 +-142,32,26 +-142,32,34 +-142,32,42 +-142,32,50 +-142,32,58 +-142,32,66 +-142,32,74 +-142,32,82 +-142,32,90 +-142,32,98 +-142,32,106 +-142,32,114 +-142,32,122 +-142,32,130 +-142,32,138 +-142,32,146 +-134,32,-150 +-134,32,-142 +-134,32,-134 +-134,32,-126 +-134,32,-118 +-134,32,-110 +-134,32,-102 +-134,32,-94 +-134,32,-86 +-134,32,-78 +-134,32,-70 +-134,32,-62 +-134,32,-54 +-134,32,-46 +-134,32,-38 +-134,32,-30 +-134,32,-22 +-134,32,-14 +-134,32,-6 +-134,32,2 +-134,32,10 +-134,32,18 +-134,32,26 +-134,32,34 +-134,32,42 +-134,32,50 +-134,32,58 +-134,32,66 +-134,32,74 +-134,32,82 +-134,32,90 +-134,32,98 +-134,32,106 +-134,32,114 +-134,32,122 +-134,32,130 +-134,32,138 +-134,32,146 +-126,32,-150 +-126,32,-142 +-126,32,-134 +-126,32,-126 +-126,32,-118 +-126,32,-110 +-126,32,-102 +-126,32,-94 +-126,32,-86 +-126,32,-78 +-126,32,-70 +-126,32,-62 +-126,32,-54 +-126,32,-46 +-126,32,-38 +-126,32,-30 +-126,32,-22 +-126,32,-14 +-126,32,-6 +-126,32,2 +-126,32,10 +-126,32,18 +-126,32,26 +-126,32,34 +-126,32,42 +-126,32,50 +-126,32,58 +-126,32,66 +-126,32,74 +-126,32,82 +-126,32,90 +-126,32,98 +-126,32,106 +-126,32,114 +-126,32,122 +-126,32,130 +-126,32,138 +-126,32,146 +-118,32,-150 +-118,32,-142 +-118,32,-134 +-118,32,-126 +-118,32,-118 +-118,32,-110 +-118,32,-102 +-118,32,-94 +-118,32,-86 +-118,32,-78 +-118,32,-70 +-118,32,-62 +-118,32,-54 +-118,32,-46 +-118,32,-38 +-118,32,-30 +-118,32,-22 +-118,32,-14 +-118,32,-6 +-118,32,2 +-118,32,10 +-118,32,18 +-118,32,26 +-118,32,34 +-118,32,42 +-118,32,50 +-118,32,58 +-118,32,66 +-118,32,74 +-118,32,82 +-118,32,90 +-118,32,98 +-118,32,106 +-118,32,114 +-118,32,122 +-118,32,130 +-118,32,138 +-118,32,146 +-110,32,-150 +-110,32,-142 +-110,32,-134 +-110,32,-126 +-110,32,-118 +-110,32,-110 +-110,32,-102 +-110,32,-94 +-110,32,-86 +-110,32,-78 +-110,32,-70 +-110,32,-62 +-110,32,-54 +-110,32,-46 +-110,32,-38 +-110,32,-30 +-110,32,-22 +-110,32,-14 +-110,32,-6 +-110,32,2 +-110,32,10 +-110,32,18 +-110,32,26 +-110,32,34 +-110,32,42 +-110,32,50 +-110,32,58 +-110,32,66 +-110,32,74 +-110,32,82 +-110,32,90 +-110,32,98 +-110,32,106 +-110,32,114 +-110,32,122 +-110,32,130 +-110,32,138 +-110,32,146 +-102,32,-150 +-102,32,-142 +-102,32,-134 +-102,32,-126 +-102,32,-118 +-102,32,-110 +-102,32,-102 +-102,32,-94 +-102,32,-86 +-102,32,-78 +-102,32,-70 +-102,32,-62 +-102,32,-54 +-102,32,-46 +-102,32,-38 +-102,32,-30 +-102,32,-22 +-102,32,-14 +-102,32,-6 +-102,32,2 +-102,32,10 +-102,32,18 +-102,32,26 +-102,32,34 +-102,32,42 +-102,32,50 +-102,32,58 +-102,32,66 +-102,32,74 +-102,32,82 +-102,32,90 +-102,32,98 +-102,32,106 +-102,32,114 +-102,32,122 +-102,32,130 +-102,32,138 +-102,32,146 +-94,32,-150 +-94,32,-142 +-94,32,-134 +-94,32,-126 +-94,32,-118 +-94,32,-110 +-94,32,-102 +-94,32,-94 +-94,32,-86 +-94,32,-78 +-94,32,-70 +-94,32,-62 +-94,32,-54 +-94,32,-46 +-94,32,-38 +-94,32,-30 +-94,32,-22 +-94,32,-14 +-94,32,-6 +-94,32,2 +-94,32,10 +-94,32,18 +-94,32,26 +-94,32,34 +-94,32,42 +-94,32,50 +-94,32,58 +-94,32,66 +-94,32,74 +-94,32,82 +-94,32,90 +-94,32,98 +-94,32,106 +-94,32,114 +-94,32,122 +-94,32,130 +-94,32,138 +-94,32,146 +-86,32,-150 +-86,32,-142 +-86,32,-134 +-86,32,-126 +-86,32,-118 +-86,32,-110 +-86,32,-102 +-86,32,-94 +-86,32,-86 +-86,32,-78 +-86,32,-70 +-86,32,-62 +-86,32,-54 +-86,32,-46 +-86,32,-38 +-86,32,-30 +-86,32,-22 +-86,32,-14 +-86,32,-6 +-86,32,2 +-86,32,10 +-86,32,18 +-86,32,26 +-86,32,34 +-86,32,42 +-86,32,50 +-86,32,58 +-86,32,66 +-86,32,74 +-86,32,82 +-86,32,90 +-86,32,98 +-86,32,106 +-86,32,114 +-86,32,122 +-86,32,130 +-86,32,138 +-86,32,146 +-78,32,-150 +-78,32,-142 +-78,32,-134 +-78,32,-126 +-78,32,-118 +-78,32,-110 +-78,32,-102 +-78,32,-94 +-78,32,-86 +-78,32,-78 +-78,32,-70 +-78,32,-62 +-78,32,-54 +-78,32,-46 +-78,32,-38 +-78,32,-30 +-78,32,-22 +-78,32,-14 +-78,32,-6 +-78,32,2 +-78,32,10 +-78,32,18 +-78,32,26 +-78,32,34 +-78,32,42 +-78,32,50 +-78,32,58 +-78,32,66 +-78,32,74 +-78,32,82 +-78,32,90 +-78,32,98 +-78,32,106 +-78,32,114 +-78,32,122 +-78,32,130 +-78,32,138 +-78,32,146 +-70,32,-150 +-70,32,-142 +-70,32,-134 +-70,32,-126 +-70,32,-118 +-70,32,-110 +-70,32,-102 +-70,32,-94 +-70,32,-86 +-70,32,-78 +-70,32,-70 +-70,32,-62 +-70,32,-54 +-70,32,-46 +-70,32,-38 +-70,32,-30 +-70,32,-22 +-70,32,-14 +-70,32,-6 +-70,32,2 +-70,32,10 +-70,32,18 +-70,32,26 +-70,32,34 +-70,32,42 +-70,32,50 +-70,32,58 +-70,32,66 +-70,32,74 +-70,32,82 +-70,32,90 +-70,32,98 +-70,32,106 +-70,32,114 +-70,32,122 +-70,32,130 +-70,32,138 +-70,32,146 +-62,32,-150 +-62,32,-142 +-62,32,-134 +-62,32,-126 +-62,32,-118 +-62,32,-110 +-62,32,-102 +-62,32,-94 +-62,32,-86 +-62,32,-78 +-62,32,-70 +-62,32,-62 +-62,32,-54 +-62,32,-46 +-62,32,-38 +-62,32,-30 +-62,32,-22 +-62,32,-14 +-62,32,-6 +-62,32,2 +-62,32,10 +-62,32,18 +-62,32,26 +-62,32,34 +-62,32,42 +-62,32,50 +-62,32,58 +-62,32,66 +-62,32,74 +-62,32,82 +-62,32,90 +-62,32,98 +-62,32,106 +-62,32,114 +-62,32,122 +-62,32,130 +-62,32,138 +-62,32,146 +-54,32,-150 +-54,32,-142 +-54,32,-134 +-54,32,-126 +-54,32,-118 +-54,32,-110 +-54,32,-102 +-54,32,-94 +-54,32,-86 +-54,32,-78 +-54,32,-70 +-54,32,-62 +-54,32,-54 +-54,32,-46 +-54,32,-38 +-54,32,-30 +-54,32,-22 +-54,32,-14 +-54,32,-6 +-54,32,2 +-54,32,10 +-54,32,18 +-54,32,26 +-54,32,34 +-54,32,42 +-54,32,50 +-54,32,58 +-54,32,66 +-54,32,74 +-54,32,82 +-54,32,90 +-54,32,98 +-54,32,106 +-54,32,114 +-54,32,122 +-54,32,130 +-54,32,138 +-54,32,146 +-46,32,-150 +-46,32,-142 +-46,32,-134 +-46,32,-126 +-46,32,-118 +-46,32,-110 +-46,32,-102 +-46,32,-94 +-46,32,-86 +-46,32,-78 +-46,32,-70 +-46,32,-62 +-46,32,-54 +-46,32,-46 +-46,32,-38 +-46,32,-30 +-46,32,-22 +-46,32,-14 +-46,32,-6 +-46,32,2 +-46,32,10 +-46,32,18 +-46,32,26 +-46,32,34 +-46,32,42 +-46,32,50 +-46,32,58 +-46,32,66 +-46,32,74 +-46,32,82 +-46,32,90 +-46,32,98 +-46,32,106 +-46,32,114 +-46,32,122 +-46,32,130 +-46,32,138 +-46,32,146 +-38,32,-150 +-38,32,-142 +-38,32,-134 +-38,32,-126 +-38,32,-118 +-38,32,-110 +-38,32,-102 +-38,32,-94 +-38,32,-86 +-38,32,-78 +-38,32,-70 +-38,32,-62 +-38,32,-54 +-38,32,-46 +-38,32,-38 +-38,32,-30 +-38,32,-22 +-38,32,-14 +-38,32,-6 +-38,32,2 +-38,32,10 +-38,32,18 +-38,32,26 +-38,32,34 +-38,32,42 +-38,32,50 +-38,32,58 +-38,32,66 +-38,32,74 +-38,32,82 +-38,32,90 +-38,32,98 +-38,32,106 +-38,32,114 +-38,32,122 +-38,32,130 +-38,32,138 +-38,32,146 +-30,32,-150 +-30,32,-142 +-30,32,-134 +-30,32,-126 +-30,32,-118 +-30,32,-110 +-30,32,-102 +-30,32,-94 +-30,32,-86 +-30,32,-78 +-30,32,-70 +-30,32,-62 +-30,32,-54 +-30,32,-46 +-30,32,-38 +-30,32,-30 +-30,32,-22 +-30,32,-14 +-30,32,-6 +-30,32,2 +-30,32,10 +-30,32,18 +-30,32,26 +-30,32,34 +-30,32,42 +-30,32,50 +-30,32,58 +-30,32,66 +-30,32,74 +-30,32,82 +-30,32,90 +-30,32,98 +-30,32,106 +-30,32,114 +-30,32,122 +-30,32,130 +-30,32,138 +-30,32,146 +-22,32,-150 +-22,32,-142 +-22,32,-134 +-22,32,-126 +-22,32,-118 +-22,32,-110 +-22,32,-102 +-22,32,-94 +-22,32,-86 +-22,32,-78 +-22,32,-70 +-22,32,-62 +-22,32,-54 +-22,32,-46 +-22,32,-38 +-22,32,-30 +-22,32,-22 +-22,32,-14 +-22,32,-6 +-22,32,2 +-22,32,10 +-22,32,18 +-22,32,26 +-22,32,34 +-22,32,42 +-22,32,50 +-22,32,58 +-22,32,66 +-22,32,74 +-22,32,82 +-22,32,90 +-22,32,98 +-22,32,106 +-22,32,114 +-22,32,122 +-22,32,130 +-22,32,138 +-22,32,146 +-14,32,-150 +-14,32,-142 +-14,32,-134 +-14,32,-126 +-14,32,-118 +-14,32,-110 +-14,32,-102 +-14,32,-94 +-14,32,-86 +-14,32,-78 +-14,32,-70 +-14,32,-62 +-14,32,-54 +-14,32,-46 +-14,32,-38 +-14,32,-30 +-14,32,-22 +-14,32,-14 +-14,32,-6 +-14,32,2 +-14,32,10 +-14,32,18 +-14,32,26 +-14,32,34 +-14,32,42 +-14,32,50 +-14,32,58 +-14,32,66 +-14,32,74 +-14,32,82 +-14,32,90 +-14,32,98 +-14,32,106 +-14,32,114 +-14,32,122 +-14,32,130 +-14,32,138 +-14,32,146 +-6,32,-150 +-6,32,-142 +-6,32,-134 +-6,32,-126 +-6,32,-118 +-6,32,-110 +-6,32,-102 +-6,32,-94 +-6,32,-86 +-6,32,-78 +-6,32,-70 +-6,32,-62 +-6,32,-54 +-6,32,-46 +-6,32,-38 +-6,32,-30 +-6,32,-22 +-6,32,-14 +-6,32,-6 +-6,32,2 +-6,32,10 +-6,32,18 +-6,32,26 +-6,32,34 +-6,32,42 +-6,32,50 +-6,32,58 +-6,32,66 +-6,32,74 +-6,32,82 +-6,32,90 +-6,32,98 +-6,32,106 +-6,32,114 +-6,32,122 +-6,32,130 +-6,32,138 +-6,32,146 +2,32,-150 +2,32,-142 +2,32,-134 +2,32,-126 +2,32,-118 +2,32,-110 +2,32,-102 +2,32,-94 +2,32,-86 +2,32,-78 +2,32,-70 +2,32,-62 +2,32,-54 +2,32,-46 +2,32,-38 +2,32,-30 +2,32,-22 +2,32,-14 +2,32,-6 +2,32,2 +2,32,10 +2,32,18 +2,32,26 +2,32,34 +2,32,42 +2,32,50 +2,32,58 +2,32,66 +2,32,74 +2,32,82 +2,32,90 +2,32,98 +2,32,106 +2,32,114 +2,32,122 +2,32,130 +2,32,138 +2,32,146 +10,32,-150 +10,32,-142 +10,32,-134 +10,32,-126 +10,32,-118 +10,32,-110 +10,32,-102 +10,32,-94 +10,32,-86 +10,32,-78 +10,32,-70 +10,32,-62 +10,32,-54 +10,32,-46 +10,32,-38 +10,32,-30 +10,32,-22 +10,32,-14 +10,32,-6 +10,32,2 +10,32,10 +10,32,18 +10,32,26 +10,32,34 +10,32,42 +10,32,50 +10,32,58 +10,32,66 +10,32,74 +10,32,82 +10,32,90 +10,32,98 +10,32,106 +10,32,114 +10,32,122 +10,32,130 +10,32,138 +10,32,146 +18,32,-150 +18,32,-142 +18,32,-134 +18,32,-126 +18,32,-118 +18,32,-110 +18,32,-102 +18,32,-94 +18,32,-86 +18,32,-78 +18,32,-70 +18,32,-62 +18,32,-54 +18,32,-46 +18,32,-38 +18,32,-30 +18,32,-22 +18,32,-14 +18,32,-6 +18,32,2 +18,32,10 +18,32,18 +18,32,26 +18,32,34 +18,32,42 +18,32,50 +18,32,58 +18,32,66 +18,32,74 +18,32,82 +18,32,90 +18,32,98 +18,32,106 +18,32,114 +18,32,122 +18,32,130 +18,32,138 +18,32,146 +26,32,-150 +26,32,-142 +26,32,-134 +26,32,-126 +26,32,-118 +26,32,-110 +26,32,-102 +26,32,-94 +26,32,-86 +26,32,-78 +26,32,-70 +26,32,-62 +26,32,-54 +26,32,-46 +26,32,-38 +26,32,-30 +26,32,-22 +26,32,-14 +26,32,-6 +26,32,2 +26,32,10 +26,32,18 +26,32,26 +26,32,34 +26,32,42 +26,32,50 +26,32,58 +26,32,66 +26,32,74 +26,32,82 +26,32,90 +26,32,98 +26,32,106 +26,32,114 +26,32,122 +26,32,130 +26,32,138 +26,32,146 +34,32,-150 +34,32,-142 +34,32,-134 +34,32,-126 +34,32,-118 +34,32,-110 +34,32,-102 +34,32,-94 +34,32,-86 +34,32,-78 +34,32,-70 +34,32,-62 +34,32,-54 +34,32,-46 +34,32,-38 +34,32,-30 +34,32,-22 +34,32,-14 +34,32,-6 +34,32,2 +34,32,10 +34,32,18 +34,32,26 +34,32,34 +34,32,42 +34,32,50 +34,32,58 +34,32,66 +34,32,74 +34,32,82 +34,32,90 +34,32,98 +34,32,106 +34,32,114 +34,32,122 +34,32,130 +34,32,138 +34,32,146 +42,32,-150 +42,32,-142 +42,32,-134 +42,32,-126 +42,32,-118 +42,32,-110 +42,32,-102 +42,32,-94 +42,32,-86 +42,32,-78 +42,32,-70 +42,32,-62 +42,32,-54 +42,32,-46 +42,32,-38 +42,32,-30 +42,32,-22 +42,32,-14 +42,32,-6 +42,32,2 +42,32,10 +42,32,18 +42,32,26 +42,32,34 +42,32,42 +42,32,50 +42,32,58 +42,32,66 +42,32,74 +42,32,82 +42,32,90 +42,32,98 +42,32,106 +42,32,114 +42,32,122 +42,32,130 +42,32,138 +42,32,146 +50,32,-150 +50,32,-142 +50,32,-134 +50,32,-126 +50,32,-118 +50,32,-110 +50,32,-102 +50,32,-94 +50,32,-86 +50,32,-78 +50,32,-70 +50,32,-62 +50,32,-54 +50,32,-46 +50,32,-38 +50,32,-30 +50,32,-22 +50,32,-14 +50,32,-6 +50,32,2 +50,32,10 +50,32,18 +50,32,26 +50,32,34 +50,32,42 +50,32,50 +50,32,58 +50,32,66 +50,32,74 +50,32,82 +50,32,90 +50,32,98 +50,32,106 +50,32,114 +50,32,122 +50,32,130 +50,32,138 +50,32,146 +58,32,-150 +58,32,-142 +58,32,-134 +58,32,-126 +58,32,-118 +58,32,-110 +58,32,-102 +58,32,-94 +58,32,-86 +58,32,-78 +58,32,-70 +58,32,-62 +58,32,-54 +58,32,-46 +58,32,-38 +58,32,-30 +58,32,-22 +58,32,-14 +58,32,-6 +58,32,2 +58,32,10 +58,32,18 +58,32,26 +58,32,34 +58,32,42 +58,32,50 +58,32,58 +58,32,66 +58,32,74 +58,32,82 +58,32,90 +58,32,98 +58,32,106 +58,32,114 +58,32,122 +58,32,130 +58,32,138 +58,32,146 +66,32,-150 +66,32,-142 +66,32,-134 +66,32,-126 +66,32,-118 +66,32,-110 +66,32,-102 +66,32,-94 +66,32,-86 +66,32,-78 +66,32,-70 +66,32,-62 +66,32,-54 +66,32,-46 +66,32,-38 +66,32,-30 +66,32,-22 +66,32,-14 +66,32,-6 +66,32,2 +66,32,10 +66,32,18 +66,32,26 +66,32,34 +66,32,42 +66,32,50 +66,32,58 +66,32,66 +66,32,74 +66,32,82 +66,32,90 +66,32,98 +66,32,106 +66,32,114 +66,32,122 +66,32,130 +66,32,138 +66,32,146 +74,32,-150 +74,32,-142 +74,32,-134 +74,32,-126 +74,32,-118 +74,32,-110 +74,32,-102 +74,32,-94 +74,32,-86 +74,32,-78 +74,32,-70 +74,32,-62 +74,32,-54 +74,32,-46 +74,32,-38 +74,32,-30 +74,32,-22 +74,32,-14 +74,32,-6 +74,32,2 +74,32,10 +74,32,18 +74,32,26 +74,32,34 +74,32,42 +74,32,50 +74,32,58 +74,32,66 +74,32,74 +74,32,82 +74,32,90 +74,32,98 +74,32,106 +74,32,114 +74,32,122 +74,32,130 +74,32,138 +74,32,146 +82,32,-150 +82,32,-142 +82,32,-134 +82,32,-126 +82,32,-118 +82,32,-110 +82,32,-102 +82,32,-94 +82,32,-86 +82,32,-78 +82,32,-70 +82,32,-62 +82,32,-54 +82,32,-46 +82,32,-38 +82,32,-30 +82,32,-22 +82,32,-14 +82,32,-6 +82,32,2 +82,32,10 +82,32,18 +82,32,26 +82,32,34 +82,32,42 +82,32,50 +82,32,58 +82,32,66 +82,32,74 +82,32,82 +82,32,90 +82,32,98 +82,32,106 +82,32,114 +82,32,122 +82,32,130 +82,32,138 +82,32,146 +90,32,-150 +90,32,-142 +90,32,-134 +90,32,-126 +90,32,-118 +90,32,-110 +90,32,-102 +90,32,-94 +90,32,-86 +90,32,-78 +90,32,-70 +90,32,-62 +90,32,-54 +90,32,-46 +90,32,-38 +90,32,-30 +90,32,-22 +90,32,-14 +90,32,-6 +90,32,2 +90,32,10 +90,32,18 +90,32,26 +90,32,34 +90,32,42 +90,32,50 +90,32,58 +90,32,66 +90,32,74 +90,32,82 +90,32,90 +90,32,98 +90,32,106 +90,32,114 +90,32,122 +90,32,130 +90,32,138 +90,32,146 +98,32,-150 +98,32,-142 +98,32,-134 +98,32,-126 +98,32,-118 +98,32,-110 +98,32,-102 +98,32,-94 +98,32,-86 +98,32,-78 +98,32,-70 +98,32,-62 +98,32,-54 +98,32,-46 +98,32,-38 +98,32,-30 +98,32,-22 +98,32,-14 +98,32,-6 +98,32,2 +98,32,10 +98,32,18 +98,32,26 +98,32,34 +98,32,42 +98,32,50 +98,32,58 +98,32,66 +98,32,74 +98,32,82 +98,32,90 +98,32,98 +98,32,106 +98,32,114 +98,32,122 +98,32,130 +98,32,138 +98,32,146 +106,32,-150 +106,32,-142 +106,32,-134 +106,32,-126 +106,32,-118 +106,32,-110 +106,32,-102 +106,32,-94 +106,32,-86 +106,32,-78 +106,32,-70 +106,32,-62 +106,32,-54 +106,32,-46 +106,32,-38 +106,32,-30 +106,32,-22 +106,32,-14 +106,32,-6 +106,32,2 +106,32,10 +106,32,18 +106,32,26 +106,32,34 +106,32,42 +106,32,50 +106,32,58 +106,32,66 +106,32,74 +106,32,82 +106,32,90 +106,32,98 +106,32,106 +106,32,114 +106,32,122 +106,32,130 +106,32,138 +106,32,146 +114,32,-150 +114,32,-142 +114,32,-134 +114,32,-126 +114,32,-118 +114,32,-110 +114,32,-102 +114,32,-94 +114,32,-86 +114,32,-78 +114,32,-70 +114,32,-62 +114,32,-54 +114,32,-46 +114,32,-38 +114,32,-30 +114,32,-22 +114,32,-14 +114,32,-6 +114,32,2 +114,32,10 +114,32,18 +114,32,26 +114,32,34 +114,32,42 +114,32,50 +114,32,58 +114,32,66 +114,32,74 +114,32,82 +114,32,90 +114,32,98 +114,32,106 +114,32,114 +114,32,122 +114,32,130 +114,32,138 +114,32,146 +122,32,-150 +122,32,-142 +122,32,-134 +122,32,-126 +122,32,-118 +122,32,-110 +122,32,-102 +122,32,-94 +122,32,-86 +122,32,-78 +122,32,-70 +122,32,-62 +122,32,-54 +122,32,-46 +122,32,-38 +122,32,-30 +122,32,-22 +122,32,-14 +122,32,-6 +122,32,2 +122,32,10 +122,32,18 +122,32,26 +122,32,34 +122,32,42 +122,32,50 +122,32,58 +122,32,66 +122,32,74 +122,32,82 +122,32,90 +122,32,98 +122,32,106 +122,32,114 +122,32,122 +122,32,130 +122,32,138 +122,32,146 +130,32,-150 +130,32,-142 +130,32,-134 +130,32,-126 +130,32,-118 +130,32,-110 +130,32,-102 +130,32,-94 +130,32,-86 +130,32,-78 +130,32,-70 +130,32,-62 +130,32,-54 +130,32,-46 +130,32,-38 +130,32,-30 +130,32,-22 +130,32,-14 +130,32,-6 +130,32,2 +130,32,10 +130,32,18 +130,32,26 +130,32,34 +130,32,42 +130,32,50 +130,32,58 +130,32,66 +130,32,74 +130,32,82 +130,32,90 +130,32,98 +130,32,106 +130,32,114 +130,32,122 +130,32,130 +130,32,138 +130,32,146 +138,32,-150 +138,32,-142 +138,32,-134 +138,32,-126 +138,32,-118 +138,32,-110 +138,32,-102 +138,32,-94 +138,32,-86 +138,32,-78 +138,32,-70 +138,32,-62 +138,32,-54 +138,32,-46 +138,32,-38 +138,32,-30 +138,32,-22 +138,32,-14 +138,32,-6 +138,32,2 +138,32,10 +138,32,18 +138,32,26 +138,32,34 +138,32,42 +138,32,50 +138,32,58 +138,32,66 +138,32,74 +138,32,82 +138,32,90 +138,32,98 +138,32,106 +138,32,114 +138,32,122 +138,32,130 +138,32,138 +138,32,146 +146,32,-150 +146,32,-142 +146,32,-134 +146,32,-126 +146,32,-118 +146,32,-110 +146,32,-102 +146,32,-94 +146,32,-86 +146,32,-78 +146,32,-70 +146,32,-62 +146,32,-54 +146,32,-46 +146,32,-38 +146,32,-30 +146,32,-22 +146,32,-14 +146,32,-6 +146,32,2 +146,32,10 +146,32,18 +146,32,26 +146,32,34 +146,32,42 +146,32,50 +146,32,58 +146,32,66 +146,32,74 +146,32,82 +146,32,90 +146,32,98 +146,32,106 +146,32,114 +146,32,122 +146,32,130 +146,32,138 +146,32,146 +-150,40,-150 +-150,40,-142 +-150,40,-134 +-150,40,-126 +-150,40,-118 +-150,40,-110 +-150,40,-102 +-150,40,-94 +-150,40,-86 +-150,40,-78 +-150,40,-70 +-150,40,-62 +-150,40,-54 +-150,40,-46 +-150,40,-38 +-150,40,-30 +-150,40,-22 +-150,40,-14 +-150,40,-6 +-150,40,2 +-150,40,10 +-150,40,18 +-150,40,26 +-150,40,34 +-150,40,42 +-150,40,50 +-150,40,58 +-150,40,66 +-150,40,74 +-150,40,82 +-150,40,90 +-150,40,98 +-150,40,106 +-150,40,114 +-150,40,122 +-150,40,130 +-150,40,138 +-150,40,146 +-142,40,-150 +-142,40,-142 +-142,40,-134 +-142,40,-126 +-142,40,-118 +-142,40,-110 +-142,40,-102 +-142,40,-94 +-142,40,-86 +-142,40,-78 +-142,40,-70 +-142,40,-62 +-142,40,-54 +-142,40,-46 +-142,40,-38 +-142,40,-30 +-142,40,-22 +-142,40,-14 +-142,40,-6 +-142,40,2 +-142,40,10 +-142,40,18 +-142,40,26 +-142,40,34 +-142,40,42 +-142,40,50 +-142,40,58 +-142,40,66 +-142,40,74 +-142,40,82 +-142,40,90 +-142,40,98 +-142,40,106 +-142,40,114 +-142,40,122 +-142,40,130 +-142,40,138 +-142,40,146 +-134,40,-150 +-134,40,-142 +-134,40,-134 +-134,40,-126 +-134,40,-118 +-134,40,-110 +-134,40,-102 +-134,40,-94 +-134,40,-86 +-134,40,-78 +-134,40,-70 +-134,40,-62 +-134,40,-54 +-134,40,-46 +-134,40,-38 +-134,40,-30 +-134,40,-22 +-134,40,-14 +-134,40,-6 +-134,40,2 +-134,40,10 +-134,40,18 +-134,40,26 +-134,40,34 +-134,40,42 +-134,40,50 +-134,40,58 +-134,40,66 +-134,40,74 +-134,40,82 +-134,40,90 +-134,40,98 +-134,40,106 +-134,40,114 +-134,40,122 +-134,40,130 +-134,40,138 +-134,40,146 +-126,40,-150 +-126,40,-142 +-126,40,-134 +-126,40,-126 +-126,40,-118 +-126,40,-110 +-126,40,-102 +-126,40,-94 +-126,40,-86 +-126,40,-78 +-126,40,-70 +-126,40,-62 +-126,40,-54 +-126,40,-46 +-126,40,-38 +-126,40,-30 +-126,40,-22 +-126,40,-14 +-126,40,-6 +-126,40,2 +-126,40,10 +-126,40,18 +-126,40,26 +-126,40,34 +-126,40,42 +-126,40,50 +-126,40,58 +-126,40,66 +-126,40,74 +-126,40,82 +-126,40,90 +-126,40,98 +-126,40,106 +-126,40,114 +-126,40,122 +-126,40,130 +-126,40,138 +-126,40,146 +-118,40,-150 +-118,40,-142 +-118,40,-134 +-118,40,-126 +-118,40,-118 +-118,40,-110 +-118,40,-102 +-118,40,-94 +-118,40,-86 +-118,40,-78 +-118,40,-70 +-118,40,-62 +-118,40,-54 +-118,40,-46 +-118,40,-38 +-118,40,-30 +-118,40,-22 +-118,40,-14 +-118,40,-6 +-118,40,2 +-118,40,10 +-118,40,18 +-118,40,26 +-118,40,34 +-118,40,42 +-118,40,50 +-118,40,58 +-118,40,66 +-118,40,74 +-118,40,82 +-118,40,90 +-118,40,98 +-118,40,106 +-118,40,114 +-118,40,122 +-118,40,130 +-118,40,138 +-118,40,146 +-110,40,-150 +-110,40,-142 +-110,40,-134 +-110,40,-126 +-110,40,-118 +-110,40,-110 +-110,40,-102 +-110,40,-94 +-110,40,-86 +-110,40,-78 +-110,40,-70 +-110,40,-62 +-110,40,-54 +-110,40,-46 +-110,40,-38 +-110,40,-30 +-110,40,-22 +-110,40,-14 +-110,40,-6 +-110,40,2 +-110,40,10 +-110,40,18 +-110,40,26 +-110,40,34 +-110,40,42 +-110,40,50 +-110,40,58 +-110,40,66 +-110,40,74 +-110,40,82 +-110,40,90 +-110,40,98 +-110,40,106 +-110,40,114 +-110,40,122 +-110,40,130 +-110,40,138 +-110,40,146 +-102,40,-150 +-102,40,-142 +-102,40,-134 +-102,40,-126 +-102,40,-118 +-102,40,-110 +-102,40,-102 +-102,40,-94 +-102,40,-86 +-102,40,-78 +-102,40,-70 +-102,40,-62 +-102,40,-54 +-102,40,-46 +-102,40,-38 +-102,40,-30 +-102,40,-22 +-102,40,-14 +-102,40,-6 +-102,40,2 +-102,40,10 +-102,40,18 +-102,40,26 +-102,40,34 +-102,40,42 +-102,40,50 +-102,40,58 +-102,40,66 +-102,40,74 +-102,40,82 +-102,40,90 +-102,40,98 +-102,40,106 +-102,40,114 +-102,40,122 +-102,40,130 +-102,40,138 +-102,40,146 +-94,40,-150 +-94,40,-142 +-94,40,-134 +-94,40,-126 +-94,40,-118 +-94,40,-110 +-94,40,-102 +-94,40,-94 +-94,40,-86 +-94,40,-78 +-94,40,-70 +-94,40,-62 +-94,40,-54 +-94,40,-46 +-94,40,-38 +-94,40,-30 +-94,40,-22 +-94,40,-14 +-94,40,-6 +-94,40,2 +-94,40,10 +-94,40,18 +-94,40,26 +-94,40,34 +-94,40,42 +-94,40,50 +-94,40,58 +-94,40,66 +-94,40,74 +-94,40,82 +-94,40,90 +-94,40,98 +-94,40,106 +-94,40,114 +-94,40,122 +-94,40,130 +-94,40,138 +-94,40,146 +-86,40,-150 +-86,40,-142 +-86,40,-134 +-86,40,-126 +-86,40,-118 +-86,40,-110 +-86,40,-102 +-86,40,-94 +-86,40,-86 +-86,40,-78 +-86,40,-70 +-86,40,-62 +-86,40,-54 +-86,40,-46 +-86,40,-38 +-86,40,-30 +-86,40,-22 +-86,40,-14 +-86,40,-6 +-86,40,2 +-86,40,10 +-86,40,18 +-86,40,26 +-86,40,34 +-86,40,42 +-86,40,50 +-86,40,58 +-86,40,66 +-86,40,74 +-86,40,82 +-86,40,90 +-86,40,98 +-86,40,106 +-86,40,114 +-86,40,122 +-86,40,130 +-86,40,138 +-86,40,146 +-78,40,-150 +-78,40,-142 +-78,40,-134 +-78,40,-126 +-78,40,-118 +-78,40,-110 +-78,40,-102 +-78,40,-94 +-78,40,-86 +-78,40,-78 +-78,40,-70 +-78,40,-62 +-78,40,-54 +-78,40,-46 +-78,40,-38 +-78,40,-30 +-78,40,-22 +-78,40,-14 +-78,40,-6 +-78,40,2 +-78,40,10 +-78,40,18 +-78,40,26 +-78,40,34 +-78,40,42 +-78,40,50 +-78,40,58 +-78,40,66 +-78,40,74 +-78,40,82 +-78,40,90 +-78,40,98 +-78,40,106 +-78,40,114 +-78,40,122 +-78,40,130 +-78,40,138 +-78,40,146 +-70,40,-150 +-70,40,-142 +-70,40,-134 +-70,40,-126 +-70,40,-118 +-70,40,-110 +-70,40,-102 +-70,40,-94 +-70,40,-86 +-70,40,-78 +-70,40,-70 +-70,40,-62 +-70,40,-54 +-70,40,-46 +-70,40,-38 +-70,40,-30 +-70,40,-22 +-70,40,-14 +-70,40,-6 +-70,40,2 +-70,40,10 +-70,40,18 +-70,40,26 +-70,40,34 +-70,40,42 +-70,40,50 +-70,40,58 +-70,40,66 +-70,40,74 +-70,40,82 +-70,40,90 +-70,40,98 +-70,40,106 +-70,40,114 +-70,40,122 +-70,40,130 +-70,40,138 +-70,40,146 +-62,40,-150 +-62,40,-142 +-62,40,-134 +-62,40,-126 +-62,40,-118 +-62,40,-110 +-62,40,-102 +-62,40,-94 +-62,40,-86 +-62,40,-78 +-62,40,-70 +-62,40,-62 +-62,40,-54 +-62,40,-46 +-62,40,-38 +-62,40,-30 +-62,40,-22 +-62,40,-14 +-62,40,-6 +-62,40,2 +-62,40,10 +-62,40,18 +-62,40,26 +-62,40,34 +-62,40,42 +-62,40,50 +-62,40,58 +-62,40,66 +-62,40,74 +-62,40,82 +-62,40,90 +-62,40,98 +-62,40,106 +-62,40,114 +-62,40,122 +-62,40,130 +-62,40,138 +-62,40,146 +-54,40,-150 +-54,40,-142 +-54,40,-134 +-54,40,-126 +-54,40,-118 +-54,40,-110 +-54,40,-102 +-54,40,-94 +-54,40,-86 +-54,40,-78 +-54,40,-70 +-54,40,-62 +-54,40,-54 +-54,40,-46 +-54,40,-38 +-54,40,-30 +-54,40,-22 +-54,40,-14 +-54,40,-6 +-54,40,2 +-54,40,10 +-54,40,18 +-54,40,26 +-54,40,34 +-54,40,42 +-54,40,50 +-54,40,58 +-54,40,66 +-54,40,74 +-54,40,82 +-54,40,90 +-54,40,98 +-54,40,106 +-54,40,114 +-54,40,122 +-54,40,130 +-54,40,138 +-54,40,146 +-46,40,-150 +-46,40,-142 +-46,40,-134 +-46,40,-126 +-46,40,-118 +-46,40,-110 +-46,40,-102 +-46,40,-94 +-46,40,-86 +-46,40,-78 +-46,40,-70 +-46,40,-62 +-46,40,-54 +-46,40,-46 +-46,40,-38 +-46,40,-30 +-46,40,-22 +-46,40,-14 +-46,40,-6 +-46,40,2 +-46,40,10 +-46,40,18 +-46,40,26 +-46,40,34 +-46,40,42 +-46,40,50 +-46,40,58 +-46,40,66 +-46,40,74 +-46,40,82 +-46,40,90 +-46,40,98 +-46,40,106 +-46,40,114 +-46,40,122 +-46,40,130 +-46,40,138 +-46,40,146 +-38,40,-150 +-38,40,-142 +-38,40,-134 +-38,40,-126 +-38,40,-118 +-38,40,-110 +-38,40,-102 +-38,40,-94 +-38,40,-86 +-38,40,-78 +-38,40,-70 +-38,40,-62 +-38,40,-54 +-38,40,-46 +-38,40,-38 +-38,40,-30 +-38,40,-22 +-38,40,-14 +-38,40,-6 +-38,40,2 +-38,40,10 +-38,40,18 +-38,40,26 +-38,40,34 +-38,40,42 +-38,40,50 +-38,40,58 +-38,40,66 +-38,40,74 +-38,40,82 +-38,40,90 +-38,40,98 +-38,40,106 +-38,40,114 +-38,40,122 +-38,40,130 +-38,40,138 +-38,40,146 +-30,40,-150 +-30,40,-142 +-30,40,-134 +-30,40,-126 +-30,40,-118 +-30,40,-110 +-30,40,-102 +-30,40,-94 +-30,40,-86 +-30,40,-78 +-30,40,-70 +-30,40,-62 +-30,40,-54 +-30,40,-46 +-30,40,-38 +-30,40,-30 +-30,40,-22 +-30,40,-14 +-30,40,-6 +-30,40,2 +-30,40,10 +-30,40,18 +-30,40,26 +-30,40,34 +-30,40,42 +-30,40,50 +-30,40,58 +-30,40,66 +-30,40,74 +-30,40,82 +-30,40,90 +-30,40,98 +-30,40,106 +-30,40,114 +-30,40,122 +-30,40,130 +-30,40,138 +-30,40,146 +-22,40,-150 +-22,40,-142 +-22,40,-134 +-22,40,-126 +-22,40,-118 +-22,40,-110 +-22,40,-102 +-22,40,-94 +-22,40,-86 +-22,40,-78 +-22,40,-70 +-22,40,-62 +-22,40,-54 +-22,40,-46 +-22,40,-38 +-22,40,-30 +-22,40,-22 +-22,40,-14 +-22,40,-6 +-22,40,2 +-22,40,10 +-22,40,18 +-22,40,26 +-22,40,34 +-22,40,42 +-22,40,50 +-22,40,58 +-22,40,66 +-22,40,74 +-22,40,82 +-22,40,90 +-22,40,98 +-22,40,106 +-22,40,114 +-22,40,122 +-22,40,130 +-22,40,138 +-22,40,146 +-14,40,-150 +-14,40,-142 +-14,40,-134 +-14,40,-126 +-14,40,-118 +-14,40,-110 +-14,40,-102 +-14,40,-94 +-14,40,-86 +-14,40,-78 +-14,40,-70 +-14,40,-62 +-14,40,-54 +-14,40,-46 +-14,40,-38 +-14,40,-30 +-14,40,-22 +-14,40,-14 +-14,40,-6 +-14,40,2 +-14,40,10 +-14,40,18 +-14,40,26 +-14,40,34 +-14,40,42 +-14,40,50 +-14,40,58 +-14,40,66 +-14,40,74 +-14,40,82 +-14,40,90 +-14,40,98 +-14,40,106 +-14,40,114 +-14,40,122 +-14,40,130 +-14,40,138 +-14,40,146 +-6,40,-150 +-6,40,-142 +-6,40,-134 +-6,40,-126 +-6,40,-118 +-6,40,-110 +-6,40,-102 +-6,40,-94 +-6,40,-86 +-6,40,-78 +-6,40,-70 +-6,40,-62 +-6,40,-54 +-6,40,-46 +-6,40,-38 +-6,40,-30 +-6,40,-22 +-6,40,-14 +-6,40,-6 +-6,40,2 +-6,40,10 +-6,40,18 +-6,40,26 +-6,40,34 +-6,40,42 +-6,40,50 +-6,40,58 +-6,40,66 +-6,40,74 +-6,40,82 +-6,40,90 +-6,40,98 +-6,40,106 +-6,40,114 +-6,40,122 +-6,40,130 +-6,40,138 +-6,40,146 +2,40,-150 +2,40,-142 +2,40,-134 +2,40,-126 +2,40,-118 +2,40,-110 +2,40,-102 +2,40,-94 +2,40,-86 +2,40,-78 +2,40,-70 +2,40,-62 +2,40,-54 +2,40,-46 +2,40,-38 +2,40,-30 +2,40,-22 +2,40,-14 +2,40,-6 +2,40,2 +2,40,10 +2,40,18 +2,40,26 +2,40,34 +2,40,42 +2,40,50 +2,40,58 +2,40,66 +2,40,74 +2,40,82 +2,40,90 +2,40,98 +2,40,106 +2,40,114 +2,40,122 +2,40,130 +2,40,138 +2,40,146 +10,40,-150 +10,40,-142 +10,40,-134 +10,40,-126 +10,40,-118 +10,40,-110 +10,40,-102 +10,40,-94 +10,40,-86 +10,40,-78 +10,40,-70 +10,40,-62 +10,40,-54 +10,40,-46 +10,40,-38 +10,40,-30 +10,40,-22 +10,40,-14 +10,40,-6 +10,40,2 +10,40,10 +10,40,18 +10,40,26 +10,40,34 +10,40,42 +10,40,50 +10,40,58 +10,40,66 +10,40,74 +10,40,82 +10,40,90 +10,40,98 +10,40,106 +10,40,114 +10,40,122 +10,40,130 +10,40,138 +10,40,146 +18,40,-150 +18,40,-142 +18,40,-134 +18,40,-126 +18,40,-118 +18,40,-110 +18,40,-102 +18,40,-94 +18,40,-86 +18,40,-78 +18,40,-70 +18,40,-62 +18,40,-54 +18,40,-46 +18,40,-38 +18,40,-30 +18,40,-22 +18,40,-14 +18,40,-6 +18,40,2 +18,40,10 +18,40,18 +18,40,26 +18,40,34 +18,40,42 +18,40,50 +18,40,58 +18,40,66 +18,40,74 +18,40,82 +18,40,90 +18,40,98 +18,40,106 +18,40,114 +18,40,122 +18,40,130 +18,40,138 +18,40,146 +26,40,-150 +26,40,-142 +26,40,-134 +26,40,-126 +26,40,-118 +26,40,-110 +26,40,-102 +26,40,-94 +26,40,-86 +26,40,-78 +26,40,-70 +26,40,-62 +26,40,-54 +26,40,-46 +26,40,-38 +26,40,-30 +26,40,-22 +26,40,-14 +26,40,-6 +26,40,2 +26,40,10 +26,40,18 +26,40,26 +26,40,34 +26,40,42 +26,40,50 +26,40,58 +26,40,66 +26,40,74 +26,40,82 +26,40,90 +26,40,98 +26,40,106 +26,40,114 +26,40,122 +26,40,130 +26,40,138 +26,40,146 +34,40,-150 +34,40,-142 +34,40,-134 +34,40,-126 +34,40,-118 +34,40,-110 +34,40,-102 +34,40,-94 +34,40,-86 +34,40,-78 +34,40,-70 +34,40,-62 +34,40,-54 +34,40,-46 +34,40,-38 +34,40,-30 +34,40,-22 +34,40,-14 +34,40,-6 +34,40,2 +34,40,10 +34,40,18 +34,40,26 +34,40,34 +34,40,42 +34,40,50 +34,40,58 +34,40,66 +34,40,74 +34,40,82 +34,40,90 +34,40,98 +34,40,106 +34,40,114 +34,40,122 +34,40,130 +34,40,138 +34,40,146 +42,40,-150 +42,40,-142 +42,40,-134 +42,40,-126 +42,40,-118 +42,40,-110 +42,40,-102 +42,40,-94 +42,40,-86 +42,40,-78 +42,40,-70 +42,40,-62 +42,40,-54 +42,40,-46 +42,40,-38 +42,40,-30 +42,40,-22 +42,40,-14 +42,40,-6 +42,40,2 +42,40,10 +42,40,18 +42,40,26 +42,40,34 +42,40,42 +42,40,50 +42,40,58 +42,40,66 +42,40,74 +42,40,82 +42,40,90 +42,40,98 +42,40,106 +42,40,114 +42,40,122 +42,40,130 +42,40,138 +42,40,146 +50,40,-150 +50,40,-142 +50,40,-134 +50,40,-126 +50,40,-118 +50,40,-110 +50,40,-102 +50,40,-94 +50,40,-86 +50,40,-78 +50,40,-70 +50,40,-62 +50,40,-54 +50,40,-46 +50,40,-38 +50,40,-30 +50,40,-22 +50,40,-14 +50,40,-6 +50,40,2 +50,40,10 +50,40,18 +50,40,26 +50,40,34 +50,40,42 +50,40,50 +50,40,58 +50,40,66 +50,40,74 +50,40,82 +50,40,90 +50,40,98 +50,40,106 +50,40,114 +50,40,122 +50,40,130 +50,40,138 +50,40,146 +58,40,-150 +58,40,-142 +58,40,-134 +58,40,-126 +58,40,-118 +58,40,-110 +58,40,-102 +58,40,-94 +58,40,-86 +58,40,-78 +58,40,-70 +58,40,-62 +58,40,-54 +58,40,-46 +58,40,-38 +58,40,-30 +58,40,-22 +58,40,-14 +58,40,-6 +58,40,2 +58,40,10 +58,40,18 +58,40,26 +58,40,34 +58,40,42 +58,40,50 +58,40,58 +58,40,66 +58,40,74 +58,40,82 +58,40,90 +58,40,98 +58,40,106 +58,40,114 +58,40,122 +58,40,130 +58,40,138 +58,40,146 +66,40,-150 +66,40,-142 +66,40,-134 +66,40,-126 +66,40,-118 +66,40,-110 +66,40,-102 +66,40,-94 +66,40,-86 +66,40,-78 +66,40,-70 +66,40,-62 +66,40,-54 +66,40,-46 +66,40,-38 +66,40,-30 +66,40,-22 +66,40,-14 +66,40,-6 +66,40,2 +66,40,10 +66,40,18 +66,40,26 +66,40,34 +66,40,42 +66,40,50 +66,40,58 +66,40,66 +66,40,74 +66,40,82 +66,40,90 +66,40,98 +66,40,106 +66,40,114 +66,40,122 +66,40,130 +66,40,138 +66,40,146 +74,40,-150 +74,40,-142 +74,40,-134 +74,40,-126 +74,40,-118 +74,40,-110 +74,40,-102 +74,40,-94 +74,40,-86 +74,40,-78 +74,40,-70 +74,40,-62 +74,40,-54 +74,40,-46 +74,40,-38 +74,40,-30 +74,40,-22 +74,40,-14 +74,40,-6 +74,40,2 +74,40,10 +74,40,18 +74,40,26 +74,40,34 +74,40,42 +74,40,50 +74,40,58 +74,40,66 +74,40,74 +74,40,82 +74,40,90 +74,40,98 +74,40,106 +74,40,114 +74,40,122 +74,40,130 +74,40,138 +74,40,146 +82,40,-150 +82,40,-142 +82,40,-134 +82,40,-126 +82,40,-118 +82,40,-110 +82,40,-102 +82,40,-94 +82,40,-86 +82,40,-78 +82,40,-70 +82,40,-62 +82,40,-54 +82,40,-46 +82,40,-38 +82,40,-30 +82,40,-22 +82,40,-14 +82,40,-6 +82,40,2 +82,40,10 +82,40,18 +82,40,26 +82,40,34 +82,40,42 +82,40,50 +82,40,58 +82,40,66 +82,40,74 +82,40,82 +82,40,90 +82,40,98 +82,40,106 +82,40,114 +82,40,122 +82,40,130 +82,40,138 +82,40,146 +90,40,-150 +90,40,-142 +90,40,-134 +90,40,-126 +90,40,-118 +90,40,-110 +90,40,-102 +90,40,-94 +90,40,-86 +90,40,-78 +90,40,-70 +90,40,-62 +90,40,-54 +90,40,-46 +90,40,-38 +90,40,-30 +90,40,-22 +90,40,-14 +90,40,-6 +90,40,2 +90,40,10 +90,40,18 +90,40,26 +90,40,34 +90,40,42 +90,40,50 +90,40,58 +90,40,66 +90,40,74 +90,40,82 +90,40,90 +90,40,98 +90,40,106 +90,40,114 +90,40,122 +90,40,130 +90,40,138 +90,40,146 +98,40,-150 +98,40,-142 +98,40,-134 +98,40,-126 +98,40,-118 +98,40,-110 +98,40,-102 +98,40,-94 +98,40,-86 +98,40,-78 +98,40,-70 +98,40,-62 +98,40,-54 +98,40,-46 +98,40,-38 +98,40,-30 +98,40,-22 +98,40,-14 +98,40,-6 +98,40,2 +98,40,10 +98,40,18 +98,40,26 +98,40,34 +98,40,42 +98,40,50 +98,40,58 +98,40,66 +98,40,74 +98,40,82 +98,40,90 +98,40,98 +98,40,106 +98,40,114 +98,40,122 +98,40,130 +98,40,138 +98,40,146 +106,40,-150 +106,40,-142 +106,40,-134 +106,40,-126 +106,40,-118 +106,40,-110 +106,40,-102 +106,40,-94 +106,40,-86 +106,40,-78 +106,40,-70 +106,40,-62 +106,40,-54 +106,40,-46 +106,40,-38 +106,40,-30 +106,40,-22 +106,40,-14 +106,40,-6 +106,40,2 +106,40,10 +106,40,18 +106,40,26 +106,40,34 +106,40,42 +106,40,50 +106,40,58 +106,40,66 +106,40,74 +106,40,82 +106,40,90 +106,40,98 +106,40,106 +106,40,114 +106,40,122 +106,40,130 +106,40,138 +106,40,146 +114,40,-150 +114,40,-142 +114,40,-134 +114,40,-126 +114,40,-118 +114,40,-110 +114,40,-102 +114,40,-94 +114,40,-86 +114,40,-78 +114,40,-70 +114,40,-62 +114,40,-54 +114,40,-46 +114,40,-38 +114,40,-30 +114,40,-22 +114,40,-14 +114,40,-6 +114,40,2 +114,40,10 +114,40,18 +114,40,26 +114,40,34 +114,40,42 +114,40,50 +114,40,58 +114,40,66 +114,40,74 +114,40,82 +114,40,90 +114,40,98 +114,40,106 +114,40,114 +114,40,122 +114,40,130 +114,40,138 +114,40,146 +122,40,-150 +122,40,-142 +122,40,-134 +122,40,-126 +122,40,-118 +122,40,-110 +122,40,-102 +122,40,-94 +122,40,-86 +122,40,-78 +122,40,-70 +122,40,-62 +122,40,-54 +122,40,-46 +122,40,-38 +122,40,-30 +122,40,-22 +122,40,-14 +122,40,-6 +122,40,2 +122,40,10 +122,40,18 +122,40,26 +122,40,34 +122,40,42 +122,40,50 +122,40,58 +122,40,66 +122,40,74 +122,40,82 +122,40,90 +122,40,98 +122,40,106 +122,40,114 +122,40,122 +122,40,130 +122,40,138 +122,40,146 +130,40,-150 +130,40,-142 +130,40,-134 +130,40,-126 +130,40,-118 +130,40,-110 +130,40,-102 +130,40,-94 +130,40,-86 +130,40,-78 +130,40,-70 +130,40,-62 +130,40,-54 +130,40,-46 +130,40,-38 +130,40,-30 +130,40,-22 +130,40,-14 +130,40,-6 +130,40,2 +130,40,10 +130,40,18 +130,40,26 +130,40,34 +130,40,42 +130,40,50 +130,40,58 +130,40,66 +130,40,74 +130,40,82 +130,40,90 +130,40,98 +130,40,106 +130,40,114 +130,40,122 +130,40,130 +130,40,138 +130,40,146 +138,40,-150 +138,40,-142 +138,40,-134 +138,40,-126 +138,40,-118 +138,40,-110 +138,40,-102 +138,40,-94 +138,40,-86 +138,40,-78 +138,40,-70 +138,40,-62 +138,40,-54 +138,40,-46 +138,40,-38 +138,40,-30 +138,40,-22 +138,40,-14 +138,40,-6 +138,40,2 +138,40,10 +138,40,18 +138,40,26 +138,40,34 +138,40,42 +138,40,50 +138,40,58 +138,40,66 +138,40,74 +138,40,82 +138,40,90 +138,40,98 +138,40,106 +138,40,114 +138,40,122 +138,40,130 +138,40,138 +138,40,146 +146,40,-150 +146,40,-142 +146,40,-134 +146,40,-126 +146,40,-118 +146,40,-110 +146,40,-102 +146,40,-94 +146,40,-86 +146,40,-78 +146,40,-70 +146,40,-62 +146,40,-54 +146,40,-46 +146,40,-38 +146,40,-30 +146,40,-22 +146,40,-14 +146,40,-6 +146,40,2 +146,40,10 +146,40,18 +146,40,26 +146,40,34 +146,40,42 +146,40,50 +146,40,58 +146,40,66 +146,40,74 +146,40,82 +146,40,90 +146,40,98 +146,40,106 +146,40,114 +146,40,122 +146,40,130 +146,40,138 +146,40,146 +-150,48,-150 +-150,48,-142 +-150,48,-134 +-150,48,-126 +-150,48,-118 +-150,48,-110 +-150,48,-102 +-150,48,-94 +-150,48,-86 +-150,48,-78 +-150,48,-70 +-150,48,-62 +-150,48,-54 +-150,48,-46 +-150,48,-38 +-150,48,-30 +-150,48,-22 +-150,48,-14 +-150,48,-6 +-150,48,2 +-150,48,10 +-150,48,18 +-150,48,26 +-150,48,34 +-150,48,42 +-150,48,50 +-150,48,58 +-150,48,66 +-150,48,74 +-150,48,82 +-150,48,90 +-150,48,98 +-150,48,106 +-150,48,114 +-150,48,122 +-150,48,130 +-150,48,138 +-150,48,146 +-142,48,-150 +-142,48,-142 +-142,48,-134 +-142,48,-126 +-142,48,-118 +-142,48,-110 +-142,48,-102 +-142,48,-94 +-142,48,-86 +-142,48,-78 +-142,48,-70 +-142,48,-62 +-142,48,-54 +-142,48,-46 +-142,48,-38 +-142,48,-30 +-142,48,-22 +-142,48,-14 +-142,48,-6 +-142,48,2 +-142,48,10 +-142,48,18 +-142,48,26 +-142,48,34 +-142,48,42 +-142,48,50 +-142,48,58 +-142,48,66 +-142,48,74 +-142,48,82 +-142,48,90 +-142,48,98 +-142,48,106 +-142,48,114 +-142,48,122 +-142,48,130 +-142,48,138 +-142,48,146 +-134,48,-150 +-134,48,-142 +-134,48,-134 +-134,48,-126 +-134,48,-118 +-134,48,-110 +-134,48,-102 +-134,48,-94 +-134,48,-86 +-134,48,-78 +-134,48,-70 +-134,48,-62 +-134,48,-54 +-134,48,-46 +-134,48,-38 +-134,48,-30 +-134,48,-22 +-134,48,-14 +-134,48,-6 +-134,48,2 +-134,48,10 +-134,48,18 +-134,48,26 +-134,48,34 +-134,48,42 +-134,48,50 +-134,48,58 +-134,48,66 +-134,48,74 +-134,48,82 +-134,48,90 +-134,48,98 +-134,48,106 +-134,48,114 +-134,48,122 +-134,48,130 +-134,48,138 +-134,48,146 +-126,48,-150 +-126,48,-142 +-126,48,-134 +-126,48,-126 +-126,48,-118 +-126,48,-110 +-126,48,-102 +-126,48,-94 +-126,48,-86 +-126,48,-78 +-126,48,-70 +-126,48,-62 +-126,48,-54 +-126,48,-46 +-126,48,-38 +-126,48,-30 +-126,48,-22 +-126,48,-14 +-126,48,-6 +-126,48,2 +-126,48,10 +-126,48,18 +-126,48,26 +-126,48,34 +-126,48,42 +-126,48,50 +-126,48,58 +-126,48,66 +-126,48,74 +-126,48,82 +-126,48,90 +-126,48,98 +-126,48,106 +-126,48,114 +-126,48,122 +-126,48,130 +-126,48,138 +-126,48,146 +-118,48,-150 +-118,48,-142 +-118,48,-134 +-118,48,-126 +-118,48,-118 +-118,48,-110 +-118,48,-102 +-118,48,-94 +-118,48,-86 +-118,48,-78 +-118,48,-70 +-118,48,-62 +-118,48,-54 +-118,48,-46 +-118,48,-38 +-118,48,-30 +-118,48,-22 +-118,48,-14 +-118,48,-6 +-118,48,2 +-118,48,10 +-118,48,18 +-118,48,26 +-118,48,34 +-118,48,42 +-118,48,50 +-118,48,58 +-118,48,66 +-118,48,74 +-118,48,82 +-118,48,90 +-118,48,98 +-118,48,106 +-118,48,114 +-118,48,122 +-118,48,130 +-118,48,138 +-118,48,146 +-110,48,-150 +-110,48,-142 +-110,48,-134 +-110,48,-126 +-110,48,-118 +-110,48,-110 +-110,48,-102 +-110,48,-94 +-110,48,-86 +-110,48,-78 +-110,48,-70 +-110,48,-62 +-110,48,-54 +-110,48,-46 +-110,48,-38 +-110,48,-30 +-110,48,-22 +-110,48,-14 +-110,48,-6 +-110,48,2 +-110,48,10 +-110,48,18 +-110,48,26 +-110,48,34 +-110,48,42 +-110,48,50 +-110,48,58 +-110,48,66 +-110,48,74 +-110,48,82 +-110,48,90 +-110,48,98 +-110,48,106 +-110,48,114 +-110,48,122 +-110,48,130 +-110,48,138 +-110,48,146 +-102,48,-150 +-102,48,-142 +-102,48,-134 +-102,48,-126 +-102,48,-118 +-102,48,-110 +-102,48,-102 +-102,48,-94 +-102,48,-86 +-102,48,-78 +-102,48,-70 +-102,48,-62 +-102,48,-54 +-102,48,-46 +-102,48,-38 +-102,48,-30 +-102,48,-22 +-102,48,-14 +-102,48,-6 +-102,48,2 +-102,48,10 +-102,48,18 +-102,48,26 +-102,48,34 +-102,48,42 +-102,48,50 +-102,48,58 +-102,48,66 +-102,48,74 +-102,48,82 +-102,48,90 +-102,48,98 +-102,48,106 +-102,48,114 +-102,48,122 +-102,48,130 +-102,48,138 +-102,48,146 +-94,48,-150 +-94,48,-142 +-94,48,-134 +-94,48,-126 +-94,48,-118 +-94,48,-110 +-94,48,-102 +-94,48,-94 +-94,48,-86 +-94,48,-78 +-94,48,-70 +-94,48,-62 +-94,48,-54 +-94,48,-46 +-94,48,-38 +-94,48,-30 +-94,48,-22 +-94,48,-14 +-94,48,-6 +-94,48,2 +-94,48,10 +-94,48,18 +-94,48,26 +-94,48,34 +-94,48,42 +-94,48,50 +-94,48,58 +-94,48,66 +-94,48,74 +-94,48,82 +-94,48,90 +-94,48,98 +-94,48,106 +-94,48,114 +-94,48,122 +-94,48,130 +-94,48,138 +-94,48,146 +-86,48,-150 +-86,48,-142 +-86,48,-134 +-86,48,-126 +-86,48,-118 +-86,48,-110 +-86,48,-102 +-86,48,-94 +-86,48,-86 +-86,48,-78 +-86,48,-70 +-86,48,-62 +-86,48,-54 +-86,48,-46 +-86,48,-38 +-86,48,-30 +-86,48,-22 +-86,48,-14 +-86,48,-6 +-86,48,2 +-86,48,10 +-86,48,18 +-86,48,26 +-86,48,34 +-86,48,42 +-86,48,50 +-86,48,58 +-86,48,66 +-86,48,74 +-86,48,82 +-86,48,90 +-86,48,98 +-86,48,106 +-86,48,114 +-86,48,122 +-86,48,130 +-86,48,138 +-86,48,146 +-78,48,-150 +-78,48,-142 +-78,48,-134 +-78,48,-126 +-78,48,-118 +-78,48,-110 +-78,48,-102 +-78,48,-94 +-78,48,-86 +-78,48,-78 +-78,48,-70 +-78,48,-62 +-78,48,-54 +-78,48,-46 +-78,48,-38 +-78,48,-30 +-78,48,-22 +-78,48,-14 +-78,48,-6 +-78,48,2 +-78,48,10 +-78,48,18 +-78,48,26 +-78,48,34 +-78,48,42 +-78,48,50 +-78,48,58 +-78,48,66 +-78,48,74 +-78,48,82 +-78,48,90 +-78,48,98 +-78,48,106 +-78,48,114 +-78,48,122 +-78,48,130 +-78,48,138 +-78,48,146 +-70,48,-150 +-70,48,-142 +-70,48,-134 +-70,48,-126 +-70,48,-118 +-70,48,-110 +-70,48,-102 +-70,48,-94 +-70,48,-86 +-70,48,-78 +-70,48,-70 +-70,48,-62 +-70,48,-54 +-70,48,-46 +-70,48,-38 +-70,48,-30 +-70,48,-22 +-70,48,-14 +-70,48,-6 +-70,48,2 +-70,48,10 +-70,48,18 +-70,48,26 +-70,48,34 +-70,48,42 +-70,48,50 +-70,48,58 +-70,48,66 +-70,48,74 +-70,48,82 +-70,48,90 +-70,48,98 +-70,48,106 +-70,48,114 +-70,48,122 +-70,48,130 +-70,48,138 +-70,48,146 +-62,48,-150 +-62,48,-142 +-62,48,-134 +-62,48,-126 +-62,48,-118 +-62,48,-110 +-62,48,-102 +-62,48,-94 +-62,48,-86 +-62,48,-78 +-62,48,-70 +-62,48,-62 +-62,48,-54 +-62,48,-46 +-62,48,-38 +-62,48,-30 +-62,48,-22 +-62,48,-14 +-62,48,-6 +-62,48,2 +-62,48,10 +-62,48,18 +-62,48,26 +-62,48,34 +-62,48,42 +-62,48,50 +-62,48,58 +-62,48,66 +-62,48,74 +-62,48,82 +-62,48,90 +-62,48,98 +-62,48,106 +-62,48,114 +-62,48,122 +-62,48,130 +-62,48,138 +-62,48,146 +-54,48,-150 +-54,48,-142 +-54,48,-134 +-54,48,-126 +-54,48,-118 +-54,48,-110 +-54,48,-102 +-54,48,-94 +-54,48,-86 +-54,48,-78 +-54,48,-70 +-54,48,-62 +-54,48,-54 +-54,48,-46 +-54,48,-38 +-54,48,-30 +-54,48,-22 +-54,48,-14 +-54,48,-6 +-54,48,2 +-54,48,10 +-54,48,18 +-54,48,26 +-54,48,34 +-54,48,42 +-54,48,50 +-54,48,58 +-54,48,66 +-54,48,74 +-54,48,82 +-54,48,90 +-54,48,98 +-54,48,106 +-54,48,114 +-54,48,122 +-54,48,130 +-54,48,138 +-54,48,146 +-46,48,-150 +-46,48,-142 +-46,48,-134 +-46,48,-126 +-46,48,-118 +-46,48,-110 +-46,48,-102 +-46,48,-94 +-46,48,-86 +-46,48,-78 +-46,48,-70 +-46,48,-62 +-46,48,-54 +-46,48,-46 +-46,48,-38 +-46,48,-30 +-46,48,-22 +-46,48,-14 +-46,48,-6 +-46,48,2 +-46,48,10 +-46,48,18 +-46,48,26 +-46,48,34 +-46,48,42 +-46,48,50 +-46,48,58 +-46,48,66 +-46,48,74 +-46,48,82 +-46,48,90 +-46,48,98 +-46,48,106 +-46,48,114 +-46,48,122 +-46,48,130 +-46,48,138 +-46,48,146 +-38,48,-150 +-38,48,-142 +-38,48,-134 +-38,48,-126 +-38,48,-118 +-38,48,-110 +-38,48,-102 +-38,48,-94 +-38,48,-86 +-38,48,-78 +-38,48,-70 +-38,48,-62 +-38,48,-54 +-38,48,-46 +-38,48,-38 +-38,48,-30 +-38,48,-22 +-38,48,-14 +-38,48,-6 +-38,48,2 +-38,48,10 +-38,48,18 +-38,48,26 +-38,48,34 +-38,48,42 +-38,48,50 +-38,48,58 +-38,48,66 +-38,48,74 +-38,48,82 +-38,48,90 +-38,48,98 +-38,48,106 +-38,48,114 +-38,48,122 +-38,48,130 +-38,48,138 +-38,48,146 +-30,48,-150 +-30,48,-142 +-30,48,-134 +-30,48,-126 +-30,48,-118 +-30,48,-110 +-30,48,-102 +-30,48,-94 +-30,48,-86 +-30,48,-78 +-30,48,-70 +-30,48,-62 +-30,48,-54 +-30,48,-46 +-30,48,-38 +-30,48,-30 +-30,48,-22 +-30,48,-14 +-30,48,-6 +-30,48,2 +-30,48,10 +-30,48,18 +-30,48,26 +-30,48,34 +-30,48,42 +-30,48,50 +-30,48,58 +-30,48,66 +-30,48,74 +-30,48,82 +-30,48,90 +-30,48,98 +-30,48,106 +-30,48,114 +-30,48,122 +-30,48,130 +-30,48,138 +-30,48,146 +-22,48,-150 +-22,48,-142 +-22,48,-134 +-22,48,-126 +-22,48,-118 +-22,48,-110 +-22,48,-102 +-22,48,-94 +-22,48,-86 +-22,48,-78 +-22,48,-70 +-22,48,-62 +-22,48,-54 +-22,48,-46 +-22,48,-38 +-22,48,-30 +-22,48,-22 +-22,48,-14 +-22,48,-6 +-22,48,2 +-22,48,10 +-22,48,18 +-22,48,26 +-22,48,34 +-22,48,42 +-22,48,50 +-22,48,58 +-22,48,66 +-22,48,74 +-22,48,82 +-22,48,90 +-22,48,98 +-22,48,106 +-22,48,114 +-22,48,122 +-22,48,130 +-22,48,138 +-22,48,146 +-14,48,-150 +-14,48,-142 +-14,48,-134 +-14,48,-126 +-14,48,-118 +-14,48,-110 +-14,48,-102 +-14,48,-94 +-14,48,-86 +-14,48,-78 +-14,48,-70 +-14,48,-62 +-14,48,-54 +-14,48,-46 +-14,48,-38 +-14,48,-30 +-14,48,-22 +-14,48,-14 +-14,48,-6 +-14,48,2 +-14,48,10 +-14,48,18 +-14,48,26 +-14,48,34 +-14,48,42 +-14,48,50 +-14,48,58 +-14,48,66 +-14,48,74 +-14,48,82 +-14,48,90 +-14,48,98 +-14,48,106 +-14,48,114 +-14,48,122 +-14,48,130 +-14,48,138 +-14,48,146 +-6,48,-150 +-6,48,-142 +-6,48,-134 +-6,48,-126 +-6,48,-118 +-6,48,-110 +-6,48,-102 +-6,48,-94 +-6,48,-86 +-6,48,-78 +-6,48,-70 +-6,48,-62 +-6,48,-54 +-6,48,-46 +-6,48,-38 +-6,48,-30 +-6,48,-22 +-6,48,-14 +-6,48,-6 +-6,48,2 +-6,48,10 +-6,48,18 +-6,48,26 +-6,48,34 +-6,48,42 +-6,48,50 +-6,48,58 +-6,48,66 +-6,48,74 +-6,48,82 +-6,48,90 +-6,48,98 +-6,48,106 +-6,48,114 +-6,48,122 +-6,48,130 +-6,48,138 +-6,48,146 +2,48,-150 +2,48,-142 +2,48,-134 +2,48,-126 +2,48,-118 +2,48,-110 +2,48,-102 +2,48,-94 +2,48,-86 +2,48,-78 +2,48,-70 +2,48,-62 +2,48,-54 +2,48,-46 +2,48,-38 +2,48,-30 +2,48,-22 +2,48,-14 +2,48,-6 +2,48,2 +2,48,10 +2,48,18 +2,48,26 +2,48,34 +2,48,42 +2,48,50 +2,48,58 +2,48,66 +2,48,74 +2,48,82 +2,48,90 +2,48,98 +2,48,106 +2,48,114 +2,48,122 +2,48,130 +2,48,138 +2,48,146 +10,48,-150 +10,48,-142 +10,48,-134 +10,48,-126 +10,48,-118 +10,48,-110 +10,48,-102 +10,48,-94 +10,48,-86 +10,48,-78 +10,48,-70 +10,48,-62 +10,48,-54 +10,48,-46 +10,48,-38 +10,48,-30 +10,48,-22 +10,48,-14 +10,48,-6 +10,48,2 +10,48,10 +10,48,18 +10,48,26 +10,48,34 +10,48,42 +10,48,50 +10,48,58 +10,48,66 +10,48,74 +10,48,82 +10,48,90 +10,48,98 +10,48,106 +10,48,114 +10,48,122 +10,48,130 +10,48,138 +10,48,146 +18,48,-150 +18,48,-142 +18,48,-134 +18,48,-126 +18,48,-118 +18,48,-110 +18,48,-102 +18,48,-94 +18,48,-86 +18,48,-78 +18,48,-70 +18,48,-62 +18,48,-54 +18,48,-46 +18,48,-38 +18,48,-30 +18,48,-22 +18,48,-14 +18,48,-6 +18,48,2 +18,48,10 +18,48,18 +18,48,26 +18,48,34 +18,48,42 +18,48,50 +18,48,58 +18,48,66 +18,48,74 +18,48,82 +18,48,90 +18,48,98 +18,48,106 +18,48,114 +18,48,122 +18,48,130 +18,48,138 +18,48,146 +26,48,-150 +26,48,-142 +26,48,-134 +26,48,-126 +26,48,-118 +26,48,-110 +26,48,-102 +26,48,-94 +26,48,-86 +26,48,-78 +26,48,-70 +26,48,-62 +26,48,-54 +26,48,-46 +26,48,-38 +26,48,-30 +26,48,-22 +26,48,-14 +26,48,-6 +26,48,2 +26,48,10 +26,48,18 +26,48,26 +26,48,34 +26,48,42 +26,48,50 +26,48,58 +26,48,66 +26,48,74 +26,48,82 +26,48,90 +26,48,98 +26,48,106 +26,48,114 +26,48,122 +26,48,130 +26,48,138 +26,48,146 +34,48,-150 +34,48,-142 +34,48,-134 +34,48,-126 +34,48,-118 +34,48,-110 +34,48,-102 +34,48,-94 +34,48,-86 +34,48,-78 +34,48,-70 +34,48,-62 +34,48,-54 +34,48,-46 +34,48,-38 +34,48,-30 +34,48,-22 +34,48,-14 +34,48,-6 +34,48,2 +34,48,10 +34,48,18 +34,48,26 +34,48,34 +34,48,42 +34,48,50 +34,48,58 +34,48,66 +34,48,74 +34,48,82 +34,48,90 +34,48,98 +34,48,106 +34,48,114 +34,48,122 +34,48,130 +34,48,138 +34,48,146 +42,48,-150 +42,48,-142 +42,48,-134 +42,48,-126 +42,48,-118 +42,48,-110 +42,48,-102 +42,48,-94 +42,48,-86 +42,48,-78 +42,48,-70 +42,48,-62 +42,48,-54 +42,48,-46 +42,48,-38 +42,48,-30 +42,48,-22 +42,48,-14 +42,48,-6 +42,48,2 +42,48,10 +42,48,18 +42,48,26 +42,48,34 +42,48,42 +42,48,50 +42,48,58 +42,48,66 +42,48,74 +42,48,82 +42,48,90 +42,48,98 +42,48,106 +42,48,114 +42,48,122 +42,48,130 +42,48,138 +42,48,146 +50,48,-150 +50,48,-142 +50,48,-134 +50,48,-126 +50,48,-118 +50,48,-110 +50,48,-102 +50,48,-94 +50,48,-86 +50,48,-78 +50,48,-70 +50,48,-62 +50,48,-54 +50,48,-46 +50,48,-38 +50,48,-30 +50,48,-22 +50,48,-14 +50,48,-6 +50,48,2 +50,48,10 +50,48,18 +50,48,26 +50,48,34 +50,48,42 +50,48,50 +50,48,58 +50,48,66 +50,48,74 +50,48,82 +50,48,90 +50,48,98 +50,48,106 +50,48,114 +50,48,122 +50,48,130 +50,48,138 +50,48,146 +58,48,-150 +58,48,-142 +58,48,-134 +58,48,-126 +58,48,-118 +58,48,-110 +58,48,-102 +58,48,-94 +58,48,-86 +58,48,-78 +58,48,-70 +58,48,-62 +58,48,-54 +58,48,-46 +58,48,-38 +58,48,-30 +58,48,-22 +58,48,-14 +58,48,-6 +58,48,2 +58,48,10 +58,48,18 +58,48,26 +58,48,34 +58,48,42 +58,48,50 +58,48,58 +58,48,66 +58,48,74 +58,48,82 +58,48,90 +58,48,98 +58,48,106 +58,48,114 +58,48,122 +58,48,130 +58,48,138 +58,48,146 +66,48,-150 +66,48,-142 +66,48,-134 +66,48,-126 +66,48,-118 +66,48,-110 +66,48,-102 +66,48,-94 +66,48,-86 +66,48,-78 +66,48,-70 +66,48,-62 +66,48,-54 +66,48,-46 +66,48,-38 +66,48,-30 +66,48,-22 +66,48,-14 +66,48,-6 +66,48,2 +66,48,10 +66,48,18 +66,48,26 +66,48,34 +66,48,42 +66,48,50 +66,48,58 +66,48,66 +66,48,74 +66,48,82 +66,48,90 +66,48,98 +66,48,106 +66,48,114 +66,48,122 +66,48,130 +66,48,138 +66,48,146 +74,48,-150 +74,48,-142 +74,48,-134 +74,48,-126 +74,48,-118 +74,48,-110 +74,48,-102 +74,48,-94 +74,48,-86 +74,48,-78 +74,48,-70 +74,48,-62 +74,48,-54 +74,48,-46 +74,48,-38 +74,48,-30 +74,48,-22 +74,48,-14 +74,48,-6 +74,48,2 +74,48,10 +74,48,18 +74,48,26 +74,48,34 +74,48,42 +74,48,50 +74,48,58 +74,48,66 +74,48,74 +74,48,82 +74,48,90 +74,48,98 +74,48,106 +74,48,114 +74,48,122 +74,48,130 +74,48,138 +74,48,146 +82,48,-150 +82,48,-142 +82,48,-134 +82,48,-126 +82,48,-118 +82,48,-110 +82,48,-102 +82,48,-94 +82,48,-86 +82,48,-78 +82,48,-70 +82,48,-62 +82,48,-54 +82,48,-46 +82,48,-38 +82,48,-30 +82,48,-22 +82,48,-14 +82,48,-6 +82,48,2 +82,48,10 +82,48,18 +82,48,26 +82,48,34 +82,48,42 +82,48,50 +82,48,58 +82,48,66 +82,48,74 +82,48,82 +82,48,90 +82,48,98 +82,48,106 +82,48,114 +82,48,122 +82,48,130 +82,48,138 +82,48,146 +90,48,-150 +90,48,-142 +90,48,-134 +90,48,-126 +90,48,-118 +90,48,-110 +90,48,-102 +90,48,-94 +90,48,-86 +90,48,-78 +90,48,-70 +90,48,-62 +90,48,-54 +90,48,-46 +90,48,-38 +90,48,-30 +90,48,-22 +90,48,-14 +90,48,-6 +90,48,2 +90,48,10 +90,48,18 +90,48,26 +90,48,34 +90,48,42 +90,48,50 +90,48,58 +90,48,66 +90,48,74 +90,48,82 +90,48,90 +90,48,98 +90,48,106 +90,48,114 +90,48,122 +90,48,130 +90,48,138 +90,48,146 +98,48,-150 +98,48,-142 +98,48,-134 +98,48,-126 +98,48,-118 +98,48,-110 +98,48,-102 +98,48,-94 +98,48,-86 +98,48,-78 +98,48,-70 +98,48,-62 +98,48,-54 +98,48,-46 +98,48,-38 +98,48,-30 +98,48,-22 +98,48,-14 +98,48,-6 +98,48,2 +98,48,10 +98,48,18 +98,48,26 +98,48,34 +98,48,42 +98,48,50 +98,48,58 +98,48,66 +98,48,74 +98,48,82 +98,48,90 +98,48,98 +98,48,106 +98,48,114 +98,48,122 +98,48,130 +98,48,138 +98,48,146 +106,48,-150 +106,48,-142 +106,48,-134 +106,48,-126 +106,48,-118 +106,48,-110 +106,48,-102 +106,48,-94 +106,48,-86 +106,48,-78 +106,48,-70 +106,48,-62 +106,48,-54 +106,48,-46 +106,48,-38 +106,48,-30 +106,48,-22 +106,48,-14 +106,48,-6 +106,48,2 +106,48,10 +106,48,18 +106,48,26 +106,48,34 +106,48,42 +106,48,50 +106,48,58 +106,48,66 +106,48,74 +106,48,82 +106,48,90 +106,48,98 +106,48,106 +106,48,114 +106,48,122 +106,48,130 +106,48,138 +106,48,146 +114,48,-150 +114,48,-142 +114,48,-134 +114,48,-126 +114,48,-118 +114,48,-110 +114,48,-102 +114,48,-94 +114,48,-86 +114,48,-78 +114,48,-70 +114,48,-62 +114,48,-54 +114,48,-46 +114,48,-38 +114,48,-30 +114,48,-22 +114,48,-14 +114,48,-6 +114,48,2 +114,48,10 +114,48,18 +114,48,26 +114,48,34 +114,48,42 +114,48,50 +114,48,58 +114,48,66 +114,48,74 +114,48,82 +114,48,90 +114,48,98 +114,48,106 +114,48,114 +114,48,122 +114,48,130 +114,48,138 +114,48,146 +122,48,-150 +122,48,-142 +122,48,-134 +122,48,-126 +122,48,-118 +122,48,-110 +122,48,-102 +122,48,-94 +122,48,-86 +122,48,-78 +122,48,-70 +122,48,-62 +122,48,-54 +122,48,-46 +122,48,-38 +122,48,-30 +122,48,-22 +122,48,-14 +122,48,-6 +122,48,2 +122,48,10 +122,48,18 +122,48,26 +122,48,34 +122,48,42 +122,48,50 +122,48,58 +122,48,66 +122,48,74 +122,48,82 +122,48,90 +122,48,98 +122,48,106 +122,48,114 +122,48,122 +122,48,130 +122,48,138 +122,48,146 +130,48,-150 +130,48,-142 +130,48,-134 +130,48,-126 +130,48,-118 +130,48,-110 +130,48,-102 +130,48,-94 +130,48,-86 +130,48,-78 +130,48,-70 +130,48,-62 +130,48,-54 +130,48,-46 +130,48,-38 +130,48,-30 +130,48,-22 +130,48,-14 +130,48,-6 +130,48,2 +130,48,10 +130,48,18 +130,48,26 +130,48,34 +130,48,42 +130,48,50 +130,48,58 +130,48,66 +130,48,74 +130,48,82 +130,48,90 +130,48,98 +130,48,106 +130,48,114 +130,48,122 +130,48,130 +130,48,138 +130,48,146 +138,48,-150 +138,48,-142 +138,48,-134 +138,48,-126 +138,48,-118 +138,48,-110 +138,48,-102 +138,48,-94 +138,48,-86 +138,48,-78 +138,48,-70 +138,48,-62 +138,48,-54 +138,48,-46 +138,48,-38 +138,48,-30 +138,48,-22 +138,48,-14 +138,48,-6 +138,48,2 +138,48,10 +138,48,18 +138,48,26 +138,48,34 +138,48,42 +138,48,50 +138,48,58 +138,48,66 +138,48,74 +138,48,82 +138,48,90 +138,48,98 +138,48,106 +138,48,114 +138,48,122 +138,48,130 +138,48,138 +138,48,146 +146,48,-150 +146,48,-142 +146,48,-134 +146,48,-126 +146,48,-118 +146,48,-110 +146,48,-102 +146,48,-94 +146,48,-86 +146,48,-78 +146,48,-70 +146,48,-62 +146,48,-54 +146,48,-46 +146,48,-38 +146,48,-30 +146,48,-22 +146,48,-14 +146,48,-6 +146,48,2 +146,48,10 +146,48,18 +146,48,26 +146,48,34 +146,48,42 +146,48,50 +146,48,58 +146,48,66 +146,48,74 +146,48,82 +146,48,90 +146,48,98 +146,48,106 +146,48,114 +146,48,122 +146,48,130 +146,48,138 +146,48,146 +-150,56,-150 +-150,56,-142 +-150,56,-134 +-150,56,-126 +-150,56,-118 +-150,56,-110 +-150,56,-102 +-150,56,-94 +-150,56,-86 +-150,56,-78 +-150,56,-70 +-150,56,-62 +-150,56,-54 +-150,56,-46 +-150,56,-38 +-150,56,-30 +-150,56,-22 +-150,56,-14 +-150,56,-6 +-150,56,2 +-150,56,10 +-150,56,18 +-150,56,26 +-150,56,34 +-150,56,42 +-150,56,50 +-150,56,58 +-150,56,66 +-150,56,74 +-150,56,82 +-150,56,90 +-150,56,98 +-150,56,106 +-150,56,114 +-150,56,122 +-150,56,130 +-150,56,138 +-150,56,146 +-142,56,-150 +-142,56,-142 +-142,56,-134 +-142,56,-126 +-142,56,-118 +-142,56,-110 +-142,56,-102 +-142,56,-94 +-142,56,-86 +-142,56,-78 +-142,56,-70 +-142,56,-62 +-142,56,-54 +-142,56,-46 +-142,56,-38 +-142,56,-30 +-142,56,-22 +-142,56,-14 +-142,56,-6 +-142,56,2 +-142,56,10 +-142,56,18 +-142,56,26 +-142,56,34 +-142,56,42 +-142,56,50 +-142,56,58 +-142,56,66 +-142,56,74 +-142,56,82 +-142,56,90 +-142,56,98 +-142,56,106 +-142,56,114 +-142,56,122 +-142,56,130 +-142,56,138 +-142,56,146 +-134,56,-150 +-134,56,-142 +-134,56,-134 +-134,56,-126 +-134,56,-118 +-134,56,-110 +-134,56,-102 +-134,56,-94 +-134,56,-86 +-134,56,-78 +-134,56,-70 +-134,56,-62 +-134,56,-54 +-134,56,-46 +-134,56,-38 +-134,56,-30 +-134,56,-22 +-134,56,-14 +-134,56,-6 +-134,56,2 +-134,56,10 +-134,56,18 +-134,56,26 +-134,56,34 +-134,56,42 +-134,56,50 +-134,56,58 +-134,56,66 +-134,56,74 +-134,56,82 +-134,56,90 +-134,56,98 +-134,56,106 +-134,56,114 +-134,56,122 +-134,56,130 +-134,56,138 +-134,56,146 +-126,56,-150 +-126,56,-142 +-126,56,-134 +-126,56,-126 +-126,56,-118 +-126,56,-110 +-126,56,-102 +-126,56,-94 +-126,56,-86 +-126,56,-78 +-126,56,-70 +-126,56,-62 +-126,56,-54 +-126,56,-46 +-126,56,-38 +-126,56,-30 +-126,56,-22 +-126,56,-14 +-126,56,-6 +-126,56,2 +-126,56,10 +-126,56,18 +-126,56,26 +-126,56,34 +-126,56,42 +-126,56,50 +-126,56,58 +-126,56,66 +-126,56,74 +-126,56,82 +-126,56,90 +-126,56,98 +-126,56,106 +-126,56,114 +-126,56,122 +-126,56,130 +-126,56,138 +-126,56,146 +-118,56,-150 +-118,56,-142 +-118,56,-134 +-118,56,-126 +-118,56,-118 +-118,56,-110 +-118,56,-102 +-118,56,-94 +-118,56,-86 +-118,56,-78 +-118,56,-70 +-118,56,-62 +-118,56,-54 +-118,56,-46 +-118,56,-38 +-118,56,-30 +-118,56,-22 +-118,56,-14 +-118,56,-6 +-118,56,2 +-118,56,10 +-118,56,18 +-118,56,26 +-118,56,34 +-118,56,42 +-118,56,50 +-118,56,58 +-118,56,66 +-118,56,74 +-118,56,82 +-118,56,90 +-118,56,98 +-118,56,106 +-118,56,114 +-118,56,122 +-118,56,130 +-118,56,138 +-118,56,146 +-110,56,-150 +-110,56,-142 +-110,56,-134 +-110,56,-126 +-110,56,-118 +-110,56,-110 +-110,56,-102 +-110,56,-94 +-110,56,-86 +-110,56,-78 +-110,56,-70 +-110,56,-62 +-110,56,-54 +-110,56,-46 +-110,56,-38 +-110,56,-30 +-110,56,-22 +-110,56,-14 +-110,56,-6 +-110,56,2 +-110,56,10 +-110,56,18 +-110,56,26 +-110,56,34 +-110,56,42 +-110,56,50 +-110,56,58 +-110,56,66 +-110,56,74 +-110,56,82 +-110,56,90 +-110,56,98 +-110,56,106 +-110,56,114 +-110,56,122 +-110,56,130 +-110,56,138 +-110,56,146 +-102,56,-150 +-102,56,-142 +-102,56,-134 +-102,56,-126 +-102,56,-118 +-102,56,-110 +-102,56,-102 +-102,56,-94 +-102,56,-86 +-102,56,-78 +-102,56,-70 +-102,56,-62 +-102,56,-54 +-102,56,-46 +-102,56,-38 +-102,56,-30 +-102,56,-22 +-102,56,-14 +-102,56,-6 +-102,56,2 +-102,56,10 +-102,56,18 +-102,56,26 +-102,56,34 +-102,56,42 +-102,56,50 +-102,56,58 +-102,56,66 +-102,56,74 +-102,56,82 +-102,56,90 +-102,56,98 +-102,56,106 +-102,56,114 +-102,56,122 +-102,56,130 +-102,56,138 +-102,56,146 +-94,56,-150 +-94,56,-142 +-94,56,-134 +-94,56,-126 +-94,56,-118 +-94,56,-110 +-94,56,-102 +-94,56,-94 +-94,56,-86 +-94,56,-78 +-94,56,-70 +-94,56,-62 +-94,56,-54 +-94,56,-46 +-94,56,-38 +-94,56,-30 +-94,56,-22 +-94,56,-14 +-94,56,-6 +-94,56,2 +-94,56,10 +-94,56,18 +-94,56,26 +-94,56,34 +-94,56,42 +-94,56,50 +-94,56,58 +-94,56,66 +-94,56,74 +-94,56,82 +-94,56,90 +-94,56,98 +-94,56,106 +-94,56,114 +-94,56,122 +-94,56,130 +-94,56,138 +-94,56,146 +-86,56,-150 +-86,56,-142 +-86,56,-134 +-86,56,-126 +-86,56,-118 +-86,56,-110 +-86,56,-102 +-86,56,-94 +-86,56,-86 +-86,56,-78 +-86,56,-70 +-86,56,-62 +-86,56,-54 +-86,56,-46 +-86,56,-38 +-86,56,-30 +-86,56,-22 +-86,56,-14 +-86,56,-6 +-86,56,2 +-86,56,10 +-86,56,18 +-86,56,26 +-86,56,34 +-86,56,42 +-86,56,50 +-86,56,58 +-86,56,66 +-86,56,74 +-86,56,82 +-86,56,90 +-86,56,98 +-86,56,106 +-86,56,114 +-86,56,122 +-86,56,130 +-86,56,138 +-86,56,146 +-78,56,-150 +-78,56,-142 +-78,56,-134 +-78,56,-126 +-78,56,-118 +-78,56,-110 +-78,56,-102 +-78,56,-94 +-78,56,-86 +-78,56,-78 +-78,56,-70 +-78,56,-62 +-78,56,-54 +-78,56,-46 +-78,56,-38 +-78,56,-30 +-78,56,-22 +-78,56,-14 +-78,56,-6 +-78,56,2 +-78,56,10 +-78,56,18 +-78,56,26 +-78,56,34 +-78,56,42 +-78,56,50 +-78,56,58 +-78,56,66 +-78,56,74 +-78,56,82 +-78,56,90 +-78,56,98 +-78,56,106 +-78,56,114 +-78,56,122 +-78,56,130 +-78,56,138 +-78,56,146 +-70,56,-150 +-70,56,-142 +-70,56,-134 +-70,56,-126 +-70,56,-118 +-70,56,-110 +-70,56,-102 +-70,56,-94 +-70,56,-86 +-70,56,-78 +-70,56,-70 +-70,56,-62 +-70,56,-54 +-70,56,-46 +-70,56,-38 +-70,56,-30 +-70,56,-22 +-70,56,-14 +-70,56,-6 +-70,56,2 +-70,56,10 +-70,56,18 +-70,56,26 +-70,56,34 +-70,56,42 +-70,56,50 +-70,56,58 +-70,56,66 +-70,56,74 +-70,56,82 +-70,56,90 +-70,56,98 +-70,56,106 +-70,56,114 +-70,56,122 +-70,56,130 +-70,56,138 +-70,56,146 +-62,56,-150 +-62,56,-142 +-62,56,-134 +-62,56,-126 +-62,56,-118 +-62,56,-110 +-62,56,-102 +-62,56,-94 +-62,56,-86 +-62,56,-78 +-62,56,-70 +-62,56,-62 +-62,56,-54 +-62,56,-46 +-62,56,-38 +-62,56,-30 +-62,56,-22 +-62,56,-14 +-62,56,-6 +-62,56,2 +-62,56,10 +-62,56,18 +-62,56,26 +-62,56,34 +-62,56,42 +-62,56,50 +-62,56,58 +-62,56,66 +-62,56,74 +-62,56,82 +-62,56,90 +-62,56,98 +-62,56,106 +-62,56,114 +-62,56,122 +-62,56,130 +-62,56,138 +-62,56,146 +-54,56,-150 +-54,56,-142 +-54,56,-134 +-54,56,-126 +-54,56,-118 +-54,56,-110 +-54,56,-102 +-54,56,-94 +-54,56,-86 +-54,56,-78 +-54,56,-70 +-54,56,-62 +-54,56,-54 +-54,56,-46 +-54,56,-38 +-54,56,-30 +-54,56,-22 +-54,56,-14 +-54,56,-6 +-54,56,2 +-54,56,10 +-54,56,18 +-54,56,26 +-54,56,34 +-54,56,42 +-54,56,50 +-54,56,58 +-54,56,66 +-54,56,74 +-54,56,82 +-54,56,90 +-54,56,98 +-54,56,106 +-54,56,114 +-54,56,122 +-54,56,130 +-54,56,138 +-54,56,146 +-46,56,-150 +-46,56,-142 +-46,56,-134 +-46,56,-126 +-46,56,-118 +-46,56,-110 +-46,56,-102 +-46,56,-94 +-46,56,-86 +-46,56,-78 +-46,56,-70 +-46,56,-62 +-46,56,-54 +-46,56,-46 +-46,56,-38 +-46,56,-30 +-46,56,-22 +-46,56,-14 +-46,56,-6 +-46,56,2 +-46,56,10 +-46,56,18 +-46,56,26 +-46,56,34 +-46,56,42 +-46,56,50 +-46,56,58 +-46,56,66 +-46,56,74 +-46,56,82 +-46,56,90 +-46,56,98 +-46,56,106 +-46,56,114 +-46,56,122 +-46,56,130 +-46,56,138 +-46,56,146 +-38,56,-150 +-38,56,-142 +-38,56,-134 +-38,56,-126 +-38,56,-118 +-38,56,-110 +-38,56,-102 +-38,56,-94 +-38,56,-86 +-38,56,-78 +-38,56,-70 +-38,56,-62 +-38,56,-54 +-38,56,-46 +-38,56,-38 +-38,56,-30 +-38,56,-22 +-38,56,-14 +-38,56,-6 +-38,56,2 +-38,56,10 +-38,56,18 +-38,56,26 +-38,56,34 +-38,56,42 +-38,56,50 +-38,56,58 +-38,56,66 +-38,56,74 +-38,56,82 +-38,56,90 +-38,56,98 +-38,56,106 +-38,56,114 +-38,56,122 +-38,56,130 +-38,56,138 +-38,56,146 +-30,56,-150 +-30,56,-142 +-30,56,-134 +-30,56,-126 +-30,56,-118 +-30,56,-110 +-30,56,-102 +-30,56,-94 +-30,56,-86 +-30,56,-78 +-30,56,-70 +-30,56,-62 +-30,56,-54 +-30,56,-46 +-30,56,-38 +-30,56,-30 +-30,56,-22 +-30,56,-14 +-30,56,-6 +-30,56,2 +-30,56,10 +-30,56,18 +-30,56,26 +-30,56,34 +-30,56,42 +-30,56,50 +-30,56,58 +-30,56,66 +-30,56,74 +-30,56,82 +-30,56,90 +-30,56,98 +-30,56,106 +-30,56,114 +-30,56,122 +-30,56,130 +-30,56,138 +-30,56,146 +-22,56,-150 +-22,56,-142 +-22,56,-134 +-22,56,-126 +-22,56,-118 +-22,56,-110 +-22,56,-102 +-22,56,-94 +-22,56,-86 +-22,56,-78 +-22,56,-70 +-22,56,-62 +-22,56,-54 +-22,56,-46 +-22,56,-38 +-22,56,-30 +-22,56,-22 +-22,56,-14 +-22,56,-6 +-22,56,2 +-22,56,10 +-22,56,18 +-22,56,26 +-22,56,34 +-22,56,42 +-22,56,50 +-22,56,58 +-22,56,66 +-22,56,74 +-22,56,82 +-22,56,90 +-22,56,98 +-22,56,106 +-22,56,114 +-22,56,122 +-22,56,130 +-22,56,138 +-22,56,146 +-14,56,-150 +-14,56,-142 +-14,56,-134 +-14,56,-126 +-14,56,-118 +-14,56,-110 +-14,56,-102 +-14,56,-94 +-14,56,-86 +-14,56,-78 +-14,56,-70 +-14,56,-62 +-14,56,-54 +-14,56,-46 +-14,56,-38 +-14,56,-30 +-14,56,-22 +-14,56,-14 +-14,56,-6 +-14,56,2 +-14,56,10 +-14,56,18 +-14,56,26 +-14,56,34 +-14,56,42 +-14,56,50 +-14,56,58 +-14,56,66 +-14,56,74 +-14,56,82 +-14,56,90 +-14,56,98 +-14,56,106 +-14,56,114 +-14,56,122 +-14,56,130 +-14,56,138 +-14,56,146 +-6,56,-150 +-6,56,-142 +-6,56,-134 +-6,56,-126 +-6,56,-118 +-6,56,-110 +-6,56,-102 +-6,56,-94 +-6,56,-86 +-6,56,-78 +-6,56,-70 +-6,56,-62 +-6,56,-54 +-6,56,-46 +-6,56,-38 +-6,56,-30 +-6,56,-22 +-6,56,-14 +-6,56,-6 +-6,56,2 +-6,56,10 +-6,56,18 +-6,56,26 +-6,56,34 +-6,56,42 +-6,56,50 +-6,56,58 +-6,56,66 +-6,56,74 +-6,56,82 +-6,56,90 +-6,56,98 +-6,56,106 +-6,56,114 +-6,56,122 +-6,56,130 +-6,56,138 +-6,56,146 +2,56,-150 +2,56,-142 +2,56,-134 +2,56,-126 +2,56,-118 +2,56,-110 +2,56,-102 +2,56,-94 +2,56,-86 +2,56,-78 +2,56,-70 +2,56,-62 +2,56,-54 +2,56,-46 +2,56,-38 +2,56,-30 +2,56,-22 +2,56,-14 +2,56,-6 +2,56,2 +2,56,10 +2,56,18 +2,56,26 +2,56,34 +2,56,42 +2,56,50 +2,56,58 +2,56,66 +2,56,74 +2,56,82 +2,56,90 +2,56,98 +2,56,106 +2,56,114 +2,56,122 +2,56,130 +2,56,138 +2,56,146 +10,56,-150 +10,56,-142 +10,56,-134 +10,56,-126 +10,56,-118 +10,56,-110 +10,56,-102 +10,56,-94 +10,56,-86 +10,56,-78 +10,56,-70 +10,56,-62 +10,56,-54 +10,56,-46 +10,56,-38 +10,56,-30 +10,56,-22 +10,56,-14 +10,56,-6 +10,56,2 +10,56,10 +10,56,18 +10,56,26 +10,56,34 +10,56,42 +10,56,50 +10,56,58 +10,56,66 +10,56,74 +10,56,82 +10,56,90 +10,56,98 +10,56,106 +10,56,114 +10,56,122 +10,56,130 +10,56,138 +10,56,146 +18,56,-150 +18,56,-142 +18,56,-134 +18,56,-126 +18,56,-118 +18,56,-110 +18,56,-102 +18,56,-94 +18,56,-86 +18,56,-78 +18,56,-70 +18,56,-62 +18,56,-54 +18,56,-46 +18,56,-38 +18,56,-30 +18,56,-22 +18,56,-14 +18,56,-6 +18,56,2 +18,56,10 +18,56,18 +18,56,26 +18,56,34 +18,56,42 +18,56,50 +18,56,58 +18,56,66 +18,56,74 +18,56,82 +18,56,90 +18,56,98 +18,56,106 +18,56,114 +18,56,122 +18,56,130 +18,56,138 +18,56,146 +26,56,-150 +26,56,-142 +26,56,-134 +26,56,-126 +26,56,-118 +26,56,-110 +26,56,-102 +26,56,-94 +26,56,-86 +26,56,-78 +26,56,-70 +26,56,-62 +26,56,-54 +26,56,-46 +26,56,-38 +26,56,-30 +26,56,-22 +26,56,-14 +26,56,-6 +26,56,2 +26,56,10 +26,56,18 +26,56,26 +26,56,34 +26,56,42 +26,56,50 +26,56,58 +26,56,66 +26,56,74 +26,56,82 +26,56,90 +26,56,98 +26,56,106 +26,56,114 +26,56,122 +26,56,130 +26,56,138 +26,56,146 +34,56,-150 +34,56,-142 +34,56,-134 +34,56,-126 +34,56,-118 +34,56,-110 +34,56,-102 +34,56,-94 +34,56,-86 +34,56,-78 +34,56,-70 +34,56,-62 +34,56,-54 +34,56,-46 +34,56,-38 +34,56,-30 +34,56,-22 +34,56,-14 +34,56,-6 +34,56,2 +34,56,10 +34,56,18 +34,56,26 +34,56,34 +34,56,42 +34,56,50 +34,56,58 +34,56,66 +34,56,74 +34,56,82 +34,56,90 +34,56,98 +34,56,106 +34,56,114 +34,56,122 +34,56,130 +34,56,138 +34,56,146 +42,56,-150 +42,56,-142 +42,56,-134 +42,56,-126 +42,56,-118 +42,56,-110 +42,56,-102 +42,56,-94 +42,56,-86 +42,56,-78 +42,56,-70 +42,56,-62 +42,56,-54 +42,56,-46 +42,56,-38 +42,56,-30 +42,56,-22 +42,56,-14 +42,56,-6 +42,56,2 +42,56,10 +42,56,18 +42,56,26 +42,56,34 +42,56,42 +42,56,50 +42,56,58 +42,56,66 +42,56,74 +42,56,82 +42,56,90 +42,56,98 +42,56,106 +42,56,114 +42,56,122 +42,56,130 +42,56,138 +42,56,146 +50,56,-150 +50,56,-142 +50,56,-134 +50,56,-126 +50,56,-118 +50,56,-110 +50,56,-102 +50,56,-94 +50,56,-86 +50,56,-78 +50,56,-70 +50,56,-62 +50,56,-54 +50,56,-46 +50,56,-38 +50,56,-30 +50,56,-22 +50,56,-14 +50,56,-6 +50,56,2 +50,56,10 +50,56,18 +50,56,26 +50,56,34 +50,56,42 +50,56,50 +50,56,58 +50,56,66 +50,56,74 +50,56,82 +50,56,90 +50,56,98 +50,56,106 +50,56,114 +50,56,122 +50,56,130 +50,56,138 +50,56,146 +58,56,-150 +58,56,-142 +58,56,-134 +58,56,-126 +58,56,-118 +58,56,-110 +58,56,-102 +58,56,-94 +58,56,-86 +58,56,-78 +58,56,-70 +58,56,-62 +58,56,-54 +58,56,-46 +58,56,-38 +58,56,-30 +58,56,-22 +58,56,-14 +58,56,-6 +58,56,2 +58,56,10 +58,56,18 +58,56,26 +58,56,34 +58,56,42 +58,56,50 +58,56,58 +58,56,66 +58,56,74 +58,56,82 +58,56,90 +58,56,98 +58,56,106 +58,56,114 +58,56,122 +58,56,130 +58,56,138 +58,56,146 +66,56,-150 +66,56,-142 +66,56,-134 +66,56,-126 +66,56,-118 +66,56,-110 +66,56,-102 +66,56,-94 +66,56,-86 +66,56,-78 +66,56,-70 +66,56,-62 +66,56,-54 +66,56,-46 +66,56,-38 +66,56,-30 +66,56,-22 +66,56,-14 +66,56,-6 +66,56,2 +66,56,10 +66,56,18 +66,56,26 +66,56,34 +66,56,42 +66,56,50 +66,56,58 +66,56,66 +66,56,74 +66,56,82 +66,56,90 +66,56,98 +66,56,106 +66,56,114 +66,56,122 +66,56,130 +66,56,138 +66,56,146 +74,56,-150 +74,56,-142 +74,56,-134 +74,56,-126 +74,56,-118 +74,56,-110 +74,56,-102 +74,56,-94 +74,56,-86 +74,56,-78 +74,56,-70 +74,56,-62 +74,56,-54 +74,56,-46 +74,56,-38 +74,56,-30 +74,56,-22 +74,56,-14 +74,56,-6 +74,56,2 +74,56,10 +74,56,18 +74,56,26 +74,56,34 +74,56,42 +74,56,50 +74,56,58 +74,56,66 +74,56,74 +74,56,82 +74,56,90 +74,56,98 +74,56,106 +74,56,114 +74,56,122 +74,56,130 +74,56,138 +74,56,146 +82,56,-150 +82,56,-142 +82,56,-134 +82,56,-126 +82,56,-118 +82,56,-110 +82,56,-102 +82,56,-94 +82,56,-86 +82,56,-78 +82,56,-70 +82,56,-62 +82,56,-54 +82,56,-46 +82,56,-38 +82,56,-30 +82,56,-22 +82,56,-14 +82,56,-6 +82,56,2 +82,56,10 +82,56,18 +82,56,26 +82,56,34 +82,56,42 +82,56,50 +82,56,58 +82,56,66 +82,56,74 +82,56,82 +82,56,90 +82,56,98 +82,56,106 +82,56,114 +82,56,122 +82,56,130 +82,56,138 +82,56,146 +90,56,-150 +90,56,-142 +90,56,-134 +90,56,-126 +90,56,-118 +90,56,-110 +90,56,-102 +90,56,-94 +90,56,-86 +90,56,-78 +90,56,-70 +90,56,-62 +90,56,-54 +90,56,-46 +90,56,-38 +90,56,-30 +90,56,-22 +90,56,-14 +90,56,-6 +90,56,2 +90,56,10 +90,56,18 +90,56,26 +90,56,34 +90,56,42 +90,56,50 +90,56,58 +90,56,66 +90,56,74 +90,56,82 +90,56,90 +90,56,98 +90,56,106 +90,56,114 +90,56,122 +90,56,130 +90,56,138 +90,56,146 +98,56,-150 +98,56,-142 +98,56,-134 +98,56,-126 +98,56,-118 +98,56,-110 +98,56,-102 +98,56,-94 +98,56,-86 +98,56,-78 +98,56,-70 +98,56,-62 +98,56,-54 +98,56,-46 +98,56,-38 +98,56,-30 +98,56,-22 +98,56,-14 +98,56,-6 +98,56,2 +98,56,10 +98,56,18 +98,56,26 +98,56,34 +98,56,42 +98,56,50 +98,56,58 +98,56,66 +98,56,74 +98,56,82 +98,56,90 +98,56,98 +98,56,106 +98,56,114 +98,56,122 +98,56,130 +98,56,138 +98,56,146 +106,56,-150 +106,56,-142 +106,56,-134 +106,56,-126 +106,56,-118 +106,56,-110 +106,56,-102 +106,56,-94 +106,56,-86 +106,56,-78 +106,56,-70 +106,56,-62 +106,56,-54 +106,56,-46 +106,56,-38 +106,56,-30 +106,56,-22 +106,56,-14 +106,56,-6 +106,56,2 +106,56,10 +106,56,18 +106,56,26 +106,56,34 +106,56,42 +106,56,50 +106,56,58 +106,56,66 +106,56,74 +106,56,82 +106,56,90 +106,56,98 +106,56,106 +106,56,114 +106,56,122 +106,56,130 +106,56,138 +106,56,146 +114,56,-150 +114,56,-142 +114,56,-134 +114,56,-126 +114,56,-118 +114,56,-110 +114,56,-102 +114,56,-94 +114,56,-86 +114,56,-78 +114,56,-70 +114,56,-62 +114,56,-54 +114,56,-46 +114,56,-38 +114,56,-30 +114,56,-22 +114,56,-14 +114,56,-6 +114,56,2 +114,56,10 +114,56,18 +114,56,26 +114,56,34 +114,56,42 +114,56,50 +114,56,58 +114,56,66 +114,56,74 +114,56,82 +114,56,90 +114,56,98 +114,56,106 +114,56,114 +114,56,122 +114,56,130 +114,56,138 +114,56,146 +122,56,-150 +122,56,-142 +122,56,-134 +122,56,-126 +122,56,-118 +122,56,-110 +122,56,-102 +122,56,-94 +122,56,-86 +122,56,-78 +122,56,-70 +122,56,-62 +122,56,-54 +122,56,-46 +122,56,-38 +122,56,-30 +122,56,-22 +122,56,-14 +122,56,-6 +122,56,2 +122,56,10 +122,56,18 +122,56,26 +122,56,34 +122,56,42 +122,56,50 +122,56,58 +122,56,66 +122,56,74 +122,56,82 +122,56,90 +122,56,98 +122,56,106 +122,56,114 +122,56,122 +122,56,130 +122,56,138 +122,56,146 +130,56,-150 +130,56,-142 +130,56,-134 +130,56,-126 +130,56,-118 +130,56,-110 +130,56,-102 +130,56,-94 +130,56,-86 +130,56,-78 +130,56,-70 +130,56,-62 +130,56,-54 +130,56,-46 +130,56,-38 +130,56,-30 +130,56,-22 +130,56,-14 +130,56,-6 +130,56,2 +130,56,10 +130,56,18 +130,56,26 +130,56,34 +130,56,42 +130,56,50 +130,56,58 +130,56,66 +130,56,74 +130,56,82 +130,56,90 +130,56,98 +130,56,106 +130,56,114 +130,56,122 +130,56,130 +130,56,138 +130,56,146 +138,56,-150 +138,56,-142 +138,56,-134 +138,56,-126 +138,56,-118 +138,56,-110 +138,56,-102 +138,56,-94 +138,56,-86 +138,56,-78 +138,56,-70 +138,56,-62 +138,56,-54 +138,56,-46 +138,56,-38 +138,56,-30 +138,56,-22 +138,56,-14 +138,56,-6 +138,56,2 +138,56,10 +138,56,18 +138,56,26 +138,56,34 +138,56,42 +138,56,50 +138,56,58 +138,56,66 +138,56,74 +138,56,82 +138,56,90 +138,56,98 +138,56,106 +138,56,114 +138,56,122 +138,56,130 +138,56,138 +138,56,146 +146,56,-150 +146,56,-142 +146,56,-134 +146,56,-126 +146,56,-118 +146,56,-110 +146,56,-102 +146,56,-94 +146,56,-86 +146,56,-78 +146,56,-70 +146,56,-62 +146,56,-54 +146,56,-46 +146,56,-38 +146,56,-30 +146,56,-22 +146,56,-14 +146,56,-6 +146,56,2 +146,56,10 +146,56,18 +146,56,26 +146,56,34 +146,56,42 +146,56,50 +146,56,58 +146,56,66 +146,56,74 +146,56,82 +146,56,90 +146,56,98 +146,56,106 +146,56,114 +146,56,122 +146,56,130 +146,56,138 +146,56,146 +-150,64,-150 +-150,64,-142 +-150,64,-134 +-150,64,-126 +-150,64,-118 +-150,64,-110 +-150,64,-102 +-150,64,-94 +-150,64,-86 +-150,64,-78 +-150,64,-70 +-150,64,-62 +-150,64,-54 +-150,64,-46 +-150,64,-38 +-150,64,-30 +-150,64,-22 +-150,64,-14 +-150,64,-6 +-150,64,2 +-150,64,10 +-150,64,18 +-150,64,26 +-150,64,34 +-150,64,42 +-150,64,50 +-150,64,58 +-150,64,66 +-150,64,74 +-150,64,82 +-150,64,90 +-150,64,98 +-150,64,106 +-150,64,114 +-150,64,122 +-150,64,130 +-150,64,138 +-150,64,146 +-142,64,-150 +-142,64,-142 +-142,64,-134 +-142,64,-126 +-142,64,-118 +-142,64,-110 +-142,64,-102 +-142,64,-94 +-142,64,-86 +-142,64,-78 +-142,64,-70 +-142,64,-62 +-142,64,-54 +-142,64,-46 +-142,64,-38 +-142,64,-30 +-142,64,-22 +-142,64,-14 +-142,64,-6 +-142,64,2 +-142,64,10 +-142,64,18 +-142,64,26 +-142,64,34 +-142,64,42 +-142,64,50 +-142,64,58 +-142,64,66 +-142,64,74 +-142,64,82 +-142,64,90 +-142,64,98 +-142,64,106 +-142,64,114 +-142,64,122 +-142,64,130 +-142,64,138 +-142,64,146 +-134,64,-150 +-134,64,-142 +-134,64,-134 +-134,64,-126 +-134,64,-118 +-134,64,-110 +-134,64,-102 +-134,64,-94 +-134,64,-86 +-134,64,-78 +-134,64,-70 +-134,64,-62 +-134,64,-54 +-134,64,-46 +-134,64,-38 +-134,64,-30 +-134,64,-22 +-134,64,-14 +-134,64,-6 +-134,64,2 +-134,64,10 +-134,64,18 +-134,64,26 +-134,64,34 +-134,64,42 +-134,64,50 +-134,64,58 +-134,64,66 +-134,64,74 +-134,64,82 +-134,64,90 +-134,64,98 +-134,64,106 +-134,64,114 +-134,64,122 +-134,64,130 +-134,64,138 +-134,64,146 +-126,64,-150 +-126,64,-142 +-126,64,-134 +-126,64,-126 +-126,64,-118 +-126,64,-110 +-126,64,-102 +-126,64,-94 +-126,64,-86 +-126,64,-78 +-126,64,-70 +-126,64,-62 +-126,64,-54 +-126,64,-46 +-126,64,-38 +-126,64,-30 +-126,64,-22 +-126,64,-14 +-126,64,-6 +-126,64,2 +-126,64,10 +-126,64,18 +-126,64,26 +-126,64,34 +-126,64,42 +-126,64,50 +-126,64,58 +-126,64,66 +-126,64,74 +-126,64,82 +-126,64,90 +-126,64,98 +-126,64,106 +-126,64,114 +-126,64,122 +-126,64,130 +-126,64,138 +-126,64,146 +-118,64,-150 +-118,64,-142 +-118,64,-134 +-118,64,-126 +-118,64,-118 +-118,64,-110 +-118,64,-102 +-118,64,-94 +-118,64,-86 +-118,64,-78 +-118,64,-70 +-118,64,-62 +-118,64,-54 +-118,64,-46 +-118,64,-38 +-118,64,-30 +-118,64,-22 +-118,64,-14 +-118,64,-6 +-118,64,2 +-118,64,10 +-118,64,18 +-118,64,26 +-118,64,34 +-118,64,42 +-118,64,50 +-118,64,58 +-118,64,66 +-118,64,74 +-118,64,82 +-118,64,90 +-118,64,98 +-118,64,106 +-118,64,114 +-118,64,122 +-118,64,130 +-118,64,138 +-118,64,146 +-110,64,-150 +-110,64,-142 +-110,64,-134 +-110,64,-126 +-110,64,-118 +-110,64,-110 +-110,64,-102 +-110,64,-94 +-110,64,-86 +-110,64,-78 +-110,64,-70 +-110,64,-62 +-110,64,-54 +-110,64,-46 +-110,64,-38 +-110,64,-30 +-110,64,-22 +-110,64,-14 +-110,64,-6 +-110,64,2 +-110,64,10 +-110,64,18 +-110,64,26 +-110,64,34 +-110,64,42 +-110,64,50 +-110,64,58 +-110,64,66 +-110,64,74 +-110,64,82 +-110,64,90 +-110,64,98 +-110,64,106 +-110,64,114 +-110,64,122 +-110,64,130 +-110,64,138 +-110,64,146 +-102,64,-150 +-102,64,-142 +-102,64,-134 +-102,64,-126 +-102,64,-118 +-102,64,-110 +-102,64,-102 +-102,64,-94 +-102,64,-86 +-102,64,-78 +-102,64,-70 +-102,64,-62 +-102,64,-54 +-102,64,-46 +-102,64,-38 +-102,64,-30 +-102,64,-22 +-102,64,-14 +-102,64,-6 +-102,64,2 +-102,64,10 +-102,64,18 +-102,64,26 +-102,64,34 +-102,64,42 +-102,64,50 +-102,64,58 +-102,64,66 +-102,64,74 +-102,64,82 +-102,64,90 +-102,64,98 +-102,64,106 +-102,64,114 +-102,64,122 +-102,64,130 +-102,64,138 +-102,64,146 +-94,64,-150 +-94,64,-142 +-94,64,-134 +-94,64,-126 +-94,64,-118 +-94,64,-110 +-94,64,-102 +-94,64,-94 +-94,64,-86 +-94,64,-78 +-94,64,-70 +-94,64,-62 +-94,64,-54 +-94,64,-46 +-94,64,-38 +-94,64,-30 +-94,64,-22 +-94,64,-14 +-94,64,-6 +-94,64,2 +-94,64,10 +-94,64,18 +-94,64,26 +-94,64,34 +-94,64,42 +-94,64,50 +-94,64,58 +-94,64,66 +-94,64,74 +-94,64,82 +-94,64,90 +-94,64,98 +-94,64,106 +-94,64,114 +-94,64,122 +-94,64,130 +-94,64,138 +-94,64,146 +-86,64,-150 +-86,64,-142 +-86,64,-134 +-86,64,-126 +-86,64,-118 +-86,64,-110 +-86,64,-102 +-86,64,-94 +-86,64,-86 +-86,64,-78 +-86,64,-70 +-86,64,-62 +-86,64,-54 +-86,64,-46 +-86,64,-38 +-86,64,-30 +-86,64,-22 +-86,64,-14 +-86,64,-6 +-86,64,2 +-86,64,10 +-86,64,18 +-86,64,26 +-86,64,34 +-86,64,42 +-86,64,50 +-86,64,58 +-86,64,66 +-86,64,74 +-86,64,82 +-86,64,90 +-86,64,98 +-86,64,106 +-86,64,114 +-86,64,122 +-86,64,130 +-86,64,138 +-86,64,146 +-78,64,-150 +-78,64,-142 +-78,64,-134 +-78,64,-126 +-78,64,-118 +-78,64,-110 +-78,64,-102 +-78,64,-94 +-78,64,-86 +-78,64,-78 +-78,64,-70 +-78,64,-62 +-78,64,-54 +-78,64,-46 +-78,64,-38 +-78,64,-30 +-78,64,-22 +-78,64,-14 +-78,64,-6 +-78,64,2 +-78,64,10 +-78,64,18 +-78,64,26 +-78,64,34 +-78,64,42 +-78,64,50 +-78,64,58 +-78,64,66 +-78,64,74 +-78,64,82 +-78,64,90 +-78,64,98 +-78,64,106 +-78,64,114 +-78,64,122 +-78,64,130 +-78,64,138 +-78,64,146 +-70,64,-150 +-70,64,-142 +-70,64,-134 +-70,64,-126 +-70,64,-118 +-70,64,-110 +-70,64,-102 +-70,64,-94 +-70,64,-86 +-70,64,-78 +-70,64,-70 +-70,64,-62 +-70,64,-54 +-70,64,-46 +-70,64,-38 +-70,64,-30 +-70,64,-22 +-70,64,-14 +-70,64,-6 +-70,64,2 +-70,64,10 +-70,64,18 +-70,64,26 +-70,64,34 +-70,64,42 +-70,64,50 +-70,64,58 +-70,64,66 +-70,64,74 +-70,64,82 +-70,64,90 +-70,64,98 +-70,64,106 +-70,64,114 +-70,64,122 +-70,64,130 +-70,64,138 +-70,64,146 +-62,64,-150 +-62,64,-142 +-62,64,-134 +-62,64,-126 +-62,64,-118 +-62,64,-110 +-62,64,-102 +-62,64,-94 +-62,64,-86 +-62,64,-78 +-62,64,-70 +-62,64,-62 +-62,64,-54 +-62,64,-46 +-62,64,-38 +-62,64,-30 +-62,64,-22 +-62,64,-14 +-62,64,-6 +-62,64,2 +-62,64,10 +-62,64,18 +-62,64,26 +-62,64,34 +-62,64,42 +-62,64,50 +-62,64,58 +-62,64,66 +-62,64,74 +-62,64,82 +-62,64,90 +-62,64,98 +-62,64,106 +-62,64,114 +-62,64,122 +-62,64,130 +-62,64,138 +-62,64,146 +-54,64,-150 +-54,64,-142 +-54,64,-134 +-54,64,-126 +-54,64,-118 +-54,64,-110 +-54,64,-102 +-54,64,-94 +-54,64,-86 +-54,64,-78 +-54,64,-70 +-54,64,-62 +-54,64,-54 +-54,64,-46 +-54,64,-38 +-54,64,-30 +-54,64,-22 +-54,64,-14 +-54,64,-6 +-54,64,2 +-54,64,10 +-54,64,18 +-54,64,26 +-54,64,34 +-54,64,42 +-54,64,50 +-54,64,58 +-54,64,66 +-54,64,74 +-54,64,82 +-54,64,90 +-54,64,98 +-54,64,106 +-54,64,114 +-54,64,122 +-54,64,130 +-54,64,138 +-54,64,146 +-46,64,-150 +-46,64,-142 +-46,64,-134 +-46,64,-126 +-46,64,-118 +-46,64,-110 +-46,64,-102 +-46,64,-94 +-46,64,-86 +-46,64,-78 +-46,64,-70 +-46,64,-62 +-46,64,-54 +-46,64,-46 +-46,64,-38 +-46,64,-30 +-46,64,-22 +-46,64,-14 +-46,64,-6 +-46,64,2 +-46,64,10 +-46,64,18 +-46,64,26 +-46,64,34 +-46,64,42 +-46,64,50 +-46,64,58 +-46,64,66 +-46,64,74 +-46,64,82 +-46,64,90 +-46,64,98 +-46,64,106 +-46,64,114 +-46,64,122 +-46,64,130 +-46,64,138 +-46,64,146 +-38,64,-150 +-38,64,-142 +-38,64,-134 +-38,64,-126 +-38,64,-118 +-38,64,-110 +-38,64,-102 +-38,64,-94 +-38,64,-86 +-38,64,-78 +-38,64,-70 +-38,64,-62 +-38,64,-54 +-38,64,-46 +-38,64,-38 +-38,64,-30 +-38,64,-22 +-38,64,-14 +-38,64,-6 +-38,64,2 +-38,64,10 +-38,64,18 +-38,64,26 +-38,64,34 +-38,64,42 +-38,64,50 +-38,64,58 +-38,64,66 +-38,64,74 +-38,64,82 +-38,64,90 +-38,64,98 +-38,64,106 +-38,64,114 +-38,64,122 +-38,64,130 +-38,64,138 +-38,64,146 +-30,64,-150 +-30,64,-142 +-30,64,-134 +-30,64,-126 +-30,64,-118 +-30,64,-110 +-30,64,-102 +-30,64,-94 +-30,64,-86 +-30,64,-78 +-30,64,-70 +-30,64,-62 +-30,64,-54 +-30,64,-46 +-30,64,-38 +-30,64,-30 +-30,64,-22 +-30,64,-14 +-30,64,-6 +-30,64,2 +-30,64,10 +-30,64,18 +-30,64,26 +-30,64,34 +-30,64,42 +-30,64,50 +-30,64,58 +-30,64,66 +-30,64,74 +-30,64,82 +-30,64,90 +-30,64,98 +-30,64,106 +-30,64,114 +-30,64,122 +-30,64,130 +-30,64,138 +-30,64,146 +-22,64,-150 +-22,64,-142 +-22,64,-134 +-22,64,-126 +-22,64,-118 +-22,64,-110 +-22,64,-102 +-22,64,-94 +-22,64,-86 +-22,64,-78 +-22,64,-70 +-22,64,-62 +-22,64,-54 +-22,64,-46 +-22,64,-38 +-22,64,-30 +-22,64,-22 +-22,64,-14 +-22,64,-6 +-22,64,2 +-22,64,10 +-22,64,18 +-22,64,26 +-22,64,34 +-22,64,42 +-22,64,50 +-22,64,58 +-22,64,66 +-22,64,74 +-22,64,82 +-22,64,90 +-22,64,98 +-22,64,106 +-22,64,114 +-22,64,122 +-22,64,130 +-22,64,138 +-22,64,146 +-14,64,-150 +-14,64,-142 +-14,64,-134 +-14,64,-126 +-14,64,-118 +-14,64,-110 +-14,64,-102 +-14,64,-94 +-14,64,-86 +-14,64,-78 +-14,64,-70 +-14,64,-62 +-14,64,-54 +-14,64,-46 +-14,64,-38 +-14,64,-30 +-14,64,-22 +-14,64,-14 +-14,64,-6 +-14,64,2 +-14,64,10 +-14,64,18 +-14,64,26 +-14,64,34 +-14,64,42 +-14,64,50 +-14,64,58 +-14,64,66 +-14,64,74 +-14,64,82 +-14,64,90 +-14,64,98 +-14,64,106 +-14,64,114 +-14,64,122 +-14,64,130 +-14,64,138 +-14,64,146 +-6,64,-150 +-6,64,-142 +-6,64,-134 +-6,64,-126 +-6,64,-118 +-6,64,-110 +-6,64,-102 +-6,64,-94 +-6,64,-86 +-6,64,-78 +-6,64,-70 +-6,64,-62 +-6,64,-54 +-6,64,-46 +-6,64,-38 +-6,64,-30 +-6,64,-22 +-6,64,-14 +-6,64,-6 +-6,64,2 +-6,64,10 +-6,64,18 +-6,64,26 +-6,64,34 +-6,64,42 +-6,64,50 +-6,64,58 +-6,64,66 +-6,64,74 +-6,64,82 +-6,64,90 +-6,64,98 +-6,64,106 +-6,64,114 +-6,64,122 +-6,64,130 +-6,64,138 +-6,64,146 +2,64,-150 +2,64,-142 +2,64,-134 +2,64,-126 +2,64,-118 +2,64,-110 +2,64,-102 +2,64,-94 +2,64,-86 +2,64,-78 +2,64,-70 +2,64,-62 +2,64,-54 +2,64,-46 +2,64,-38 +2,64,-30 +2,64,-22 +2,64,-14 +2,64,-6 +2,64,2 +2,64,10 +2,64,18 +2,64,26 +2,64,34 +2,64,42 +2,64,50 +2,64,58 +2,64,66 +2,64,74 +2,64,82 +2,64,90 +2,64,98 +2,64,106 +2,64,114 +2,64,122 +2,64,130 +2,64,138 +2,64,146 +10,64,-150 +10,64,-142 +10,64,-134 +10,64,-126 +10,64,-118 +10,64,-110 +10,64,-102 +10,64,-94 +10,64,-86 +10,64,-78 +10,64,-70 +10,64,-62 +10,64,-54 +10,64,-46 +10,64,-38 +10,64,-30 +10,64,-22 +10,64,-14 +10,64,-6 +10,64,2 +10,64,10 +10,64,18 +10,64,26 +10,64,34 +10,64,42 +10,64,50 +10,64,58 +10,64,66 +10,64,74 +10,64,82 +10,64,90 +10,64,98 +10,64,106 +10,64,114 +10,64,122 +10,64,130 +10,64,138 +10,64,146 +18,64,-150 +18,64,-142 +18,64,-134 +18,64,-126 +18,64,-118 +18,64,-110 +18,64,-102 +18,64,-94 +18,64,-86 +18,64,-78 +18,64,-70 +18,64,-62 +18,64,-54 +18,64,-46 +18,64,-38 +18,64,-30 +18,64,-22 +18,64,-14 +18,64,-6 +18,64,2 +18,64,10 +18,64,18 +18,64,26 +18,64,34 +18,64,42 +18,64,50 +18,64,58 +18,64,66 +18,64,74 +18,64,82 +18,64,90 +18,64,98 +18,64,106 +18,64,114 +18,64,122 +18,64,130 +18,64,138 +18,64,146 +26,64,-150 +26,64,-142 +26,64,-134 +26,64,-126 +26,64,-118 +26,64,-110 +26,64,-102 +26,64,-94 +26,64,-86 +26,64,-78 +26,64,-70 +26,64,-62 +26,64,-54 +26,64,-46 +26,64,-38 +26,64,-30 +26,64,-22 +26,64,-14 +26,64,-6 +26,64,2 +26,64,10 +26,64,18 +26,64,26 +26,64,34 +26,64,42 +26,64,50 +26,64,58 +26,64,66 +26,64,74 +26,64,82 +26,64,90 +26,64,98 +26,64,106 +26,64,114 +26,64,122 +26,64,130 +26,64,138 +26,64,146 +34,64,-150 +34,64,-142 +34,64,-134 +34,64,-126 +34,64,-118 +34,64,-110 +34,64,-102 +34,64,-94 +34,64,-86 +34,64,-78 +34,64,-70 +34,64,-62 +34,64,-54 +34,64,-46 +34,64,-38 +34,64,-30 +34,64,-22 +34,64,-14 +34,64,-6 +34,64,2 +34,64,10 +34,64,18 +34,64,26 +34,64,34 +34,64,42 +34,64,50 +34,64,58 +34,64,66 +34,64,74 +34,64,82 +34,64,90 +34,64,98 +34,64,106 +34,64,114 +34,64,122 +34,64,130 +34,64,138 +34,64,146 +42,64,-150 +42,64,-142 +42,64,-134 +42,64,-126 +42,64,-118 +42,64,-110 +42,64,-102 +42,64,-94 +42,64,-86 +42,64,-78 +42,64,-70 +42,64,-62 +42,64,-54 +42,64,-46 +42,64,-38 +42,64,-30 +42,64,-22 +42,64,-14 +42,64,-6 +42,64,2 +42,64,10 +42,64,18 +42,64,26 +42,64,34 +42,64,42 +42,64,50 +42,64,58 +42,64,66 +42,64,74 +42,64,82 +42,64,90 +42,64,98 +42,64,106 +42,64,114 +42,64,122 +42,64,130 +42,64,138 +42,64,146 +50,64,-150 +50,64,-142 +50,64,-134 +50,64,-126 +50,64,-118 +50,64,-110 +50,64,-102 +50,64,-94 +50,64,-86 +50,64,-78 +50,64,-70 +50,64,-62 +50,64,-54 +50,64,-46 +50,64,-38 +50,64,-30 +50,64,-22 +50,64,-14 +50,64,-6 +50,64,2 +50,64,10 +50,64,18 +50,64,26 +50,64,34 +50,64,42 +50,64,50 +50,64,58 +50,64,66 +50,64,74 +50,64,82 +50,64,90 +50,64,98 +50,64,106 +50,64,114 +50,64,122 +50,64,130 +50,64,138 +50,64,146 +58,64,-150 +58,64,-142 +58,64,-134 +58,64,-126 +58,64,-118 +58,64,-110 +58,64,-102 +58,64,-94 +58,64,-86 +58,64,-78 +58,64,-70 +58,64,-62 +58,64,-54 +58,64,-46 +58,64,-38 +58,64,-30 +58,64,-22 +58,64,-14 +58,64,-6 +58,64,2 +58,64,10 +58,64,18 +58,64,26 +58,64,34 +58,64,42 +58,64,50 +58,64,58 +58,64,66 +58,64,74 +58,64,82 +58,64,90 +58,64,98 +58,64,106 +58,64,114 +58,64,122 +58,64,130 +58,64,138 +58,64,146 +66,64,-150 +66,64,-142 +66,64,-134 +66,64,-126 +66,64,-118 +66,64,-110 +66,64,-102 +66,64,-94 +66,64,-86 +66,64,-78 +66,64,-70 +66,64,-62 +66,64,-54 +66,64,-46 +66,64,-38 +66,64,-30 +66,64,-22 +66,64,-14 +66,64,-6 +66,64,2 +66,64,10 +66,64,18 +66,64,26 +66,64,34 +66,64,42 +66,64,50 +66,64,58 +66,64,66 +66,64,74 +66,64,82 +66,64,90 +66,64,98 +66,64,106 +66,64,114 +66,64,122 +66,64,130 +66,64,138 +66,64,146 +74,64,-150 +74,64,-142 +74,64,-134 +74,64,-126 +74,64,-118 +74,64,-110 +74,64,-102 +74,64,-94 +74,64,-86 +74,64,-78 +74,64,-70 +74,64,-62 +74,64,-54 +74,64,-46 +74,64,-38 +74,64,-30 +74,64,-22 +74,64,-14 +74,64,-6 +74,64,2 +74,64,10 +74,64,18 +74,64,26 +74,64,34 +74,64,42 +74,64,50 +74,64,58 +74,64,66 +74,64,74 +74,64,82 +74,64,90 +74,64,98 +74,64,106 +74,64,114 +74,64,122 +74,64,130 +74,64,138 +74,64,146 +82,64,-150 +82,64,-142 +82,64,-134 +82,64,-126 +82,64,-118 +82,64,-110 +82,64,-102 +82,64,-94 +82,64,-86 +82,64,-78 +82,64,-70 +82,64,-62 +82,64,-54 +82,64,-46 +82,64,-38 +82,64,-30 +82,64,-22 +82,64,-14 +82,64,-6 +82,64,2 +82,64,10 +82,64,18 +82,64,26 +82,64,34 +82,64,42 +82,64,50 +82,64,58 +82,64,66 +82,64,74 +82,64,82 +82,64,90 +82,64,98 +82,64,106 +82,64,114 +82,64,122 +82,64,130 +82,64,138 +82,64,146 +90,64,-150 +90,64,-142 +90,64,-134 +90,64,-126 +90,64,-118 +90,64,-110 +90,64,-102 +90,64,-94 +90,64,-86 +90,64,-78 +90,64,-70 +90,64,-62 +90,64,-54 +90,64,-46 +90,64,-38 +90,64,-30 +90,64,-22 +90,64,-14 +90,64,-6 +90,64,2 +90,64,10 +90,64,18 +90,64,26 +90,64,34 +90,64,42 +90,64,50 +90,64,58 +90,64,66 +90,64,74 +90,64,82 +90,64,90 +90,64,98 +90,64,106 +90,64,114 +90,64,122 +90,64,130 +90,64,138 +90,64,146 +98,64,-150 +98,64,-142 +98,64,-134 +98,64,-126 +98,64,-118 +98,64,-110 +98,64,-102 +98,64,-94 +98,64,-86 +98,64,-78 +98,64,-70 +98,64,-62 +98,64,-54 +98,64,-46 +98,64,-38 +98,64,-30 +98,64,-22 +98,64,-14 +98,64,-6 +98,64,2 +98,64,10 +98,64,18 +98,64,26 +98,64,34 +98,64,42 +98,64,50 +98,64,58 +98,64,66 +98,64,74 +98,64,82 +98,64,90 +98,64,98 +98,64,106 +98,64,114 +98,64,122 +98,64,130 +98,64,138 +98,64,146 +106,64,-150 +106,64,-142 +106,64,-134 +106,64,-126 +106,64,-118 +106,64,-110 +106,64,-102 +106,64,-94 +106,64,-86 +106,64,-78 +106,64,-70 +106,64,-62 +106,64,-54 +106,64,-46 +106,64,-38 +106,64,-30 +106,64,-22 +106,64,-14 +106,64,-6 +106,64,2 +106,64,10 +106,64,18 +106,64,26 +106,64,34 +106,64,42 +106,64,50 +106,64,58 +106,64,66 +106,64,74 +106,64,82 +106,64,90 +106,64,98 +106,64,106 +106,64,114 +106,64,122 +106,64,130 +106,64,138 +106,64,146 +114,64,-150 +114,64,-142 +114,64,-134 +114,64,-126 +114,64,-118 +114,64,-110 +114,64,-102 +114,64,-94 +114,64,-86 +114,64,-78 +114,64,-70 +114,64,-62 +114,64,-54 +114,64,-46 +114,64,-38 +114,64,-30 +114,64,-22 +114,64,-14 +114,64,-6 +114,64,2 +114,64,10 +114,64,18 +114,64,26 +114,64,34 +114,64,42 +114,64,50 +114,64,58 +114,64,66 +114,64,74 +114,64,82 +114,64,90 +114,64,98 +114,64,106 +114,64,114 +114,64,122 +114,64,130 +114,64,138 +114,64,146 +122,64,-150 +122,64,-142 +122,64,-134 +122,64,-126 +122,64,-118 +122,64,-110 +122,64,-102 +122,64,-94 +122,64,-86 +122,64,-78 +122,64,-70 +122,64,-62 +122,64,-54 +122,64,-46 +122,64,-38 +122,64,-30 +122,64,-22 +122,64,-14 +122,64,-6 +122,64,2 +122,64,10 +122,64,18 +122,64,26 +122,64,34 +122,64,42 +122,64,50 +122,64,58 +122,64,66 +122,64,74 +122,64,82 +122,64,90 +122,64,98 +122,64,106 +122,64,114 +122,64,122 +122,64,130 +122,64,138 +122,64,146 +130,64,-150 +130,64,-142 +130,64,-134 +130,64,-126 +130,64,-118 +130,64,-110 +130,64,-102 +130,64,-94 +130,64,-86 +130,64,-78 +130,64,-70 +130,64,-62 +130,64,-54 +130,64,-46 +130,64,-38 +130,64,-30 +130,64,-22 +130,64,-14 +130,64,-6 +130,64,2 +130,64,10 +130,64,18 +130,64,26 +130,64,34 +130,64,42 +130,64,50 +130,64,58 +130,64,66 +130,64,74 +130,64,82 +130,64,90 +130,64,98 +130,64,106 +130,64,114 +130,64,122 +130,64,130 +130,64,138 +130,64,146 +138,64,-150 +138,64,-142 +138,64,-134 +138,64,-126 +138,64,-118 +138,64,-110 +138,64,-102 +138,64,-94 +138,64,-86 +138,64,-78 +138,64,-70 +138,64,-62 +138,64,-54 +138,64,-46 +138,64,-38 +138,64,-30 +138,64,-22 +138,64,-14 +138,64,-6 +138,64,2 +138,64,10 +138,64,18 +138,64,26 +138,64,34 +138,64,42 +138,64,50 +138,64,58 +138,64,66 +138,64,74 +138,64,82 +138,64,90 +138,64,98 +138,64,106 +138,64,114 +138,64,122 +138,64,130 +138,64,138 +138,64,146 +146,64,-150 +146,64,-142 +146,64,-134 +146,64,-126 +146,64,-118 +146,64,-110 +146,64,-102 +146,64,-94 +146,64,-86 +146,64,-78 +146,64,-70 +146,64,-62 +146,64,-54 +146,64,-46 +146,64,-38 +146,64,-30 +146,64,-22 +146,64,-14 +146,64,-6 +146,64,2 +146,64,10 +146,64,18 +146,64,26 +146,64,34 +146,64,42 +146,64,50 +146,64,58 +146,64,66 +146,64,74 +146,64,82 +146,64,90 +146,64,98 +146,64,106 +146,64,114 +146,64,122 +146,64,130 +146,64,138 +146,64,146 +-150,72,-150 +-150,72,-142 +-150,72,-134 +-150,72,-126 +-150,72,-118 +-150,72,-110 +-150,72,-102 +-150,72,-94 +-150,72,-86 +-150,72,-78 +-150,72,-70 +-150,72,-62 +-150,72,-54 +-150,72,-46 +-150,72,-38 +-150,72,-30 +-150,72,-22 +-150,72,-14 +-150,72,-6 +-150,72,2 +-150,72,10 +-150,72,18 +-150,72,26 +-150,72,34 +-150,72,42 +-150,72,50 +-150,72,58 +-150,72,66 +-150,72,74 +-150,72,82 +-150,72,90 +-150,72,98 +-150,72,106 +-150,72,114 +-150,72,122 +-150,72,130 +-150,72,138 +-150,72,146 +-142,72,-150 +-142,72,-142 +-142,72,-134 +-142,72,-126 +-142,72,-118 +-142,72,-110 +-142,72,-102 +-142,72,-94 +-142,72,-86 +-142,72,-78 +-142,72,-70 +-142,72,-62 +-142,72,-54 +-142,72,-46 +-142,72,-38 +-142,72,-30 +-142,72,-22 +-142,72,-14 +-142,72,-6 +-142,72,2 +-142,72,10 +-142,72,18 +-142,72,26 +-142,72,34 +-142,72,42 +-142,72,50 +-142,72,58 +-142,72,66 +-142,72,74 +-142,72,82 +-142,72,90 +-142,72,98 +-142,72,106 +-142,72,114 +-142,72,122 +-142,72,130 +-142,72,138 +-142,72,146 +-134,72,-150 +-134,72,-142 +-134,72,-134 +-134,72,-126 +-134,72,-118 +-134,72,-110 +-134,72,-102 +-134,72,-94 +-134,72,-86 +-134,72,-78 +-134,72,-70 +-134,72,-62 +-134,72,-54 +-134,72,-46 +-134,72,-38 +-134,72,-30 +-134,72,-22 +-134,72,-14 +-134,72,-6 +-134,72,2 +-134,72,10 +-134,72,18 +-134,72,26 +-134,72,34 +-134,72,42 +-134,72,50 +-134,72,58 +-134,72,66 +-134,72,74 +-134,72,82 +-134,72,90 +-134,72,98 +-134,72,106 +-134,72,114 +-134,72,122 +-134,72,130 +-134,72,138 +-134,72,146 +-126,72,-150 +-126,72,-142 +-126,72,-134 +-126,72,-126 +-126,72,-118 +-126,72,-110 +-126,72,-102 +-126,72,-94 +-126,72,-86 +-126,72,-78 +-126,72,-70 +-126,72,-62 +-126,72,-54 +-126,72,-46 +-126,72,-38 +-126,72,-30 +-126,72,-22 +-126,72,-14 +-126,72,-6 +-126,72,2 +-126,72,10 +-126,72,18 +-126,72,26 +-126,72,34 +-126,72,42 +-126,72,50 +-126,72,58 +-126,72,66 +-126,72,74 +-126,72,82 +-126,72,90 +-126,72,98 +-126,72,106 +-126,72,114 +-126,72,122 +-126,72,130 +-126,72,138 +-126,72,146 +-118,72,-150 +-118,72,-142 +-118,72,-134 +-118,72,-126 +-118,72,-118 +-118,72,-110 +-118,72,-102 +-118,72,-94 +-118,72,-86 +-118,72,-78 +-118,72,-70 +-118,72,-62 +-118,72,-54 +-118,72,-46 +-118,72,-38 +-118,72,-30 +-118,72,-22 +-118,72,-14 +-118,72,-6 +-118,72,2 +-118,72,10 +-118,72,18 +-118,72,26 +-118,72,34 +-118,72,42 +-118,72,50 +-118,72,58 +-118,72,66 +-118,72,74 +-118,72,82 +-118,72,90 +-118,72,98 +-118,72,106 +-118,72,114 +-118,72,122 +-118,72,130 +-118,72,138 +-118,72,146 +-110,72,-150 +-110,72,-142 +-110,72,-134 +-110,72,-126 +-110,72,-118 +-110,72,-110 +-110,72,-102 +-110,72,-94 +-110,72,-86 +-110,72,-78 +-110,72,-70 +-110,72,-62 +-110,72,-54 +-110,72,-46 +-110,72,-38 +-110,72,-30 +-110,72,-22 +-110,72,-14 +-110,72,-6 +-110,72,2 +-110,72,10 +-110,72,18 +-110,72,26 +-110,72,34 +-110,72,42 +-110,72,50 +-110,72,58 +-110,72,66 +-110,72,74 +-110,72,82 +-110,72,90 +-110,72,98 +-110,72,106 +-110,72,114 +-110,72,122 +-110,72,130 +-110,72,138 +-110,72,146 +-102,72,-150 +-102,72,-142 +-102,72,-134 +-102,72,-126 +-102,72,-118 +-102,72,-110 +-102,72,-102 +-102,72,-94 +-102,72,-86 +-102,72,-78 +-102,72,-70 +-102,72,-62 +-102,72,-54 +-102,72,-46 +-102,72,-38 +-102,72,-30 +-102,72,-22 +-102,72,-14 +-102,72,-6 +-102,72,2 +-102,72,10 +-102,72,18 +-102,72,26 +-102,72,34 +-102,72,42 +-102,72,50 +-102,72,58 +-102,72,66 +-102,72,74 +-102,72,82 +-102,72,90 +-102,72,98 +-102,72,106 +-102,72,114 +-102,72,122 +-102,72,130 +-102,72,138 +-102,72,146 +-94,72,-150 +-94,72,-142 +-94,72,-134 +-94,72,-126 +-94,72,-118 +-94,72,-110 +-94,72,-102 +-94,72,-94 +-94,72,-86 +-94,72,-78 +-94,72,-70 +-94,72,-62 +-94,72,-54 +-94,72,-46 +-94,72,-38 +-94,72,-30 +-94,72,-22 +-94,72,-14 +-94,72,-6 +-94,72,2 +-94,72,10 +-94,72,18 +-94,72,26 +-94,72,34 +-94,72,42 +-94,72,50 +-94,72,58 +-94,72,66 +-94,72,74 +-94,72,82 +-94,72,90 +-94,72,98 +-94,72,106 +-94,72,114 +-94,72,122 +-94,72,130 +-94,72,138 +-94,72,146 +-86,72,-150 +-86,72,-142 +-86,72,-134 +-86,72,-126 +-86,72,-118 +-86,72,-110 +-86,72,-102 +-86,72,-94 +-86,72,-86 +-86,72,-78 +-86,72,-70 +-86,72,-62 +-86,72,-54 +-86,72,-46 +-86,72,-38 +-86,72,-30 +-86,72,-22 +-86,72,-14 +-86,72,-6 +-86,72,2 +-86,72,10 +-86,72,18 +-86,72,26 +-86,72,34 +-86,72,42 +-86,72,50 +-86,72,58 +-86,72,66 +-86,72,74 +-86,72,82 +-86,72,90 +-86,72,98 +-86,72,106 +-86,72,114 +-86,72,122 +-86,72,130 +-86,72,138 +-86,72,146 +-78,72,-150 +-78,72,-142 +-78,72,-134 +-78,72,-126 +-78,72,-118 +-78,72,-110 +-78,72,-102 +-78,72,-94 +-78,72,-86 +-78,72,-78 +-78,72,-70 +-78,72,-62 +-78,72,-54 +-78,72,-46 +-78,72,-38 +-78,72,-30 +-78,72,-22 +-78,72,-14 +-78,72,-6 +-78,72,2 +-78,72,10 +-78,72,18 +-78,72,26 +-78,72,34 +-78,72,42 +-78,72,50 +-78,72,58 +-78,72,66 +-78,72,74 +-78,72,82 +-78,72,90 +-78,72,98 +-78,72,106 +-78,72,114 +-78,72,122 +-78,72,130 +-78,72,138 +-78,72,146 +-70,72,-150 +-70,72,-142 +-70,72,-134 +-70,72,-126 +-70,72,-118 +-70,72,-110 +-70,72,-102 +-70,72,-94 +-70,72,-86 +-70,72,-78 +-70,72,-70 +-70,72,-62 +-70,72,-54 +-70,72,-46 +-70,72,-38 +-70,72,-30 +-70,72,-22 +-70,72,-14 +-70,72,-6 +-70,72,2 +-70,72,10 +-70,72,18 +-70,72,26 +-70,72,34 +-70,72,42 +-70,72,50 +-70,72,58 +-70,72,66 +-70,72,74 +-70,72,82 +-70,72,90 +-70,72,98 +-70,72,106 +-70,72,114 +-70,72,122 +-70,72,130 +-70,72,138 +-70,72,146 +-62,72,-150 +-62,72,-142 +-62,72,-134 +-62,72,-126 +-62,72,-118 +-62,72,-110 +-62,72,-102 +-62,72,-94 +-62,72,-86 +-62,72,-78 +-62,72,-70 +-62,72,-62 +-62,72,-54 +-62,72,-46 +-62,72,-38 +-62,72,-30 +-62,72,-22 +-62,72,-14 +-62,72,-6 +-62,72,2 +-62,72,10 +-62,72,18 +-62,72,26 +-62,72,34 +-62,72,42 +-62,72,50 +-62,72,58 +-62,72,66 +-62,72,74 +-62,72,82 +-62,72,90 +-62,72,98 +-62,72,106 +-62,72,114 +-62,72,122 +-62,72,130 +-62,72,138 +-62,72,146 +-54,72,-150 +-54,72,-142 +-54,72,-134 +-54,72,-126 +-54,72,-118 +-54,72,-110 +-54,72,-102 +-54,72,-94 +-54,72,-86 +-54,72,-78 +-54,72,-70 +-54,72,-62 +-54,72,-54 +-54,72,-46 +-54,72,-38 +-54,72,-30 +-54,72,-22 +-54,72,-14 +-54,72,-6 +-54,72,2 +-54,72,10 +-54,72,18 +-54,72,26 +-54,72,34 +-54,72,42 +-54,72,50 +-54,72,58 +-54,72,66 +-54,72,74 +-54,72,82 +-54,72,90 +-54,72,98 +-54,72,106 +-54,72,114 +-54,72,122 +-54,72,130 +-54,72,138 +-54,72,146 +-46,72,-150 +-46,72,-142 +-46,72,-134 +-46,72,-126 +-46,72,-118 +-46,72,-110 +-46,72,-102 +-46,72,-94 +-46,72,-86 +-46,72,-78 +-46,72,-70 +-46,72,-62 +-46,72,-54 +-46,72,-46 +-46,72,-38 +-46,72,-30 +-46,72,-22 +-46,72,-14 +-46,72,-6 +-46,72,2 +-46,72,10 +-46,72,18 +-46,72,26 +-46,72,34 +-46,72,42 +-46,72,50 +-46,72,58 +-46,72,66 +-46,72,74 +-46,72,82 +-46,72,90 +-46,72,98 +-46,72,106 +-46,72,114 +-46,72,122 +-46,72,130 +-46,72,138 +-46,72,146 +-38,72,-150 +-38,72,-142 +-38,72,-134 +-38,72,-126 +-38,72,-118 +-38,72,-110 +-38,72,-102 +-38,72,-94 +-38,72,-86 +-38,72,-78 +-38,72,-70 +-38,72,-62 +-38,72,-54 +-38,72,-46 +-38,72,-38 +-38,72,-30 +-38,72,-22 +-38,72,-14 +-38,72,-6 +-38,72,2 +-38,72,10 +-38,72,18 +-38,72,26 +-38,72,34 +-38,72,42 +-38,72,50 +-38,72,58 +-38,72,66 +-38,72,74 +-38,72,82 +-38,72,90 +-38,72,98 +-38,72,106 +-38,72,114 +-38,72,122 +-38,72,130 +-38,72,138 +-38,72,146 +-30,72,-150 +-30,72,-142 +-30,72,-134 +-30,72,-126 +-30,72,-118 +-30,72,-110 +-30,72,-102 +-30,72,-94 +-30,72,-86 +-30,72,-78 +-30,72,-70 +-30,72,-62 +-30,72,-54 +-30,72,-46 +-30,72,-38 +-30,72,-30 +-30,72,-22 +-30,72,-14 +-30,72,-6 +-30,72,2 +-30,72,10 +-30,72,18 +-30,72,26 +-30,72,34 +-30,72,42 +-30,72,50 +-30,72,58 +-30,72,66 +-30,72,74 +-30,72,82 +-30,72,90 +-30,72,98 +-30,72,106 +-30,72,114 +-30,72,122 +-30,72,130 +-30,72,138 +-30,72,146 +-22,72,-150 +-22,72,-142 +-22,72,-134 +-22,72,-126 +-22,72,-118 +-22,72,-110 +-22,72,-102 +-22,72,-94 +-22,72,-86 +-22,72,-78 +-22,72,-70 +-22,72,-62 +-22,72,-54 +-22,72,-46 +-22,72,-38 +-22,72,-30 +-22,72,-22 +-22,72,-14 +-22,72,-6 +-22,72,2 +-22,72,10 +-22,72,18 +-22,72,26 +-22,72,34 +-22,72,42 +-22,72,50 +-22,72,58 +-22,72,66 +-22,72,74 +-22,72,82 +-22,72,90 +-22,72,98 +-22,72,106 +-22,72,114 +-22,72,122 +-22,72,130 +-22,72,138 +-22,72,146 +-14,72,-150 +-14,72,-142 +-14,72,-134 +-14,72,-126 +-14,72,-118 +-14,72,-110 +-14,72,-102 +-14,72,-94 +-14,72,-86 +-14,72,-78 +-14,72,-70 +-14,72,-62 +-14,72,-54 +-14,72,-46 +-14,72,-38 +-14,72,-30 +-14,72,-22 +-14,72,-14 +-14,72,-6 +-14,72,2 +-14,72,10 +-14,72,18 +-14,72,26 +-14,72,34 +-14,72,42 +-14,72,50 +-14,72,58 +-14,72,66 +-14,72,74 +-14,72,82 +-14,72,90 +-14,72,98 +-14,72,106 +-14,72,114 +-14,72,122 +-14,72,130 +-14,72,138 +-14,72,146 +-6,72,-150 +-6,72,-142 +-6,72,-134 +-6,72,-126 +-6,72,-118 +-6,72,-110 +-6,72,-102 +-6,72,-94 +-6,72,-86 +-6,72,-78 +-6,72,-70 +-6,72,-62 +-6,72,-54 +-6,72,-46 +-6,72,-38 +-6,72,-30 +-6,72,-22 +-6,72,-14 +-6,72,-6 +-6,72,2 +-6,72,10 +-6,72,18 +-6,72,26 +-6,72,34 +-6,72,42 +-6,72,50 +-6,72,58 +-6,72,66 +-6,72,74 +-6,72,82 +-6,72,90 +-6,72,98 +-6,72,106 +-6,72,114 +-6,72,122 +-6,72,130 +-6,72,138 +-6,72,146 +2,72,-150 +2,72,-142 +2,72,-134 +2,72,-126 +2,72,-118 +2,72,-110 +2,72,-102 +2,72,-94 +2,72,-86 +2,72,-78 +2,72,-70 +2,72,-62 +2,72,-54 +2,72,-46 +2,72,-38 +2,72,-30 +2,72,-22 +2,72,-14 +2,72,-6 +2,72,2 +2,72,10 +2,72,18 +2,72,26 +2,72,34 +2,72,42 +2,72,50 +2,72,58 +2,72,66 +2,72,74 +2,72,82 +2,72,90 +2,72,98 +2,72,106 +2,72,114 +2,72,122 +2,72,130 +2,72,138 +2,72,146 +10,72,-150 +10,72,-142 +10,72,-134 +10,72,-126 +10,72,-118 +10,72,-110 +10,72,-102 +10,72,-94 +10,72,-86 +10,72,-78 +10,72,-70 +10,72,-62 +10,72,-54 +10,72,-46 +10,72,-38 +10,72,-30 +10,72,-22 +10,72,-14 +10,72,-6 +10,72,2 +10,72,10 +10,72,18 +10,72,26 +10,72,34 +10,72,42 +10,72,50 +10,72,58 +10,72,66 +10,72,74 +10,72,82 +10,72,90 +10,72,98 +10,72,106 +10,72,114 +10,72,122 +10,72,130 +10,72,138 +10,72,146 +18,72,-150 +18,72,-142 +18,72,-134 +18,72,-126 +18,72,-118 +18,72,-110 +18,72,-102 +18,72,-94 +18,72,-86 +18,72,-78 +18,72,-70 +18,72,-62 +18,72,-54 +18,72,-46 +18,72,-38 +18,72,-30 +18,72,-22 +18,72,-14 +18,72,-6 +18,72,2 +18,72,10 +18,72,18 +18,72,26 +18,72,34 +18,72,42 +18,72,50 +18,72,58 +18,72,66 +18,72,74 +18,72,82 +18,72,90 +18,72,98 +18,72,106 +18,72,114 +18,72,122 +18,72,130 +18,72,138 +18,72,146 +26,72,-150 +26,72,-142 +26,72,-134 +26,72,-126 +26,72,-118 +26,72,-110 +26,72,-102 +26,72,-94 +26,72,-86 +26,72,-78 +26,72,-70 +26,72,-62 +26,72,-54 +26,72,-46 +26,72,-38 +26,72,-30 +26,72,-22 +26,72,-14 +26,72,-6 +26,72,2 +26,72,10 +26,72,18 +26,72,26 +26,72,34 +26,72,42 +26,72,50 +26,72,58 +26,72,66 +26,72,74 +26,72,82 +26,72,90 +26,72,98 +26,72,106 +26,72,114 +26,72,122 +26,72,130 +26,72,138 +26,72,146 +34,72,-150 +34,72,-142 +34,72,-134 +34,72,-126 +34,72,-118 +34,72,-110 +34,72,-102 +34,72,-94 +34,72,-86 +34,72,-78 +34,72,-70 +34,72,-62 +34,72,-54 +34,72,-46 +34,72,-38 +34,72,-30 +34,72,-22 +34,72,-14 +34,72,-6 +34,72,2 +34,72,10 +34,72,18 +34,72,26 +34,72,34 +34,72,42 +34,72,50 +34,72,58 +34,72,66 +34,72,74 +34,72,82 +34,72,90 +34,72,98 +34,72,106 +34,72,114 +34,72,122 +34,72,130 +34,72,138 +34,72,146 +42,72,-150 +42,72,-142 +42,72,-134 +42,72,-126 +42,72,-118 +42,72,-110 +42,72,-102 +42,72,-94 +42,72,-86 +42,72,-78 +42,72,-70 +42,72,-62 +42,72,-54 +42,72,-46 +42,72,-38 +42,72,-30 +42,72,-22 +42,72,-14 +42,72,-6 +42,72,2 +42,72,10 +42,72,18 +42,72,26 +42,72,34 +42,72,42 +42,72,50 +42,72,58 +42,72,66 +42,72,74 +42,72,82 +42,72,90 +42,72,98 +42,72,106 +42,72,114 +42,72,122 +42,72,130 +42,72,138 +42,72,146 +50,72,-150 +50,72,-142 +50,72,-134 +50,72,-126 +50,72,-118 +50,72,-110 +50,72,-102 +50,72,-94 +50,72,-86 +50,72,-78 +50,72,-70 +50,72,-62 +50,72,-54 +50,72,-46 +50,72,-38 +50,72,-30 +50,72,-22 +50,72,-14 +50,72,-6 +50,72,2 +50,72,10 +50,72,18 +50,72,26 +50,72,34 +50,72,42 +50,72,50 +50,72,58 +50,72,66 +50,72,74 +50,72,82 +50,72,90 +50,72,98 +50,72,106 +50,72,114 +50,72,122 +50,72,130 +50,72,138 +50,72,146 +58,72,-150 +58,72,-142 +58,72,-134 +58,72,-126 +58,72,-118 +58,72,-110 +58,72,-102 +58,72,-94 +58,72,-86 +58,72,-78 +58,72,-70 +58,72,-62 +58,72,-54 +58,72,-46 +58,72,-38 +58,72,-30 +58,72,-22 +58,72,-14 +58,72,-6 +58,72,2 +58,72,10 +58,72,18 +58,72,26 +58,72,34 +58,72,42 +58,72,50 +58,72,58 +58,72,66 +58,72,74 +58,72,82 +58,72,90 +58,72,98 +58,72,106 +58,72,114 +58,72,122 +58,72,130 +58,72,138 +58,72,146 +66,72,-150 +66,72,-142 +66,72,-134 +66,72,-126 +66,72,-118 +66,72,-110 +66,72,-102 +66,72,-94 +66,72,-86 +66,72,-78 +66,72,-70 +66,72,-62 +66,72,-54 +66,72,-46 +66,72,-38 +66,72,-30 +66,72,-22 +66,72,-14 +66,72,-6 +66,72,2 +66,72,10 +66,72,18 +66,72,26 +66,72,34 +66,72,42 +66,72,50 +66,72,58 +66,72,66 +66,72,74 +66,72,82 +66,72,90 +66,72,98 +66,72,106 +66,72,114 +66,72,122 +66,72,130 +66,72,138 +66,72,146 +74,72,-150 +74,72,-142 +74,72,-134 +74,72,-126 +74,72,-118 +74,72,-110 +74,72,-102 +74,72,-94 +74,72,-86 +74,72,-78 +74,72,-70 +74,72,-62 +74,72,-54 +74,72,-46 +74,72,-38 +74,72,-30 +74,72,-22 +74,72,-14 +74,72,-6 +74,72,2 +74,72,10 +74,72,18 +74,72,26 +74,72,34 +74,72,42 +74,72,50 +74,72,58 +74,72,66 +74,72,74 +74,72,82 +74,72,90 +74,72,98 +74,72,106 +74,72,114 +74,72,122 +74,72,130 +74,72,138 +74,72,146 +82,72,-150 +82,72,-142 +82,72,-134 +82,72,-126 +82,72,-118 +82,72,-110 +82,72,-102 +82,72,-94 +82,72,-86 +82,72,-78 +82,72,-70 +82,72,-62 +82,72,-54 +82,72,-46 +82,72,-38 +82,72,-30 +82,72,-22 +82,72,-14 +82,72,-6 +82,72,2 +82,72,10 +82,72,18 +82,72,26 +82,72,34 +82,72,42 +82,72,50 +82,72,58 +82,72,66 +82,72,74 +82,72,82 +82,72,90 +82,72,98 +82,72,106 +82,72,114 +82,72,122 +82,72,130 +82,72,138 +82,72,146 +90,72,-150 +90,72,-142 +90,72,-134 +90,72,-126 +90,72,-118 +90,72,-110 +90,72,-102 +90,72,-94 +90,72,-86 +90,72,-78 +90,72,-70 +90,72,-62 +90,72,-54 +90,72,-46 +90,72,-38 +90,72,-30 +90,72,-22 +90,72,-14 +90,72,-6 +90,72,2 +90,72,10 +90,72,18 +90,72,26 +90,72,34 +90,72,42 +90,72,50 +90,72,58 +90,72,66 +90,72,74 +90,72,82 +90,72,90 +90,72,98 +90,72,106 +90,72,114 +90,72,122 +90,72,130 +90,72,138 +90,72,146 +98,72,-150 +98,72,-142 +98,72,-134 +98,72,-126 +98,72,-118 +98,72,-110 +98,72,-102 +98,72,-94 +98,72,-86 +98,72,-78 +98,72,-70 +98,72,-62 +98,72,-54 +98,72,-46 +98,72,-38 +98,72,-30 +98,72,-22 +98,72,-14 +98,72,-6 +98,72,2 +98,72,10 +98,72,18 +98,72,26 +98,72,34 +98,72,42 +98,72,50 +98,72,58 +98,72,66 +98,72,74 +98,72,82 +98,72,90 +98,72,98 +98,72,106 +98,72,114 +98,72,122 +98,72,130 +98,72,138 +98,72,146 +106,72,-150 +106,72,-142 +106,72,-134 +106,72,-126 +106,72,-118 +106,72,-110 +106,72,-102 +106,72,-94 +106,72,-86 +106,72,-78 +106,72,-70 +106,72,-62 +106,72,-54 +106,72,-46 +106,72,-38 +106,72,-30 +106,72,-22 +106,72,-14 +106,72,-6 +106,72,2 +106,72,10 +106,72,18 +106,72,26 +106,72,34 +106,72,42 +106,72,50 +106,72,58 +106,72,66 +106,72,74 +106,72,82 +106,72,90 +106,72,98 +106,72,106 +106,72,114 +106,72,122 +106,72,130 +106,72,138 +106,72,146 +114,72,-150 +114,72,-142 +114,72,-134 +114,72,-126 +114,72,-118 +114,72,-110 +114,72,-102 +114,72,-94 +114,72,-86 +114,72,-78 +114,72,-70 +114,72,-62 +114,72,-54 +114,72,-46 +114,72,-38 +114,72,-30 +114,72,-22 +114,72,-14 +114,72,-6 +114,72,2 +114,72,10 +114,72,18 +114,72,26 +114,72,34 +114,72,42 +114,72,50 +114,72,58 +114,72,66 +114,72,74 +114,72,82 +114,72,90 +114,72,98 +114,72,106 +114,72,114 +114,72,122 +114,72,130 +114,72,138 +114,72,146 +122,72,-150 +122,72,-142 +122,72,-134 +122,72,-126 +122,72,-118 +122,72,-110 +122,72,-102 +122,72,-94 +122,72,-86 +122,72,-78 +122,72,-70 +122,72,-62 +122,72,-54 +122,72,-46 +122,72,-38 +122,72,-30 +122,72,-22 +122,72,-14 +122,72,-6 +122,72,2 +122,72,10 +122,72,18 +122,72,26 +122,72,34 +122,72,42 +122,72,50 +122,72,58 +122,72,66 +122,72,74 +122,72,82 +122,72,90 +122,72,98 +122,72,106 +122,72,114 +122,72,122 +122,72,130 +122,72,138 +122,72,146 +130,72,-150 +130,72,-142 +130,72,-134 +130,72,-126 +130,72,-118 +130,72,-110 +130,72,-102 +130,72,-94 +130,72,-86 +130,72,-78 +130,72,-70 +130,72,-62 +130,72,-54 +130,72,-46 +130,72,-38 +130,72,-30 +130,72,-22 +130,72,-14 +130,72,-6 +130,72,2 +130,72,10 +130,72,18 +130,72,26 +130,72,34 +130,72,42 +130,72,50 +130,72,58 +130,72,66 +130,72,74 +130,72,82 +130,72,90 +130,72,98 +130,72,106 +130,72,114 +130,72,122 +130,72,130 +130,72,138 +130,72,146 +138,72,-150 +138,72,-142 +138,72,-134 +138,72,-126 +138,72,-118 +138,72,-110 +138,72,-102 +138,72,-94 +138,72,-86 +138,72,-78 +138,72,-70 +138,72,-62 +138,72,-54 +138,72,-46 +138,72,-38 +138,72,-30 +138,72,-22 +138,72,-14 +138,72,-6 +138,72,2 +138,72,10 +138,72,18 +138,72,26 +138,72,34 +138,72,42 +138,72,50 +138,72,58 +138,72,66 +138,72,74 +138,72,82 +138,72,90 +138,72,98 +138,72,106 +138,72,114 +138,72,122 +138,72,130 +138,72,138 +138,72,146 +146,72,-150 +146,72,-142 +146,72,-134 +146,72,-126 +146,72,-118 +146,72,-110 +146,72,-102 +146,72,-94 +146,72,-86 +146,72,-78 +146,72,-70 +146,72,-62 +146,72,-54 +146,72,-46 +146,72,-38 +146,72,-30 +146,72,-22 +146,72,-14 +146,72,-6 +146,72,2 +146,72,10 +146,72,18 +146,72,26 +146,72,34 +146,72,42 +146,72,50 +146,72,58 +146,72,66 +146,72,74 +146,72,82 +146,72,90 +146,72,98 +146,72,106 +146,72,114 +146,72,122 +146,72,130 +146,72,138 +146,72,146 +-150,80,-150 +-150,80,-142 +-150,80,-134 +-150,80,-126 +-150,80,-118 +-150,80,-110 +-150,80,-102 +-150,80,-94 +-150,80,-86 +-150,80,-78 +-150,80,-70 +-150,80,-62 +-150,80,-54 +-150,80,-46 +-150,80,-38 +-150,80,-30 +-150,80,-22 +-150,80,-14 +-150,80,-6 +-150,80,2 +-150,80,10 +-150,80,18 +-150,80,26 +-150,80,34 +-150,80,42 +-150,80,50 +-150,80,58 +-150,80,66 +-150,80,74 +-150,80,82 +-150,80,90 +-150,80,98 +-150,80,106 +-150,80,114 +-150,80,122 +-150,80,130 +-150,80,138 +-150,80,146 +-142,80,-150 +-142,80,-142 +-142,80,-134 +-142,80,-126 +-142,80,-118 +-142,80,-110 +-142,80,-102 +-142,80,-94 +-142,80,-86 +-142,80,-78 +-142,80,-70 +-142,80,-62 +-142,80,-54 +-142,80,-46 +-142,80,-38 +-142,80,-30 +-142,80,-22 +-142,80,-14 +-142,80,-6 +-142,80,2 +-142,80,10 +-142,80,18 +-142,80,26 +-142,80,34 +-142,80,42 +-142,80,50 +-142,80,58 +-142,80,66 +-142,80,74 +-142,80,82 +-142,80,90 +-142,80,98 +-142,80,106 +-142,80,114 +-142,80,122 +-142,80,130 +-142,80,138 +-142,80,146 +-134,80,-150 +-134,80,-142 +-134,80,-134 +-134,80,-126 +-134,80,-118 +-134,80,-110 +-134,80,-102 +-134,80,-94 +-134,80,-86 +-134,80,-78 +-134,80,-70 +-134,80,-62 +-134,80,-54 +-134,80,-46 +-134,80,-38 +-134,80,-30 +-134,80,-22 +-134,80,-14 +-134,80,-6 +-134,80,2 +-134,80,10 +-134,80,18 +-134,80,26 +-134,80,34 +-134,80,42 +-134,80,50 +-134,80,58 +-134,80,66 +-134,80,74 +-134,80,82 +-134,80,90 +-134,80,98 +-134,80,106 +-134,80,114 +-134,80,122 +-134,80,130 +-134,80,138 +-134,80,146 +-126,80,-150 +-126,80,-142 +-126,80,-134 +-126,80,-126 +-126,80,-118 +-126,80,-110 +-126,80,-102 +-126,80,-94 +-126,80,-86 +-126,80,-78 +-126,80,-70 +-126,80,-62 +-126,80,-54 +-126,80,-46 +-126,80,-38 +-126,80,-30 +-126,80,-22 +-126,80,-14 +-126,80,-6 +-126,80,2 +-126,80,10 +-126,80,18 +-126,80,26 +-126,80,34 +-126,80,42 +-126,80,50 +-126,80,58 +-126,80,66 +-126,80,74 +-126,80,82 +-126,80,90 +-126,80,98 +-126,80,106 +-126,80,114 +-126,80,122 +-126,80,130 +-126,80,138 +-126,80,146 +-118,80,-150 +-118,80,-142 +-118,80,-134 +-118,80,-126 +-118,80,-118 +-118,80,-110 +-118,80,-102 +-118,80,-94 +-118,80,-86 +-118,80,-78 +-118,80,-70 +-118,80,-62 +-118,80,-54 +-118,80,-46 +-118,80,-38 +-118,80,-30 +-118,80,-22 +-118,80,-14 +-118,80,-6 +-118,80,2 +-118,80,10 +-118,80,18 +-118,80,26 +-118,80,34 +-118,80,42 +-118,80,50 +-118,80,58 +-118,80,66 +-118,80,74 +-118,80,82 +-118,80,90 +-118,80,98 +-118,80,106 +-118,80,114 +-118,80,122 +-118,80,130 +-118,80,138 +-118,80,146 +-110,80,-150 +-110,80,-142 +-110,80,-134 +-110,80,-126 +-110,80,-118 +-110,80,-110 +-110,80,-102 +-110,80,-94 +-110,80,-86 +-110,80,-78 +-110,80,-70 +-110,80,-62 +-110,80,-54 +-110,80,-46 +-110,80,-38 +-110,80,-30 +-110,80,-22 +-110,80,-14 +-110,80,-6 +-110,80,2 +-110,80,10 +-110,80,18 +-110,80,26 +-110,80,34 +-110,80,42 +-110,80,50 +-110,80,58 +-110,80,66 +-110,80,74 +-110,80,82 +-110,80,90 +-110,80,98 +-110,80,106 +-110,80,114 +-110,80,122 +-110,80,130 +-110,80,138 +-110,80,146 +-102,80,-150 +-102,80,-142 +-102,80,-134 +-102,80,-126 +-102,80,-118 +-102,80,-110 +-102,80,-102 +-102,80,-94 +-102,80,-86 +-102,80,-78 +-102,80,-70 +-102,80,-62 +-102,80,-54 +-102,80,-46 +-102,80,-38 +-102,80,-30 +-102,80,-22 +-102,80,-14 +-102,80,-6 +-102,80,2 +-102,80,10 +-102,80,18 +-102,80,26 +-102,80,34 +-102,80,42 +-102,80,50 +-102,80,58 +-102,80,66 +-102,80,74 +-102,80,82 +-102,80,90 +-102,80,98 +-102,80,106 +-102,80,114 +-102,80,122 +-102,80,130 +-102,80,138 +-102,80,146 +-94,80,-150 +-94,80,-142 +-94,80,-134 +-94,80,-126 +-94,80,-118 +-94,80,-110 +-94,80,-102 +-94,80,-94 +-94,80,-86 +-94,80,-78 +-94,80,-70 +-94,80,-62 +-94,80,-54 +-94,80,-46 +-94,80,-38 +-94,80,-30 +-94,80,-22 +-94,80,-14 +-94,80,-6 +-94,80,2 +-94,80,10 +-94,80,18 +-94,80,26 +-94,80,34 +-94,80,42 +-94,80,50 +-94,80,58 +-94,80,66 +-94,80,74 +-94,80,82 +-94,80,90 +-94,80,98 +-94,80,106 +-94,80,114 +-94,80,122 +-94,80,130 +-94,80,138 +-94,80,146 +-86,80,-150 +-86,80,-142 +-86,80,-134 +-86,80,-126 +-86,80,-118 +-86,80,-110 +-86,80,-102 +-86,80,-94 +-86,80,-86 +-86,80,-78 +-86,80,-70 +-86,80,-62 +-86,80,-54 +-86,80,-46 +-86,80,-38 +-86,80,-30 +-86,80,-22 +-86,80,-14 +-86,80,-6 +-86,80,2 +-86,80,10 +-86,80,18 +-86,80,26 +-86,80,34 +-86,80,42 +-86,80,50 +-86,80,58 +-86,80,66 +-86,80,74 +-86,80,82 +-86,80,90 +-86,80,98 +-86,80,106 +-86,80,114 +-86,80,122 +-86,80,130 +-86,80,138 +-86,80,146 +-78,80,-150 +-78,80,-142 +-78,80,-134 +-78,80,-126 +-78,80,-118 +-78,80,-110 +-78,80,-102 +-78,80,-94 +-78,80,-86 +-78,80,-78 +-78,80,-70 +-78,80,-62 +-78,80,-54 +-78,80,-46 +-78,80,-38 +-78,80,-30 +-78,80,-22 +-78,80,-14 +-78,80,-6 +-78,80,2 +-78,80,10 +-78,80,18 +-78,80,26 +-78,80,34 +-78,80,42 +-78,80,50 +-78,80,58 +-78,80,66 +-78,80,74 +-78,80,82 +-78,80,90 +-78,80,98 +-78,80,106 +-78,80,114 +-78,80,122 +-78,80,130 +-78,80,138 +-78,80,146 +-70,80,-150 +-70,80,-142 +-70,80,-134 +-70,80,-126 +-70,80,-118 +-70,80,-110 +-70,80,-102 +-70,80,-94 +-70,80,-86 +-70,80,-78 +-70,80,-70 +-70,80,-62 +-70,80,-54 +-70,80,-46 +-70,80,-38 +-70,80,-30 +-70,80,-22 +-70,80,-14 +-70,80,-6 +-70,80,2 +-70,80,10 +-70,80,18 +-70,80,26 +-70,80,34 +-70,80,42 +-70,80,50 +-70,80,58 +-70,80,66 +-70,80,74 +-70,80,82 +-70,80,90 +-70,80,98 +-70,80,106 +-70,80,114 +-70,80,122 +-70,80,130 +-70,80,138 +-70,80,146 +-62,80,-150 +-62,80,-142 +-62,80,-134 +-62,80,-126 +-62,80,-118 +-62,80,-110 +-62,80,-102 +-62,80,-94 +-62,80,-86 +-62,80,-78 +-62,80,-70 +-62,80,-62 +-62,80,-54 +-62,80,-46 +-62,80,-38 +-62,80,-30 +-62,80,-22 +-62,80,-14 +-62,80,-6 +-62,80,2 +-62,80,10 +-62,80,18 +-62,80,26 +-62,80,34 +-62,80,42 +-62,80,50 +-62,80,58 +-62,80,66 +-62,80,74 +-62,80,82 +-62,80,90 +-62,80,98 +-62,80,106 +-62,80,114 +-62,80,122 +-62,80,130 +-62,80,138 +-62,80,146 +-54,80,-150 +-54,80,-142 +-54,80,-134 +-54,80,-126 +-54,80,-118 +-54,80,-110 +-54,80,-102 +-54,80,-94 +-54,80,-86 +-54,80,-78 +-54,80,-70 +-54,80,-62 +-54,80,-54 +-54,80,-46 +-54,80,-38 +-54,80,-30 +-54,80,-22 +-54,80,-14 +-54,80,-6 +-54,80,2 +-54,80,10 +-54,80,18 +-54,80,26 +-54,80,34 +-54,80,42 +-54,80,50 +-54,80,58 +-54,80,66 +-54,80,74 +-54,80,82 +-54,80,90 +-54,80,98 +-54,80,106 +-54,80,114 +-54,80,122 +-54,80,130 +-54,80,138 +-54,80,146 +-46,80,-150 +-46,80,-142 +-46,80,-134 +-46,80,-126 +-46,80,-118 +-46,80,-110 +-46,80,-102 +-46,80,-94 +-46,80,-86 +-46,80,-78 +-46,80,-70 +-46,80,-62 +-46,80,-54 +-46,80,-46 +-46,80,-38 +-46,80,-30 +-46,80,-22 +-46,80,-14 +-46,80,-6 +-46,80,2 +-46,80,10 +-46,80,18 +-46,80,26 +-46,80,34 +-46,80,42 +-46,80,50 +-46,80,58 +-46,80,66 +-46,80,74 +-46,80,82 +-46,80,90 +-46,80,98 +-46,80,106 +-46,80,114 +-46,80,122 +-46,80,130 +-46,80,138 +-46,80,146 +-38,80,-150 +-38,80,-142 +-38,80,-134 +-38,80,-126 +-38,80,-118 +-38,80,-110 +-38,80,-102 +-38,80,-94 +-38,80,-86 +-38,80,-78 +-38,80,-70 +-38,80,-62 +-38,80,-54 +-38,80,-46 +-38,80,-38 +-38,80,-30 +-38,80,-22 +-38,80,-14 +-38,80,-6 +-38,80,2 +-38,80,10 +-38,80,18 +-38,80,26 +-38,80,34 +-38,80,42 +-38,80,50 +-38,80,58 +-38,80,66 +-38,80,74 +-38,80,82 +-38,80,90 +-38,80,98 +-38,80,106 +-38,80,114 +-38,80,122 +-38,80,130 +-38,80,138 +-38,80,146 +-30,80,-150 +-30,80,-142 +-30,80,-134 +-30,80,-126 +-30,80,-118 +-30,80,-110 +-30,80,-102 +-30,80,-94 +-30,80,-86 +-30,80,-78 +-30,80,-70 +-30,80,-62 +-30,80,-54 +-30,80,-46 +-30,80,-38 +-30,80,-30 +-30,80,-22 +-30,80,-14 +-30,80,-6 +-30,80,2 +-30,80,10 +-30,80,18 +-30,80,26 +-30,80,34 +-30,80,42 +-30,80,50 +-30,80,58 +-30,80,66 +-30,80,74 +-30,80,82 +-30,80,90 +-30,80,98 +-30,80,106 +-30,80,114 +-30,80,122 +-30,80,130 +-30,80,138 +-30,80,146 +-22,80,-150 +-22,80,-142 +-22,80,-134 +-22,80,-126 +-22,80,-118 +-22,80,-110 +-22,80,-102 +-22,80,-94 +-22,80,-86 +-22,80,-78 +-22,80,-70 +-22,80,-62 +-22,80,-54 +-22,80,-46 +-22,80,-38 +-22,80,-30 +-22,80,-22 +-22,80,-14 +-22,80,-6 +-22,80,2 +-22,80,10 +-22,80,18 +-22,80,26 +-22,80,34 +-22,80,42 +-22,80,50 +-22,80,58 +-22,80,66 +-22,80,74 +-22,80,82 +-22,80,90 +-22,80,98 +-22,80,106 +-22,80,114 +-22,80,122 +-22,80,130 +-22,80,138 +-22,80,146 +-14,80,-150 +-14,80,-142 +-14,80,-134 +-14,80,-126 +-14,80,-118 +-14,80,-110 +-14,80,-102 +-14,80,-94 +-14,80,-86 +-14,80,-78 +-14,80,-70 +-14,80,-62 +-14,80,-54 +-14,80,-46 +-14,80,-38 +-14,80,-30 +-14,80,-22 +-14,80,-14 +-14,80,-6 +-14,80,2 +-14,80,10 +-14,80,18 +-14,80,26 +-14,80,34 +-14,80,42 +-14,80,50 +-14,80,58 +-14,80,66 +-14,80,74 +-14,80,82 +-14,80,90 +-14,80,98 +-14,80,106 +-14,80,114 +-14,80,122 +-14,80,130 +-14,80,138 +-14,80,146 +-6,80,-150 +-6,80,-142 +-6,80,-134 +-6,80,-126 +-6,80,-118 +-6,80,-110 +-6,80,-102 +-6,80,-94 +-6,80,-86 +-6,80,-78 +-6,80,-70 +-6,80,-62 +-6,80,-54 +-6,80,-46 +-6,80,-38 +-6,80,-30 +-6,80,-22 +-6,80,-14 +-6,80,-6 +-6,80,2 +-6,80,10 +-6,80,18 +-6,80,26 +-6,80,34 +-6,80,42 +-6,80,50 +-6,80,58 +-6,80,66 +-6,80,74 +-6,80,82 +-6,80,90 +-6,80,98 +-6,80,106 +-6,80,114 +-6,80,122 +-6,80,130 +-6,80,138 +-6,80,146 +2,80,-150 +2,80,-142 +2,80,-134 +2,80,-126 +2,80,-118 +2,80,-110 +2,80,-102 +2,80,-94 +2,80,-86 +2,80,-78 +2,80,-70 +2,80,-62 +2,80,-54 +2,80,-46 +2,80,-38 +2,80,-30 +2,80,-22 +2,80,-14 +2,80,-6 +2,80,2 +2,80,10 +2,80,18 +2,80,26 +2,80,34 +2,80,42 +2,80,50 +2,80,58 +2,80,66 +2,80,74 +2,80,82 +2,80,90 +2,80,98 +2,80,106 +2,80,114 +2,80,122 +2,80,130 +2,80,138 +2,80,146 +10,80,-150 +10,80,-142 +10,80,-134 +10,80,-126 +10,80,-118 +10,80,-110 +10,80,-102 +10,80,-94 +10,80,-86 +10,80,-78 +10,80,-70 +10,80,-62 +10,80,-54 +10,80,-46 +10,80,-38 +10,80,-30 +10,80,-22 +10,80,-14 +10,80,-6 +10,80,2 +10,80,10 +10,80,18 +10,80,26 +10,80,34 +10,80,42 +10,80,50 +10,80,58 +10,80,66 +10,80,74 +10,80,82 +10,80,90 +10,80,98 +10,80,106 +10,80,114 +10,80,122 +10,80,130 +10,80,138 +10,80,146 +18,80,-150 +18,80,-142 +18,80,-134 +18,80,-126 +18,80,-118 +18,80,-110 +18,80,-102 +18,80,-94 +18,80,-86 +18,80,-78 +18,80,-70 +18,80,-62 +18,80,-54 +18,80,-46 +18,80,-38 +18,80,-30 +18,80,-22 +18,80,-14 +18,80,-6 +18,80,2 +18,80,10 +18,80,18 +18,80,26 +18,80,34 +18,80,42 +18,80,50 +18,80,58 +18,80,66 +18,80,74 +18,80,82 +18,80,90 +18,80,98 +18,80,106 +18,80,114 +18,80,122 +18,80,130 +18,80,138 +18,80,146 +26,80,-150 +26,80,-142 +26,80,-134 +26,80,-126 +26,80,-118 +26,80,-110 +26,80,-102 +26,80,-94 +26,80,-86 +26,80,-78 +26,80,-70 +26,80,-62 +26,80,-54 +26,80,-46 +26,80,-38 +26,80,-30 +26,80,-22 +26,80,-14 +26,80,-6 +26,80,2 +26,80,10 +26,80,18 +26,80,26 +26,80,34 +26,80,42 +26,80,50 +26,80,58 +26,80,66 +26,80,74 +26,80,82 +26,80,90 +26,80,98 +26,80,106 +26,80,114 +26,80,122 +26,80,130 +26,80,138 +26,80,146 +34,80,-150 +34,80,-142 +34,80,-134 +34,80,-126 +34,80,-118 +34,80,-110 +34,80,-102 +34,80,-94 +34,80,-86 +34,80,-78 +34,80,-70 +34,80,-62 +34,80,-54 +34,80,-46 +34,80,-38 +34,80,-30 +34,80,-22 +34,80,-14 +34,80,-6 +34,80,2 +34,80,10 +34,80,18 +34,80,26 +34,80,34 +34,80,42 +34,80,50 +34,80,58 +34,80,66 +34,80,74 +34,80,82 +34,80,90 +34,80,98 +34,80,106 +34,80,114 +34,80,122 +34,80,130 +34,80,138 +34,80,146 +42,80,-150 +42,80,-142 +42,80,-134 +42,80,-126 +42,80,-118 +42,80,-110 +42,80,-102 +42,80,-94 +42,80,-86 +42,80,-78 +42,80,-70 +42,80,-62 +42,80,-54 +42,80,-46 +42,80,-38 +42,80,-30 +42,80,-22 +42,80,-14 +42,80,-6 +42,80,2 +42,80,10 +42,80,18 +42,80,26 +42,80,34 +42,80,42 +42,80,50 +42,80,58 +42,80,66 +42,80,74 +42,80,82 +42,80,90 +42,80,98 +42,80,106 +42,80,114 +42,80,122 +42,80,130 +42,80,138 +42,80,146 +50,80,-150 +50,80,-142 +50,80,-134 +50,80,-126 +50,80,-118 +50,80,-110 +50,80,-102 +50,80,-94 +50,80,-86 +50,80,-78 +50,80,-70 +50,80,-62 +50,80,-54 +50,80,-46 +50,80,-38 +50,80,-30 +50,80,-22 +50,80,-14 +50,80,-6 +50,80,2 +50,80,10 +50,80,18 +50,80,26 +50,80,34 +50,80,42 +50,80,50 +50,80,58 +50,80,66 +50,80,74 +50,80,82 +50,80,90 +50,80,98 +50,80,106 +50,80,114 +50,80,122 +50,80,130 +50,80,138 +50,80,146 +58,80,-150 +58,80,-142 +58,80,-134 +58,80,-126 +58,80,-118 +58,80,-110 +58,80,-102 +58,80,-94 +58,80,-86 +58,80,-78 +58,80,-70 +58,80,-62 +58,80,-54 +58,80,-46 +58,80,-38 +58,80,-30 +58,80,-22 +58,80,-14 +58,80,-6 +58,80,2 +58,80,10 +58,80,18 +58,80,26 +58,80,34 +58,80,42 +58,80,50 +58,80,58 +58,80,66 +58,80,74 +58,80,82 +58,80,90 +58,80,98 +58,80,106 +58,80,114 +58,80,122 +58,80,130 +58,80,138 +58,80,146 +66,80,-150 +66,80,-142 +66,80,-134 +66,80,-126 +66,80,-118 +66,80,-110 +66,80,-102 +66,80,-94 +66,80,-86 +66,80,-78 +66,80,-70 +66,80,-62 +66,80,-54 +66,80,-46 +66,80,-38 +66,80,-30 +66,80,-22 +66,80,-14 +66,80,-6 +66,80,2 +66,80,10 +66,80,18 +66,80,26 +66,80,34 +66,80,42 +66,80,50 +66,80,58 +66,80,66 +66,80,74 +66,80,82 +66,80,90 +66,80,98 +66,80,106 +66,80,114 +66,80,122 +66,80,130 +66,80,138 +66,80,146 +74,80,-150 +74,80,-142 +74,80,-134 +74,80,-126 +74,80,-118 +74,80,-110 +74,80,-102 +74,80,-94 +74,80,-86 +74,80,-78 +74,80,-70 +74,80,-62 +74,80,-54 +74,80,-46 +74,80,-38 +74,80,-30 +74,80,-22 +74,80,-14 +74,80,-6 +74,80,2 +74,80,10 +74,80,18 +74,80,26 +74,80,34 +74,80,42 +74,80,50 +74,80,58 +74,80,66 +74,80,74 +74,80,82 +74,80,90 +74,80,98 +74,80,106 +74,80,114 +74,80,122 +74,80,130 +74,80,138 +74,80,146 +82,80,-150 +82,80,-142 +82,80,-134 +82,80,-126 +82,80,-118 +82,80,-110 +82,80,-102 +82,80,-94 +82,80,-86 +82,80,-78 +82,80,-70 +82,80,-62 +82,80,-54 +82,80,-46 +82,80,-38 +82,80,-30 +82,80,-22 +82,80,-14 +82,80,-6 +82,80,2 +82,80,10 +82,80,18 +82,80,26 +82,80,34 +82,80,42 +82,80,50 +82,80,58 +82,80,66 +82,80,74 +82,80,82 +82,80,90 +82,80,98 +82,80,106 +82,80,114 +82,80,122 +82,80,130 +82,80,138 +82,80,146 +90,80,-150 +90,80,-142 +90,80,-134 +90,80,-126 +90,80,-118 +90,80,-110 +90,80,-102 +90,80,-94 +90,80,-86 +90,80,-78 +90,80,-70 +90,80,-62 +90,80,-54 +90,80,-46 +90,80,-38 +90,80,-30 +90,80,-22 +90,80,-14 +90,80,-6 +90,80,2 +90,80,10 +90,80,18 +90,80,26 +90,80,34 +90,80,42 +90,80,50 +90,80,58 +90,80,66 +90,80,74 +90,80,82 +90,80,90 +90,80,98 +90,80,106 +90,80,114 +90,80,122 +90,80,130 +90,80,138 +90,80,146 +98,80,-150 +98,80,-142 +98,80,-134 +98,80,-126 +98,80,-118 +98,80,-110 +98,80,-102 +98,80,-94 +98,80,-86 +98,80,-78 +98,80,-70 +98,80,-62 +98,80,-54 +98,80,-46 +98,80,-38 +98,80,-30 +98,80,-22 +98,80,-14 +98,80,-6 +98,80,2 +98,80,10 +98,80,18 +98,80,26 +98,80,34 +98,80,42 +98,80,50 +98,80,58 +98,80,66 +98,80,74 +98,80,82 +98,80,90 +98,80,98 +98,80,106 +98,80,114 +98,80,122 +98,80,130 +98,80,138 +98,80,146 +106,80,-150 +106,80,-142 +106,80,-134 +106,80,-126 +106,80,-118 +106,80,-110 +106,80,-102 +106,80,-94 +106,80,-86 +106,80,-78 +106,80,-70 +106,80,-62 +106,80,-54 +106,80,-46 +106,80,-38 +106,80,-30 +106,80,-22 +106,80,-14 +106,80,-6 +106,80,2 +106,80,10 +106,80,18 +106,80,26 +106,80,34 +106,80,42 +106,80,50 +106,80,58 +106,80,66 +106,80,74 +106,80,82 +106,80,90 +106,80,98 +106,80,106 +106,80,114 +106,80,122 +106,80,130 +106,80,138 +106,80,146 +114,80,-150 +114,80,-142 +114,80,-134 +114,80,-126 +114,80,-118 +114,80,-110 +114,80,-102 +114,80,-94 +114,80,-86 +114,80,-78 +114,80,-70 +114,80,-62 +114,80,-54 +114,80,-46 +114,80,-38 +114,80,-30 +114,80,-22 +114,80,-14 +114,80,-6 +114,80,2 +114,80,10 +114,80,18 +114,80,26 +114,80,34 +114,80,42 +114,80,50 +114,80,58 +114,80,66 +114,80,74 +114,80,82 +114,80,90 +114,80,98 +114,80,106 +114,80,114 +114,80,122 +114,80,130 +114,80,138 +114,80,146 +122,80,-150 +122,80,-142 +122,80,-134 +122,80,-126 +122,80,-118 +122,80,-110 +122,80,-102 +122,80,-94 +122,80,-86 +122,80,-78 +122,80,-70 +122,80,-62 +122,80,-54 +122,80,-46 +122,80,-38 +122,80,-30 +122,80,-22 +122,80,-14 +122,80,-6 +122,80,2 +122,80,10 +122,80,18 +122,80,26 +122,80,34 +122,80,42 +122,80,50 +122,80,58 +122,80,66 +122,80,74 +122,80,82 +122,80,90 +122,80,98 +122,80,106 +122,80,114 +122,80,122 +122,80,130 +122,80,138 +122,80,146 +130,80,-150 +130,80,-142 +130,80,-134 +130,80,-126 +130,80,-118 +130,80,-110 +130,80,-102 +130,80,-94 +130,80,-86 +130,80,-78 +130,80,-70 +130,80,-62 +130,80,-54 +130,80,-46 +130,80,-38 +130,80,-30 +130,80,-22 +130,80,-14 +130,80,-6 +130,80,2 +130,80,10 +130,80,18 +130,80,26 +130,80,34 +130,80,42 +130,80,50 +130,80,58 +130,80,66 +130,80,74 +130,80,82 +130,80,90 +130,80,98 +130,80,106 +130,80,114 +130,80,122 +130,80,130 +130,80,138 +130,80,146 +138,80,-150 +138,80,-142 +138,80,-134 +138,80,-126 +138,80,-118 +138,80,-110 +138,80,-102 +138,80,-94 +138,80,-86 +138,80,-78 +138,80,-70 +138,80,-62 +138,80,-54 +138,80,-46 +138,80,-38 +138,80,-30 +138,80,-22 +138,80,-14 +138,80,-6 +138,80,2 +138,80,10 +138,80,18 +138,80,26 +138,80,34 +138,80,42 +138,80,50 +138,80,58 +138,80,66 +138,80,74 +138,80,82 +138,80,90 +138,80,98 +138,80,106 +138,80,114 +138,80,122 +138,80,130 +138,80,138 +138,80,146 +146,80,-150 +146,80,-142 +146,80,-134 +146,80,-126 +146,80,-118 +146,80,-110 +146,80,-102 +146,80,-94 +146,80,-86 +146,80,-78 +146,80,-70 +146,80,-62 +146,80,-54 +146,80,-46 +146,80,-38 +146,80,-30 +146,80,-22 +146,80,-14 +146,80,-6 +146,80,2 +146,80,10 +146,80,18 +146,80,26 +146,80,34 +146,80,42 +146,80,50 +146,80,58 +146,80,66 +146,80,74 +146,80,82 +146,80,90 +146,80,98 +146,80,106 +146,80,114 +146,80,122 +146,80,130 +146,80,138 +146,80,146 diff --git a/computer/3/tobuildcopy b/computer/3/tobuildcopy new file mode 100644 index 0000000..11f4e7e --- /dev/null +++ b/computer/3/tobuildcopy @@ -0,0 +1,23772 @@ +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +42,-48,-134 +42,-48,-126 +42,-48,-118 +42,-48,-110 +42,-48,-102 +42,-48,-94 +42,-48,-86 +42,-48,-78 +42,-48,-70 +42,-48,-62 +42,-48,-54 +42,-48,-46 +42,-48,-38 +42,-48,-30 +42,-48,-22 +42,-48,-14 +42,-48,-6 +42,-48,2 +42,-48,10 +42,-48,18 +42,-48,26 +42,-48,34 +42,-48,42 +42,-48,50 +42,-48,58 +42,-48,66 +42,-48,74 +42,-48,82 +42,-48,90 +42,-48,98 +42,-48,106 +42,-48,114 +42,-48,122 +42,-48,130 +42,-48,138 +42,-48,146 +50,-48,-150 +50,-48,-142 +50,-48,-134 +50,-48,-126 +50,-48,-118 +50,-48,-110 +50,-48,-102 +50,-48,-94 +50,-48,-86 +50,-48,-78 +50,-48,-70 +50,-48,-62 +50,-48,-54 +50,-48,-46 +50,-48,-38 +50,-48,-30 +50,-48,-22 +50,-48,-14 +50,-48,-6 +50,-48,2 +50,-48,10 +50,-48,18 +50,-48,26 +50,-48,34 +50,-48,42 +50,-48,50 +50,-48,58 +50,-48,66 +50,-48,74 +50,-48,82 +50,-48,90 +50,-48,98 +50,-48,106 +50,-48,114 +50,-48,122 +50,-48,130 +50,-48,138 +50,-48,146 +58,-48,-150 +58,-48,-142 +58,-48,-134 +58,-48,-126 +58,-48,-118 +58,-48,-110 +58,-48,-102 +58,-48,-94 +58,-48,-86 +58,-48,-78 +58,-48,-70 +58,-48,-62 +58,-48,-54 +58,-48,-46 +58,-48,-38 +58,-48,-30 +58,-48,-22 +58,-48,-14 +58,-48,-6 +58,-48,2 +58,-48,10 +58,-48,18 +58,-48,26 +58,-48,34 +58,-48,42 +58,-48,50 +58,-48,58 +58,-48,66 +58,-48,74 +58,-48,82 +58,-48,90 +58,-48,98 +58,-48,106 +58,-48,114 +58,-48,122 +58,-48,130 +58,-48,138 +58,-48,146 +66,-48,-150 +66,-48,-142 +66,-48,-134 +66,-48,-126 +66,-48,-118 +66,-48,-110 +66,-48,-102 +66,-48,-94 +66,-48,-86 +66,-48,-78 +66,-48,-70 +66,-48,-62 +66,-48,-54 +66,-48,-46 +66,-48,-38 +66,-48,-30 +66,-48,-22 +66,-48,-14 +66,-48,-6 +66,-48,2 +66,-48,10 +66,-48,18 +66,-48,26 +66,-48,34 +66,-48,42 +66,-48,50 +66,-48,58 +66,-48,66 +66,-48,74 +66,-48,82 +66,-48,90 +66,-48,98 +66,-48,106 +66,-48,114 +66,-48,122 +66,-48,130 +66,-48,138 +66,-48,146 +74,-48,-150 +74,-48,-142 +74,-48,-134 +74,-48,-126 +74,-48,-118 +74,-48,-110 +74,-48,-102 +74,-48,-94 +74,-48,-86 +74,-48,-78 +74,-48,-70 +74,-48,-62 +74,-48,-54 +74,-48,-46 +74,-48,-38 +74,-48,-30 +74,-48,-22 +74,-48,-14 +74,-48,-6 +74,-48,2 +74,-48,10 +74,-48,18 +74,-48,26 +74,-48,34 +74,-48,42 +74,-48,50 +74,-48,58 +74,-48,66 +74,-48,74 +74,-48,82 +74,-48,90 +74,-48,98 +74,-48,106 +74,-48,114 +74,-48,122 +74,-48,130 +74,-48,138 +74,-48,146 +82,-48,-150 +82,-48,-142 +82,-48,-134 +82,-48,-126 +82,-48,-118 +82,-48,-110 +82,-48,-102 +82,-48,-94 +82,-48,-86 +82,-48,-78 +82,-48,-70 +82,-48,-62 +82,-48,-54 +82,-48,-46 +82,-48,-38 +82,-48,-30 +82,-48,-22 +82,-48,-14 +82,-48,-6 +82,-48,2 +82,-48,10 +82,-48,18 +82,-48,26 +82,-48,34 +82,-48,42 +82,-48,50 +82,-48,58 +82,-48,66 +82,-48,74 +82,-48,82 +82,-48,90 +82,-48,98 +82,-48,106 +82,-48,114 +82,-48,122 +82,-48,130 +82,-48,138 +82,-48,146 +90,-48,-150 +90,-48,-142 +90,-48,-134 +90,-48,-126 +90,-48,-118 +90,-48,-110 +90,-48,-102 +90,-48,-94 +90,-48,-86 +90,-48,-78 +90,-48,-70 +90,-48,-62 +90,-48,-54 +90,-48,-46 +90,-48,-38 +90,-48,-30 +90,-48,-22 +90,-48,-14 +90,-48,-6 +90,-48,2 +90,-48,10 +90,-48,18 +90,-48,26 +90,-48,34 +90,-48,42 +90,-48,50 +90,-48,58 +90,-48,66 +90,-48,74 +90,-48,82 +90,-48,90 +90,-48,98 +90,-48,106 +90,-48,114 +90,-48,122 +90,-48,130 +90,-48,138 +90,-48,146 +98,-48,-150 +98,-48,-142 +98,-48,-134 +98,-48,-126 +98,-48,-118 +98,-48,-110 +98,-48,-102 +98,-48,-94 +98,-48,-86 +98,-48,-78 +98,-48,-70 +98,-48,-62 +98,-48,-54 +98,-48,-46 +98,-48,-38 +98,-48,-30 +98,-48,-22 +98,-48,-14 +98,-48,-6 +98,-48,2 +98,-48,10 +98,-48,18 +98,-48,26 +98,-48,34 +98,-48,42 +98,-48,50 +98,-48,58 +98,-48,66 +98,-48,74 +98,-48,82 +98,-48,90 +98,-48,98 +98,-48,106 +98,-48,114 +98,-48,122 +98,-48,130 +98,-48,138 +98,-48,146 +106,-48,-150 +106,-48,-142 +106,-48,-134 +106,-48,-126 +106,-48,-118 +106,-48,-110 +106,-48,-102 +106,-48,-94 +106,-48,-86 +106,-48,-78 +106,-48,-70 +106,-48,-62 +106,-48,-54 +106,-48,-46 +106,-48,-38 +106,-48,-30 +106,-48,-22 +106,-48,-14 +106,-48,-6 +106,-48,2 +106,-48,10 +106,-48,18 +106,-48,26 +106,-48,34 +106,-48,42 +106,-48,50 +106,-48,58 +106,-48,66 +106,-48,74 +106,-48,82 +106,-48,90 +106,-48,98 +106,-48,106 +106,-48,114 +106,-48,122 +106,-48,130 +106,-48,138 +106,-48,146 +114,-48,-150 +114,-48,-142 +114,-48,-134 +114,-48,-126 +114,-48,-118 +114,-48,-110 +114,-48,-102 +114,-48,-94 +114,-48,-86 +114,-48,-78 +114,-48,-70 +114,-48,-62 +114,-48,-54 +114,-48,-46 +114,-48,-38 +114,-48,-30 +114,-48,-22 +114,-48,-14 +114,-48,-6 +114,-48,2 +114,-48,10 +114,-48,18 +114,-48,26 +114,-48,34 +114,-48,42 +114,-48,50 +114,-48,58 +114,-48,66 +114,-48,74 +114,-48,82 +114,-48,90 +114,-48,98 +114,-48,106 +114,-48,114 +114,-48,122 +114,-48,130 +114,-48,138 +114,-48,146 +122,-48,-150 +122,-48,-142 +122,-48,-134 +122,-48,-126 +122,-48,-118 +122,-48,-110 +122,-48,-102 +122,-48,-94 +122,-48,-86 +122,-48,-78 +122,-48,-70 +122,-48,-62 +122,-48,-54 +122,-48,-46 +122,-48,-38 +122,-48,-30 +122,-48,-22 +122,-48,-14 +122,-48,-6 +122,-48,2 +122,-48,10 +122,-48,18 +122,-48,26 +122,-48,34 +122,-48,42 +122,-48,50 +122,-48,58 +122,-48,66 +122,-48,74 +122,-48,82 +122,-48,90 +122,-48,98 +122,-48,106 +122,-48,114 +122,-48,122 +122,-48,130 +122,-48,138 +122,-48,146 +130,-48,-150 +130,-48,-142 +130,-48,-134 +130,-48,-126 +130,-48,-118 +130,-48,-110 +130,-48,-102 +130,-48,-94 +130,-48,-86 +130,-48,-78 +130,-48,-70 +130,-48,-62 +130,-48,-54 +130,-48,-46 +130,-48,-38 +130,-48,-30 +130,-48,-22 +130,-48,-14 +130,-48,-6 +130,-48,2 +130,-48,10 +130,-48,18 +130,-48,26 +130,-48,34 +130,-48,42 +130,-48,50 +130,-48,58 +130,-48,66 +130,-48,74 +130,-48,82 +130,-48,90 +130,-48,98 +130,-48,106 +130,-48,114 +130,-48,122 +130,-48,130 +130,-48,138 +130,-48,146 +138,-48,-150 +138,-48,-142 +138,-48,-134 +138,-48,-126 +138,-48,-118 +138,-48,-110 +138,-48,-102 +138,-48,-94 +138,-48,-86 +138,-48,-78 +138,-48,-70 +138,-48,-62 +138,-48,-54 +138,-48,-46 +138,-48,-38 +138,-48,-30 +138,-48,-22 +138,-48,-14 +138,-48,-6 +138,-48,2 +138,-48,10 +138,-48,18 +138,-48,26 +138,-48,34 +138,-48,42 +138,-48,50 +138,-48,58 +138,-48,66 +138,-48,74 +138,-48,82 +138,-48,90 +138,-48,98 +138,-48,106 +138,-48,114 +138,-48,122 +138,-48,130 +138,-48,138 +138,-48,146 +146,-48,-150 +146,-48,-142 +146,-48,-134 +146,-48,-126 +146,-48,-118 +146,-48,-110 +146,-48,-102 +146,-48,-94 +146,-48,-86 +146,-48,-78 +146,-48,-70 +146,-48,-62 +146,-48,-54 +146,-48,-46 +146,-48,-38 +146,-48,-30 +146,-48,-22 +146,-48,-14 +146,-48,-6 +146,-48,2 +146,-48,10 +146,-48,18 +146,-48,26 +146,-48,34 +146,-48,42 +146,-48,50 +146,-48,58 +146,-48,66 +146,-48,74 +146,-48,82 +146,-48,90 +146,-48,98 +146,-48,106 +146,-48,114 +146,-48,122 +146,-48,130 +146,-48,138 +146,-48,146 +-150,-40,-150 +-150,-40,-142 +-150,-40,-134 +-150,-40,-126 +-150,-40,-118 +-150,-40,-110 +-150,-40,-102 +-150,-40,-94 +-150,-40,-86 +-150,-40,-78 +-150,-40,-70 +-150,-40,-62 +-150,-40,-54 +-150,-40,-46 +-150,-40,-38 +-150,-40,-30 +-150,-40,-22 +-150,-40,-14 +-150,-40,-6 +-150,-40,2 +-150,-40,10 +-150,-40,18 +-150,-40,26 +-150,-40,34 +-150,-40,42 +-150,-40,50 +-150,-40,58 +-150,-40,66 +-150,-40,74 +-150,-40,82 +-150,-40,90 +-150,-40,98 +-150,-40,106 +-150,-40,114 +-150,-40,122 +-150,-40,130 +-150,-40,138 +-150,-40,146 +-142,-40,-150 +-142,-40,-142 +-142,-40,-134 +-142,-40,-126 +-142,-40,-118 +-142,-40,-110 +-142,-40,-102 +-142,-40,-94 +-142,-40,-86 +-142,-40,-78 +-142,-40,-70 +-142,-40,-62 +-142,-40,-54 +-142,-40,-46 +-142,-40,-38 +-142,-40,-30 +-142,-40,-22 +-142,-40,-14 +-142,-40,-6 +-142,-40,2 +-142,-40,10 +-142,-40,18 +-142,-40,26 +-142,-40,34 +-142,-40,42 +-142,-40,50 +-142,-40,58 +-142,-40,66 +-142,-40,74 +-142,-40,82 +-142,-40,90 +-142,-40,98 +-142,-40,106 +-142,-40,114 +-142,-40,122 +-142,-40,130 +-142,-40,138 +-142,-40,146 +-134,-40,-150 +-134,-40,-142 +-134,-40,-134 +-134,-40,-126 +-134,-40,-118 +-134,-40,-110 +-134,-40,-102 +-134,-40,-94 +-134,-40,-86 +-134,-40,-78 +-134,-40,-70 +-134,-40,-62 +-134,-40,-54 +-134,-40,-46 +-134,-40,-38 +-134,-40,-30 +-134,-40,-22 +-134,-40,-14 +-134,-40,-6 +-134,-40,2 +-134,-40,10 +-134,-40,18 +-134,-40,26 +-134,-40,34 +-134,-40,42 +-134,-40,50 +-134,-40,58 +-134,-40,66 +-134,-40,74 +-134,-40,82 +-134,-40,90 +-134,-40,98 +-134,-40,106 +-134,-40,114 +-134,-40,122 +-134,-40,130 +-134,-40,138 +-134,-40,146 +-126,-40,-150 +-126,-40,-142 +-126,-40,-134 +-126,-40,-126 +-126,-40,-118 +-126,-40,-110 +-126,-40,-102 +-126,-40,-94 +-126,-40,-86 +-126,-40,-78 +-126,-40,-70 +-126,-40,-62 +-126,-40,-54 +-126,-40,-46 +-126,-40,-38 +-126,-40,-30 +-126,-40,-22 +-126,-40,-14 +-126,-40,-6 +-126,-40,2 +-126,-40,10 +-126,-40,18 +-126,-40,26 +-126,-40,34 +-126,-40,42 +-126,-40,50 +-126,-40,58 +-126,-40,66 +-126,-40,74 +-126,-40,82 +-126,-40,90 +-126,-40,98 +-126,-40,106 +-126,-40,114 +-126,-40,122 +-126,-40,130 +-126,-40,138 +-126,-40,146 +-118,-40,-150 +-118,-40,-142 +-118,-40,-134 +-118,-40,-126 +-118,-40,-118 +-118,-40,-110 +-118,-40,-102 +-118,-40,-94 +-118,-40,-86 +-118,-40,-78 +-118,-40,-70 +-118,-40,-62 +-118,-40,-54 +-118,-40,-46 +-118,-40,-38 +-118,-40,-30 +-118,-40,-22 +-118,-40,-14 +-118,-40,-6 +-118,-40,2 +-118,-40,10 +-118,-40,18 +-118,-40,26 +-118,-40,34 +-118,-40,42 +-118,-40,50 +-118,-40,58 +-118,-40,66 +-118,-40,74 +-118,-40,82 +-118,-40,90 +-118,-40,98 +-118,-40,106 +-118,-40,114 +-118,-40,122 +-118,-40,130 +-118,-40,138 +-118,-40,146 +-110,-40,-150 +-110,-40,-142 +-110,-40,-134 +-110,-40,-126 +-110,-40,-118 +-110,-40,-110 +-110,-40,-102 +-110,-40,-94 +-110,-40,-86 +-110,-40,-78 +-110,-40,-70 +-110,-40,-62 +-110,-40,-54 +-110,-40,-46 +-110,-40,-38 +-110,-40,-30 +-110,-40,-22 +-110,-40,-14 +-110,-40,-6 +-110,-40,2 +-110,-40,10 +-110,-40,18 +-110,-40,26 +-110,-40,34 +-110,-40,42 +-110,-40,50 +-110,-40,58 +-110,-40,66 +-110,-40,74 +-110,-40,82 +-110,-40,90 +-110,-40,98 +-110,-40,106 +-110,-40,114 +-110,-40,122 +-110,-40,130 +-110,-40,138 +-110,-40,146 +-102,-40,-150 +-102,-40,-142 +-102,-40,-134 +-102,-40,-126 +-102,-40,-118 +-102,-40,-110 +-102,-40,-102 +-102,-40,-94 +-102,-40,-86 +-102,-40,-78 +-102,-40,-70 +-102,-40,-62 +-102,-40,-54 +-102,-40,-46 +-102,-40,-38 +-102,-40,-30 +-102,-40,-22 +-102,-40,-14 +-102,-40,-6 +-102,-40,2 +-102,-40,10 +-102,-40,18 +-102,-40,26 +-102,-40,34 +-102,-40,42 +-102,-40,50 +-102,-40,58 +-102,-40,66 +-102,-40,74 +-102,-40,82 +-102,-40,90 +-102,-40,98 +-102,-40,106 +-102,-40,114 +-102,-40,122 +-102,-40,130 +-102,-40,138 +-102,-40,146 +-94,-40,-150 +-94,-40,-142 +-94,-40,-134 +-94,-40,-126 +-94,-40,-118 +-94,-40,-110 +-94,-40,-102 +-94,-40,-94 +-94,-40,-86 +-94,-40,-78 +-94,-40,-70 +-94,-40,-62 +-94,-40,-54 +-94,-40,-46 +-94,-40,-38 +-94,-40,-30 +-94,-40,-22 +-94,-40,-14 +-94,-40,-6 +-94,-40,2 +-94,-40,10 +-94,-40,18 +-94,-40,26 +-94,-40,34 +-94,-40,42 +-94,-40,50 +-94,-40,58 +-94,-40,66 +-94,-40,74 +-94,-40,82 +-94,-40,90 +-94,-40,98 +-94,-40,106 +-94,-40,114 +-94,-40,122 +-94,-40,130 +-94,-40,138 +-94,-40,146 +-86,-40,-150 +-86,-40,-142 +-86,-40,-134 +-86,-40,-126 +-86,-40,-118 +-86,-40,-110 +-86,-40,-102 +-86,-40,-94 +-86,-40,-86 +-86,-40,-78 +-86,-40,-70 +-86,-40,-62 +-86,-40,-54 +-86,-40,-46 +-86,-40,-38 +-86,-40,-30 +-86,-40,-22 +-86,-40,-14 +-86,-40,-6 +-86,-40,2 +-86,-40,10 +-86,-40,18 +-86,-40,26 +-86,-40,34 +-86,-40,42 +-86,-40,50 +-86,-40,58 +-86,-40,66 +-86,-40,74 +-86,-40,82 +-86,-40,90 +-86,-40,98 +-86,-40,106 +-86,-40,114 +-86,-40,122 +-86,-40,130 +-86,-40,138 +-86,-40,146 +-78,-40,-150 +-78,-40,-142 +-78,-40,-134 +-78,-40,-126 +-78,-40,-118 +-78,-40,-110 +-78,-40,-102 +-78,-40,-94 +-78,-40,-86 +-78,-40,-78 +-78,-40,-70 +-78,-40,-62 +-78,-40,-54 +-78,-40,-46 +-78,-40,-38 +-78,-40,-30 +-78,-40,-22 +-78,-40,-14 +-78,-40,-6 +-78,-40,2 +-78,-40,10 +-78,-40,18 +-78,-40,26 +-78,-40,34 +-78,-40,42 +-78,-40,50 +-78,-40,58 +-78,-40,66 +-78,-40,74 +-78,-40,82 +-78,-40,90 +-78,-40,98 +-78,-40,106 +-78,-40,114 +-78,-40,122 +-78,-40,130 +-78,-40,138 +-78,-40,146 +-70,-40,-150 +-70,-40,-142 +-70,-40,-134 +-70,-40,-126 +-70,-40,-118 +-70,-40,-110 +-70,-40,-102 +-70,-40,-94 +-70,-40,-86 +-70,-40,-78 +-70,-40,-70 +-70,-40,-62 +-70,-40,-54 +-70,-40,-46 +-70,-40,-38 +-70,-40,-30 +-70,-40,-22 +-70,-40,-14 +-70,-40,-6 +-70,-40,2 +-70,-40,10 +-70,-40,18 +-70,-40,26 +-70,-40,34 +-70,-40,42 +-70,-40,50 +-70,-40,58 +-70,-40,66 +-70,-40,74 +-70,-40,82 +-70,-40,90 +-70,-40,98 +-70,-40,106 +-70,-40,114 +-70,-40,122 +-70,-40,130 +-70,-40,138 +-70,-40,146 +-62,-40,-150 +-62,-40,-142 +-62,-40,-134 +-62,-40,-126 +-62,-40,-118 +-62,-40,-110 +-62,-40,-102 +-62,-40,-94 +-62,-40,-86 +-62,-40,-78 +-62,-40,-70 +-62,-40,-62 +-62,-40,-54 +-62,-40,-46 +-62,-40,-38 +-62,-40,-30 +-62,-40,-22 +-62,-40,-14 +-62,-40,-6 +-62,-40,2 +-62,-40,10 +-62,-40,18 +-62,-40,26 +-62,-40,34 +-62,-40,42 +-62,-40,50 +-62,-40,58 +-62,-40,66 +-62,-40,74 +-62,-40,82 +-62,-40,90 +-62,-40,98 +-62,-40,106 +-62,-40,114 +-62,-40,122 +-62,-40,130 +-62,-40,138 +-62,-40,146 +-54,-40,-150 +-54,-40,-142 +-54,-40,-134 +-54,-40,-126 +-54,-40,-118 +-54,-40,-110 +-54,-40,-102 +-54,-40,-94 +-54,-40,-86 +-54,-40,-78 +-54,-40,-70 +-54,-40,-62 +-54,-40,-54 +-54,-40,-46 +-54,-40,-38 +-54,-40,-30 +-54,-40,-22 +-54,-40,-14 +-54,-40,-6 +-54,-40,2 +-54,-40,10 +-54,-40,18 +-54,-40,26 +-54,-40,34 +-54,-40,42 +-54,-40,50 +-54,-40,58 +-54,-40,66 +-54,-40,74 +-54,-40,82 +-54,-40,90 +-54,-40,98 +-54,-40,106 +-54,-40,114 +-54,-40,122 +-54,-40,130 +-54,-40,138 +-54,-40,146 +-46,-40,-150 +-46,-40,-142 +-46,-40,-134 +-46,-40,-126 +-46,-40,-118 +-46,-40,-110 +-46,-40,-102 +-46,-40,-94 +-46,-40,-86 +-46,-40,-78 +-46,-40,-70 +-46,-40,-62 +-46,-40,-54 +-46,-40,-46 +-46,-40,-38 +-46,-40,-30 +-46,-40,-22 +-46,-40,-14 +-46,-40,-6 +-46,-40,2 +-46,-40,10 +-46,-40,18 +-46,-40,26 +-46,-40,34 +-46,-40,42 +-46,-40,50 +-46,-40,58 +-46,-40,66 +-46,-40,74 +-46,-40,82 +-46,-40,90 +-46,-40,98 +-46,-40,106 +-46,-40,114 +-46,-40,122 +-46,-40,130 +-46,-40,138 +-46,-40,146 +-38,-40,-150 +-38,-40,-142 +-38,-40,-134 +-38,-40,-126 +-38,-40,-118 +-38,-40,-110 +-38,-40,-102 +-38,-40,-94 +-38,-40,-86 +-38,-40,-78 +-38,-40,-70 +-38,-40,-62 +-38,-40,-54 +-38,-40,-46 +-38,-40,-38 +-38,-40,-30 +-38,-40,-22 +-38,-40,-14 +-38,-40,-6 +-38,-40,2 +-38,-40,10 +-38,-40,18 +-38,-40,26 +-38,-40,34 +-38,-40,42 +-38,-40,50 +-38,-40,58 +-38,-40,66 +-38,-40,74 +-38,-40,82 +-38,-40,90 +-38,-40,98 +-38,-40,106 +-38,-40,114 +-38,-40,122 +-38,-40,130 +-38,-40,138 +-38,-40,146 +-30,-40,-150 +-30,-40,-142 +-30,-40,-134 +-30,-40,-126 +-30,-40,-118 +-30,-40,-110 +-30,-40,-102 +-30,-40,-94 +-30,-40,-86 +-30,-40,-78 +-30,-40,-70 +-30,-40,-62 +-30,-40,-54 +-30,-40,-46 +-30,-40,-38 +-30,-40,-30 +-30,-40,-22 +-30,-40,-14 +-30,-40,-6 +-30,-40,2 +-30,-40,10 +-30,-40,18 +-30,-40,26 +-30,-40,34 +-30,-40,42 +-30,-40,50 +-30,-40,58 +-30,-40,66 +-30,-40,74 +-30,-40,82 +-30,-40,90 +-30,-40,98 +-30,-40,106 +-30,-40,114 +-30,-40,122 +-30,-40,130 +-30,-40,138 +-30,-40,146 +-22,-40,-150 +-22,-40,-142 +-22,-40,-134 +-22,-40,-126 +-22,-40,-118 +-22,-40,-110 +-22,-40,-102 +-22,-40,-94 +-22,-40,-86 +-22,-40,-78 +-22,-40,-70 +-22,-40,-62 +-22,-40,-54 +-22,-40,-46 +-22,-40,-38 +-22,-40,-30 +-22,-40,-22 +-22,-40,-14 +-22,-40,-6 +-22,-40,2 +-22,-40,10 +-22,-40,18 +-22,-40,26 +-22,-40,34 +-22,-40,42 +-22,-40,50 +-22,-40,58 +-22,-40,66 +-22,-40,74 +-22,-40,82 +-22,-40,90 +-22,-40,98 +-22,-40,106 +-22,-40,114 +-22,-40,122 +-22,-40,130 +-22,-40,138 +-22,-40,146 +-14,-40,-150 +-14,-40,-142 +-14,-40,-134 +-14,-40,-126 +-14,-40,-118 +-14,-40,-110 +-14,-40,-102 +-14,-40,-94 +-14,-40,-86 +-14,-40,-78 +-14,-40,-70 +-14,-40,-62 +-14,-40,-54 +-14,-40,-46 +-14,-40,-38 +-14,-40,-30 +-14,-40,-22 +-14,-40,-14 +-14,-40,-6 +-14,-40,2 +-14,-40,10 +-14,-40,18 +-14,-40,26 +-14,-40,34 +-14,-40,42 +-14,-40,50 +-14,-40,58 +-14,-40,66 +-14,-40,74 +-14,-40,82 +-14,-40,90 +-14,-40,98 +-14,-40,106 +-14,-40,114 +-14,-40,122 +-14,-40,130 +-14,-40,138 +-14,-40,146 +-6,-40,-150 +-6,-40,-142 +-6,-40,-134 +-6,-40,-126 +-6,-40,-118 +-6,-40,-110 +-6,-40,-102 +-6,-40,-94 +-6,-40,-86 +-6,-40,-78 +-6,-40,-70 +-6,-40,-62 +-6,-40,-54 +-6,-40,-46 +-6,-40,-38 +-6,-40,-30 +-6,-40,-22 +-6,-40,-14 +-6,-40,-6 +-6,-40,2 +-6,-40,10 +-6,-40,18 +-6,-40,26 +-6,-40,34 +-6,-40,42 +-6,-40,50 +-6,-40,58 +-6,-40,66 +-6,-40,74 +-6,-40,82 +-6,-40,90 +-6,-40,98 +-6,-40,106 +-6,-40,114 +-6,-40,122 +-6,-40,130 +-6,-40,138 +-6,-40,146 +2,-40,-150 +2,-40,-142 +2,-40,-134 +2,-40,-126 +2,-40,-118 +2,-40,-110 +2,-40,-102 +2,-40,-94 +2,-40,-86 +2,-40,-78 +2,-40,-70 +2,-40,-62 +2,-40,-54 +2,-40,-46 +2,-40,-38 +2,-40,-30 +2,-40,-22 +2,-40,-14 +2,-40,-6 +2,-40,2 +2,-40,10 +2,-40,18 +2,-40,26 +2,-40,34 +2,-40,42 +2,-40,50 +2,-40,58 +2,-40,66 +2,-40,74 +2,-40,82 +2,-40,90 +2,-40,98 +2,-40,106 +2,-40,114 +2,-40,122 +2,-40,130 +2,-40,138 +2,-40,146 +10,-40,-150 +10,-40,-142 +10,-40,-134 +10,-40,-126 +10,-40,-118 +10,-40,-110 +10,-40,-102 +10,-40,-94 +10,-40,-86 +10,-40,-78 +10,-40,-70 +10,-40,-62 +10,-40,-54 +10,-40,-46 +10,-40,-38 +10,-40,-30 +10,-40,-22 +10,-40,-14 +10,-40,-6 +10,-40,2 +10,-40,10 +10,-40,18 +10,-40,26 +10,-40,34 +10,-40,42 +10,-40,50 +10,-40,58 +10,-40,66 +10,-40,74 +10,-40,82 +10,-40,90 +10,-40,98 +10,-40,106 +10,-40,114 +10,-40,122 +10,-40,130 +10,-40,138 +10,-40,146 +18,-40,-150 +18,-40,-142 +18,-40,-134 +18,-40,-126 +18,-40,-118 +18,-40,-110 +18,-40,-102 +18,-40,-94 +18,-40,-86 +18,-40,-78 +18,-40,-70 +18,-40,-62 +18,-40,-54 +18,-40,-46 +18,-40,-38 +18,-40,-30 +18,-40,-22 +18,-40,-14 +18,-40,-6 +18,-40,2 +18,-40,10 +18,-40,18 +18,-40,26 +18,-40,34 +18,-40,42 +18,-40,50 +18,-40,58 +18,-40,66 +18,-40,74 +18,-40,82 +18,-40,90 +18,-40,98 +18,-40,106 +18,-40,114 +18,-40,122 +18,-40,130 +18,-40,138 +18,-40,146 +26,-40,-150 +26,-40,-142 +26,-40,-134 +26,-40,-126 +26,-40,-118 +26,-40,-110 +26,-40,-102 +26,-40,-94 +26,-40,-86 +26,-40,-78 +26,-40,-70 +26,-40,-62 +26,-40,-54 +26,-40,-46 +26,-40,-38 +26,-40,-30 +26,-40,-22 +26,-40,-14 +26,-40,-6 +26,-40,2 +26,-40,10 +26,-40,18 +26,-40,26 +26,-40,34 +26,-40,42 +26,-40,50 +26,-40,58 +26,-40,66 +26,-40,74 +26,-40,82 +26,-40,90 +26,-40,98 +26,-40,106 +26,-40,114 +26,-40,122 +26,-40,130 +26,-40,138 +26,-40,146 +34,-40,-150 +34,-40,-142 +34,-40,-134 +34,-40,-126 +34,-40,-118 +34,-40,-110 +34,-40,-102 +34,-40,-94 +34,-40,-86 +34,-40,-78 +34,-40,-70 +34,-40,-62 +34,-40,-54 +34,-40,-46 +34,-40,-38 +34,-40,-30 +34,-40,-22 +34,-40,-14 +34,-40,-6 +34,-40,2 +34,-40,10 +34,-40,18 +34,-40,26 +34,-40,34 +34,-40,42 +34,-40,50 +34,-40,58 +34,-40,66 +34,-40,74 +34,-40,82 +34,-40,90 +34,-40,98 +34,-40,106 +34,-40,114 +34,-40,122 +34,-40,130 +34,-40,138 +34,-40,146 +42,-40,-150 +42,-40,-142 +42,-40,-134 +42,-40,-126 +42,-40,-118 +42,-40,-110 +42,-40,-102 +42,-40,-94 +42,-40,-86 +42,-40,-78 +42,-40,-70 +42,-40,-62 +42,-40,-54 +42,-40,-46 +42,-40,-38 +42,-40,-30 +42,-40,-22 +42,-40,-14 +42,-40,-6 +42,-40,2 +42,-40,10 +42,-40,18 +42,-40,26 +42,-40,34 +42,-40,42 +42,-40,50 +42,-40,58 +42,-40,66 +42,-40,74 +42,-40,82 +42,-40,90 +42,-40,98 +42,-40,106 +42,-40,114 +42,-40,122 +42,-40,130 +42,-40,138 +42,-40,146 +50,-40,-150 +50,-40,-142 +50,-40,-134 +50,-40,-126 +50,-40,-118 +50,-40,-110 +50,-40,-102 +50,-40,-94 +50,-40,-86 +50,-40,-78 +50,-40,-70 +50,-40,-62 +50,-40,-54 +50,-40,-46 +50,-40,-38 +50,-40,-30 +50,-40,-22 +50,-40,-14 +50,-40,-6 +50,-40,2 +50,-40,10 +50,-40,18 +50,-40,26 +50,-40,34 +50,-40,42 +50,-40,50 +50,-40,58 +50,-40,66 +50,-40,74 +50,-40,82 +50,-40,90 +50,-40,98 +50,-40,106 +50,-40,114 +50,-40,122 +50,-40,130 +50,-40,138 +50,-40,146 +58,-40,-150 +58,-40,-142 +58,-40,-134 +58,-40,-126 +58,-40,-118 +58,-40,-110 +58,-40,-102 +58,-40,-94 +58,-40,-86 +58,-40,-78 +58,-40,-70 +58,-40,-62 +58,-40,-54 +58,-40,-46 +58,-40,-38 +58,-40,-30 +58,-40,-22 +58,-40,-14 +58,-40,-6 +58,-40,2 +58,-40,10 +58,-40,18 +58,-40,26 +58,-40,34 +58,-40,42 +58,-40,50 +58,-40,58 +58,-40,66 +58,-40,74 +58,-40,82 +58,-40,90 +58,-40,98 +58,-40,106 +58,-40,114 +58,-40,122 +58,-40,130 +58,-40,138 +58,-40,146 +66,-40,-150 +66,-40,-142 +66,-40,-134 +66,-40,-126 +66,-40,-118 +66,-40,-110 +66,-40,-102 +66,-40,-94 +66,-40,-86 +66,-40,-78 +66,-40,-70 +66,-40,-62 +66,-40,-54 +66,-40,-46 +66,-40,-38 +66,-40,-30 +66,-40,-22 +66,-40,-14 +66,-40,-6 +66,-40,2 +66,-40,10 +66,-40,18 +66,-40,26 +66,-40,34 +66,-40,42 +66,-40,50 +66,-40,58 +66,-40,66 +66,-40,74 +66,-40,82 +66,-40,90 +66,-40,98 +66,-40,106 +66,-40,114 +66,-40,122 +66,-40,130 +66,-40,138 +66,-40,146 +74,-40,-150 +74,-40,-142 +74,-40,-134 +74,-40,-126 +74,-40,-118 +74,-40,-110 +74,-40,-102 +74,-40,-94 +74,-40,-86 +74,-40,-78 +74,-40,-70 +74,-40,-62 +74,-40,-54 +74,-40,-46 +74,-40,-38 +74,-40,-30 +74,-40,-22 +74,-40,-14 +74,-40,-6 +74,-40,2 +74,-40,10 +74,-40,18 +74,-40,26 +74,-40,34 +74,-40,42 +74,-40,50 +74,-40,58 +74,-40,66 +74,-40,74 +74,-40,82 +74,-40,90 +74,-40,98 +74,-40,106 +74,-40,114 +74,-40,122 +74,-40,130 +74,-40,138 +74,-40,146 +82,-40,-150 +82,-40,-142 +82,-40,-134 +82,-40,-126 +82,-40,-118 +82,-40,-110 +82,-40,-102 +82,-40,-94 +82,-40,-86 +82,-40,-78 +82,-40,-70 +82,-40,-62 +82,-40,-54 +82,-40,-46 +82,-40,-38 +82,-40,-30 +82,-40,-22 +82,-40,-14 +82,-40,-6 +82,-40,2 +82,-40,10 +82,-40,18 +82,-40,26 +82,-40,34 +82,-40,42 +82,-40,50 +82,-40,58 +82,-40,66 +82,-40,74 +82,-40,82 +82,-40,90 +82,-40,98 +82,-40,106 +82,-40,114 +82,-40,122 +82,-40,130 +82,-40,138 +82,-40,146 +90,-40,-150 +90,-40,-142 +90,-40,-134 +90,-40,-126 +90,-40,-118 +90,-40,-110 +90,-40,-102 +90,-40,-94 +90,-40,-86 +90,-40,-78 +90,-40,-70 +90,-40,-62 +90,-40,-54 +90,-40,-46 +90,-40,-38 +90,-40,-30 +90,-40,-22 +90,-40,-14 +90,-40,-6 +90,-40,2 +90,-40,10 +90,-40,18 +90,-40,26 +90,-40,34 +90,-40,42 +90,-40,50 +90,-40,58 +90,-40,66 +90,-40,74 +90,-40,82 +90,-40,90 +90,-40,98 +90,-40,106 +90,-40,114 +90,-40,122 +90,-40,130 +90,-40,138 +90,-40,146 +98,-40,-150 +98,-40,-142 +98,-40,-134 +98,-40,-126 +98,-40,-118 +98,-40,-110 +98,-40,-102 +98,-40,-94 +98,-40,-86 +98,-40,-78 +98,-40,-70 +98,-40,-62 +98,-40,-54 +98,-40,-46 +98,-40,-38 +98,-40,-30 +98,-40,-22 +98,-40,-14 +98,-40,-6 +98,-40,2 +98,-40,10 +98,-40,18 +98,-40,26 +98,-40,34 +98,-40,42 +98,-40,50 +98,-40,58 +98,-40,66 +98,-40,74 +98,-40,82 +98,-40,90 +98,-40,98 +98,-40,106 +98,-40,114 +98,-40,122 +98,-40,130 +98,-40,138 +98,-40,146 +106,-40,-150 +106,-40,-142 +106,-40,-134 +106,-40,-126 +106,-40,-118 +106,-40,-110 +106,-40,-102 +106,-40,-94 +106,-40,-86 +106,-40,-78 +106,-40,-70 +106,-40,-62 +106,-40,-54 +106,-40,-46 +106,-40,-38 +106,-40,-30 +106,-40,-22 +106,-40,-14 +106,-40,-6 +106,-40,2 +106,-40,10 +106,-40,18 +106,-40,26 +106,-40,34 +106,-40,42 +106,-40,50 +106,-40,58 +106,-40,66 +106,-40,74 +106,-40,82 +106,-40,90 +106,-40,98 +106,-40,106 +106,-40,114 +106,-40,122 +106,-40,130 +106,-40,138 +106,-40,146 +114,-40,-150 +114,-40,-142 +114,-40,-134 +114,-40,-126 +114,-40,-118 +114,-40,-110 +114,-40,-102 +114,-40,-94 +114,-40,-86 +114,-40,-78 +114,-40,-70 +114,-40,-62 +114,-40,-54 +114,-40,-46 +114,-40,-38 +114,-40,-30 +114,-40,-22 +114,-40,-14 +114,-40,-6 +114,-40,2 +114,-40,10 +114,-40,18 +114,-40,26 +114,-40,34 +114,-40,42 +114,-40,50 +114,-40,58 +114,-40,66 +114,-40,74 +114,-40,82 +114,-40,90 +114,-40,98 +114,-40,106 +114,-40,114 +114,-40,122 +114,-40,130 +114,-40,138 +114,-40,146 +122,-40,-150 +122,-40,-142 +122,-40,-134 +122,-40,-126 +122,-40,-118 +122,-40,-110 +122,-40,-102 +122,-40,-94 +122,-40,-86 +122,-40,-78 +122,-40,-70 +122,-40,-62 +122,-40,-54 +122,-40,-46 +122,-40,-38 +122,-40,-30 +122,-40,-22 +122,-40,-14 +122,-40,-6 +122,-40,2 +122,-40,10 +122,-40,18 +122,-40,26 +122,-40,34 +122,-40,42 +122,-40,50 +122,-40,58 +122,-40,66 +122,-40,74 +122,-40,82 +122,-40,90 +122,-40,98 +122,-40,106 +122,-40,114 +122,-40,122 +122,-40,130 +122,-40,138 +122,-40,146 +130,-40,-150 +130,-40,-142 +130,-40,-134 +130,-40,-126 +130,-40,-118 +130,-40,-110 +130,-40,-102 +130,-40,-94 +130,-40,-86 +130,-40,-78 +130,-40,-70 +130,-40,-62 +130,-40,-54 +130,-40,-46 +130,-40,-38 +130,-40,-30 +130,-40,-22 +130,-40,-14 +130,-40,-6 +130,-40,2 +130,-40,10 +130,-40,18 +130,-40,26 +130,-40,34 +130,-40,42 +130,-40,50 +130,-40,58 +130,-40,66 +130,-40,74 +130,-40,82 +130,-40,90 +130,-40,98 +130,-40,106 +130,-40,114 +130,-40,122 +130,-40,130 +130,-40,138 +130,-40,146 +138,-40,-150 +138,-40,-142 +138,-40,-134 +138,-40,-126 +138,-40,-118 +138,-40,-110 +138,-40,-102 +138,-40,-94 +138,-40,-86 +138,-40,-78 +138,-40,-70 +138,-40,-62 +138,-40,-54 +138,-40,-46 +138,-40,-38 +138,-40,-30 +138,-40,-22 +138,-40,-14 +138,-40,-6 +138,-40,2 +138,-40,10 +138,-40,18 +138,-40,26 +138,-40,34 +138,-40,42 +138,-40,50 +138,-40,58 +138,-40,66 +138,-40,74 +138,-40,82 +138,-40,90 +138,-40,98 +138,-40,106 +138,-40,114 +138,-40,122 +138,-40,130 +138,-40,138 +138,-40,146 +146,-40,-150 +146,-40,-142 +146,-40,-134 +146,-40,-126 +146,-40,-118 +146,-40,-110 +146,-40,-102 +146,-40,-94 +146,-40,-86 +146,-40,-78 +146,-40,-70 +146,-40,-62 +146,-40,-54 +146,-40,-46 +146,-40,-38 +146,-40,-30 +146,-40,-22 +146,-40,-14 +146,-40,-6 +146,-40,2 +146,-40,10 +146,-40,18 +146,-40,26 +146,-40,34 +146,-40,42 +146,-40,50 +146,-40,58 +146,-40,66 +146,-40,74 +146,-40,82 +146,-40,90 +146,-40,98 +146,-40,106 +146,-40,114 +146,-40,122 +146,-40,130 +146,-40,138 +146,-40,146 +-150,-32,-150 +-150,-32,-142 +-150,-32,-134 +-150,-32,-126 +-150,-32,-118 +-150,-32,-110 +-150,-32,-102 +-150,-32,-94 +-150,-32,-86 +-150,-32,-78 +-150,-32,-70 +-150,-32,-62 +-150,-32,-54 +-150,-32,-46 +-150,-32,-38 +-150,-32,-30 +-150,-32,-22 +-150,-32,-14 +-150,-32,-6 +-150,-32,2 +-150,-32,10 +-150,-32,18 +-150,-32,26 +-150,-32,34 +-150,-32,42 +-150,-32,50 +-150,-32,58 +-150,-32,66 +-150,-32,74 +-150,-32,82 +-150,-32,90 +-150,-32,98 +-150,-32,106 +-150,-32,114 +-150,-32,122 +-150,-32,130 +-150,-32,138 +-150,-32,146 +-142,-32,-150 +-142,-32,-142 +-142,-32,-134 +-142,-32,-126 +-142,-32,-118 +-142,-32,-110 +-142,-32,-102 +-142,-32,-94 +-142,-32,-86 +-142,-32,-78 +-142,-32,-70 +-142,-32,-62 +-142,-32,-54 +-142,-32,-46 +-142,-32,-38 +-142,-32,-30 +-142,-32,-22 +-142,-32,-14 +-142,-32,-6 +-142,-32,2 +-142,-32,10 +-142,-32,18 +-142,-32,26 +-142,-32,34 +-142,-32,42 +-142,-32,50 +-142,-32,58 +-142,-32,66 +-142,-32,74 +-142,-32,82 +-142,-32,90 +-142,-32,98 +-142,-32,106 +-142,-32,114 +-142,-32,122 +-142,-32,130 +-142,-32,138 +-142,-32,146 +-134,-32,-150 +-134,-32,-142 +-134,-32,-134 +-134,-32,-126 +-134,-32,-118 +-134,-32,-110 +-134,-32,-102 +-134,-32,-94 +-134,-32,-86 +-134,-32,-78 +-134,-32,-70 +-134,-32,-62 +-134,-32,-54 +-134,-32,-46 +-134,-32,-38 +-134,-32,-30 +-134,-32,-22 +-134,-32,-14 +-134,-32,-6 +-134,-32,2 +-134,-32,10 +-134,-32,18 +-134,-32,26 +-134,-32,34 +-134,-32,42 +-134,-32,50 +-134,-32,58 +-134,-32,66 +-134,-32,74 +-134,-32,82 +-134,-32,90 +-134,-32,98 +-134,-32,106 +-134,-32,114 +-134,-32,122 +-134,-32,130 +-134,-32,138 +-134,-32,146 +-126,-32,-150 +-126,-32,-142 +-126,-32,-134 +-126,-32,-126 +-126,-32,-118 +-126,-32,-110 +-126,-32,-102 +-126,-32,-94 +-126,-32,-86 +-126,-32,-78 +-126,-32,-70 +-126,-32,-62 +-126,-32,-54 +-126,-32,-46 +-126,-32,-38 +-126,-32,-30 +-126,-32,-22 +-126,-32,-14 +-126,-32,-6 +-126,-32,2 +-126,-32,10 +-126,-32,18 +-126,-32,26 +-126,-32,34 +-126,-32,42 +-126,-32,50 +-126,-32,58 +-126,-32,66 +-126,-32,74 +-126,-32,82 +-126,-32,90 +-126,-32,98 +-126,-32,106 +-126,-32,114 +-126,-32,122 +-126,-32,130 +-126,-32,138 +-126,-32,146 +-118,-32,-150 +-118,-32,-142 +-118,-32,-134 +-118,-32,-126 +-118,-32,-118 +-118,-32,-110 +-118,-32,-102 +-118,-32,-94 +-118,-32,-86 +-118,-32,-78 +-118,-32,-70 +-118,-32,-62 +-118,-32,-54 +-118,-32,-46 +-118,-32,-38 +-118,-32,-30 +-118,-32,-22 +-118,-32,-14 +-118,-32,-6 +-118,-32,2 +-118,-32,10 +-118,-32,18 +-118,-32,26 +-118,-32,34 +-118,-32,42 +-118,-32,50 +-118,-32,58 +-118,-32,66 +-118,-32,74 +-118,-32,82 +-118,-32,90 +-118,-32,98 +-118,-32,106 +-118,-32,114 +-118,-32,122 +-118,-32,130 +-118,-32,138 +-118,-32,146 +-110,-32,-150 +-110,-32,-142 +-110,-32,-134 +-110,-32,-126 +-110,-32,-118 +-110,-32,-110 +-110,-32,-102 +-110,-32,-94 +-110,-32,-86 +-110,-32,-78 +-110,-32,-70 +-110,-32,-62 +-110,-32,-54 +-110,-32,-46 +-110,-32,-38 +-110,-32,-30 +-110,-32,-22 +-110,-32,-14 +-110,-32,-6 +-110,-32,2 +-110,-32,10 +-110,-32,18 +-110,-32,26 +-110,-32,34 +-110,-32,42 +-110,-32,50 +-110,-32,58 +-110,-32,66 +-110,-32,74 +-110,-32,82 +-110,-32,90 +-110,-32,98 +-110,-32,106 +-110,-32,114 +-110,-32,122 +-110,-32,130 +-110,-32,138 +-110,-32,146 +-102,-32,-150 +-102,-32,-142 +-102,-32,-134 +-102,-32,-126 +-102,-32,-118 +-102,-32,-110 +-102,-32,-102 +-102,-32,-94 +-102,-32,-86 +-102,-32,-78 +-102,-32,-70 +-102,-32,-62 +-102,-32,-54 +-102,-32,-46 +-102,-32,-38 +-102,-32,-30 +-102,-32,-22 +-102,-32,-14 +-102,-32,-6 +-102,-32,2 +-102,-32,10 +-102,-32,18 +-102,-32,26 +-102,-32,34 +-102,-32,42 +-102,-32,50 +-102,-32,58 +-102,-32,66 +-102,-32,74 +-102,-32,82 +-102,-32,90 +-102,-32,98 +-102,-32,106 +-102,-32,114 +-102,-32,122 +-102,-32,130 +-102,-32,138 +-102,-32,146 +-94,-32,-150 +-94,-32,-142 +-94,-32,-134 +-94,-32,-126 +-94,-32,-118 +-94,-32,-110 +-94,-32,-102 +-94,-32,-94 +-94,-32,-86 +-94,-32,-78 +-94,-32,-70 +-94,-32,-62 +-94,-32,-54 +-94,-32,-46 +-94,-32,-38 +-94,-32,-30 +-94,-32,-22 +-94,-32,-14 +-94,-32,-6 +-94,-32,2 +-94,-32,10 +-94,-32,18 +-94,-32,26 +-94,-32,34 +-94,-32,42 +-94,-32,50 +-94,-32,58 +-94,-32,66 +-94,-32,74 +-94,-32,82 +-94,-32,90 +-94,-32,98 +-94,-32,106 +-94,-32,114 +-94,-32,122 +-94,-32,130 +-94,-32,138 +-94,-32,146 +-86,-32,-150 +-86,-32,-142 +-86,-32,-134 +-86,-32,-126 +-86,-32,-118 +-86,-32,-110 +-86,-32,-102 +-86,-32,-94 +-86,-32,-86 +-86,-32,-78 +-86,-32,-70 +-86,-32,-62 +-86,-32,-54 +-86,-32,-46 +-86,-32,-38 +-86,-32,-30 +-86,-32,-22 +-86,-32,-14 +-86,-32,-6 +-86,-32,2 +-86,-32,10 +-86,-32,18 +-86,-32,26 +-86,-32,34 +-86,-32,42 +-86,-32,50 +-86,-32,58 +-86,-32,66 +-86,-32,74 +-86,-32,82 +-86,-32,90 +-86,-32,98 +-86,-32,106 +-86,-32,114 +-86,-32,122 +-86,-32,130 +-86,-32,138 +-86,-32,146 +-78,-32,-150 +-78,-32,-142 +-78,-32,-134 +-78,-32,-126 +-78,-32,-118 +-78,-32,-110 +-78,-32,-102 +-78,-32,-94 +-78,-32,-86 +-78,-32,-78 +-78,-32,-70 +-78,-32,-62 +-78,-32,-54 +-78,-32,-46 +-78,-32,-38 +-78,-32,-30 +-78,-32,-22 +-78,-32,-14 +-78,-32,-6 +-78,-32,2 +-78,-32,10 +-78,-32,18 +-78,-32,26 +-78,-32,34 +-78,-32,42 +-78,-32,50 +-78,-32,58 +-78,-32,66 +-78,-32,74 +-78,-32,82 +-78,-32,90 +-78,-32,98 +-78,-32,106 +-78,-32,114 +-78,-32,122 +-78,-32,130 +-78,-32,138 +-78,-32,146 +-70,-32,-150 +-70,-32,-142 +-70,-32,-134 +-70,-32,-126 +-70,-32,-118 +-70,-32,-110 +-70,-32,-102 +-70,-32,-94 +-70,-32,-86 +-70,-32,-78 +-70,-32,-70 +-70,-32,-62 +-70,-32,-54 +-70,-32,-46 +-70,-32,-38 +-70,-32,-30 +-70,-32,-22 +-70,-32,-14 +-70,-32,-6 +-70,-32,2 +-70,-32,10 +-70,-32,18 +-70,-32,26 +-70,-32,34 +-70,-32,42 +-70,-32,50 +-70,-32,58 +-70,-32,66 +-70,-32,74 +-70,-32,82 +-70,-32,90 +-70,-32,98 +-70,-32,106 +-70,-32,114 +-70,-32,122 +-70,-32,130 +-70,-32,138 +-70,-32,146 +-62,-32,-150 +-62,-32,-142 +-62,-32,-134 +-62,-32,-126 +-62,-32,-118 +-62,-32,-110 +-62,-32,-102 +-62,-32,-94 +-62,-32,-86 +-62,-32,-78 +-62,-32,-70 +-62,-32,-62 +-62,-32,-54 +-62,-32,-46 +-62,-32,-38 +-62,-32,-30 +-62,-32,-22 +-62,-32,-14 +-62,-32,-6 +-62,-32,2 +-62,-32,10 +-62,-32,18 +-62,-32,26 +-62,-32,34 +-62,-32,42 +-62,-32,50 +-62,-32,58 +-62,-32,66 +-62,-32,74 +-62,-32,82 +-62,-32,90 +-62,-32,98 +-62,-32,106 +-62,-32,114 +-62,-32,122 +-62,-32,130 +-62,-32,138 +-62,-32,146 +-54,-32,-150 +-54,-32,-142 +-54,-32,-134 +-54,-32,-126 +-54,-32,-118 +-54,-32,-110 +-54,-32,-102 +-54,-32,-94 +-54,-32,-86 +-54,-32,-78 +-54,-32,-70 +-54,-32,-62 +-54,-32,-54 +-54,-32,-46 +-54,-32,-38 +-54,-32,-30 +-54,-32,-22 +-54,-32,-14 +-54,-32,-6 +-54,-32,2 +-54,-32,10 +-54,-32,18 +-54,-32,26 +-54,-32,34 +-54,-32,42 +-54,-32,50 +-54,-32,58 +-54,-32,66 +-54,-32,74 +-54,-32,82 +-54,-32,90 +-54,-32,98 +-54,-32,106 +-54,-32,114 +-54,-32,122 +-54,-32,130 +-54,-32,138 +-54,-32,146 +-46,-32,-150 +-46,-32,-142 +-46,-32,-134 +-46,-32,-126 +-46,-32,-118 +-46,-32,-110 +-46,-32,-102 +-46,-32,-94 +-46,-32,-86 +-46,-32,-78 +-46,-32,-70 +-46,-32,-62 +-46,-32,-54 +-46,-32,-46 +-46,-32,-38 +-46,-32,-30 +-46,-32,-22 +-46,-32,-14 +-46,-32,-6 +-46,-32,2 +-46,-32,10 +-46,-32,18 +-46,-32,26 +-46,-32,34 +-46,-32,42 +-46,-32,50 +-46,-32,58 +-46,-32,66 +-46,-32,74 +-46,-32,82 +-46,-32,90 +-46,-32,98 +-46,-32,106 +-46,-32,114 +-46,-32,122 +-46,-32,130 +-46,-32,138 +-46,-32,146 +-38,-32,-150 +-38,-32,-142 +-38,-32,-134 +-38,-32,-126 +-38,-32,-118 +-38,-32,-110 +-38,-32,-102 +-38,-32,-94 +-38,-32,-86 +-38,-32,-78 +-38,-32,-70 +-38,-32,-62 +-38,-32,-54 +-38,-32,-46 +-38,-32,-38 +-38,-32,-30 +-38,-32,-22 +-38,-32,-14 +-38,-32,-6 +-38,-32,2 +-38,-32,10 +-38,-32,18 +-38,-32,26 +-38,-32,34 +-38,-32,42 +-38,-32,50 +-38,-32,58 +-38,-32,66 +-38,-32,74 +-38,-32,82 +-38,-32,90 +-38,-32,98 +-38,-32,106 +-38,-32,114 +-38,-32,122 +-38,-32,130 +-38,-32,138 +-38,-32,146 +-30,-32,-150 +-30,-32,-142 +-30,-32,-134 +-30,-32,-126 +-30,-32,-118 +-30,-32,-110 +-30,-32,-102 +-30,-32,-94 +-30,-32,-86 +-30,-32,-78 +-30,-32,-70 +-30,-32,-62 +-30,-32,-54 +-30,-32,-46 +-30,-32,-38 +-30,-32,-30 +-30,-32,-22 +-30,-32,-14 +-30,-32,-6 +-30,-32,2 +-30,-32,10 +-30,-32,18 +-30,-32,26 +-30,-32,34 +-30,-32,42 +-30,-32,50 +-30,-32,58 +-30,-32,66 +-30,-32,74 +-30,-32,82 +-30,-32,90 +-30,-32,98 +-30,-32,106 +-30,-32,114 +-30,-32,122 +-30,-32,130 +-30,-32,138 +-30,-32,146 +-22,-32,-150 +-22,-32,-142 +-22,-32,-134 +-22,-32,-126 +-22,-32,-118 +-22,-32,-110 +-22,-32,-102 +-22,-32,-94 +-22,-32,-86 +-22,-32,-78 +-22,-32,-70 +-22,-32,-62 +-22,-32,-54 +-22,-32,-46 +-22,-32,-38 +-22,-32,-30 +-22,-32,-22 +-22,-32,-14 +-22,-32,-6 +-22,-32,2 +-22,-32,10 +-22,-32,18 +-22,-32,26 +-22,-32,34 +-22,-32,42 +-22,-32,50 +-22,-32,58 +-22,-32,66 +-22,-32,74 +-22,-32,82 +-22,-32,90 +-22,-32,98 +-22,-32,106 +-22,-32,114 +-22,-32,122 +-22,-32,130 +-22,-32,138 +-22,-32,146 +-14,-32,-150 +-14,-32,-142 +-14,-32,-134 +-14,-32,-126 +-14,-32,-118 +-14,-32,-110 +-14,-32,-102 +-14,-32,-94 +-14,-32,-86 +-14,-32,-78 +-14,-32,-70 +-14,-32,-62 +-14,-32,-54 +-14,-32,-46 +-14,-32,-38 +-14,-32,-30 +-14,-32,-22 +-14,-32,-14 +-14,-32,-6 +-14,-32,2 +-14,-32,10 +-14,-32,18 +-14,-32,26 +-14,-32,34 +-14,-32,42 +-14,-32,50 +-14,-32,58 +-14,-32,66 +-14,-32,74 +-14,-32,82 +-14,-32,90 +-14,-32,98 +-14,-32,106 +-14,-32,114 +-14,-32,122 +-14,-32,130 +-14,-32,138 +-14,-32,146 +-6,-32,-150 +-6,-32,-142 +-6,-32,-134 +-6,-32,-126 +-6,-32,-118 +-6,-32,-110 +-6,-32,-102 +-6,-32,-94 +-6,-32,-86 +-6,-32,-78 +-6,-32,-70 +-6,-32,-62 +-6,-32,-54 +-6,-32,-46 +-6,-32,-38 +-6,-32,-30 +-6,-32,-22 +-6,-32,-14 +-6,-32,-6 +-6,-32,2 +-6,-32,10 +-6,-32,18 +-6,-32,26 +-6,-32,34 +-6,-32,42 +-6,-32,50 +-6,-32,58 +-6,-32,66 +-6,-32,74 +-6,-32,82 +-6,-32,90 +-6,-32,98 +-6,-32,106 +-6,-32,114 +-6,-32,122 +-6,-32,130 +-6,-32,138 +-6,-32,146 +2,-32,-150 +2,-32,-142 +2,-32,-134 +2,-32,-126 +2,-32,-118 +2,-32,-110 +2,-32,-102 +2,-32,-94 +2,-32,-86 +2,-32,-78 +2,-32,-70 +2,-32,-62 +2,-32,-54 +2,-32,-46 +2,-32,-38 +2,-32,-30 +2,-32,-22 +2,-32,-14 +2,-32,-6 +2,-32,2 +2,-32,10 +2,-32,18 +2,-32,26 +2,-32,34 +2,-32,42 +2,-32,50 +2,-32,58 +2,-32,66 +2,-32,74 +2,-32,82 +2,-32,90 +2,-32,98 +2,-32,106 +2,-32,114 +2,-32,122 +2,-32,130 +2,-32,138 +2,-32,146 +10,-32,-150 +10,-32,-142 +10,-32,-134 +10,-32,-126 +10,-32,-118 +10,-32,-110 +10,-32,-102 +10,-32,-94 +10,-32,-86 +10,-32,-78 +10,-32,-70 +10,-32,-62 +10,-32,-54 +10,-32,-46 +10,-32,-38 +10,-32,-30 +10,-32,-22 +10,-32,-14 +10,-32,-6 +10,-32,2 +10,-32,10 +10,-32,18 +10,-32,26 +10,-32,34 +10,-32,42 +10,-32,50 +10,-32,58 +10,-32,66 +10,-32,74 +10,-32,82 +10,-32,90 +10,-32,98 +10,-32,106 +10,-32,114 +10,-32,122 +10,-32,130 +10,-32,138 +10,-32,146 +18,-32,-150 +18,-32,-142 +18,-32,-134 +18,-32,-126 +18,-32,-118 +18,-32,-110 +18,-32,-102 +18,-32,-94 +18,-32,-86 +18,-32,-78 +18,-32,-70 +18,-32,-62 +18,-32,-54 +18,-32,-46 +18,-32,-38 +18,-32,-30 +18,-32,-22 +18,-32,-14 +18,-32,-6 +18,-32,2 +18,-32,10 +18,-32,18 +18,-32,26 +18,-32,34 +18,-32,42 +18,-32,50 +18,-32,58 +18,-32,66 +18,-32,74 +18,-32,82 +18,-32,90 +18,-32,98 +18,-32,106 +18,-32,114 +18,-32,122 +18,-32,130 +18,-32,138 +18,-32,146 +26,-32,-150 +26,-32,-142 +26,-32,-134 +26,-32,-126 +26,-32,-118 +26,-32,-110 +26,-32,-102 +26,-32,-94 +26,-32,-86 +26,-32,-78 +26,-32,-70 +26,-32,-62 +26,-32,-54 +26,-32,-46 +26,-32,-38 +26,-32,-30 +26,-32,-22 +26,-32,-14 +26,-32,-6 +26,-32,2 +26,-32,10 +26,-32,18 +26,-32,26 +26,-32,34 +26,-32,42 +26,-32,50 +26,-32,58 +26,-32,66 +26,-32,74 +26,-32,82 +26,-32,90 +26,-32,98 +26,-32,106 +26,-32,114 +26,-32,122 +26,-32,130 +26,-32,138 +26,-32,146 +34,-32,-150 +34,-32,-142 +34,-32,-134 +34,-32,-126 +34,-32,-118 +34,-32,-110 +34,-32,-102 +34,-32,-94 +34,-32,-86 +34,-32,-78 +34,-32,-70 +34,-32,-62 +34,-32,-54 +34,-32,-46 +34,-32,-38 +34,-32,-30 +34,-32,-22 +34,-32,-14 +34,-32,-6 +34,-32,2 +34,-32,10 +34,-32,18 +34,-32,26 +34,-32,34 +34,-32,42 +34,-32,50 +34,-32,58 +34,-32,66 +34,-32,74 +34,-32,82 +34,-32,90 +34,-32,98 +34,-32,106 +34,-32,114 +34,-32,122 +34,-32,130 +34,-32,138 +34,-32,146 +42,-32,-150 +42,-32,-142 +42,-32,-134 +42,-32,-126 +42,-32,-118 +42,-32,-110 +42,-32,-102 +42,-32,-94 +42,-32,-86 +42,-32,-78 +42,-32,-70 +42,-32,-62 +42,-32,-54 +42,-32,-46 +42,-32,-38 +42,-32,-30 +42,-32,-22 +42,-32,-14 +42,-32,-6 +42,-32,2 +42,-32,10 +42,-32,18 +42,-32,26 +42,-32,34 +42,-32,42 +42,-32,50 +42,-32,58 +42,-32,66 +42,-32,74 +42,-32,82 +42,-32,90 +42,-32,98 +42,-32,106 +42,-32,114 +42,-32,122 +42,-32,130 +42,-32,138 +42,-32,146 +50,-32,-150 +50,-32,-142 +50,-32,-134 +50,-32,-126 +50,-32,-118 +50,-32,-110 +50,-32,-102 +50,-32,-94 +50,-32,-86 +50,-32,-78 +50,-32,-70 +50,-32,-62 +50,-32,-54 +50,-32,-46 +50,-32,-38 +50,-32,-30 +50,-32,-22 +50,-32,-14 +50,-32,-6 +50,-32,2 +50,-32,10 +50,-32,18 +50,-32,26 +50,-32,34 +50,-32,42 +50,-32,50 +50,-32,58 +50,-32,66 +50,-32,74 +50,-32,82 +50,-32,90 +50,-32,98 +50,-32,106 +50,-32,114 +50,-32,122 +50,-32,130 +50,-32,138 +50,-32,146 +58,-32,-150 +58,-32,-142 +58,-32,-134 +58,-32,-126 +58,-32,-118 +58,-32,-110 +58,-32,-102 +58,-32,-94 +58,-32,-86 +58,-32,-78 +58,-32,-70 +58,-32,-62 +58,-32,-54 +58,-32,-46 +58,-32,-38 +58,-32,-30 +58,-32,-22 +58,-32,-14 +58,-32,-6 +58,-32,2 +58,-32,10 +58,-32,18 +58,-32,26 +58,-32,34 +58,-32,42 +58,-32,50 +58,-32,58 +58,-32,66 +58,-32,74 +58,-32,82 +58,-32,90 +58,-32,98 +58,-32,106 +58,-32,114 +58,-32,122 +58,-32,130 +58,-32,138 +58,-32,146 +66,-32,-150 +66,-32,-142 +66,-32,-134 +66,-32,-126 +66,-32,-118 +66,-32,-110 +66,-32,-102 +66,-32,-94 +66,-32,-86 +66,-32,-78 +66,-32,-70 +66,-32,-62 +66,-32,-54 +66,-32,-46 +66,-32,-38 +66,-32,-30 +66,-32,-22 +66,-32,-14 +66,-32,-6 +66,-32,2 +66,-32,10 +66,-32,18 +66,-32,26 +66,-32,34 +66,-32,42 +66,-32,50 +66,-32,58 +66,-32,66 +66,-32,74 +66,-32,82 +66,-32,90 +66,-32,98 +66,-32,106 +66,-32,114 +66,-32,122 +66,-32,130 +66,-32,138 +66,-32,146 +74,-32,-150 +74,-32,-142 +74,-32,-134 +74,-32,-126 +74,-32,-118 +74,-32,-110 +74,-32,-102 +74,-32,-94 +74,-32,-86 +74,-32,-78 +74,-32,-70 +74,-32,-62 +74,-32,-54 +74,-32,-46 +74,-32,-38 +74,-32,-30 +74,-32,-22 +74,-32,-14 +74,-32,-6 +74,-32,2 +74,-32,10 +74,-32,18 +74,-32,26 +74,-32,34 +74,-32,42 +74,-32,50 +74,-32,58 +74,-32,66 +74,-32,74 +74,-32,82 +74,-32,90 +74,-32,98 +74,-32,106 +74,-32,114 +74,-32,122 +74,-32,130 +74,-32,138 +74,-32,146 +82,-32,-150 +82,-32,-142 +82,-32,-134 +82,-32,-126 +82,-32,-118 +82,-32,-110 +82,-32,-102 +82,-32,-94 +82,-32,-86 +82,-32,-78 +82,-32,-70 +82,-32,-62 +82,-32,-54 +82,-32,-46 +82,-32,-38 +82,-32,-30 +82,-32,-22 +82,-32,-14 +82,-32,-6 +82,-32,2 +82,-32,10 +82,-32,18 +82,-32,26 +82,-32,34 +82,-32,42 +82,-32,50 +82,-32,58 +82,-32,66 +82,-32,74 +82,-32,82 +82,-32,90 +82,-32,98 +82,-32,106 +82,-32,114 +82,-32,122 +82,-32,130 +82,-32,138 +82,-32,146 +90,-32,-150 +90,-32,-142 +90,-32,-134 +90,-32,-126 +90,-32,-118 +90,-32,-110 +90,-32,-102 +90,-32,-94 +90,-32,-86 +90,-32,-78 +90,-32,-70 +90,-32,-62 +90,-32,-54 +90,-32,-46 +90,-32,-38 +90,-32,-30 +90,-32,-22 +90,-32,-14 +90,-32,-6 +90,-32,2 +90,-32,10 +90,-32,18 +90,-32,26 +90,-32,34 +90,-32,42 +90,-32,50 +90,-32,58 +90,-32,66 +90,-32,74 +90,-32,82 +90,-32,90 +90,-32,98 +90,-32,106 +90,-32,114 +90,-32,122 +90,-32,130 +90,-32,138 +90,-32,146 +98,-32,-150 +98,-32,-142 +98,-32,-134 +98,-32,-126 +98,-32,-118 +98,-32,-110 +98,-32,-102 +98,-32,-94 +98,-32,-86 +98,-32,-78 +98,-32,-70 +98,-32,-62 +98,-32,-54 +98,-32,-46 +98,-32,-38 +98,-32,-30 +98,-32,-22 +98,-32,-14 +98,-32,-6 +98,-32,2 +98,-32,10 +98,-32,18 +98,-32,26 +98,-32,34 +98,-32,42 +98,-32,50 +98,-32,58 +98,-32,66 +98,-32,74 +98,-32,82 +98,-32,90 +98,-32,98 +98,-32,106 +98,-32,114 +98,-32,122 +98,-32,130 +98,-32,138 +98,-32,146 +106,-32,-150 +106,-32,-142 +106,-32,-134 +106,-32,-126 +106,-32,-118 +106,-32,-110 +106,-32,-102 +106,-32,-94 +106,-32,-86 +106,-32,-78 +106,-32,-70 +106,-32,-62 +106,-32,-54 +106,-32,-46 +106,-32,-38 +106,-32,-30 +106,-32,-22 +106,-32,-14 +106,-32,-6 +106,-32,2 +106,-32,10 +106,-32,18 +106,-32,26 +106,-32,34 +106,-32,42 +106,-32,50 +106,-32,58 +106,-32,66 +106,-32,74 +106,-32,82 +106,-32,90 +106,-32,98 +106,-32,106 +106,-32,114 +106,-32,122 +106,-32,130 +106,-32,138 +106,-32,146 +114,-32,-150 +114,-32,-142 +114,-32,-134 +114,-32,-126 +114,-32,-118 +114,-32,-110 +114,-32,-102 +114,-32,-94 +114,-32,-86 +114,-32,-78 +114,-32,-70 +114,-32,-62 +114,-32,-54 +114,-32,-46 +114,-32,-38 +114,-32,-30 +114,-32,-22 +114,-32,-14 +114,-32,-6 +114,-32,2 +114,-32,10 +114,-32,18 +114,-32,26 +114,-32,34 +114,-32,42 +114,-32,50 +114,-32,58 +114,-32,66 +114,-32,74 +114,-32,82 +114,-32,90 +114,-32,98 +114,-32,106 +114,-32,114 +114,-32,122 +114,-32,130 +114,-32,138 +114,-32,146 +122,-32,-150 +122,-32,-142 +122,-32,-134 +122,-32,-126 +122,-32,-118 +122,-32,-110 +122,-32,-102 +122,-32,-94 +122,-32,-86 +122,-32,-78 +122,-32,-70 +122,-32,-62 +122,-32,-54 +122,-32,-46 +122,-32,-38 +122,-32,-30 +122,-32,-22 +122,-32,-14 +122,-32,-6 +122,-32,2 +122,-32,10 +122,-32,18 +122,-32,26 +122,-32,34 +122,-32,42 +122,-32,50 +122,-32,58 +122,-32,66 +122,-32,74 +122,-32,82 +122,-32,90 +122,-32,98 +122,-32,106 +122,-32,114 +122,-32,122 +122,-32,130 +122,-32,138 +122,-32,146 +130,-32,-150 +130,-32,-142 +130,-32,-134 +130,-32,-126 +130,-32,-118 +130,-32,-110 +130,-32,-102 +130,-32,-94 +130,-32,-86 +130,-32,-78 +130,-32,-70 +130,-32,-62 +130,-32,-54 +130,-32,-46 +130,-32,-38 +130,-32,-30 +130,-32,-22 +130,-32,-14 +130,-32,-6 +130,-32,2 +130,-32,10 +130,-32,18 +130,-32,26 +130,-32,34 +130,-32,42 +130,-32,50 +130,-32,58 +130,-32,66 +130,-32,74 +130,-32,82 +130,-32,90 +130,-32,98 +130,-32,106 +130,-32,114 +130,-32,122 +130,-32,130 +130,-32,138 +130,-32,146 +138,-32,-150 +138,-32,-142 +138,-32,-134 +138,-32,-126 +138,-32,-118 +138,-32,-110 +138,-32,-102 +138,-32,-94 +138,-32,-86 +138,-32,-78 +138,-32,-70 +138,-32,-62 +138,-32,-54 +138,-32,-46 +138,-32,-38 +138,-32,-30 +138,-32,-22 +138,-32,-14 +138,-32,-6 +138,-32,2 +138,-32,10 +138,-32,18 +138,-32,26 +138,-32,34 +138,-32,42 +138,-32,50 +138,-32,58 +138,-32,66 +138,-32,74 +138,-32,82 +138,-32,90 +138,-32,98 +138,-32,106 +138,-32,114 +138,-32,122 +138,-32,130 +138,-32,138 +138,-32,146 +146,-32,-150 +146,-32,-142 +146,-32,-134 +146,-32,-126 +146,-32,-118 +146,-32,-110 +146,-32,-102 +146,-32,-94 +146,-32,-86 +146,-32,-78 +146,-32,-70 +146,-32,-62 +146,-32,-54 +146,-32,-46 +146,-32,-38 +146,-32,-30 +146,-32,-22 +146,-32,-14 +146,-32,-6 +146,-32,2 +146,-32,10 +146,-32,18 +146,-32,26 +146,-32,34 +146,-32,42 +146,-32,50 +146,-32,58 +146,-32,66 +146,-32,74 +146,-32,82 +146,-32,90 +146,-32,98 +146,-32,106 +146,-32,114 +146,-32,122 +146,-32,130 +146,-32,138 +146,-32,146 +-150,-24,-150 +-150,-24,-142 +-150,-24,-134 +-150,-24,-126 +-150,-24,-118 +-150,-24,-110 +-150,-24,-102 +-150,-24,-94 +-150,-24,-86 +-150,-24,-78 +-150,-24,-70 +-150,-24,-62 +-150,-24,-54 +-150,-24,-46 +-150,-24,-38 +-150,-24,-30 +-150,-24,-22 +-150,-24,-14 +-150,-24,-6 +-150,-24,2 +-150,-24,10 +-150,-24,18 +-150,-24,26 +-150,-24,34 +-150,-24,42 +-150,-24,50 +-150,-24,58 +-150,-24,66 +-150,-24,74 +-150,-24,82 +-150,-24,90 +-150,-24,98 +-150,-24,106 +-150,-24,114 +-150,-24,122 +-150,-24,130 +-150,-24,138 +-150,-24,146 +-142,-24,-150 +-142,-24,-142 +-142,-24,-134 +-142,-24,-126 +-142,-24,-118 +-142,-24,-110 +-142,-24,-102 +-142,-24,-94 +-142,-24,-86 +-142,-24,-78 +-142,-24,-70 +-142,-24,-62 +-142,-24,-54 +-142,-24,-46 +-142,-24,-38 +-142,-24,-30 +-142,-24,-22 +-142,-24,-14 +-142,-24,-6 +-142,-24,2 +-142,-24,10 +-142,-24,18 +-142,-24,26 +-142,-24,34 +-142,-24,42 +-142,-24,50 +-142,-24,58 +-142,-24,66 +-142,-24,74 +-142,-24,82 +-142,-24,90 +-142,-24,98 +-142,-24,106 +-142,-24,114 +-142,-24,122 +-142,-24,130 +-142,-24,138 +-142,-24,146 +-134,-24,-150 +-134,-24,-142 +-134,-24,-134 +-134,-24,-126 +-134,-24,-118 +-134,-24,-110 +-134,-24,-102 +-134,-24,-94 +-134,-24,-86 +-134,-24,-78 +-134,-24,-70 +-134,-24,-62 +-134,-24,-54 +-134,-24,-46 +-134,-24,-38 +-134,-24,-30 +-134,-24,-22 +-134,-24,-14 +-134,-24,-6 +-134,-24,2 +-134,-24,10 +-134,-24,18 +-134,-24,26 +-134,-24,34 +-134,-24,42 +-134,-24,50 +-134,-24,58 +-134,-24,66 +-134,-24,74 +-134,-24,82 +-134,-24,90 +-134,-24,98 +-134,-24,106 +-134,-24,114 +-134,-24,122 +-134,-24,130 +-134,-24,138 +-134,-24,146 +-126,-24,-150 +-126,-24,-142 +-126,-24,-134 +-126,-24,-126 +-126,-24,-118 +-126,-24,-110 +-126,-24,-102 +-126,-24,-94 +-126,-24,-86 +-126,-24,-78 +-126,-24,-70 +-126,-24,-62 +-126,-24,-54 +-126,-24,-46 +-126,-24,-38 +-126,-24,-30 +-126,-24,-22 +-126,-24,-14 +-126,-24,-6 +-126,-24,2 +-126,-24,10 +-126,-24,18 +-126,-24,26 +-126,-24,34 +-126,-24,42 +-126,-24,50 +-126,-24,58 +-126,-24,66 +-126,-24,74 +-126,-24,82 +-126,-24,90 +-126,-24,98 +-126,-24,106 +-126,-24,114 +-126,-24,122 +-126,-24,130 +-126,-24,138 +-126,-24,146 +-118,-24,-150 +-118,-24,-142 +-118,-24,-134 +-118,-24,-126 +-118,-24,-118 +-118,-24,-110 +-118,-24,-102 +-118,-24,-94 +-118,-24,-86 +-118,-24,-78 +-118,-24,-70 +-118,-24,-62 +-118,-24,-54 +-118,-24,-46 +-118,-24,-38 +-118,-24,-30 +-118,-24,-22 +-118,-24,-14 +-118,-24,-6 +-118,-24,2 +-118,-24,10 +-118,-24,18 +-118,-24,26 +-118,-24,34 +-118,-24,42 +-118,-24,50 +-118,-24,58 +-118,-24,66 +-118,-24,74 +-118,-24,82 +-118,-24,90 +-118,-24,98 +-118,-24,106 +-118,-24,114 +-118,-24,122 +-118,-24,130 +-118,-24,138 +-118,-24,146 +-110,-24,-150 +-110,-24,-142 +-110,-24,-134 +-110,-24,-126 +-110,-24,-118 +-110,-24,-110 +-110,-24,-102 +-110,-24,-94 +-110,-24,-86 +-110,-24,-78 +-110,-24,-70 +-110,-24,-62 +-110,-24,-54 +-110,-24,-46 +-110,-24,-38 +-110,-24,-30 +-110,-24,-22 +-110,-24,-14 +-110,-24,-6 +-110,-24,2 +-110,-24,10 +-110,-24,18 +-110,-24,26 +-110,-24,34 +-110,-24,42 +-110,-24,50 +-110,-24,58 +-110,-24,66 +-110,-24,74 +-110,-24,82 +-110,-24,90 +-110,-24,98 +-110,-24,106 +-110,-24,114 +-110,-24,122 +-110,-24,130 +-110,-24,138 +-110,-24,146 +-102,-24,-150 +-102,-24,-142 +-102,-24,-134 +-102,-24,-126 +-102,-24,-118 +-102,-24,-110 +-102,-24,-102 +-102,-24,-94 +-102,-24,-86 +-102,-24,-78 +-102,-24,-70 +-102,-24,-62 +-102,-24,-54 +-102,-24,-46 +-102,-24,-38 +-102,-24,-30 +-102,-24,-22 +-102,-24,-14 +-102,-24,-6 +-102,-24,2 +-102,-24,10 +-102,-24,18 +-102,-24,26 +-102,-24,34 +-102,-24,42 +-102,-24,50 +-102,-24,58 +-102,-24,66 +-102,-24,74 +-102,-24,82 +-102,-24,90 +-102,-24,98 +-102,-24,106 +-102,-24,114 +-102,-24,122 +-102,-24,130 +-102,-24,138 +-102,-24,146 +-94,-24,-150 +-94,-24,-142 +-94,-24,-134 +-94,-24,-126 +-94,-24,-118 +-94,-24,-110 +-94,-24,-102 +-94,-24,-94 +-94,-24,-86 +-94,-24,-78 +-94,-24,-70 +-94,-24,-62 +-94,-24,-54 +-94,-24,-46 +-94,-24,-38 +-94,-24,-30 +-94,-24,-22 +-94,-24,-14 +-94,-24,-6 +-94,-24,2 +-94,-24,10 +-94,-24,18 +-94,-24,26 +-94,-24,34 +-94,-24,42 +-94,-24,50 +-94,-24,58 +-94,-24,66 +-94,-24,74 +-94,-24,82 +-94,-24,90 +-94,-24,98 +-94,-24,106 +-94,-24,114 +-94,-24,122 +-94,-24,130 +-94,-24,138 +-94,-24,146 +-86,-24,-150 +-86,-24,-142 +-86,-24,-134 +-86,-24,-126 +-86,-24,-118 +-86,-24,-110 +-86,-24,-102 +-86,-24,-94 +-86,-24,-86 +-86,-24,-78 +-86,-24,-70 +-86,-24,-62 +-86,-24,-54 +-86,-24,-46 +-86,-24,-38 +-86,-24,-30 +-86,-24,-22 +-86,-24,-14 +-86,-24,-6 +-86,-24,2 +-86,-24,10 +-86,-24,18 +-86,-24,26 +-86,-24,34 +-86,-24,42 +-86,-24,50 +-86,-24,58 +-86,-24,66 +-86,-24,74 +-86,-24,82 +-86,-24,90 +-86,-24,98 +-86,-24,106 +-86,-24,114 +-86,-24,122 +-86,-24,130 +-86,-24,138 +-86,-24,146 +-78,-24,-150 +-78,-24,-142 +-78,-24,-134 +-78,-24,-126 +-78,-24,-118 +-78,-24,-110 +-78,-24,-102 +-78,-24,-94 +-78,-24,-86 +-78,-24,-78 +-78,-24,-70 +-78,-24,-62 +-78,-24,-54 +-78,-24,-46 +-78,-24,-38 +-78,-24,-30 +-78,-24,-22 +-78,-24,-14 +-78,-24,-6 +-78,-24,2 +-78,-24,10 +-78,-24,18 +-78,-24,26 +-78,-24,34 +-78,-24,42 +-78,-24,50 +-78,-24,58 +-78,-24,66 +-78,-24,74 +-78,-24,82 +-78,-24,90 +-78,-24,98 +-78,-24,106 +-78,-24,114 +-78,-24,122 +-78,-24,130 +-78,-24,138 +-78,-24,146 +-70,-24,-150 +-70,-24,-142 +-70,-24,-134 +-70,-24,-126 +-70,-24,-118 +-70,-24,-110 +-70,-24,-102 +-70,-24,-94 +-70,-24,-86 +-70,-24,-78 +-70,-24,-70 +-70,-24,-62 +-70,-24,-54 +-70,-24,-46 +-70,-24,-38 +-70,-24,-30 +-70,-24,-22 +-70,-24,-14 +-70,-24,-6 +-70,-24,2 +-70,-24,10 +-70,-24,18 +-70,-24,26 +-70,-24,34 +-70,-24,42 +-70,-24,50 +-70,-24,58 +-70,-24,66 +-70,-24,74 +-70,-24,82 +-70,-24,90 +-70,-24,98 +-70,-24,106 +-70,-24,114 +-70,-24,122 +-70,-24,130 +-70,-24,138 +-70,-24,146 +-62,-24,-150 +-62,-24,-142 +-62,-24,-134 +-62,-24,-126 +-62,-24,-118 +-62,-24,-110 +-62,-24,-102 +-62,-24,-94 +-62,-24,-86 +-62,-24,-78 +-62,-24,-70 +-62,-24,-62 +-62,-24,-54 +-62,-24,-46 +-62,-24,-38 +-62,-24,-30 +-62,-24,-22 +-62,-24,-14 +-62,-24,-6 +-62,-24,2 +-62,-24,10 +-62,-24,18 +-62,-24,26 +-62,-24,34 +-62,-24,42 +-62,-24,50 +-62,-24,58 +-62,-24,66 +-62,-24,74 +-62,-24,82 +-62,-24,90 +-62,-24,98 +-62,-24,106 +-62,-24,114 +-62,-24,122 +-62,-24,130 +-62,-24,138 +-62,-24,146 +-54,-24,-150 +-54,-24,-142 +-54,-24,-134 +-54,-24,-126 +-54,-24,-118 +-54,-24,-110 +-54,-24,-102 +-54,-24,-94 +-54,-24,-86 +-54,-24,-78 +-54,-24,-70 +-54,-24,-62 +-54,-24,-54 +-54,-24,-46 +-54,-24,-38 +-54,-24,-30 +-54,-24,-22 +-54,-24,-14 +-54,-24,-6 +-54,-24,2 +-54,-24,10 +-54,-24,18 +-54,-24,26 +-54,-24,34 +-54,-24,42 +-54,-24,50 +-54,-24,58 +-54,-24,66 +-54,-24,74 +-54,-24,82 +-54,-24,90 +-54,-24,98 +-54,-24,106 +-54,-24,114 +-54,-24,122 +-54,-24,130 +-54,-24,138 +-54,-24,146 +-46,-24,-150 +-46,-24,-142 +-46,-24,-134 +-46,-24,-126 +-46,-24,-118 +-46,-24,-110 +-46,-24,-102 +-46,-24,-94 +-46,-24,-86 +-46,-24,-78 +-46,-24,-70 +-46,-24,-62 +-46,-24,-54 +-46,-24,-46 +-46,-24,-38 +-46,-24,-30 +-46,-24,-22 +-46,-24,-14 +-46,-24,-6 +-46,-24,2 +-46,-24,10 +-46,-24,18 +-46,-24,26 +-46,-24,34 +-46,-24,42 +-46,-24,50 +-46,-24,58 +-46,-24,66 +-46,-24,74 +-46,-24,82 +-46,-24,90 +-46,-24,98 +-46,-24,106 +-46,-24,114 +-46,-24,122 +-46,-24,130 +-46,-24,138 +-46,-24,146 +-38,-24,-150 +-38,-24,-142 +-38,-24,-134 +-38,-24,-126 +-38,-24,-118 +-38,-24,-110 +-38,-24,-102 +-38,-24,-94 +-38,-24,-86 +-38,-24,-78 +-38,-24,-70 +-38,-24,-62 +-38,-24,-54 +-38,-24,-46 +-38,-24,-38 +-38,-24,-30 +-38,-24,-22 +-38,-24,-14 +-38,-24,-6 +-38,-24,2 +-38,-24,10 +-38,-24,18 +-38,-24,26 +-38,-24,34 +-38,-24,42 +-38,-24,50 +-38,-24,58 +-38,-24,66 +-38,-24,74 +-38,-24,82 +-38,-24,90 +-38,-24,98 +-38,-24,106 +-38,-24,114 +-38,-24,122 +-38,-24,130 +-38,-24,138 +-38,-24,146 +-30,-24,-150 +-30,-24,-142 +-30,-24,-134 +-30,-24,-126 +-30,-24,-118 +-30,-24,-110 +-30,-24,-102 +-30,-24,-94 +-30,-24,-86 +-30,-24,-78 +-30,-24,-70 +-30,-24,-62 +-30,-24,-54 +-30,-24,-46 +-30,-24,-38 +-30,-24,-30 +-30,-24,-22 +-30,-24,-14 +-30,-24,-6 +-30,-24,2 +-30,-24,10 +-30,-24,18 +-30,-24,26 +-30,-24,34 +-30,-24,42 +-30,-24,50 +-30,-24,58 +-30,-24,66 +-30,-24,74 +-30,-24,82 +-30,-24,90 +-30,-24,98 +-30,-24,106 +-30,-24,114 +-30,-24,122 +-30,-24,130 +-30,-24,138 +-30,-24,146 +-22,-24,-150 +-22,-24,-142 +-22,-24,-134 +-22,-24,-126 +-22,-24,-118 +-22,-24,-110 +-22,-24,-102 +-22,-24,-94 +-22,-24,-86 +-22,-24,-78 +-22,-24,-70 +-22,-24,-62 +-22,-24,-54 +-22,-24,-46 +-22,-24,-38 +-22,-24,-30 +-22,-24,-22 +-22,-24,-14 +-22,-24,-6 +-22,-24,2 +-22,-24,10 +-22,-24,18 +-22,-24,26 +-22,-24,34 +-22,-24,42 +-22,-24,50 +-22,-24,58 +-22,-24,66 +-22,-24,74 +-22,-24,82 +-22,-24,90 +-22,-24,98 +-22,-24,106 +-22,-24,114 +-22,-24,122 +-22,-24,130 +-22,-24,138 +-22,-24,146 +-14,-24,-150 +-14,-24,-142 +-14,-24,-134 +-14,-24,-126 +-14,-24,-118 +-14,-24,-110 +-14,-24,-102 +-14,-24,-94 +-14,-24,-86 +-14,-24,-78 +-14,-24,-70 +-14,-24,-62 +-14,-24,-54 +-14,-24,-46 +-14,-24,-38 +-14,-24,-30 +-14,-24,-22 +-14,-24,-14 +-14,-24,-6 +-14,-24,2 +-14,-24,10 +-14,-24,18 +-14,-24,26 +-14,-24,34 +-14,-24,42 +-14,-24,50 +-14,-24,58 +-14,-24,66 +-14,-24,74 +-14,-24,82 +-14,-24,90 +-14,-24,98 +-14,-24,106 +-14,-24,114 +-14,-24,122 +-14,-24,130 +-14,-24,138 +-14,-24,146 +-6,-24,-150 +-6,-24,-142 +-6,-24,-134 +-6,-24,-126 +-6,-24,-118 +-6,-24,-110 +-6,-24,-102 +-6,-24,-94 +-6,-24,-86 +-6,-24,-78 +-6,-24,-70 +-6,-24,-62 +-6,-24,-54 +-6,-24,-46 +-6,-24,-38 +-6,-24,-30 +-6,-24,-22 +-6,-24,-14 +-6,-24,-6 +-6,-24,2 +-6,-24,10 +-6,-24,18 +-6,-24,26 +-6,-24,34 +-6,-24,42 +-6,-24,50 +-6,-24,58 +-6,-24,66 +-6,-24,74 +-6,-24,82 +-6,-24,90 +-6,-24,98 +-6,-24,106 +-6,-24,114 +-6,-24,122 +-6,-24,130 +-6,-24,138 +-6,-24,146 +2,-24,-150 +2,-24,-142 +2,-24,-134 +2,-24,-126 +2,-24,-118 +2,-24,-110 +2,-24,-102 +2,-24,-94 +2,-24,-86 +2,-24,-78 +2,-24,-70 +2,-24,-62 +2,-24,-54 +2,-24,-46 +2,-24,-38 +2,-24,-30 +2,-24,-22 +2,-24,-14 +2,-24,-6 +2,-24,2 +2,-24,10 +2,-24,18 +2,-24,26 +2,-24,34 +2,-24,42 +2,-24,50 +2,-24,58 +2,-24,66 +2,-24,74 +2,-24,82 +2,-24,90 +2,-24,98 +2,-24,106 +2,-24,114 +2,-24,122 +2,-24,130 +2,-24,138 +2,-24,146 +10,-24,-150 +10,-24,-142 +10,-24,-134 +10,-24,-126 +10,-24,-118 +10,-24,-110 +10,-24,-102 +10,-24,-94 +10,-24,-86 +10,-24,-78 +10,-24,-70 +10,-24,-62 +10,-24,-54 +10,-24,-46 +10,-24,-38 +10,-24,-30 +10,-24,-22 +10,-24,-14 +10,-24,-6 +10,-24,2 +10,-24,10 +10,-24,18 +10,-24,26 +10,-24,34 +10,-24,42 +10,-24,50 +10,-24,58 +10,-24,66 +10,-24,74 +10,-24,82 +10,-24,90 +10,-24,98 +10,-24,106 +10,-24,114 +10,-24,122 +10,-24,130 +10,-24,138 +10,-24,146 +18,-24,-150 +18,-24,-142 +18,-24,-134 +18,-24,-126 +18,-24,-118 +18,-24,-110 +18,-24,-102 +18,-24,-94 +18,-24,-86 +18,-24,-78 +18,-24,-70 +18,-24,-62 +18,-24,-54 +18,-24,-46 +18,-24,-38 +18,-24,-30 +18,-24,-22 +18,-24,-14 +18,-24,-6 +18,-24,2 +18,-24,10 +18,-24,18 +18,-24,26 +18,-24,34 +18,-24,42 +18,-24,50 +18,-24,58 +18,-24,66 +18,-24,74 +18,-24,82 +18,-24,90 +18,-24,98 +18,-24,106 +18,-24,114 +18,-24,122 +18,-24,130 +18,-24,138 +18,-24,146 +26,-24,-150 +26,-24,-142 +26,-24,-134 +26,-24,-126 +26,-24,-118 +26,-24,-110 +26,-24,-102 +26,-24,-94 +26,-24,-86 +26,-24,-78 +26,-24,-70 +26,-24,-62 +26,-24,-54 +26,-24,-46 +26,-24,-38 +26,-24,-30 +26,-24,-22 +26,-24,-14 +26,-24,-6 +26,-24,2 +26,-24,10 +26,-24,18 +26,-24,26 +26,-24,34 +26,-24,42 +26,-24,50 +26,-24,58 +26,-24,66 +26,-24,74 +26,-24,82 +26,-24,90 +26,-24,98 +26,-24,106 +26,-24,114 +26,-24,122 +26,-24,130 +26,-24,138 +26,-24,146 +34,-24,-150 +34,-24,-142 +34,-24,-134 +34,-24,-126 +34,-24,-118 +34,-24,-110 +34,-24,-102 +34,-24,-94 +34,-24,-86 +34,-24,-78 +34,-24,-70 +34,-24,-62 +34,-24,-54 +34,-24,-46 +34,-24,-38 +34,-24,-30 +34,-24,-22 +34,-24,-14 +34,-24,-6 +34,-24,2 +34,-24,10 +34,-24,18 +34,-24,26 +34,-24,34 +34,-24,42 +34,-24,50 +34,-24,58 +34,-24,66 +34,-24,74 +34,-24,82 +34,-24,90 +34,-24,98 +34,-24,106 +34,-24,114 +34,-24,122 +34,-24,130 +34,-24,138 +34,-24,146 +42,-24,-150 +42,-24,-142 +42,-24,-134 +42,-24,-126 +42,-24,-118 +42,-24,-110 +42,-24,-102 +42,-24,-94 +42,-24,-86 +42,-24,-78 +42,-24,-70 +42,-24,-62 +42,-24,-54 +42,-24,-46 +42,-24,-38 +42,-24,-30 +42,-24,-22 +42,-24,-14 +42,-24,-6 +42,-24,2 +42,-24,10 +42,-24,18 +42,-24,26 +42,-24,34 +42,-24,42 +42,-24,50 +42,-24,58 +42,-24,66 +42,-24,74 +42,-24,82 +42,-24,90 +42,-24,98 +42,-24,106 +42,-24,114 +42,-24,122 +42,-24,130 +42,-24,138 +42,-24,146 +50,-24,-150 +50,-24,-142 +50,-24,-134 +50,-24,-126 +50,-24,-118 +50,-24,-110 +50,-24,-102 +50,-24,-94 +50,-24,-86 +50,-24,-78 +50,-24,-70 +50,-24,-62 +50,-24,-54 +50,-24,-46 +50,-24,-38 +50,-24,-30 +50,-24,-22 +50,-24,-14 +50,-24,-6 +50,-24,2 +50,-24,10 +50,-24,18 +50,-24,26 +50,-24,34 +50,-24,42 +50,-24,50 +50,-24,58 +50,-24,66 +50,-24,74 +50,-24,82 +50,-24,90 +50,-24,98 +50,-24,106 +50,-24,114 +50,-24,122 +50,-24,130 +50,-24,138 +50,-24,146 +58,-24,-150 +58,-24,-142 +58,-24,-134 +58,-24,-126 +58,-24,-118 +58,-24,-110 +58,-24,-102 +58,-24,-94 +58,-24,-86 +58,-24,-78 +58,-24,-70 +58,-24,-62 +58,-24,-54 +58,-24,-46 +58,-24,-38 +58,-24,-30 +58,-24,-22 +58,-24,-14 +58,-24,-6 +58,-24,2 +58,-24,10 +58,-24,18 +58,-24,26 +58,-24,34 +58,-24,42 +58,-24,50 +58,-24,58 +58,-24,66 +58,-24,74 +58,-24,82 +58,-24,90 +58,-24,98 +58,-24,106 +58,-24,114 +58,-24,122 +58,-24,130 +58,-24,138 +58,-24,146 +66,-24,-150 +66,-24,-142 +66,-24,-134 +66,-24,-126 +66,-24,-118 +66,-24,-110 +66,-24,-102 +66,-24,-94 +66,-24,-86 +66,-24,-78 +66,-24,-70 +66,-24,-62 +66,-24,-54 +66,-24,-46 +66,-24,-38 +66,-24,-30 +66,-24,-22 +66,-24,-14 +66,-24,-6 +66,-24,2 +66,-24,10 +66,-24,18 +66,-24,26 +66,-24,34 +66,-24,42 +66,-24,50 +66,-24,58 +66,-24,66 +66,-24,74 +66,-24,82 +66,-24,90 +66,-24,98 +66,-24,106 +66,-24,114 +66,-24,122 +66,-24,130 +66,-24,138 +66,-24,146 +74,-24,-150 +74,-24,-142 +74,-24,-134 +74,-24,-126 +74,-24,-118 +74,-24,-110 +74,-24,-102 +74,-24,-94 +74,-24,-86 +74,-24,-78 +74,-24,-70 +74,-24,-62 +74,-24,-54 +74,-24,-46 +74,-24,-38 +74,-24,-30 +74,-24,-22 +74,-24,-14 +74,-24,-6 +74,-24,2 +74,-24,10 +74,-24,18 +74,-24,26 +74,-24,34 +74,-24,42 +74,-24,50 +74,-24,58 +74,-24,66 +74,-24,74 +74,-24,82 +74,-24,90 +74,-24,98 +74,-24,106 +74,-24,114 +74,-24,122 +74,-24,130 +74,-24,138 +74,-24,146 +82,-24,-150 +82,-24,-142 +82,-24,-134 +82,-24,-126 +82,-24,-118 +82,-24,-110 +82,-24,-102 +82,-24,-94 +82,-24,-86 +82,-24,-78 +82,-24,-70 +82,-24,-62 +82,-24,-54 +82,-24,-46 +82,-24,-38 +82,-24,-30 +82,-24,-22 +82,-24,-14 +82,-24,-6 +82,-24,2 +82,-24,10 +82,-24,18 +82,-24,26 +82,-24,34 +82,-24,42 +82,-24,50 +82,-24,58 +82,-24,66 +82,-24,74 +82,-24,82 +82,-24,90 +82,-24,98 +82,-24,106 +82,-24,114 +82,-24,122 +82,-24,130 +82,-24,138 +82,-24,146 +90,-24,-150 +90,-24,-142 +90,-24,-134 +90,-24,-126 +90,-24,-118 +90,-24,-110 +90,-24,-102 +90,-24,-94 +90,-24,-86 +90,-24,-78 +90,-24,-70 +90,-24,-62 +90,-24,-54 +90,-24,-46 +90,-24,-38 +90,-24,-30 +90,-24,-22 +90,-24,-14 +90,-24,-6 +90,-24,2 +90,-24,10 +90,-24,18 +90,-24,26 +90,-24,34 +90,-24,42 +90,-24,50 +90,-24,58 +90,-24,66 +90,-24,74 +90,-24,82 +90,-24,90 +90,-24,98 +90,-24,106 +90,-24,114 +90,-24,122 +90,-24,130 +90,-24,138 +90,-24,146 +98,-24,-150 +98,-24,-142 +98,-24,-134 +98,-24,-126 +98,-24,-118 +98,-24,-110 +98,-24,-102 +98,-24,-94 +98,-24,-86 +98,-24,-78 +98,-24,-70 +98,-24,-62 +98,-24,-54 +98,-24,-46 +98,-24,-38 +98,-24,-30 +98,-24,-22 +98,-24,-14 +98,-24,-6 +98,-24,2 +98,-24,10 +98,-24,18 +98,-24,26 +98,-24,34 +98,-24,42 +98,-24,50 +98,-24,58 +98,-24,66 +98,-24,74 +98,-24,82 +98,-24,90 +98,-24,98 +98,-24,106 +98,-24,114 +98,-24,122 +98,-24,130 +98,-24,138 +98,-24,146 +106,-24,-150 +106,-24,-142 +106,-24,-134 +106,-24,-126 +106,-24,-118 +106,-24,-110 +106,-24,-102 +106,-24,-94 +106,-24,-86 +106,-24,-78 +106,-24,-70 +106,-24,-62 +106,-24,-54 +106,-24,-46 +106,-24,-38 +106,-24,-30 +106,-24,-22 +106,-24,-14 +106,-24,-6 +106,-24,2 +106,-24,10 +106,-24,18 +106,-24,26 +106,-24,34 +106,-24,42 +106,-24,50 +106,-24,58 +106,-24,66 +106,-24,74 +106,-24,82 +106,-24,90 +106,-24,98 +106,-24,106 +106,-24,114 +106,-24,122 +106,-24,130 +106,-24,138 +106,-24,146 +114,-24,-150 +114,-24,-142 +114,-24,-134 +114,-24,-126 +114,-24,-118 +114,-24,-110 +114,-24,-102 +114,-24,-94 +114,-24,-86 +114,-24,-78 +114,-24,-70 +114,-24,-62 +114,-24,-54 +114,-24,-46 +114,-24,-38 +114,-24,-30 +114,-24,-22 +114,-24,-14 +114,-24,-6 +114,-24,2 +114,-24,10 +114,-24,18 +114,-24,26 +114,-24,34 +114,-24,42 +114,-24,50 +114,-24,58 +114,-24,66 +114,-24,74 +114,-24,82 +114,-24,90 +114,-24,98 +114,-24,106 +114,-24,114 +114,-24,122 +114,-24,130 +114,-24,138 +114,-24,146 +122,-24,-150 +122,-24,-142 +122,-24,-134 +122,-24,-126 +122,-24,-118 +122,-24,-110 +122,-24,-102 +122,-24,-94 +122,-24,-86 +122,-24,-78 +122,-24,-70 +122,-24,-62 +122,-24,-54 +122,-24,-46 +122,-24,-38 +122,-24,-30 +122,-24,-22 +122,-24,-14 +122,-24,-6 +122,-24,2 +122,-24,10 +122,-24,18 +122,-24,26 +122,-24,34 +122,-24,42 +122,-24,50 +122,-24,58 +122,-24,66 +122,-24,74 +122,-24,82 +122,-24,90 +122,-24,98 +122,-24,106 +122,-24,114 +122,-24,122 +122,-24,130 +122,-24,138 +122,-24,146 +130,-24,-150 +130,-24,-142 +130,-24,-134 +130,-24,-126 +130,-24,-118 +130,-24,-110 +130,-24,-102 +130,-24,-94 +130,-24,-86 +130,-24,-78 +130,-24,-70 +130,-24,-62 +130,-24,-54 +130,-24,-46 +130,-24,-38 +130,-24,-30 +130,-24,-22 +130,-24,-14 +130,-24,-6 +130,-24,2 +130,-24,10 +130,-24,18 +130,-24,26 +130,-24,34 +130,-24,42 +130,-24,50 +130,-24,58 +130,-24,66 +130,-24,74 +130,-24,82 +130,-24,90 +130,-24,98 +130,-24,106 +130,-24,114 +130,-24,122 +130,-24,130 +130,-24,138 +130,-24,146 +138,-24,-150 +138,-24,-142 +138,-24,-134 +138,-24,-126 +138,-24,-118 +138,-24,-110 +138,-24,-102 +138,-24,-94 +138,-24,-86 +138,-24,-78 +138,-24,-70 +138,-24,-62 +138,-24,-54 +138,-24,-46 +138,-24,-38 +138,-24,-30 +138,-24,-22 +138,-24,-14 +138,-24,-6 +138,-24,2 +138,-24,10 +138,-24,18 +138,-24,26 +138,-24,34 +138,-24,42 +138,-24,50 +138,-24,58 +138,-24,66 +138,-24,74 +138,-24,82 +138,-24,90 +138,-24,98 +138,-24,106 +138,-24,114 +138,-24,122 +138,-24,130 +138,-24,138 +138,-24,146 +146,-24,-150 +146,-24,-142 +146,-24,-134 +146,-24,-126 +146,-24,-118 +146,-24,-110 +146,-24,-102 +146,-24,-94 +146,-24,-86 +146,-24,-78 +146,-24,-70 +146,-24,-62 +146,-24,-54 +146,-24,-46 +146,-24,-38 +146,-24,-30 +146,-24,-22 +146,-24,-14 +146,-24,-6 +146,-24,2 +146,-24,10 +146,-24,18 +146,-24,26 +146,-24,34 +146,-24,42 +146,-24,50 +146,-24,58 +146,-24,66 +146,-24,74 +146,-24,82 +146,-24,90 +146,-24,98 +146,-24,106 +146,-24,114 +146,-24,122 +146,-24,130 +146,-24,138 +146,-24,146 +-150,-16,-150 +-150,-16,-142 +-150,-16,-134 +-150,-16,-126 +-150,-16,-118 +-150,-16,-110 +-150,-16,-102 +-150,-16,-94 +-150,-16,-86 +-150,-16,-78 +-150,-16,-70 +-150,-16,-62 +-150,-16,-54 +-150,-16,-46 +-150,-16,-38 +-150,-16,-30 +-150,-16,-22 +-150,-16,-14 +-150,-16,-6 +-150,-16,2 +-150,-16,10 +-150,-16,18 +-150,-16,26 +-150,-16,34 +-150,-16,42 +-150,-16,50 +-150,-16,58 +-150,-16,66 +-150,-16,74 +-150,-16,82 +-150,-16,90 +-150,-16,98 +-150,-16,106 +-150,-16,114 +-150,-16,122 +-150,-16,130 +-150,-16,138 +-150,-16,146 +-142,-16,-150 +-142,-16,-142 +-142,-16,-134 +-142,-16,-126 +-142,-16,-118 +-142,-16,-110 +-142,-16,-102 +-142,-16,-94 +-142,-16,-86 +-142,-16,-78 +-142,-16,-70 +-142,-16,-62 +-142,-16,-54 +-142,-16,-46 +-142,-16,-38 +-142,-16,-30 +-142,-16,-22 +-142,-16,-14 +-142,-16,-6 +-142,-16,2 +-142,-16,10 +-142,-16,18 +-142,-16,26 +-142,-16,34 +-142,-16,42 +-142,-16,50 +-142,-16,58 +-142,-16,66 +-142,-16,74 +-142,-16,82 +-142,-16,90 +-142,-16,98 +-142,-16,106 +-142,-16,114 +-142,-16,122 +-142,-16,130 +-142,-16,138 +-142,-16,146 +-134,-16,-150 +-134,-16,-142 +-134,-16,-134 +-134,-16,-126 +-134,-16,-118 +-134,-16,-110 +-134,-16,-102 +-134,-16,-94 +-134,-16,-86 +-134,-16,-78 +-134,-16,-70 +-134,-16,-62 +-134,-16,-54 +-134,-16,-46 +-134,-16,-38 +-134,-16,-30 +-134,-16,-22 +-134,-16,-14 +-134,-16,-6 +-134,-16,2 +-134,-16,10 +-134,-16,18 +-134,-16,26 +-134,-16,34 +-134,-16,42 +-134,-16,50 +-134,-16,58 +-134,-16,66 +-134,-16,74 +-134,-16,82 +-134,-16,90 +-134,-16,98 +-134,-16,106 +-134,-16,114 +-134,-16,122 +-134,-16,130 +-134,-16,138 +-134,-16,146 +-126,-16,-150 +-126,-16,-142 +-126,-16,-134 +-126,-16,-126 +-126,-16,-118 +-126,-16,-110 +-126,-16,-102 +-126,-16,-94 +-126,-16,-86 +-126,-16,-78 +-126,-16,-70 +-126,-16,-62 +-126,-16,-54 +-126,-16,-46 +-126,-16,-38 +-126,-16,-30 +-126,-16,-22 +-126,-16,-14 +-126,-16,-6 +-126,-16,2 +-126,-16,10 +-126,-16,18 +-126,-16,26 +-126,-16,34 +-126,-16,42 +-126,-16,50 +-126,-16,58 +-126,-16,66 +-126,-16,74 +-126,-16,82 +-126,-16,90 +-126,-16,98 +-126,-16,106 +-126,-16,114 +-126,-16,122 +-126,-16,130 +-126,-16,138 +-126,-16,146 +-118,-16,-150 +-118,-16,-142 +-118,-16,-134 +-118,-16,-126 +-118,-16,-118 +-118,-16,-110 +-118,-16,-102 +-118,-16,-94 +-118,-16,-86 +-118,-16,-78 +-118,-16,-70 +-118,-16,-62 +-118,-16,-54 +-118,-16,-46 +-118,-16,-38 +-118,-16,-30 +-118,-16,-22 +-118,-16,-14 +-118,-16,-6 +-118,-16,2 +-118,-16,10 +-118,-16,18 +-118,-16,26 +-118,-16,34 +-118,-16,42 +-118,-16,50 +-118,-16,58 +-118,-16,66 +-118,-16,74 +-118,-16,82 +-118,-16,90 +-118,-16,98 +-118,-16,106 +-118,-16,114 +-118,-16,122 +-118,-16,130 +-118,-16,138 +-118,-16,146 +-110,-16,-150 +-110,-16,-142 +-110,-16,-134 +-110,-16,-126 +-110,-16,-118 +-110,-16,-110 +-110,-16,-102 +-110,-16,-94 +-110,-16,-86 +-110,-16,-78 +-110,-16,-70 +-110,-16,-62 +-110,-16,-54 +-110,-16,-46 +-110,-16,-38 +-110,-16,-30 +-110,-16,-22 +-110,-16,-14 +-110,-16,-6 +-110,-16,2 +-110,-16,10 +-110,-16,18 +-110,-16,26 +-110,-16,34 +-110,-16,42 +-110,-16,50 +-110,-16,58 +-110,-16,66 +-110,-16,74 +-110,-16,82 +-110,-16,90 +-110,-16,98 +-110,-16,106 +-110,-16,114 +-110,-16,122 +-110,-16,130 +-110,-16,138 +-110,-16,146 +-102,-16,-150 +-102,-16,-142 +-102,-16,-134 +-102,-16,-126 +-102,-16,-118 +-102,-16,-110 +-102,-16,-102 +-102,-16,-94 +-102,-16,-86 +-102,-16,-78 +-102,-16,-70 +-102,-16,-62 +-102,-16,-54 +-102,-16,-46 +-102,-16,-38 +-102,-16,-30 +-102,-16,-22 +-102,-16,-14 +-102,-16,-6 +-102,-16,2 +-102,-16,10 +-102,-16,18 +-102,-16,26 +-102,-16,34 +-102,-16,42 +-102,-16,50 +-102,-16,58 +-102,-16,66 +-102,-16,74 +-102,-16,82 +-102,-16,90 +-102,-16,98 +-102,-16,106 +-102,-16,114 +-102,-16,122 +-102,-16,130 +-102,-16,138 +-102,-16,146 +-94,-16,-150 +-94,-16,-142 +-94,-16,-134 +-94,-16,-126 +-94,-16,-118 +-94,-16,-110 +-94,-16,-102 +-94,-16,-94 +-94,-16,-86 +-94,-16,-78 +-94,-16,-70 +-94,-16,-62 +-94,-16,-54 +-94,-16,-46 +-94,-16,-38 +-94,-16,-30 +-94,-16,-22 +-94,-16,-14 +-94,-16,-6 +-94,-16,2 +-94,-16,10 +-94,-16,18 +-94,-16,26 +-94,-16,34 +-94,-16,42 +-94,-16,50 +-94,-16,58 +-94,-16,66 +-94,-16,74 +-94,-16,82 +-94,-16,90 +-94,-16,98 +-94,-16,106 +-94,-16,114 +-94,-16,122 +-94,-16,130 +-94,-16,138 +-94,-16,146 +-86,-16,-150 +-86,-16,-142 +-86,-16,-134 +-86,-16,-126 +-86,-16,-118 +-86,-16,-110 +-86,-16,-102 +-86,-16,-94 +-86,-16,-86 +-86,-16,-78 +-86,-16,-70 +-86,-16,-62 +-86,-16,-54 +-86,-16,-46 +-86,-16,-38 +-86,-16,-30 +-86,-16,-22 +-86,-16,-14 +-86,-16,-6 +-86,-16,2 +-86,-16,10 +-86,-16,18 +-86,-16,26 +-86,-16,34 +-86,-16,42 +-86,-16,50 +-86,-16,58 +-86,-16,66 +-86,-16,74 +-86,-16,82 +-86,-16,90 +-86,-16,98 +-86,-16,106 +-86,-16,114 +-86,-16,122 +-86,-16,130 +-86,-16,138 +-86,-16,146 +-78,-16,-150 +-78,-16,-142 +-78,-16,-134 +-78,-16,-126 +-78,-16,-118 +-78,-16,-110 +-78,-16,-102 +-78,-16,-94 +-78,-16,-86 +-78,-16,-78 +-78,-16,-70 +-78,-16,-62 +-78,-16,-54 +-78,-16,-46 +-78,-16,-38 +-78,-16,-30 +-78,-16,-22 +-78,-16,-14 +-78,-16,-6 +-78,-16,2 +-78,-16,10 +-78,-16,18 +-78,-16,26 +-78,-16,34 +-78,-16,42 +-78,-16,50 +-78,-16,58 +-78,-16,66 +-78,-16,74 +-78,-16,82 +-78,-16,90 +-78,-16,98 +-78,-16,106 +-78,-16,114 +-78,-16,122 +-78,-16,130 +-78,-16,138 +-78,-16,146 +-70,-16,-150 +-70,-16,-142 +-70,-16,-134 +-70,-16,-126 +-70,-16,-118 +-70,-16,-110 +-70,-16,-102 +-70,-16,-94 +-70,-16,-86 +-70,-16,-78 +-70,-16,-70 +-70,-16,-62 +-70,-16,-54 +-70,-16,-46 +-70,-16,-38 +-70,-16,-30 +-70,-16,-22 +-70,-16,-14 +-70,-16,-6 +-70,-16,2 +-70,-16,10 +-70,-16,18 +-70,-16,26 +-70,-16,34 +-70,-16,42 +-70,-16,50 +-70,-16,58 +-70,-16,66 +-70,-16,74 +-70,-16,82 +-70,-16,90 +-70,-16,98 +-70,-16,106 +-70,-16,114 +-70,-16,122 +-70,-16,130 +-70,-16,138 +-70,-16,146 +-62,-16,-150 +-62,-16,-142 +-62,-16,-134 +-62,-16,-126 +-62,-16,-118 +-62,-16,-110 +-62,-16,-102 +-62,-16,-94 +-62,-16,-86 +-62,-16,-78 +-62,-16,-70 +-62,-16,-62 +-62,-16,-54 +-62,-16,-46 +-62,-16,-38 +-62,-16,-30 +-62,-16,-22 +-62,-16,-14 +-62,-16,-6 +-62,-16,2 +-62,-16,10 +-62,-16,18 +-62,-16,26 +-62,-16,34 +-62,-16,42 +-62,-16,50 +-62,-16,58 +-62,-16,66 +-62,-16,74 +-62,-16,82 +-62,-16,90 +-62,-16,98 +-62,-16,106 +-62,-16,114 +-62,-16,122 +-62,-16,130 +-62,-16,138 +-62,-16,146 +-54,-16,-150 +-54,-16,-142 +-54,-16,-134 +-54,-16,-126 +-54,-16,-118 +-54,-16,-110 +-54,-16,-102 +-54,-16,-94 +-54,-16,-86 +-54,-16,-78 +-54,-16,-70 +-54,-16,-62 +-54,-16,-54 +-54,-16,-46 +-54,-16,-38 +-54,-16,-30 +-54,-16,-22 +-54,-16,-14 +-54,-16,-6 +-54,-16,2 +-54,-16,10 +-54,-16,18 +-54,-16,26 +-54,-16,34 +-54,-16,42 +-54,-16,50 +-54,-16,58 +-54,-16,66 +-54,-16,74 +-54,-16,82 +-54,-16,90 +-54,-16,98 +-54,-16,106 +-54,-16,114 +-54,-16,122 +-54,-16,130 +-54,-16,138 +-54,-16,146 +-46,-16,-150 +-46,-16,-142 +-46,-16,-134 +-46,-16,-126 +-46,-16,-118 +-46,-16,-110 +-46,-16,-102 +-46,-16,-94 +-46,-16,-86 +-46,-16,-78 +-46,-16,-70 +-46,-16,-62 +-46,-16,-54 +-46,-16,-46 +-46,-16,-38 +-46,-16,-30 +-46,-16,-22 +-46,-16,-14 +-46,-16,-6 +-46,-16,2 +-46,-16,10 +-46,-16,18 +-46,-16,26 +-46,-16,34 +-46,-16,42 +-46,-16,50 +-46,-16,58 +-46,-16,66 +-46,-16,74 +-46,-16,82 +-46,-16,90 +-46,-16,98 +-46,-16,106 +-46,-16,114 +-46,-16,122 +-46,-16,130 +-46,-16,138 +-46,-16,146 +-38,-16,-150 +-38,-16,-142 +-38,-16,-134 +-38,-16,-126 +-38,-16,-118 +-38,-16,-110 +-38,-16,-102 +-38,-16,-94 +-38,-16,-86 +-38,-16,-78 +-38,-16,-70 +-38,-16,-62 +-38,-16,-54 +-38,-16,-46 +-38,-16,-38 +-38,-16,-30 +-38,-16,-22 +-38,-16,-14 +-38,-16,-6 +-38,-16,2 +-38,-16,10 +-38,-16,18 +-38,-16,26 +-38,-16,34 +-38,-16,42 +-38,-16,50 +-38,-16,58 +-38,-16,66 +-38,-16,74 +-38,-16,82 +-38,-16,90 +-38,-16,98 +-38,-16,106 +-38,-16,114 +-38,-16,122 +-38,-16,130 +-38,-16,138 +-38,-16,146 +-30,-16,-150 +-30,-16,-142 +-30,-16,-134 +-30,-16,-126 +-30,-16,-118 +-30,-16,-110 +-30,-16,-102 +-30,-16,-94 +-30,-16,-86 +-30,-16,-78 +-30,-16,-70 +-30,-16,-62 +-30,-16,-54 +-30,-16,-46 +-30,-16,-38 +-30,-16,-30 +-30,-16,-22 +-30,-16,-14 +-30,-16,-6 +-30,-16,2 +-30,-16,10 +-30,-16,18 +-30,-16,26 +-30,-16,34 +-30,-16,42 +-30,-16,50 +-30,-16,58 +-30,-16,66 +-30,-16,74 +-30,-16,82 +-30,-16,90 +-30,-16,98 +-30,-16,106 +-30,-16,114 +-30,-16,122 +-30,-16,130 +-30,-16,138 +-30,-16,146 +-22,-16,-150 +-22,-16,-142 +-22,-16,-134 +-22,-16,-126 +-22,-16,-118 +-22,-16,-110 +-22,-16,-102 +-22,-16,-94 +-22,-16,-86 +-22,-16,-78 +-22,-16,-70 +-22,-16,-62 +-22,-16,-54 +-22,-16,-46 +-22,-16,-38 +-22,-16,-30 +-22,-16,-22 +-22,-16,-14 +-22,-16,-6 +-22,-16,2 +-22,-16,10 +-22,-16,18 +-22,-16,26 +-22,-16,34 +-22,-16,42 +-22,-16,50 +-22,-16,58 +-22,-16,66 +-22,-16,74 +-22,-16,82 +-22,-16,90 +-22,-16,98 +-22,-16,106 +-22,-16,114 +-22,-16,122 +-22,-16,130 +-22,-16,138 +-22,-16,146 +-14,-16,-150 +-14,-16,-142 +-14,-16,-134 +-14,-16,-126 +-14,-16,-118 +-14,-16,-110 +-14,-16,-102 +-14,-16,-94 +-14,-16,-86 +-14,-16,-78 +-14,-16,-70 +-14,-16,-62 +-14,-16,-54 +-14,-16,-46 +-14,-16,-38 +-14,-16,-30 +-14,-16,-22 +-14,-16,-14 +-14,-16,-6 +-14,-16,2 +-14,-16,10 +-14,-16,18 +-14,-16,26 +-14,-16,34 +-14,-16,42 +-14,-16,50 +-14,-16,58 +-14,-16,66 +-14,-16,74 +-14,-16,82 +-14,-16,90 +-14,-16,98 +-14,-16,106 +-14,-16,114 +-14,-16,122 +-14,-16,130 +-14,-16,138 +-14,-16,146 +-6,-16,-150 +-6,-16,-142 +-6,-16,-134 +-6,-16,-126 +-6,-16,-118 +-6,-16,-110 +-6,-16,-102 +-6,-16,-94 +-6,-16,-86 +-6,-16,-78 +-6,-16,-70 +-6,-16,-62 +-6,-16,-54 +-6,-16,-46 +-6,-16,-38 +-6,-16,-30 +-6,-16,-22 +-6,-16,-14 +-6,-16,-6 +-6,-16,2 +-6,-16,10 +-6,-16,18 +-6,-16,26 +-6,-16,34 +-6,-16,42 +-6,-16,50 +-6,-16,58 +-6,-16,66 +-6,-16,74 +-6,-16,82 +-6,-16,90 +-6,-16,98 +-6,-16,106 +-6,-16,114 +-6,-16,122 +-6,-16,130 +-6,-16,138 +-6,-16,146 +2,-16,-150 +2,-16,-142 +2,-16,-134 +2,-16,-126 +2,-16,-118 +2,-16,-110 +2,-16,-102 +2,-16,-94 +2,-16,-86 +2,-16,-78 +2,-16,-70 +2,-16,-62 +2,-16,-54 +2,-16,-46 +2,-16,-38 +2,-16,-30 +2,-16,-22 +2,-16,-14 +2,-16,-6 +2,-16,2 +2,-16,10 +2,-16,18 +2,-16,26 +2,-16,34 +2,-16,42 +2,-16,50 +2,-16,58 +2,-16,66 +2,-16,74 +2,-16,82 +2,-16,90 +2,-16,98 +2,-16,106 +2,-16,114 +2,-16,122 +2,-16,130 +2,-16,138 +2,-16,146 +10,-16,-150 +10,-16,-142 +10,-16,-134 +10,-16,-126 +10,-16,-118 +10,-16,-110 +10,-16,-102 +10,-16,-94 +10,-16,-86 +10,-16,-78 +10,-16,-70 +10,-16,-62 +10,-16,-54 +10,-16,-46 +10,-16,-38 +10,-16,-30 +10,-16,-22 +10,-16,-14 +10,-16,-6 +10,-16,2 +10,-16,10 +10,-16,18 +10,-16,26 +10,-16,34 +10,-16,42 +10,-16,50 +10,-16,58 +10,-16,66 +10,-16,74 +10,-16,82 +10,-16,90 +10,-16,98 +10,-16,106 +10,-16,114 +10,-16,122 +10,-16,130 +10,-16,138 +10,-16,146 +18,-16,-150 +18,-16,-142 +18,-16,-134 +18,-16,-126 +18,-16,-118 +18,-16,-110 +18,-16,-102 +18,-16,-94 +18,-16,-86 +18,-16,-78 +18,-16,-70 +18,-16,-62 +18,-16,-54 +18,-16,-46 +18,-16,-38 +18,-16,-30 +18,-16,-22 +18,-16,-14 +18,-16,-6 +18,-16,2 +18,-16,10 +18,-16,18 +18,-16,26 +18,-16,34 +18,-16,42 +18,-16,50 +18,-16,58 +18,-16,66 +18,-16,74 +18,-16,82 +18,-16,90 +18,-16,98 +18,-16,106 +18,-16,114 +18,-16,122 +18,-16,130 +18,-16,138 +18,-16,146 +26,-16,-150 +26,-16,-142 +26,-16,-134 +26,-16,-126 +26,-16,-118 +26,-16,-110 +26,-16,-102 +26,-16,-94 +26,-16,-86 +26,-16,-78 +26,-16,-70 +26,-16,-62 +26,-16,-54 +26,-16,-46 +26,-16,-38 +26,-16,-30 +26,-16,-22 +26,-16,-14 +26,-16,-6 +26,-16,2 +26,-16,10 +26,-16,18 +26,-16,26 +26,-16,34 +26,-16,42 +26,-16,50 +26,-16,58 +26,-16,66 +26,-16,74 +26,-16,82 +26,-16,90 +26,-16,98 +26,-16,106 +26,-16,114 +26,-16,122 +26,-16,130 +26,-16,138 +26,-16,146 +34,-16,-150 +34,-16,-142 +34,-16,-134 +34,-16,-126 +34,-16,-118 +34,-16,-110 +34,-16,-102 +34,-16,-94 +34,-16,-86 +34,-16,-78 +34,-16,-70 +34,-16,-62 +34,-16,-54 +34,-16,-46 +34,-16,-38 +34,-16,-30 +34,-16,-22 +34,-16,-14 +34,-16,-6 +34,-16,2 +34,-16,10 +34,-16,18 +34,-16,26 +34,-16,34 +34,-16,42 +34,-16,50 +34,-16,58 +34,-16,66 +34,-16,74 +34,-16,82 +34,-16,90 +34,-16,98 +34,-16,106 +34,-16,114 +34,-16,122 +34,-16,130 +34,-16,138 +34,-16,146 +42,-16,-150 +42,-16,-142 +42,-16,-134 +42,-16,-126 +42,-16,-118 +42,-16,-110 +42,-16,-102 +42,-16,-94 +42,-16,-86 +42,-16,-78 +42,-16,-70 +42,-16,-62 +42,-16,-54 +42,-16,-46 +42,-16,-38 +42,-16,-30 +42,-16,-22 +42,-16,-14 +42,-16,-6 +42,-16,2 +42,-16,10 +42,-16,18 +42,-16,26 +42,-16,34 +42,-16,42 +42,-16,50 +42,-16,58 +42,-16,66 +42,-16,74 +42,-16,82 +42,-16,90 +42,-16,98 +42,-16,106 +42,-16,114 +42,-16,122 +42,-16,130 +42,-16,138 +42,-16,146 +50,-16,-150 +50,-16,-142 +50,-16,-134 +50,-16,-126 +50,-16,-118 +50,-16,-110 +50,-16,-102 +50,-16,-94 +50,-16,-86 +50,-16,-78 +50,-16,-70 +50,-16,-62 +50,-16,-54 +50,-16,-46 +50,-16,-38 +50,-16,-30 +50,-16,-22 +50,-16,-14 +50,-16,-6 +50,-16,2 +50,-16,10 +50,-16,18 +50,-16,26 +50,-16,34 +50,-16,42 +50,-16,50 +50,-16,58 +50,-16,66 +50,-16,74 +50,-16,82 +50,-16,90 +50,-16,98 +50,-16,106 +50,-16,114 +50,-16,122 +50,-16,130 +50,-16,138 +50,-16,146 +58,-16,-150 +58,-16,-142 +58,-16,-134 +58,-16,-126 +58,-16,-118 +58,-16,-110 +58,-16,-102 +58,-16,-94 +58,-16,-86 +58,-16,-78 +58,-16,-70 +58,-16,-62 +58,-16,-54 +58,-16,-46 +58,-16,-38 +58,-16,-30 +58,-16,-22 +58,-16,-14 +58,-16,-6 +58,-16,2 +58,-16,10 +58,-16,18 +58,-16,26 +58,-16,34 +58,-16,42 +58,-16,50 +58,-16,58 +58,-16,66 +58,-16,74 +58,-16,82 +58,-16,90 +58,-16,98 +58,-16,106 +58,-16,114 +58,-16,122 +58,-16,130 +58,-16,138 +58,-16,146 +66,-16,-150 +66,-16,-142 +66,-16,-134 +66,-16,-126 +66,-16,-118 +66,-16,-110 +66,-16,-102 +66,-16,-94 +66,-16,-86 +66,-16,-78 +66,-16,-70 +66,-16,-62 +66,-16,-54 +66,-16,-46 +66,-16,-38 +66,-16,-30 +66,-16,-22 +66,-16,-14 +66,-16,-6 +66,-16,2 +66,-16,10 +66,-16,18 +66,-16,26 +66,-16,34 +66,-16,42 +66,-16,50 +66,-16,58 +66,-16,66 +66,-16,74 +66,-16,82 +66,-16,90 +66,-16,98 +66,-16,106 +66,-16,114 +66,-16,122 +66,-16,130 +66,-16,138 +66,-16,146 +74,-16,-150 +74,-16,-142 +74,-16,-134 +74,-16,-126 +74,-16,-118 +74,-16,-110 +74,-16,-102 +74,-16,-94 +74,-16,-86 +74,-16,-78 +74,-16,-70 +74,-16,-62 +74,-16,-54 +74,-16,-46 +74,-16,-38 +74,-16,-30 +74,-16,-22 +74,-16,-14 +74,-16,-6 +74,-16,2 +74,-16,10 +74,-16,18 +74,-16,26 +74,-16,34 +74,-16,42 +74,-16,50 +74,-16,58 +74,-16,66 +74,-16,74 +74,-16,82 +74,-16,90 +74,-16,98 +74,-16,106 +74,-16,114 +74,-16,122 +74,-16,130 +74,-16,138 +74,-16,146 +82,-16,-150 +82,-16,-142 +82,-16,-134 +82,-16,-126 +82,-16,-118 +82,-16,-110 +82,-16,-102 +82,-16,-94 +82,-16,-86 +82,-16,-78 +82,-16,-70 +82,-16,-62 +82,-16,-54 +82,-16,-46 +82,-16,-38 +82,-16,-30 +82,-16,-22 +82,-16,-14 +82,-16,-6 +82,-16,2 +82,-16,10 +82,-16,18 +82,-16,26 +82,-16,34 +82,-16,42 +82,-16,50 +82,-16,58 +82,-16,66 +82,-16,74 +82,-16,82 +82,-16,90 +82,-16,98 +82,-16,106 +82,-16,114 +82,-16,122 +82,-16,130 +82,-16,138 +82,-16,146 +90,-16,-150 +90,-16,-142 +90,-16,-134 +90,-16,-126 +90,-16,-118 +90,-16,-110 +90,-16,-102 +90,-16,-94 +90,-16,-86 +90,-16,-78 +90,-16,-70 +90,-16,-62 +90,-16,-54 +90,-16,-46 +90,-16,-38 +90,-16,-30 +90,-16,-22 +90,-16,-14 +90,-16,-6 +90,-16,2 +90,-16,10 +90,-16,18 +90,-16,26 +90,-16,34 +90,-16,42 +90,-16,50 +90,-16,58 +90,-16,66 +90,-16,74 +90,-16,82 +90,-16,90 +90,-16,98 +90,-16,106 +90,-16,114 +90,-16,122 +90,-16,130 +90,-16,138 +90,-16,146 +98,-16,-150 +98,-16,-142 +98,-16,-134 +98,-16,-126 +98,-16,-118 +98,-16,-110 +98,-16,-102 +98,-16,-94 +98,-16,-86 +98,-16,-78 +98,-16,-70 +98,-16,-62 +98,-16,-54 +98,-16,-46 +98,-16,-38 +98,-16,-30 +98,-16,-22 +98,-16,-14 +98,-16,-6 +98,-16,2 +98,-16,10 +98,-16,18 +98,-16,26 +98,-16,34 +98,-16,42 +98,-16,50 +98,-16,58 +98,-16,66 +98,-16,74 +98,-16,82 +98,-16,90 +98,-16,98 +98,-16,106 +98,-16,114 +98,-16,122 +98,-16,130 +98,-16,138 +98,-16,146 +106,-16,-150 +106,-16,-142 +106,-16,-134 +106,-16,-126 +106,-16,-118 +106,-16,-110 +106,-16,-102 +106,-16,-94 +106,-16,-86 +106,-16,-78 +106,-16,-70 +106,-16,-62 +106,-16,-54 +106,-16,-46 +106,-16,-38 +106,-16,-30 +106,-16,-22 +106,-16,-14 +106,-16,-6 +106,-16,2 +106,-16,10 +106,-16,18 +106,-16,26 +106,-16,34 +106,-16,42 +106,-16,50 +106,-16,58 +106,-16,66 +106,-16,74 +106,-16,82 +106,-16,90 +106,-16,98 +106,-16,106 +106,-16,114 +106,-16,122 +106,-16,130 +106,-16,138 +106,-16,146 +114,-16,-150 +114,-16,-142 +114,-16,-134 +114,-16,-126 +114,-16,-118 +114,-16,-110 +114,-16,-102 +114,-16,-94 +114,-16,-86 +114,-16,-78 +114,-16,-70 +114,-16,-62 +114,-16,-54 +114,-16,-46 +114,-16,-38 +114,-16,-30 +114,-16,-22 +114,-16,-14 +114,-16,-6 +114,-16,2 +114,-16,10 +114,-16,18 +114,-16,26 +114,-16,34 +114,-16,42 +114,-16,50 +114,-16,58 +114,-16,66 +114,-16,74 +114,-16,82 +114,-16,90 +114,-16,98 +114,-16,106 +114,-16,114 +114,-16,122 +114,-16,130 +114,-16,138 +114,-16,146 +122,-16,-150 +122,-16,-142 +122,-16,-134 +122,-16,-126 +122,-16,-118 +122,-16,-110 +122,-16,-102 +122,-16,-94 +122,-16,-86 +122,-16,-78 +122,-16,-70 +122,-16,-62 +122,-16,-54 +122,-16,-46 +122,-16,-38 +122,-16,-30 +122,-16,-22 +122,-16,-14 +122,-16,-6 +122,-16,2 +122,-16,10 +122,-16,18 +122,-16,26 +122,-16,34 +122,-16,42 +122,-16,50 +122,-16,58 +122,-16,66 +122,-16,74 +122,-16,82 +122,-16,90 +122,-16,98 +122,-16,106 +122,-16,114 +122,-16,122 +122,-16,130 +122,-16,138 +122,-16,146 +130,-16,-150 +130,-16,-142 +130,-16,-134 +130,-16,-126 +130,-16,-118 +130,-16,-110 +130,-16,-102 +130,-16,-94 +130,-16,-86 +130,-16,-78 +130,-16,-70 +130,-16,-62 +130,-16,-54 +130,-16,-46 +130,-16,-38 +130,-16,-30 +130,-16,-22 +130,-16,-14 +130,-16,-6 +130,-16,2 +130,-16,10 +130,-16,18 +130,-16,26 +130,-16,34 +130,-16,42 +130,-16,50 +130,-16,58 +130,-16,66 +130,-16,74 +130,-16,82 +130,-16,90 +130,-16,98 +130,-16,106 +130,-16,114 +130,-16,122 +130,-16,130 +130,-16,138 +130,-16,146 +138,-16,-150 +138,-16,-142 +138,-16,-134 +138,-16,-126 +138,-16,-118 +138,-16,-110 +138,-16,-102 +138,-16,-94 +138,-16,-86 +138,-16,-78 +138,-16,-70 +138,-16,-62 +138,-16,-54 +138,-16,-46 +138,-16,-38 +138,-16,-30 +138,-16,-22 +138,-16,-14 +138,-16,-6 +138,-16,2 +138,-16,10 +138,-16,18 +138,-16,26 +138,-16,34 +138,-16,42 +138,-16,50 +138,-16,58 +138,-16,66 +138,-16,74 +138,-16,82 +138,-16,90 +138,-16,98 +138,-16,106 +138,-16,114 +138,-16,122 +138,-16,130 +138,-16,138 +138,-16,146 +146,-16,-150 +146,-16,-142 +146,-16,-134 +146,-16,-126 +146,-16,-118 +146,-16,-110 +146,-16,-102 +146,-16,-94 +146,-16,-86 +146,-16,-78 +146,-16,-70 +146,-16,-62 +146,-16,-54 +146,-16,-46 +146,-16,-38 +146,-16,-30 +146,-16,-22 +146,-16,-14 +146,-16,-6 +146,-16,2 +146,-16,10 +146,-16,18 +146,-16,26 +146,-16,34 +146,-16,42 +146,-16,50 +146,-16,58 +146,-16,66 +146,-16,74 +146,-16,82 +146,-16,90 +146,-16,98 +146,-16,106 +146,-16,114 +146,-16,122 +146,-16,130 +146,-16,138 +146,-16,146 +-150,-8,-150 +-150,-8,-142 +-150,-8,-134 +-150,-8,-126 +-150,-8,-118 +-150,-8,-110 +-150,-8,-102 +-150,-8,-94 +-150,-8,-86 +-150,-8,-78 +-150,-8,-70 +-150,-8,-62 +-150,-8,-54 +-150,-8,-46 +-150,-8,-38 +-150,-8,-30 +-150,-8,-22 +-150,-8,-14 +-150,-8,-6 +-150,-8,2 +-150,-8,10 +-150,-8,18 +-150,-8,26 +-150,-8,34 +-150,-8,42 +-150,-8,50 +-150,-8,58 +-150,-8,66 +-150,-8,74 +-150,-8,82 +-150,-8,90 +-150,-8,98 +-150,-8,106 +-150,-8,114 +-150,-8,122 +-150,-8,130 +-150,-8,138 +-150,-8,146 +-142,-8,-150 +-142,-8,-142 +-142,-8,-134 +-142,-8,-126 +-142,-8,-118 +-142,-8,-110 +-142,-8,-102 +-142,-8,-94 +-142,-8,-86 +-142,-8,-78 +-142,-8,-70 +-142,-8,-62 +-142,-8,-54 +-142,-8,-46 +-142,-8,-38 +-142,-8,-30 +-142,-8,-22 +-142,-8,-14 +-142,-8,-6 +-142,-8,2 +-142,-8,10 +-142,-8,18 +-142,-8,26 +-142,-8,34 +-142,-8,42 +-142,-8,50 +-142,-8,58 +-142,-8,66 +-142,-8,74 +-142,-8,82 +-142,-8,90 +-142,-8,98 +-142,-8,106 +-142,-8,114 +-142,-8,122 +-142,-8,130 +-142,-8,138 +-142,-8,146 +-134,-8,-150 +-134,-8,-142 +-134,-8,-134 +-134,-8,-126 +-134,-8,-118 +-134,-8,-110 +-134,-8,-102 +-134,-8,-94 +-134,-8,-86 +-134,-8,-78 +-134,-8,-70 +-134,-8,-62 +-134,-8,-54 +-134,-8,-46 +-134,-8,-38 +-134,-8,-30 +-134,-8,-22 +-134,-8,-14 +-134,-8,-6 +-134,-8,2 +-134,-8,10 +-134,-8,18 +-134,-8,26 +-134,-8,34 +-134,-8,42 +-134,-8,50 +-134,-8,58 +-134,-8,66 +-134,-8,74 +-134,-8,82 +-134,-8,90 +-134,-8,98 +-134,-8,106 +-134,-8,114 +-134,-8,122 +-134,-8,130 +-134,-8,138 +-134,-8,146 +-126,-8,-150 +-126,-8,-142 +-126,-8,-134 +-126,-8,-126 +-126,-8,-118 +-126,-8,-110 +-126,-8,-102 +-126,-8,-94 +-126,-8,-86 +-126,-8,-78 +-126,-8,-70 +-126,-8,-62 +-126,-8,-54 +-126,-8,-46 +-126,-8,-38 +-126,-8,-30 +-126,-8,-22 +-126,-8,-14 +-126,-8,-6 +-126,-8,2 +-126,-8,10 +-126,-8,18 +-126,-8,26 +-126,-8,34 +-126,-8,42 +-126,-8,50 +-126,-8,58 +-126,-8,66 +-126,-8,74 +-126,-8,82 +-126,-8,90 +-126,-8,98 +-126,-8,106 +-126,-8,114 +-126,-8,122 +-126,-8,130 +-126,-8,138 +-126,-8,146 +-118,-8,-150 +-118,-8,-142 +-118,-8,-134 +-118,-8,-126 +-118,-8,-118 +-118,-8,-110 +-118,-8,-102 +-118,-8,-94 +-118,-8,-86 +-118,-8,-78 +-118,-8,-70 +-118,-8,-62 +-118,-8,-54 +-118,-8,-46 +-118,-8,-38 +-118,-8,-30 +-118,-8,-22 +-118,-8,-14 +-118,-8,-6 +-118,-8,2 +-118,-8,10 +-118,-8,18 +-118,-8,26 +-118,-8,34 +-118,-8,42 +-118,-8,50 +-118,-8,58 +-118,-8,66 +-118,-8,74 +-118,-8,82 +-118,-8,90 +-118,-8,98 +-118,-8,106 +-118,-8,114 +-118,-8,122 +-118,-8,130 +-118,-8,138 +-118,-8,146 +-110,-8,-150 +-110,-8,-142 +-110,-8,-134 +-110,-8,-126 +-110,-8,-118 +-110,-8,-110 +-110,-8,-102 +-110,-8,-94 +-110,-8,-86 +-110,-8,-78 +-110,-8,-70 +-110,-8,-62 +-110,-8,-54 +-110,-8,-46 +-110,-8,-38 +-110,-8,-30 +-110,-8,-22 +-110,-8,-14 +-110,-8,-6 +-110,-8,2 +-110,-8,10 +-110,-8,18 +-110,-8,26 +-110,-8,34 +-110,-8,42 +-110,-8,50 +-110,-8,58 +-110,-8,66 +-110,-8,74 +-110,-8,82 +-110,-8,90 +-110,-8,98 +-110,-8,106 +-110,-8,114 +-110,-8,122 +-110,-8,130 +-110,-8,138 +-110,-8,146 +-102,-8,-150 +-102,-8,-142 +-102,-8,-134 +-102,-8,-126 +-102,-8,-118 +-102,-8,-110 +-102,-8,-102 +-102,-8,-94 +-102,-8,-86 +-102,-8,-78 +-102,-8,-70 +-102,-8,-62 +-102,-8,-54 +-102,-8,-46 +-102,-8,-38 +-102,-8,-30 +-102,-8,-22 +-102,-8,-14 +-102,-8,-6 +-102,-8,2 +-102,-8,10 +-102,-8,18 +-102,-8,26 +-102,-8,34 +-102,-8,42 +-102,-8,50 +-102,-8,58 +-102,-8,66 +-102,-8,74 +-102,-8,82 +-102,-8,90 +-102,-8,98 +-102,-8,106 +-102,-8,114 +-102,-8,122 +-102,-8,130 +-102,-8,138 +-102,-8,146 +-94,-8,-150 +-94,-8,-142 +-94,-8,-134 +-94,-8,-126 +-94,-8,-118 +-94,-8,-110 +-94,-8,-102 +-94,-8,-94 +-94,-8,-86 +-94,-8,-78 +-94,-8,-70 +-94,-8,-62 +-94,-8,-54 +-94,-8,-46 +-94,-8,-38 +-94,-8,-30 +-94,-8,-22 +-94,-8,-14 +-94,-8,-6 +-94,-8,2 +-94,-8,10 +-94,-8,18 +-94,-8,26 +-94,-8,34 +-94,-8,42 +-94,-8,50 +-94,-8,58 +-94,-8,66 +-94,-8,74 +-94,-8,82 +-94,-8,90 +-94,-8,98 +-94,-8,106 +-94,-8,114 +-94,-8,122 +-94,-8,130 +-94,-8,138 +-94,-8,146 +-86,-8,-150 +-86,-8,-142 +-86,-8,-134 +-86,-8,-126 +-86,-8,-118 +-86,-8,-110 +-86,-8,-102 +-86,-8,-94 +-86,-8,-86 +-86,-8,-78 +-86,-8,-70 +-86,-8,-62 +-86,-8,-54 +-86,-8,-46 +-86,-8,-38 +-86,-8,-30 +-86,-8,-22 +-86,-8,-14 +-86,-8,-6 +-86,-8,2 +-86,-8,10 +-86,-8,18 +-86,-8,26 +-86,-8,34 +-86,-8,42 +-86,-8,50 +-86,-8,58 +-86,-8,66 +-86,-8,74 +-86,-8,82 +-86,-8,90 +-86,-8,98 +-86,-8,106 +-86,-8,114 +-86,-8,122 +-86,-8,130 +-86,-8,138 +-86,-8,146 +-78,-8,-150 +-78,-8,-142 +-78,-8,-134 +-78,-8,-126 +-78,-8,-118 +-78,-8,-110 +-78,-8,-102 +-78,-8,-94 +-78,-8,-86 +-78,-8,-78 +-78,-8,-70 +-78,-8,-62 +-78,-8,-54 +-78,-8,-46 +-78,-8,-38 +-78,-8,-30 +-78,-8,-22 +-78,-8,-14 +-78,-8,-6 +-78,-8,2 +-78,-8,10 +-78,-8,18 +-78,-8,26 +-78,-8,34 +-78,-8,42 +-78,-8,50 +-78,-8,58 +-78,-8,66 +-78,-8,74 +-78,-8,82 +-78,-8,90 +-78,-8,98 +-78,-8,106 +-78,-8,114 +-78,-8,122 +-78,-8,130 +-78,-8,138 +-78,-8,146 +-70,-8,-150 +-70,-8,-142 +-70,-8,-134 +-70,-8,-126 +-70,-8,-118 +-70,-8,-110 +-70,-8,-102 +-70,-8,-94 +-70,-8,-86 +-70,-8,-78 +-70,-8,-70 +-70,-8,-62 +-70,-8,-54 +-70,-8,-46 +-70,-8,-38 +-70,-8,-30 +-70,-8,-22 +-70,-8,-14 +-70,-8,-6 +-70,-8,2 +-70,-8,10 +-70,-8,18 +-70,-8,26 +-70,-8,34 +-70,-8,42 +-70,-8,50 +-70,-8,58 +-70,-8,66 +-70,-8,74 +-70,-8,82 +-70,-8,90 +-70,-8,98 +-70,-8,106 +-70,-8,114 +-70,-8,122 +-70,-8,130 +-70,-8,138 +-70,-8,146 +-62,-8,-150 +-62,-8,-142 +-62,-8,-134 +-62,-8,-126 +-62,-8,-118 +-62,-8,-110 +-62,-8,-102 +-62,-8,-94 +-62,-8,-86 +-62,-8,-78 +-62,-8,-70 +-62,-8,-62 +-62,-8,-54 +-62,-8,-46 +-62,-8,-38 +-62,-8,-30 +-62,-8,-22 +-62,-8,-14 +-62,-8,-6 +-62,-8,2 +-62,-8,10 +-62,-8,18 +-62,-8,26 +-62,-8,34 +-62,-8,42 +-62,-8,50 +-62,-8,58 +-62,-8,66 +-62,-8,74 +-62,-8,82 +-62,-8,90 +-62,-8,98 +-62,-8,106 +-62,-8,114 +-62,-8,122 +-62,-8,130 +-62,-8,138 +-62,-8,146 +-54,-8,-150 +-54,-8,-142 +-54,-8,-134 +-54,-8,-126 +-54,-8,-118 +-54,-8,-110 +-54,-8,-102 +-54,-8,-94 +-54,-8,-86 +-54,-8,-78 +-54,-8,-70 +-54,-8,-62 +-54,-8,-54 +-54,-8,-46 +-54,-8,-38 +-54,-8,-30 +-54,-8,-22 +-54,-8,-14 +-54,-8,-6 +-54,-8,2 +-54,-8,10 +-54,-8,18 +-54,-8,26 +-54,-8,34 +-54,-8,42 +-54,-8,50 +-54,-8,58 +-54,-8,66 +-54,-8,74 +-54,-8,82 +-54,-8,90 +-54,-8,98 +-54,-8,106 +-54,-8,114 +-54,-8,122 +-54,-8,130 +-54,-8,138 +-54,-8,146 +-46,-8,-150 +-46,-8,-142 +-46,-8,-134 +-46,-8,-126 +-46,-8,-118 +-46,-8,-110 +-46,-8,-102 +-46,-8,-94 +-46,-8,-86 +-46,-8,-78 +-46,-8,-70 +-46,-8,-62 +-46,-8,-54 +-46,-8,-46 +-46,-8,-38 +-46,-8,-30 +-46,-8,-22 +-46,-8,-14 +-46,-8,-6 +-46,-8,2 +-46,-8,10 +-46,-8,18 +-46,-8,26 +-46,-8,34 +-46,-8,42 +-46,-8,50 +-46,-8,58 +-46,-8,66 +-46,-8,74 +-46,-8,82 +-46,-8,90 +-46,-8,98 +-46,-8,106 +-46,-8,114 +-46,-8,122 +-46,-8,130 +-46,-8,138 +-46,-8,146 +-38,-8,-150 +-38,-8,-142 +-38,-8,-134 +-38,-8,-126 +-38,-8,-118 +-38,-8,-110 +-38,-8,-102 +-38,-8,-94 +-38,-8,-86 +-38,-8,-78 +-38,-8,-70 +-38,-8,-62 +-38,-8,-54 +-38,-8,-46 +-38,-8,-38 +-38,-8,-30 +-38,-8,-22 +-38,-8,-14 +-38,-8,-6 +-38,-8,2 +-38,-8,10 +-38,-8,18 +-38,-8,26 +-38,-8,34 +-38,-8,42 +-38,-8,50 +-38,-8,58 +-38,-8,66 +-38,-8,74 +-38,-8,82 +-38,-8,90 +-38,-8,98 +-38,-8,106 +-38,-8,114 +-38,-8,122 +-38,-8,130 +-38,-8,138 +-38,-8,146 +-30,-8,-150 +-30,-8,-142 +-30,-8,-134 +-30,-8,-126 +-30,-8,-118 +-30,-8,-110 +-30,-8,-102 +-30,-8,-94 +-30,-8,-86 +-30,-8,-78 +-30,-8,-70 +-30,-8,-62 +-30,-8,-54 +-30,-8,-46 +-30,-8,-38 +-30,-8,-30 +-30,-8,-22 +-30,-8,-14 +-30,-8,-6 +-30,-8,2 +-30,-8,10 +-30,-8,18 +-30,-8,26 +-30,-8,34 +-30,-8,42 +-30,-8,50 +-30,-8,58 +-30,-8,66 +-30,-8,74 +-30,-8,82 +-30,-8,90 +-30,-8,98 +-30,-8,106 +-30,-8,114 +-30,-8,122 +-30,-8,130 +-30,-8,138 +-30,-8,146 +-22,-8,-150 +-22,-8,-142 +-22,-8,-134 +-22,-8,-126 +-22,-8,-118 +-22,-8,-110 +-22,-8,-102 +-22,-8,-94 +-22,-8,-86 +-22,-8,-78 +-22,-8,-70 +-22,-8,-62 +-22,-8,-54 +-22,-8,-46 +-22,-8,-38 +-22,-8,-30 +-22,-8,-22 +-22,-8,-14 +-22,-8,-6 +-22,-8,2 +-22,-8,10 +-22,-8,18 +-22,-8,26 +-22,-8,34 +-22,-8,42 +-22,-8,50 +-22,-8,58 +-22,-8,66 +-22,-8,74 +-22,-8,82 +-22,-8,90 +-22,-8,98 +-22,-8,106 +-22,-8,114 +-22,-8,122 +-22,-8,130 +-22,-8,138 +-22,-8,146 +-14,-8,-150 +-14,-8,-142 +-14,-8,-134 +-14,-8,-126 +-14,-8,-118 +-14,-8,-110 +-14,-8,-102 +-14,-8,-94 +-14,-8,-86 +-14,-8,-78 +-14,-8,-70 +-14,-8,-62 +-14,-8,-54 +-14,-8,-46 +-14,-8,-38 +-14,-8,-30 +-14,-8,-22 +-14,-8,-14 +-14,-8,-6 +-14,-8,2 +-14,-8,10 +-14,-8,18 +-14,-8,26 +-14,-8,34 +-14,-8,42 +-14,-8,50 +-14,-8,58 +-14,-8,66 +-14,-8,74 +-14,-8,82 +-14,-8,90 +-14,-8,98 +-14,-8,106 +-14,-8,114 +-14,-8,122 +-14,-8,130 +-14,-8,138 +-14,-8,146 +-6,-8,-150 +-6,-8,-142 +-6,-8,-134 +-6,-8,-126 +-6,-8,-118 +-6,-8,-110 +-6,-8,-102 +-6,-8,-94 +-6,-8,-86 +-6,-8,-78 +-6,-8,-70 +-6,-8,-62 +-6,-8,-54 +-6,-8,-46 +-6,-8,-38 +-6,-8,-30 +-6,-8,-22 +-6,-8,-14 +-6,-8,-6 +-6,-8,2 +-6,-8,10 +-6,-8,18 +-6,-8,26 +-6,-8,34 +-6,-8,42 +-6,-8,50 +-6,-8,58 +-6,-8,66 +-6,-8,74 +-6,-8,82 +-6,-8,90 +-6,-8,98 +-6,-8,106 +-6,-8,114 +-6,-8,122 +-6,-8,130 +-6,-8,138 +-6,-8,146 +2,-8,-150 +2,-8,-142 +2,-8,-134 +2,-8,-126 +2,-8,-118 +2,-8,-110 +2,-8,-102 +2,-8,-94 +2,-8,-86 +2,-8,-78 +2,-8,-70 +2,-8,-62 +2,-8,-54 +2,-8,-46 +2,-8,-38 +2,-8,-30 +2,-8,-22 +2,-8,-14 +2,-8,-6 +2,-8,2 +2,-8,10 +2,-8,18 +2,-8,26 +2,-8,34 +2,-8,42 +2,-8,50 +2,-8,58 +2,-8,66 +2,-8,74 +2,-8,82 +2,-8,90 +2,-8,98 +2,-8,106 +2,-8,114 +2,-8,122 +2,-8,130 +2,-8,138 +2,-8,146 +10,-8,-150 +10,-8,-142 +10,-8,-134 +10,-8,-126 +10,-8,-118 +10,-8,-110 +10,-8,-102 +10,-8,-94 +10,-8,-86 +10,-8,-78 +10,-8,-70 +10,-8,-62 +10,-8,-54 +10,-8,-46 +10,-8,-38 +10,-8,-30 +10,-8,-22 +10,-8,-14 +10,-8,-6 +10,-8,2 +10,-8,10 +10,-8,18 +10,-8,26 +10,-8,34 +10,-8,42 +10,-8,50 +10,-8,58 +10,-8,66 +10,-8,74 +10,-8,82 +10,-8,90 +10,-8,98 +10,-8,106 +10,-8,114 +10,-8,122 +10,-8,130 +10,-8,138 +10,-8,146 +18,-8,-150 +18,-8,-142 +18,-8,-134 +18,-8,-126 +18,-8,-118 +18,-8,-110 +18,-8,-102 +18,-8,-94 +18,-8,-86 +18,-8,-78 +18,-8,-70 +18,-8,-62 +18,-8,-54 +18,-8,-46 +18,-8,-38 +18,-8,-30 +18,-8,-22 +18,-8,-14 +18,-8,-6 +18,-8,2 +18,-8,10 +18,-8,18 +18,-8,26 +18,-8,34 +18,-8,42 +18,-8,50 +18,-8,58 +18,-8,66 +18,-8,74 +18,-8,82 +18,-8,90 +18,-8,98 +18,-8,106 +18,-8,114 +18,-8,122 +18,-8,130 +18,-8,138 +18,-8,146 +26,-8,-150 +26,-8,-142 +26,-8,-134 +26,-8,-126 +26,-8,-118 +26,-8,-110 +26,-8,-102 +26,-8,-94 +26,-8,-86 +26,-8,-78 +26,-8,-70 +26,-8,-62 +26,-8,-54 +26,-8,-46 +26,-8,-38 +26,-8,-30 +26,-8,-22 +26,-8,-14 +26,-8,-6 +26,-8,2 +26,-8,10 +26,-8,18 +26,-8,26 +26,-8,34 +26,-8,42 +26,-8,50 +26,-8,58 +26,-8,66 +26,-8,74 +26,-8,82 +26,-8,90 +26,-8,98 +26,-8,106 +26,-8,114 +26,-8,122 +26,-8,130 +26,-8,138 +26,-8,146 +34,-8,-150 +34,-8,-142 +34,-8,-134 +34,-8,-126 +34,-8,-118 +34,-8,-110 +34,-8,-102 +34,-8,-94 +34,-8,-86 +34,-8,-78 +34,-8,-70 +34,-8,-62 +34,-8,-54 +34,-8,-46 +34,-8,-38 +34,-8,-30 +34,-8,-22 +34,-8,-14 +34,-8,-6 +34,-8,2 +34,-8,10 +34,-8,18 +34,-8,26 +34,-8,34 +34,-8,42 +34,-8,50 +34,-8,58 +34,-8,66 +34,-8,74 +34,-8,82 +34,-8,90 +34,-8,98 +34,-8,106 +34,-8,114 +34,-8,122 +34,-8,130 +34,-8,138 +34,-8,146 +42,-8,-150 +42,-8,-142 +42,-8,-134 +42,-8,-126 +42,-8,-118 +42,-8,-110 +42,-8,-102 +42,-8,-94 +42,-8,-86 +42,-8,-78 +42,-8,-70 +42,-8,-62 +42,-8,-54 +42,-8,-46 +42,-8,-38 +42,-8,-30 +42,-8,-22 +42,-8,-14 +42,-8,-6 +42,-8,2 +42,-8,10 +42,-8,18 +42,-8,26 +42,-8,34 +42,-8,42 +42,-8,50 +42,-8,58 +42,-8,66 +42,-8,74 +42,-8,82 +42,-8,90 +42,-8,98 +42,-8,106 +42,-8,114 +42,-8,122 +42,-8,130 +42,-8,138 +42,-8,146 +50,-8,-150 +50,-8,-142 +50,-8,-134 +50,-8,-126 +50,-8,-118 +50,-8,-110 +50,-8,-102 +50,-8,-94 +50,-8,-86 +50,-8,-78 +50,-8,-70 +50,-8,-62 +50,-8,-54 +50,-8,-46 +50,-8,-38 +50,-8,-30 +50,-8,-22 +50,-8,-14 +50,-8,-6 +50,-8,2 +50,-8,10 +50,-8,18 +50,-8,26 +50,-8,34 +50,-8,42 +50,-8,50 +50,-8,58 +50,-8,66 +50,-8,74 +50,-8,82 +50,-8,90 +50,-8,98 +50,-8,106 +50,-8,114 +50,-8,122 +50,-8,130 +50,-8,138 +50,-8,146 +58,-8,-150 +58,-8,-142 +58,-8,-134 +58,-8,-126 +58,-8,-118 +58,-8,-110 +58,-8,-102 +58,-8,-94 +58,-8,-86 +58,-8,-78 +58,-8,-70 +58,-8,-62 +58,-8,-54 +58,-8,-46 +58,-8,-38 +58,-8,-30 +58,-8,-22 +58,-8,-14 +58,-8,-6 +58,-8,2 +58,-8,10 +58,-8,18 +58,-8,26 +58,-8,34 +58,-8,42 +58,-8,50 +58,-8,58 +58,-8,66 +58,-8,74 +58,-8,82 +58,-8,90 +58,-8,98 +58,-8,106 +58,-8,114 +58,-8,122 +58,-8,130 +58,-8,138 +58,-8,146 +66,-8,-150 +66,-8,-142 +66,-8,-134 +66,-8,-126 +66,-8,-118 +66,-8,-110 +66,-8,-102 +66,-8,-94 +66,-8,-86 +66,-8,-78 +66,-8,-70 +66,-8,-62 +66,-8,-54 +66,-8,-46 +66,-8,-38 +66,-8,-30 +66,-8,-22 +66,-8,-14 +66,-8,-6 +66,-8,2 +66,-8,10 +66,-8,18 +66,-8,26 +66,-8,34 +66,-8,42 +66,-8,50 +66,-8,58 +66,-8,66 +66,-8,74 +66,-8,82 +66,-8,90 +66,-8,98 +66,-8,106 +66,-8,114 +66,-8,122 +66,-8,130 +66,-8,138 +66,-8,146 +74,-8,-150 +74,-8,-142 +74,-8,-134 +74,-8,-126 +74,-8,-118 +74,-8,-110 +74,-8,-102 +74,-8,-94 +74,-8,-86 +74,-8,-78 +74,-8,-70 +74,-8,-62 +74,-8,-54 +74,-8,-46 +74,-8,-38 +74,-8,-30 +74,-8,-22 +74,-8,-14 +74,-8,-6 +74,-8,2 +74,-8,10 +74,-8,18 +74,-8,26 +74,-8,34 +74,-8,42 +74,-8,50 +74,-8,58 +74,-8,66 +74,-8,74 +74,-8,82 +74,-8,90 +74,-8,98 +74,-8,106 +74,-8,114 +74,-8,122 +74,-8,130 +74,-8,138 +74,-8,146 +82,-8,-150 +82,-8,-142 +82,-8,-134 +82,-8,-126 +82,-8,-118 +82,-8,-110 +82,-8,-102 +82,-8,-94 +82,-8,-86 +82,-8,-78 +82,-8,-70 +82,-8,-62 +82,-8,-54 +82,-8,-46 +82,-8,-38 +82,-8,-30 +82,-8,-22 +82,-8,-14 +82,-8,-6 +82,-8,2 +82,-8,10 +82,-8,18 +82,-8,26 +82,-8,34 +82,-8,42 +82,-8,50 +82,-8,58 +82,-8,66 +82,-8,74 +82,-8,82 +82,-8,90 +82,-8,98 +82,-8,106 +82,-8,114 +82,-8,122 +82,-8,130 +82,-8,138 +82,-8,146 +90,-8,-150 +90,-8,-142 +90,-8,-134 +90,-8,-126 +90,-8,-118 +90,-8,-110 +90,-8,-102 +90,-8,-94 +90,-8,-86 +90,-8,-78 +90,-8,-70 +90,-8,-62 +90,-8,-54 +90,-8,-46 +90,-8,-38 +90,-8,-30 +90,-8,-22 +90,-8,-14 +90,-8,-6 +90,-8,2 +90,-8,10 +90,-8,18 +90,-8,26 +90,-8,34 +90,-8,42 +90,-8,50 +90,-8,58 +90,-8,66 +90,-8,74 +90,-8,82 +90,-8,90 +90,-8,98 +90,-8,106 +90,-8,114 +90,-8,122 +90,-8,130 +90,-8,138 +90,-8,146 +98,-8,-150 +98,-8,-142 +98,-8,-134 +98,-8,-126 +98,-8,-118 +98,-8,-110 +98,-8,-102 +98,-8,-94 +98,-8,-86 +98,-8,-78 +98,-8,-70 +98,-8,-62 +98,-8,-54 +98,-8,-46 +98,-8,-38 +98,-8,-30 +98,-8,-22 +98,-8,-14 +98,-8,-6 +98,-8,2 +98,-8,10 +98,-8,18 +98,-8,26 +98,-8,34 +98,-8,42 +98,-8,50 +98,-8,58 +98,-8,66 +98,-8,74 +98,-8,82 +98,-8,90 +98,-8,98 +98,-8,106 +98,-8,114 +98,-8,122 +98,-8,130 +98,-8,138 +98,-8,146 +106,-8,-150 +106,-8,-142 +106,-8,-134 +106,-8,-126 +106,-8,-118 +106,-8,-110 +106,-8,-102 +106,-8,-94 +106,-8,-86 +106,-8,-78 +106,-8,-70 +106,-8,-62 +106,-8,-54 +106,-8,-46 +106,-8,-38 +106,-8,-30 +106,-8,-22 +106,-8,-14 +106,-8,-6 +106,-8,2 +106,-8,10 +106,-8,18 +106,-8,26 +106,-8,34 +106,-8,42 +106,-8,50 +106,-8,58 +106,-8,66 +106,-8,74 +106,-8,82 +106,-8,90 +106,-8,98 +106,-8,106 +106,-8,114 +106,-8,122 +106,-8,130 +106,-8,138 +106,-8,146 +114,-8,-150 +114,-8,-142 +114,-8,-134 +114,-8,-126 +114,-8,-118 +114,-8,-110 +114,-8,-102 +114,-8,-94 +114,-8,-86 +114,-8,-78 +114,-8,-70 +114,-8,-62 +114,-8,-54 +114,-8,-46 +114,-8,-38 +114,-8,-30 +114,-8,-22 +114,-8,-14 +114,-8,-6 +114,-8,2 +114,-8,10 +114,-8,18 +114,-8,26 +114,-8,34 +114,-8,42 +114,-8,50 +114,-8,58 +114,-8,66 +114,-8,74 +114,-8,82 +114,-8,90 +114,-8,98 +114,-8,106 +114,-8,114 +114,-8,122 +114,-8,130 +114,-8,138 +114,-8,146 +122,-8,-150 +122,-8,-142 +122,-8,-134 +122,-8,-126 +122,-8,-118 +122,-8,-110 +122,-8,-102 +122,-8,-94 +122,-8,-86 +122,-8,-78 +122,-8,-70 +122,-8,-62 +122,-8,-54 +122,-8,-46 +122,-8,-38 +122,-8,-30 +122,-8,-22 +122,-8,-14 +122,-8,-6 +122,-8,2 +122,-8,10 +122,-8,18 +122,-8,26 +122,-8,34 +122,-8,42 +122,-8,50 +122,-8,58 +122,-8,66 +122,-8,74 +122,-8,82 +122,-8,90 +122,-8,98 +122,-8,106 +122,-8,114 +122,-8,122 +122,-8,130 +122,-8,138 +122,-8,146 +130,-8,-150 +130,-8,-142 +130,-8,-134 +130,-8,-126 +130,-8,-118 +130,-8,-110 +130,-8,-102 +130,-8,-94 +130,-8,-86 +130,-8,-78 +130,-8,-70 +130,-8,-62 +130,-8,-54 +130,-8,-46 +130,-8,-38 +130,-8,-30 +130,-8,-22 +130,-8,-14 +130,-8,-6 +130,-8,2 +130,-8,10 +130,-8,18 +130,-8,26 +130,-8,34 +130,-8,42 +130,-8,50 +130,-8,58 +130,-8,66 +130,-8,74 +130,-8,82 +130,-8,90 +130,-8,98 +130,-8,106 +130,-8,114 +130,-8,122 +130,-8,130 +130,-8,138 +130,-8,146 +138,-8,-150 +138,-8,-142 +138,-8,-134 +138,-8,-126 +138,-8,-118 +138,-8,-110 +138,-8,-102 +138,-8,-94 +138,-8,-86 +138,-8,-78 +138,-8,-70 +138,-8,-62 +138,-8,-54 +138,-8,-46 +138,-8,-38 +138,-8,-30 +138,-8,-22 +138,-8,-14 +138,-8,-6 +138,-8,2 +138,-8,10 +138,-8,18 +138,-8,26 +138,-8,34 +138,-8,42 +138,-8,50 +138,-8,58 +138,-8,66 +138,-8,74 +138,-8,82 +138,-8,90 +138,-8,98 +138,-8,106 +138,-8,114 +138,-8,122 +138,-8,130 +138,-8,138 +138,-8,146 +146,-8,-150 +146,-8,-142 +146,-8,-134 +146,-8,-126 +146,-8,-118 +146,-8,-110 +146,-8,-102 +146,-8,-94 +146,-8,-86 +146,-8,-78 +146,-8,-70 +146,-8,-62 +146,-8,-54 +146,-8,-46 +146,-8,-38 +146,-8,-30 +146,-8,-22 +146,-8,-14 +146,-8,-6 +146,-8,2 +146,-8,10 +146,-8,18 +146,-8,26 +146,-8,34 +146,-8,42 +146,-8,50 +146,-8,58 +146,-8,66 +146,-8,74 +146,-8,82 +146,-8,90 +146,-8,98 +146,-8,106 +146,-8,114 +146,-8,122 +146,-8,130 +146,-8,138 +146,-8,146 +-150,0,-150 +-150,0,-142 +-150,0,-134 +-150,0,-126 +-150,0,-118 +-150,0,-110 +-150,0,-102 +-150,0,-94 +-150,0,-86 +-150,0,-78 +-150,0,-70 +-150,0,-62 +-150,0,-54 +-150,0,-46 +-150,0,-38 +-150,0,-30 +-150,0,-22 +-150,0,-14 +-150,0,-6 +-150,0,2 +-150,0,10 +-150,0,18 +-150,0,26 +-150,0,34 +-150,0,42 +-150,0,50 +-150,0,58 +-150,0,66 +-150,0,74 +-150,0,82 +-150,0,90 +-150,0,98 +-150,0,106 +-150,0,114 +-150,0,122 +-150,0,130 +-150,0,138 +-150,0,146 +-142,0,-150 +-142,0,-142 +-142,0,-134 +-142,0,-126 +-142,0,-118 +-142,0,-110 +-142,0,-102 +-142,0,-94 +-142,0,-86 +-142,0,-78 +-142,0,-70 +-142,0,-62 +-142,0,-54 +-142,0,-46 +-142,0,-38 +-142,0,-30 +-142,0,-22 +-142,0,-14 +-142,0,-6 +-142,0,2 +-142,0,10 +-142,0,18 +-142,0,26 +-142,0,34 +-142,0,42 +-142,0,50 +-142,0,58 +-142,0,66 +-142,0,74 +-142,0,82 +-142,0,90 +-142,0,98 +-142,0,106 +-142,0,114 +-142,0,122 +-142,0,130 +-142,0,138 +-142,0,146 +-134,0,-150 +-134,0,-142 +-134,0,-134 +-134,0,-126 +-134,0,-118 +-134,0,-110 +-134,0,-102 +-134,0,-94 +-134,0,-86 +-134,0,-78 +-134,0,-70 +-134,0,-62 +-134,0,-54 +-134,0,-46 +-134,0,-38 +-134,0,-30 +-134,0,-22 +-134,0,-14 +-134,0,-6 +-134,0,2 +-134,0,10 +-134,0,18 +-134,0,26 +-134,0,34 +-134,0,42 +-134,0,50 +-134,0,58 +-134,0,66 +-134,0,74 +-134,0,82 +-134,0,90 +-134,0,98 +-134,0,106 +-134,0,114 +-134,0,122 +-134,0,130 +-134,0,138 +-134,0,146 +-126,0,-150 +-126,0,-142 +-126,0,-134 +-126,0,-126 +-126,0,-118 +-126,0,-110 +-126,0,-102 +-126,0,-94 +-126,0,-86 +-126,0,-78 +-126,0,-70 +-126,0,-62 +-126,0,-54 +-126,0,-46 +-126,0,-38 +-126,0,-30 +-126,0,-22 +-126,0,-14 +-126,0,-6 +-126,0,2 +-126,0,10 +-126,0,18 +-126,0,26 +-126,0,34 +-126,0,42 +-126,0,50 +-126,0,58 +-126,0,66 +-126,0,74 +-126,0,82 +-126,0,90 +-126,0,98 +-126,0,106 +-126,0,114 +-126,0,122 +-126,0,130 +-126,0,138 +-126,0,146 +-118,0,-150 +-118,0,-142 +-118,0,-134 +-118,0,-126 +-118,0,-118 +-118,0,-110 +-118,0,-102 +-118,0,-94 +-118,0,-86 +-118,0,-78 +-118,0,-70 +-118,0,-62 +-118,0,-54 +-118,0,-46 +-118,0,-38 +-118,0,-30 +-118,0,-22 +-118,0,-14 +-118,0,-6 +-118,0,2 +-118,0,10 +-118,0,18 +-118,0,26 +-118,0,34 +-118,0,42 +-118,0,50 +-118,0,58 +-118,0,66 +-118,0,74 +-118,0,82 +-118,0,90 +-118,0,98 +-118,0,106 +-118,0,114 +-118,0,122 +-118,0,130 +-118,0,138 +-118,0,146 +-110,0,-150 +-110,0,-142 +-110,0,-134 +-110,0,-126 +-110,0,-118 +-110,0,-110 +-110,0,-102 +-110,0,-94 +-110,0,-86 +-110,0,-78 +-110,0,-70 +-110,0,-62 +-110,0,-54 +-110,0,-46 +-110,0,-38 +-110,0,-30 +-110,0,-22 +-110,0,-14 +-110,0,-6 +-110,0,2 +-110,0,10 +-110,0,18 +-110,0,26 +-110,0,34 +-110,0,42 +-110,0,50 +-110,0,58 +-110,0,66 +-110,0,74 +-110,0,82 +-110,0,90 +-110,0,98 +-110,0,106 +-110,0,114 +-110,0,122 +-110,0,130 +-110,0,138 +-110,0,146 +-102,0,-150 +-102,0,-142 +-102,0,-134 +-102,0,-126 +-102,0,-118 +-102,0,-110 +-102,0,-102 +-102,0,-94 +-102,0,-86 +-102,0,-78 +-102,0,-70 +-102,0,-62 +-102,0,-54 +-102,0,-46 +-102,0,-38 +-102,0,-30 +-102,0,-22 +-102,0,-14 +-102,0,-6 +-102,0,2 +-102,0,10 +-102,0,18 +-102,0,26 +-102,0,34 +-102,0,42 +-102,0,50 +-102,0,58 +-102,0,66 +-102,0,74 +-102,0,82 +-102,0,90 +-102,0,98 +-102,0,106 +-102,0,114 +-102,0,122 +-102,0,130 +-102,0,138 +-102,0,146 +-94,0,-150 +-94,0,-142 +-94,0,-134 +-94,0,-126 +-94,0,-118 +-94,0,-110 +-94,0,-102 +-94,0,-94 +-94,0,-86 +-94,0,-78 +-94,0,-70 +-94,0,-62 +-94,0,-54 +-94,0,-46 +-94,0,-38 +-94,0,-30 +-94,0,-22 +-94,0,-14 +-94,0,-6 +-94,0,2 +-94,0,10 +-94,0,18 +-94,0,26 +-94,0,34 +-94,0,42 +-94,0,50 +-94,0,58 +-94,0,66 +-94,0,74 +-94,0,82 +-94,0,90 +-94,0,98 +-94,0,106 +-94,0,114 +-94,0,122 +-94,0,130 +-94,0,138 +-94,0,146 +-86,0,-150 +-86,0,-142 +-86,0,-134 +-86,0,-126 +-86,0,-118 +-86,0,-110 +-86,0,-102 +-86,0,-94 +-86,0,-86 +-86,0,-78 +-86,0,-70 +-86,0,-62 +-86,0,-54 +-86,0,-46 +-86,0,-38 +-86,0,-30 +-86,0,-22 +-86,0,-14 +-86,0,-6 +-86,0,2 +-86,0,10 +-86,0,18 +-86,0,26 +-86,0,34 +-86,0,42 +-86,0,50 +-86,0,58 +-86,0,66 +-86,0,74 +-86,0,82 +-86,0,90 +-86,0,98 +-86,0,106 +-86,0,114 +-86,0,122 +-86,0,130 +-86,0,138 +-86,0,146 +-78,0,-150 +-78,0,-142 +-78,0,-134 +-78,0,-126 +-78,0,-118 +-78,0,-110 +-78,0,-102 +-78,0,-94 +-78,0,-86 +-78,0,-78 +-78,0,-70 +-78,0,-62 +-78,0,-54 +-78,0,-46 +-78,0,-38 +-78,0,-30 +-78,0,-22 +-78,0,-14 +-78,0,-6 +-78,0,2 +-78,0,10 +-78,0,18 +-78,0,26 +-78,0,34 +-78,0,42 +-78,0,50 +-78,0,58 +-78,0,66 +-78,0,74 +-78,0,82 +-78,0,90 +-78,0,98 +-78,0,106 +-78,0,114 +-78,0,122 +-78,0,130 +-78,0,138 +-78,0,146 +-70,0,-150 +-70,0,-142 +-70,0,-134 +-70,0,-126 +-70,0,-118 +-70,0,-110 +-70,0,-102 +-70,0,-94 +-70,0,-86 +-70,0,-78 +-70,0,-70 +-70,0,-62 +-70,0,-54 +-70,0,-46 +-70,0,-38 +-70,0,-30 +-70,0,-22 +-70,0,-14 +-70,0,-6 +-70,0,2 +-70,0,10 +-70,0,18 +-70,0,26 +-70,0,34 +-70,0,42 +-70,0,50 +-70,0,58 +-70,0,66 +-70,0,74 +-70,0,82 +-70,0,90 +-70,0,98 +-70,0,106 +-70,0,114 +-70,0,122 +-70,0,130 +-70,0,138 +-70,0,146 +-62,0,-150 +-62,0,-142 +-62,0,-134 +-62,0,-126 +-62,0,-118 +-62,0,-110 +-62,0,-102 +-62,0,-94 +-62,0,-86 +-62,0,-78 +-62,0,-70 +-62,0,-62 +-62,0,-54 +-62,0,-46 +-62,0,-38 +-62,0,-30 +-62,0,-22 +-62,0,-14 +-62,0,-6 +-62,0,2 +-62,0,10 +-62,0,18 +-62,0,26 +-62,0,34 +-62,0,42 +-62,0,50 +-62,0,58 +-62,0,66 +-62,0,74 +-62,0,82 +-62,0,90 +-62,0,98 +-62,0,106 +-62,0,114 +-62,0,122 +-62,0,130 +-62,0,138 +-62,0,146 +-54,0,-150 +-54,0,-142 +-54,0,-134 +-54,0,-126 +-54,0,-118 +-54,0,-110 +-54,0,-102 +-54,0,-94 +-54,0,-86 +-54,0,-78 +-54,0,-70 +-54,0,-62 +-54,0,-54 +-54,0,-46 +-54,0,-38 +-54,0,-30 +-54,0,-22 +-54,0,-14 +-54,0,-6 +-54,0,2 +-54,0,10 +-54,0,18 +-54,0,26 +-54,0,34 +-54,0,42 +-54,0,50 +-54,0,58 +-54,0,66 +-54,0,74 +-54,0,82 +-54,0,90 +-54,0,98 +-54,0,106 +-54,0,114 +-54,0,122 +-54,0,130 +-54,0,138 +-54,0,146 +-46,0,-150 +-46,0,-142 +-46,0,-134 +-46,0,-126 +-46,0,-118 +-46,0,-110 +-46,0,-102 +-46,0,-94 +-46,0,-86 +-46,0,-78 +-46,0,-70 +-46,0,-62 +-46,0,-54 +-46,0,-46 +-46,0,-38 +-46,0,-30 +-46,0,-22 +-46,0,-14 +-46,0,-6 +-46,0,2 +-46,0,10 +-46,0,18 +-46,0,26 +-46,0,34 +-46,0,42 +-46,0,50 +-46,0,58 +-46,0,66 +-46,0,74 +-46,0,82 +-46,0,90 +-46,0,98 +-46,0,106 +-46,0,114 +-46,0,122 +-46,0,130 +-46,0,138 +-46,0,146 +-38,0,-150 +-38,0,-142 +-38,0,-134 +-38,0,-126 +-38,0,-118 +-38,0,-110 +-38,0,-102 +-38,0,-94 +-38,0,-86 +-38,0,-78 +-38,0,-70 +-38,0,-62 +-38,0,-54 +-38,0,-46 +-38,0,-38 +-38,0,-30 +-38,0,-22 +-38,0,-14 +-38,0,-6 +-38,0,2 +-38,0,10 +-38,0,18 +-38,0,26 +-38,0,34 +-38,0,42 +-38,0,50 +-38,0,58 +-38,0,66 +-38,0,74 +-38,0,82 +-38,0,90 +-38,0,98 +-38,0,106 +-38,0,114 +-38,0,122 +-38,0,130 +-38,0,138 +-38,0,146 +-30,0,-150 +-30,0,-142 +-30,0,-134 +-30,0,-126 +-30,0,-118 +-30,0,-110 +-30,0,-102 +-30,0,-94 +-30,0,-86 +-30,0,-78 +-30,0,-70 +-30,0,-62 +-30,0,-54 +-30,0,-46 +-30,0,-38 +-30,0,-30 +-30,0,-22 +-30,0,-14 +-30,0,-6 +-30,0,2 +-30,0,10 +-30,0,18 +-30,0,26 +-30,0,34 +-30,0,42 +-30,0,50 +-30,0,58 +-30,0,66 +-30,0,74 +-30,0,82 +-30,0,90 +-30,0,98 +-30,0,106 +-30,0,114 +-30,0,122 +-30,0,130 +-30,0,138 +-30,0,146 +-22,0,-150 +-22,0,-142 +-22,0,-134 +-22,0,-126 +-22,0,-118 +-22,0,-110 +-22,0,-102 +-22,0,-94 +-22,0,-86 +-22,0,-78 +-22,0,-70 +-22,0,-62 +-22,0,-54 +-22,0,-46 +-22,0,-38 +-22,0,-30 +-22,0,-22 +-22,0,-14 +-22,0,-6 +-22,0,2 +-22,0,10 +-22,0,18 +-22,0,26 +-22,0,34 +-22,0,42 +-22,0,50 +-22,0,58 +-22,0,66 +-22,0,74 +-22,0,82 +-22,0,90 +-22,0,98 +-22,0,106 +-22,0,114 +-22,0,122 +-22,0,130 +-22,0,138 +-22,0,146 +-14,0,-150 +-14,0,-142 +-14,0,-134 +-14,0,-126 +-14,0,-118 +-14,0,-110 +-14,0,-102 +-14,0,-94 +-14,0,-86 +-14,0,-78 +-14,0,-70 +-14,0,-62 +-14,0,-54 +-14,0,-46 +-14,0,-38 +-14,0,-30 +-14,0,-22 +-14,0,-14 +-14,0,-6 +-14,0,2 +-14,0,10 +-14,0,18 +-14,0,26 +-14,0,34 +-14,0,42 +-14,0,50 +-14,0,58 +-14,0,66 +-14,0,74 +-14,0,82 +-14,0,90 +-14,0,98 +-14,0,106 +-14,0,114 +-14,0,122 +-14,0,130 +-14,0,138 +-14,0,146 +-6,0,-150 +-6,0,-142 +-6,0,-134 +-6,0,-126 +-6,0,-118 +-6,0,-110 +-6,0,-102 +-6,0,-94 +-6,0,-86 +-6,0,-78 +-6,0,-70 +-6,0,-62 +-6,0,-54 +-6,0,-46 +-6,0,-38 +-6,0,-30 +-6,0,-22 +-6,0,-14 +-6,0,-6 +-6,0,2 +-6,0,10 +-6,0,18 +-6,0,26 +-6,0,34 +-6,0,42 +-6,0,50 +-6,0,58 +-6,0,66 +-6,0,74 +-6,0,82 +-6,0,90 +-6,0,98 +-6,0,106 +-6,0,114 +-6,0,122 +-6,0,130 +-6,0,138 +-6,0,146 +2,0,-150 +2,0,-142 +2,0,-134 +2,0,-126 +2,0,-118 +2,0,-110 +2,0,-102 +2,0,-94 +2,0,-86 +2,0,-78 +2,0,-70 +2,0,-62 +2,0,-54 +2,0,-46 +2,0,-38 +2,0,-30 +2,0,-22 +2,0,-14 +2,0,-6 +2,0,2 +2,0,10 +2,0,18 +2,0,26 +2,0,34 +2,0,42 +2,0,50 +2,0,58 +2,0,66 +2,0,74 +2,0,82 +2,0,90 +2,0,98 +2,0,106 +2,0,114 +2,0,122 +2,0,130 +2,0,138 +2,0,146 +10,0,-150 +10,0,-142 +10,0,-134 +10,0,-126 +10,0,-118 +10,0,-110 +10,0,-102 +10,0,-94 +10,0,-86 +10,0,-78 +10,0,-70 +10,0,-62 +10,0,-54 +10,0,-46 +10,0,-38 +10,0,-30 +10,0,-22 +10,0,-14 +10,0,-6 +10,0,2 +10,0,10 +10,0,18 +10,0,26 +10,0,34 +10,0,42 +10,0,50 +10,0,58 +10,0,66 +10,0,74 +10,0,82 +10,0,90 +10,0,98 +10,0,106 +10,0,114 +10,0,122 +10,0,130 +10,0,138 +10,0,146 +18,0,-150 +18,0,-142 +18,0,-134 +18,0,-126 +18,0,-118 +18,0,-110 +18,0,-102 +18,0,-94 +18,0,-86 +18,0,-78 +18,0,-70 +18,0,-62 +18,0,-54 +18,0,-46 +18,0,-38 +18,0,-30 +18,0,-22 +18,0,-14 +18,0,-6 +18,0,2 +18,0,10 +18,0,18 +18,0,26 +18,0,34 +18,0,42 +18,0,50 +18,0,58 +18,0,66 +18,0,74 +18,0,82 +18,0,90 +18,0,98 +18,0,106 +18,0,114 +18,0,122 +18,0,130 +18,0,138 +18,0,146 +26,0,-150 +26,0,-142 +26,0,-134 +26,0,-126 +26,0,-118 +26,0,-110 +26,0,-102 +26,0,-94 +26,0,-86 +26,0,-78 +26,0,-70 +26,0,-62 +26,0,-54 +26,0,-46 +26,0,-38 +26,0,-30 +26,0,-22 +26,0,-14 +26,0,-6 +26,0,2 +26,0,10 +26,0,18 +26,0,26 +26,0,34 +26,0,42 +26,0,50 +26,0,58 +26,0,66 +26,0,74 +26,0,82 +26,0,90 +26,0,98 +26,0,106 +26,0,114 +26,0,122 +26,0,130 +26,0,138 +26,0,146 +34,0,-150 +34,0,-142 +34,0,-134 +34,0,-126 +34,0,-118 +34,0,-110 +34,0,-102 +34,0,-94 +34,0,-86 +34,0,-78 +34,0,-70 +34,0,-62 +34,0,-54 +34,0,-46 +34,0,-38 +34,0,-30 +34,0,-22 +34,0,-14 +34,0,-6 +34,0,2 +34,0,10 +34,0,18 +34,0,26 +34,0,34 +34,0,42 +34,0,50 +34,0,58 +34,0,66 +34,0,74 +34,0,82 +34,0,90 +34,0,98 +34,0,106 +34,0,114 +34,0,122 +34,0,130 +34,0,138 +34,0,146 +42,0,-150 +42,0,-142 +42,0,-134 +42,0,-126 +42,0,-118 +42,0,-110 +42,0,-102 +42,0,-94 +42,0,-86 +42,0,-78 +42,0,-70 +42,0,-62 +42,0,-54 +42,0,-46 +42,0,-38 +42,0,-30 +42,0,-22 +42,0,-14 +42,0,-6 +42,0,2 +42,0,10 +42,0,18 +42,0,26 +42,0,34 +42,0,42 +42,0,50 +42,0,58 +42,0,66 +42,0,74 +42,0,82 +42,0,90 +42,0,98 +42,0,106 +42,0,114 +42,0,122 +42,0,130 +42,0,138 +42,0,146 +50,0,-150 +50,0,-142 +50,0,-134 +50,0,-126 +50,0,-118 +50,0,-110 +50,0,-102 +50,0,-94 +50,0,-86 +50,0,-78 +50,0,-70 +50,0,-62 +50,0,-54 +50,0,-46 +50,0,-38 +50,0,-30 +50,0,-22 +50,0,-14 +50,0,-6 +50,0,2 +50,0,10 +50,0,18 +50,0,26 +50,0,34 +50,0,42 +50,0,50 +50,0,58 +50,0,66 +50,0,74 +50,0,82 +50,0,90 +50,0,98 +50,0,106 +50,0,114 +50,0,122 +50,0,130 +50,0,138 +50,0,146 +58,0,-150 +58,0,-142 +58,0,-134 +58,0,-126 +58,0,-118 +58,0,-110 +58,0,-102 +58,0,-94 +58,0,-86 +58,0,-78 +58,0,-70 +58,0,-62 +58,0,-54 +58,0,-46 +58,0,-38 +58,0,-30 +58,0,-22 +58,0,-14 +58,0,-6 +58,0,2 +58,0,10 +58,0,18 +58,0,26 +58,0,34 +58,0,42 +58,0,50 +58,0,58 +58,0,66 +58,0,74 +58,0,82 +58,0,90 +58,0,98 +58,0,106 +58,0,114 +58,0,122 +58,0,130 +58,0,138 +58,0,146 +66,0,-150 +66,0,-142 +66,0,-134 +66,0,-126 +66,0,-118 +66,0,-110 +66,0,-102 +66,0,-94 +66,0,-86 +66,0,-78 +66,0,-70 +66,0,-62 +66,0,-54 +66,0,-46 +66,0,-38 +66,0,-30 +66,0,-22 +66,0,-14 +66,0,-6 +66,0,2 +66,0,10 +66,0,18 +66,0,26 +66,0,34 +66,0,42 +66,0,50 +66,0,58 +66,0,66 +66,0,74 +66,0,82 +66,0,90 +66,0,98 +66,0,106 +66,0,114 +66,0,122 +66,0,130 +66,0,138 +66,0,146 +74,0,-150 +74,0,-142 +74,0,-134 +74,0,-126 +74,0,-118 +74,0,-110 +74,0,-102 +74,0,-94 +74,0,-86 +74,0,-78 +74,0,-70 +74,0,-62 +74,0,-54 +74,0,-46 +74,0,-38 +74,0,-30 +74,0,-22 +74,0,-14 +74,0,-6 +74,0,2 +74,0,10 +74,0,18 +74,0,26 +74,0,34 +74,0,42 +74,0,50 +74,0,58 +74,0,66 +74,0,74 +74,0,82 +74,0,90 +74,0,98 +74,0,106 +74,0,114 +74,0,122 +74,0,130 +74,0,138 +74,0,146 +82,0,-150 +82,0,-142 +82,0,-134 +82,0,-126 +82,0,-118 +82,0,-110 +82,0,-102 +82,0,-94 +82,0,-86 +82,0,-78 +82,0,-70 +82,0,-62 +82,0,-54 +82,0,-46 +82,0,-38 +82,0,-30 +82,0,-22 +82,0,-14 +82,0,-6 +82,0,2 +82,0,10 +82,0,18 +82,0,26 +82,0,34 +82,0,42 +82,0,50 +82,0,58 +82,0,66 +82,0,74 +82,0,82 +82,0,90 +82,0,98 +82,0,106 +82,0,114 +82,0,122 +82,0,130 +82,0,138 +82,0,146 +90,0,-150 +90,0,-142 +90,0,-134 +90,0,-126 +90,0,-118 +90,0,-110 +90,0,-102 +90,0,-94 +90,0,-86 +90,0,-78 +90,0,-70 +90,0,-62 +90,0,-54 +90,0,-46 +90,0,-38 +90,0,-30 +90,0,-22 +90,0,-14 +90,0,-6 +90,0,2 +90,0,10 +90,0,18 +90,0,26 +90,0,34 +90,0,42 +90,0,50 +90,0,58 +90,0,66 +90,0,74 +90,0,82 +90,0,90 +90,0,98 +90,0,106 +90,0,114 +90,0,122 +90,0,130 +90,0,138 +90,0,146 +98,0,-150 +98,0,-142 +98,0,-134 +98,0,-126 +98,0,-118 +98,0,-110 +98,0,-102 +98,0,-94 +98,0,-86 +98,0,-78 +98,0,-70 +98,0,-62 +98,0,-54 +98,0,-46 +98,0,-38 +98,0,-30 +98,0,-22 +98,0,-14 +98,0,-6 +98,0,2 +98,0,10 +98,0,18 +98,0,26 +98,0,34 +98,0,42 +98,0,50 +98,0,58 +98,0,66 +98,0,74 +98,0,82 +98,0,90 +98,0,98 +98,0,106 +98,0,114 +98,0,122 +98,0,130 +98,0,138 +98,0,146 +106,0,-150 +106,0,-142 +106,0,-134 +106,0,-126 +106,0,-118 +106,0,-110 +106,0,-102 +106,0,-94 +106,0,-86 +106,0,-78 +106,0,-70 +106,0,-62 +106,0,-54 +106,0,-46 +106,0,-38 +106,0,-30 +106,0,-22 +106,0,-14 +106,0,-6 +106,0,2 +106,0,10 +106,0,18 +106,0,26 +106,0,34 +106,0,42 +106,0,50 +106,0,58 +106,0,66 +106,0,74 +106,0,82 +106,0,90 +106,0,98 +106,0,106 +106,0,114 +106,0,122 +106,0,130 +106,0,138 +106,0,146 +114,0,-150 +114,0,-142 +114,0,-134 +114,0,-126 +114,0,-118 +114,0,-110 +114,0,-102 +114,0,-94 +114,0,-86 +114,0,-78 +114,0,-70 +114,0,-62 +114,0,-54 +114,0,-46 +114,0,-38 +114,0,-30 +114,0,-22 +114,0,-14 +114,0,-6 +114,0,2 +114,0,10 +114,0,18 +114,0,26 +114,0,34 +114,0,42 +114,0,50 +114,0,58 +114,0,66 +114,0,74 +114,0,82 +114,0,90 +114,0,98 +114,0,106 +114,0,114 +114,0,122 +114,0,130 +114,0,138 +114,0,146 +122,0,-150 +122,0,-142 +122,0,-134 +122,0,-126 +122,0,-118 +122,0,-110 +122,0,-102 +122,0,-94 +122,0,-86 +122,0,-78 +122,0,-70 +122,0,-62 +122,0,-54 +122,0,-46 +122,0,-38 +122,0,-30 +122,0,-22 +122,0,-14 +122,0,-6 +122,0,2 +122,0,10 +122,0,18 +122,0,26 +122,0,34 +122,0,42 +122,0,50 +122,0,58 +122,0,66 +122,0,74 +122,0,82 +122,0,90 +122,0,98 +122,0,106 +122,0,114 +122,0,122 +122,0,130 +122,0,138 +122,0,146 +130,0,-150 +130,0,-142 +130,0,-134 +130,0,-126 +130,0,-118 +130,0,-110 +130,0,-102 +130,0,-94 +130,0,-86 +130,0,-78 +130,0,-70 +130,0,-62 +130,0,-54 +130,0,-46 +130,0,-38 +130,0,-30 +130,0,-22 +130,0,-14 +130,0,-6 +130,0,2 +130,0,10 +130,0,18 +130,0,26 +130,0,34 +130,0,42 +130,0,50 +130,0,58 +130,0,66 +130,0,74 +130,0,82 +130,0,90 +130,0,98 +130,0,106 +130,0,114 +130,0,122 +130,0,130 +130,0,138 +130,0,146 +138,0,-150 +138,0,-142 +138,0,-134 +138,0,-126 +138,0,-118 +138,0,-110 +138,0,-102 +138,0,-94 +138,0,-86 +138,0,-78 +138,0,-70 +138,0,-62 +138,0,-54 +138,0,-46 +138,0,-38 +138,0,-30 +138,0,-22 +138,0,-14 +138,0,-6 +138,0,2 +138,0,10 +138,0,18 +138,0,26 +138,0,34 +138,0,42 +138,0,50 +138,0,58 +138,0,66 +138,0,74 +138,0,82 +138,0,90 +138,0,98 +138,0,106 +138,0,114 +138,0,122 +138,0,130 +138,0,138 +138,0,146 +146,0,-150 +146,0,-142 +146,0,-134 +146,0,-126 +146,0,-118 +146,0,-110 +146,0,-102 +146,0,-94 +146,0,-86 +146,0,-78 +146,0,-70 +146,0,-62 +146,0,-54 +146,0,-46 +146,0,-38 +146,0,-30 +146,0,-22 +146,0,-14 +146,0,-6 +146,0,2 +146,0,10 +146,0,18 +146,0,26 +146,0,34 +146,0,42 +146,0,50 +146,0,58 +146,0,66 +146,0,74 +146,0,82 +146,0,90 +146,0,98 +146,0,106 +146,0,114 +146,0,122 +146,0,130 +146,0,138 +146,0,146 +-150,8,-150 +-150,8,-142 +-150,8,-134 +-150,8,-126 +-150,8,-118 +-150,8,-110 +-150,8,-102 +-150,8,-94 +-150,8,-86 +-150,8,-78 +-150,8,-70 +-150,8,-62 +-150,8,-54 +-150,8,-46 +-150,8,-38 +-150,8,-30 +-150,8,-22 +-150,8,-14 +-150,8,-6 +-150,8,2 +-150,8,10 +-150,8,18 +-150,8,26 +-150,8,34 +-150,8,42 +-150,8,50 +-150,8,58 +-150,8,66 +-150,8,74 +-150,8,82 +-150,8,90 +-150,8,98 +-150,8,106 +-150,8,114 +-150,8,122 +-150,8,130 +-150,8,138 +-150,8,146 +-142,8,-150 +-142,8,-142 +-142,8,-134 +-142,8,-126 +-142,8,-118 +-142,8,-110 +-142,8,-102 +-142,8,-94 +-142,8,-86 +-142,8,-78 +-142,8,-70 +-142,8,-62 +-142,8,-54 +-142,8,-46 +-142,8,-38 +-142,8,-30 +-142,8,-22 +-142,8,-14 +-142,8,-6 +-142,8,2 +-142,8,10 +-142,8,18 +-142,8,26 +-142,8,34 +-142,8,42 +-142,8,50 +-142,8,58 +-142,8,66 +-142,8,74 +-142,8,82 +-142,8,90 +-142,8,98 +-142,8,106 +-142,8,114 +-142,8,122 +-142,8,130 +-142,8,138 +-142,8,146 +-134,8,-150 +-134,8,-142 +-134,8,-134 +-134,8,-126 +-134,8,-118 +-134,8,-110 +-134,8,-102 +-134,8,-94 +-134,8,-86 +-134,8,-78 +-134,8,-70 +-134,8,-62 +-134,8,-54 +-134,8,-46 +-134,8,-38 +-134,8,-30 +-134,8,-22 +-134,8,-14 +-134,8,-6 +-134,8,2 +-134,8,10 +-134,8,18 +-134,8,26 +-134,8,34 +-134,8,42 +-134,8,50 +-134,8,58 +-134,8,66 +-134,8,74 +-134,8,82 +-134,8,90 +-134,8,98 +-134,8,106 +-134,8,114 +-134,8,122 +-134,8,130 +-134,8,138 +-134,8,146 +-126,8,-150 +-126,8,-142 +-126,8,-134 +-126,8,-126 +-126,8,-118 +-126,8,-110 +-126,8,-102 +-126,8,-94 +-126,8,-86 +-126,8,-78 +-126,8,-70 +-126,8,-62 +-126,8,-54 +-126,8,-46 +-126,8,-38 +-126,8,-30 +-126,8,-22 +-126,8,-14 +-126,8,-6 +-126,8,2 +-126,8,10 +-126,8,18 +-126,8,26 +-126,8,34 +-126,8,42 +-126,8,50 +-126,8,58 +-126,8,66 +-126,8,74 +-126,8,82 +-126,8,90 +-126,8,98 +-126,8,106 +-126,8,114 +-126,8,122 +-126,8,130 +-126,8,138 +-126,8,146 +-118,8,-150 +-118,8,-142 +-118,8,-134 +-118,8,-126 +-118,8,-118 +-118,8,-110 +-118,8,-102 +-118,8,-94 +-118,8,-86 +-118,8,-78 +-118,8,-70 +-118,8,-62 +-118,8,-54 +-118,8,-46 +-118,8,-38 +-118,8,-30 +-118,8,-22 +-118,8,-14 +-118,8,-6 +-118,8,2 +-118,8,10 +-118,8,18 +-118,8,26 +-118,8,34 +-118,8,42 +-118,8,50 +-118,8,58 +-118,8,66 +-118,8,74 +-118,8,82 +-118,8,90 +-118,8,98 +-118,8,106 +-118,8,114 +-118,8,122 +-118,8,130 +-118,8,138 +-118,8,146 +-110,8,-150 +-110,8,-142 +-110,8,-134 +-110,8,-126 +-110,8,-118 +-110,8,-110 +-110,8,-102 +-110,8,-94 +-110,8,-86 +-110,8,-78 +-110,8,-70 +-110,8,-62 +-110,8,-54 +-110,8,-46 +-110,8,-38 +-110,8,-30 +-110,8,-22 +-110,8,-14 +-110,8,-6 +-110,8,2 +-110,8,10 +-110,8,18 +-110,8,26 +-110,8,34 +-110,8,42 +-110,8,50 +-110,8,58 +-110,8,66 +-110,8,74 +-110,8,82 +-110,8,90 +-110,8,98 +-110,8,106 +-110,8,114 +-110,8,122 +-110,8,130 +-110,8,138 +-110,8,146 +-102,8,-150 +-102,8,-142 +-102,8,-134 +-102,8,-126 +-102,8,-118 +-102,8,-110 +-102,8,-102 +-102,8,-94 +-102,8,-86 +-102,8,-78 +-102,8,-70 +-102,8,-62 +-102,8,-54 +-102,8,-46 +-102,8,-38 +-102,8,-30 +-102,8,-22 +-102,8,-14 +-102,8,-6 +-102,8,2 +-102,8,10 +-102,8,18 +-102,8,26 +-102,8,34 +-102,8,42 +-102,8,50 +-102,8,58 +-102,8,66 +-102,8,74 +-102,8,82 +-102,8,90 +-102,8,98 +-102,8,106 +-102,8,114 +-102,8,122 +-102,8,130 +-102,8,138 +-102,8,146 +-94,8,-150 +-94,8,-142 +-94,8,-134 +-94,8,-126 +-94,8,-118 +-94,8,-110 +-94,8,-102 +-94,8,-94 +-94,8,-86 +-94,8,-78 +-94,8,-70 +-94,8,-62 +-94,8,-54 +-94,8,-46 +-94,8,-38 +-94,8,-30 +-94,8,-22 +-94,8,-14 +-94,8,-6 +-94,8,2 +-94,8,10 +-94,8,18 +-94,8,26 +-94,8,34 +-94,8,42 +-94,8,50 +-94,8,58 +-94,8,66 +-94,8,74 +-94,8,82 +-94,8,90 +-94,8,98 +-94,8,106 +-94,8,114 +-94,8,122 +-94,8,130 +-94,8,138 +-94,8,146 +-86,8,-150 +-86,8,-142 +-86,8,-134 +-86,8,-126 +-86,8,-118 +-86,8,-110 +-86,8,-102 +-86,8,-94 +-86,8,-86 +-86,8,-78 +-86,8,-70 +-86,8,-62 +-86,8,-54 +-86,8,-46 +-86,8,-38 +-86,8,-30 +-86,8,-22 +-86,8,-14 +-86,8,-6 +-86,8,2 +-86,8,10 +-86,8,18 +-86,8,26 +-86,8,34 +-86,8,42 +-86,8,50 +-86,8,58 +-86,8,66 +-86,8,74 +-86,8,82 +-86,8,90 +-86,8,98 +-86,8,106 +-86,8,114 +-86,8,122 +-86,8,130 +-86,8,138 +-86,8,146 +-78,8,-150 +-78,8,-142 +-78,8,-134 +-78,8,-126 +-78,8,-118 +-78,8,-110 +-78,8,-102 +-78,8,-94 +-78,8,-86 +-78,8,-78 +-78,8,-70 +-78,8,-62 +-78,8,-54 +-78,8,-46 +-78,8,-38 +-78,8,-30 +-78,8,-22 +-78,8,-14 +-78,8,-6 +-78,8,2 +-78,8,10 +-78,8,18 +-78,8,26 +-78,8,34 +-78,8,42 +-78,8,50 +-78,8,58 +-78,8,66 +-78,8,74 +-78,8,82 +-78,8,90 +-78,8,98 +-78,8,106 +-78,8,114 +-78,8,122 +-78,8,130 +-78,8,138 +-78,8,146 +-70,8,-150 +-70,8,-142 +-70,8,-134 +-70,8,-126 +-70,8,-118 +-70,8,-110 +-70,8,-102 +-70,8,-94 +-70,8,-86 +-70,8,-78 +-70,8,-70 +-70,8,-62 +-70,8,-54 +-70,8,-46 +-70,8,-38 +-70,8,-30 +-70,8,-22 +-70,8,-14 +-70,8,-6 +-70,8,2 +-70,8,10 +-70,8,18 +-70,8,26 +-70,8,34 +-70,8,42 +-70,8,50 +-70,8,58 +-70,8,66 +-70,8,74 +-70,8,82 +-70,8,90 +-70,8,98 +-70,8,106 +-70,8,114 +-70,8,122 +-70,8,130 +-70,8,138 +-70,8,146 +-62,8,-150 +-62,8,-142 +-62,8,-134 +-62,8,-126 +-62,8,-118 +-62,8,-110 +-62,8,-102 +-62,8,-94 +-62,8,-86 +-62,8,-78 +-62,8,-70 +-62,8,-62 +-62,8,-54 +-62,8,-46 +-62,8,-38 +-62,8,-30 +-62,8,-22 +-62,8,-14 +-62,8,-6 +-62,8,2 +-62,8,10 +-62,8,18 +-62,8,26 +-62,8,34 +-62,8,42 +-62,8,50 +-62,8,58 +-62,8,66 +-62,8,74 +-62,8,82 +-62,8,90 +-62,8,98 +-62,8,106 +-62,8,114 +-62,8,122 +-62,8,130 +-62,8,138 +-62,8,146 +-54,8,-150 +-54,8,-142 +-54,8,-134 +-54,8,-126 +-54,8,-118 +-54,8,-110 +-54,8,-102 +-54,8,-94 +-54,8,-86 +-54,8,-78 +-54,8,-70 +-54,8,-62 +-54,8,-54 +-54,8,-46 +-54,8,-38 +-54,8,-30 +-54,8,-22 +-54,8,-14 +-54,8,-6 +-54,8,2 +-54,8,10 +-54,8,18 +-54,8,26 +-54,8,34 +-54,8,42 +-54,8,50 +-54,8,58 +-54,8,66 +-54,8,74 +-54,8,82 +-54,8,90 +-54,8,98 +-54,8,106 +-54,8,114 +-54,8,122 +-54,8,130 +-54,8,138 +-54,8,146 +-46,8,-150 +-46,8,-142 +-46,8,-134 +-46,8,-126 +-46,8,-118 +-46,8,-110 +-46,8,-102 +-46,8,-94 +-46,8,-86 +-46,8,-78 +-46,8,-70 +-46,8,-62 +-46,8,-54 +-46,8,-46 +-46,8,-38 +-46,8,-30 +-46,8,-22 +-46,8,-14 +-46,8,-6 +-46,8,2 +-46,8,10 +-46,8,18 +-46,8,26 +-46,8,34 +-46,8,42 +-46,8,50 +-46,8,58 +-46,8,66 +-46,8,74 +-46,8,82 +-46,8,90 +-46,8,98 +-46,8,106 +-46,8,114 +-46,8,122 +-46,8,130 +-46,8,138 +-46,8,146 +-38,8,-150 +-38,8,-142 +-38,8,-134 +-38,8,-126 +-38,8,-118 +-38,8,-110 +-38,8,-102 +-38,8,-94 +-38,8,-86 +-38,8,-78 +-38,8,-70 +-38,8,-62 +-38,8,-54 +-38,8,-46 +-38,8,-38 +-38,8,-30 +-38,8,-22 +-38,8,-14 +-38,8,-6 +-38,8,2 +-38,8,10 +-38,8,18 +-38,8,26 +-38,8,34 +-38,8,42 +-38,8,50 +-38,8,58 +-38,8,66 +-38,8,74 +-38,8,82 +-38,8,90 +-38,8,98 +-38,8,106 +-38,8,114 +-38,8,122 +-38,8,130 +-38,8,138 +-38,8,146 +-30,8,-150 +-30,8,-142 +-30,8,-134 +-30,8,-126 +-30,8,-118 +-30,8,-110 +-30,8,-102 +-30,8,-94 +-30,8,-86 +-30,8,-78 +-30,8,-70 +-30,8,-62 +-30,8,-54 +-30,8,-46 +-30,8,-38 +-30,8,-30 +-30,8,-22 +-30,8,-14 +-30,8,-6 +-30,8,2 +-30,8,10 +-30,8,18 +-30,8,26 +-30,8,34 +-30,8,42 +-30,8,50 +-30,8,58 +-30,8,66 +-30,8,74 +-30,8,82 +-30,8,90 +-30,8,98 +-30,8,106 +-30,8,114 +-30,8,122 +-30,8,130 +-30,8,138 +-30,8,146 +-22,8,-150 +-22,8,-142 +-22,8,-134 +-22,8,-126 +-22,8,-118 +-22,8,-110 +-22,8,-102 +-22,8,-94 +-22,8,-86 +-22,8,-78 +-22,8,-70 +-22,8,-62 +-22,8,-54 +-22,8,-46 +-22,8,-38 +-22,8,-30 +-22,8,-22 +-22,8,-14 +-22,8,-6 +-22,8,2 +-22,8,10 +-22,8,18 +-22,8,26 +-22,8,34 +-22,8,42 +-22,8,50 +-22,8,58 +-22,8,66 +-22,8,74 +-22,8,82 +-22,8,90 +-22,8,98 +-22,8,106 +-22,8,114 +-22,8,122 +-22,8,130 +-22,8,138 +-22,8,146 +-14,8,-150 +-14,8,-142 +-14,8,-134 +-14,8,-126 +-14,8,-118 +-14,8,-110 +-14,8,-102 +-14,8,-94 +-14,8,-86 +-14,8,-78 +-14,8,-70 +-14,8,-62 +-14,8,-54 +-14,8,-46 +-14,8,-38 +-14,8,-30 +-14,8,-22 +-14,8,-14 +-14,8,-6 +-14,8,2 +-14,8,10 +-14,8,18 +-14,8,26 +-14,8,34 +-14,8,42 +-14,8,50 +-14,8,58 +-14,8,66 +-14,8,74 +-14,8,82 +-14,8,90 +-14,8,98 +-14,8,106 +-14,8,114 +-14,8,122 +-14,8,130 +-14,8,138 +-14,8,146 +-6,8,-150 +-6,8,-142 +-6,8,-134 +-6,8,-126 +-6,8,-118 +-6,8,-110 +-6,8,-102 +-6,8,-94 +-6,8,-86 +-6,8,-78 +-6,8,-70 +-6,8,-62 +-6,8,-54 +-6,8,-46 +-6,8,-38 +-6,8,-30 +-6,8,-22 +-6,8,-14 +-6,8,-6 +-6,8,2 +-6,8,10 +-6,8,18 +-6,8,26 +-6,8,34 +-6,8,42 +-6,8,50 +-6,8,58 +-6,8,66 +-6,8,74 +-6,8,82 +-6,8,90 +-6,8,98 +-6,8,106 +-6,8,114 +-6,8,122 +-6,8,130 +-6,8,138 +-6,8,146 +2,8,-150 +2,8,-142 +2,8,-134 +2,8,-126 +2,8,-118 +2,8,-110 +2,8,-102 +2,8,-94 +2,8,-86 +2,8,-78 +2,8,-70 +2,8,-62 +2,8,-54 +2,8,-46 +2,8,-38 +2,8,-30 +2,8,-22 +2,8,-14 +2,8,-6 +2,8,2 +2,8,10 +2,8,18 +2,8,26 +2,8,34 +2,8,42 +2,8,50 +2,8,58 +2,8,66 +2,8,74 +2,8,82 +2,8,90 +2,8,98 +2,8,106 +2,8,114 +2,8,122 +2,8,130 +2,8,138 +2,8,146 +10,8,-150 +10,8,-142 +10,8,-134 +10,8,-126 +10,8,-118 +10,8,-110 +10,8,-102 +10,8,-94 +10,8,-86 +10,8,-78 +10,8,-70 +10,8,-62 +10,8,-54 +10,8,-46 +10,8,-38 +10,8,-30 +10,8,-22 +10,8,-14 +10,8,-6 +10,8,2 +10,8,10 +10,8,18 +10,8,26 +10,8,34 +10,8,42 +10,8,50 +10,8,58 +10,8,66 +10,8,74 +10,8,82 +10,8,90 +10,8,98 +10,8,106 +10,8,114 +10,8,122 +10,8,130 +10,8,138 +10,8,146 +18,8,-150 +18,8,-142 +18,8,-134 +18,8,-126 +18,8,-118 +18,8,-110 +18,8,-102 +18,8,-94 +18,8,-86 +18,8,-78 +18,8,-70 +18,8,-62 +18,8,-54 +18,8,-46 +18,8,-38 +18,8,-30 +18,8,-22 +18,8,-14 +18,8,-6 +18,8,2 +18,8,10 +18,8,18 +18,8,26 +18,8,34 +18,8,42 +18,8,50 +18,8,58 +18,8,66 +18,8,74 +18,8,82 +18,8,90 +18,8,98 +18,8,106 +18,8,114 +18,8,122 +18,8,130 +18,8,138 +18,8,146 +26,8,-150 +26,8,-142 +26,8,-134 +26,8,-126 +26,8,-118 +26,8,-110 +26,8,-102 +26,8,-94 +26,8,-86 +26,8,-78 +26,8,-70 +26,8,-62 +26,8,-54 +26,8,-46 +26,8,-38 +26,8,-30 +26,8,-22 +26,8,-14 +26,8,-6 +26,8,2 +26,8,10 +26,8,18 +26,8,26 +26,8,34 +26,8,42 +26,8,50 +26,8,58 +26,8,66 +26,8,74 +26,8,82 +26,8,90 +26,8,98 +26,8,106 +26,8,114 +26,8,122 +26,8,130 +26,8,138 +26,8,146 +34,8,-150 +34,8,-142 +34,8,-134 +34,8,-126 +34,8,-118 +34,8,-110 +34,8,-102 +34,8,-94 +34,8,-86 +34,8,-78 +34,8,-70 +34,8,-62 +34,8,-54 +34,8,-46 +34,8,-38 +34,8,-30 +34,8,-22 +34,8,-14 +34,8,-6 +34,8,2 +34,8,10 +34,8,18 +34,8,26 +34,8,34 +34,8,42 +34,8,50 +34,8,58 +34,8,66 +34,8,74 +34,8,82 +34,8,90 +34,8,98 +34,8,106 +34,8,114 +34,8,122 +34,8,130 +34,8,138 +34,8,146 +42,8,-150 +42,8,-142 +42,8,-134 +42,8,-126 +42,8,-118 +42,8,-110 +42,8,-102 +42,8,-94 +42,8,-86 +42,8,-78 +42,8,-70 +42,8,-62 +42,8,-54 +42,8,-46 +42,8,-38 +42,8,-30 +42,8,-22 +42,8,-14 +42,8,-6 +42,8,2 +42,8,10 +42,8,18 +42,8,26 +42,8,34 +42,8,42 +42,8,50 +42,8,58 +42,8,66 +42,8,74 +42,8,82 +42,8,90 +42,8,98 +42,8,106 +42,8,114 +42,8,122 +42,8,130 +42,8,138 +42,8,146 +50,8,-150 +50,8,-142 +50,8,-134 +50,8,-126 +50,8,-118 +50,8,-110 +50,8,-102 +50,8,-94 +50,8,-86 +50,8,-78 +50,8,-70 +50,8,-62 +50,8,-54 +50,8,-46 +50,8,-38 +50,8,-30 +50,8,-22 +50,8,-14 +50,8,-6 +50,8,2 +50,8,10 +50,8,18 +50,8,26 +50,8,34 +50,8,42 +50,8,50 +50,8,58 +50,8,66 +50,8,74 +50,8,82 +50,8,90 +50,8,98 +50,8,106 +50,8,114 +50,8,122 +50,8,130 +50,8,138 +50,8,146 +58,8,-150 +58,8,-142 +58,8,-134 +58,8,-126 +58,8,-118 +58,8,-110 +58,8,-102 +58,8,-94 +58,8,-86 +58,8,-78 +58,8,-70 +58,8,-62 +58,8,-54 +58,8,-46 +58,8,-38 +58,8,-30 +58,8,-22 +58,8,-14 +58,8,-6 +58,8,2 +58,8,10 +58,8,18 +58,8,26 +58,8,34 +58,8,42 +58,8,50 +58,8,58 +58,8,66 +58,8,74 +58,8,82 +58,8,90 +58,8,98 +58,8,106 +58,8,114 +58,8,122 +58,8,130 +58,8,138 +58,8,146 +66,8,-150 +66,8,-142 +66,8,-134 +66,8,-126 +66,8,-118 +66,8,-110 +66,8,-102 +66,8,-94 +66,8,-86 +66,8,-78 +66,8,-70 +66,8,-62 +66,8,-54 +66,8,-46 +66,8,-38 +66,8,-30 +66,8,-22 +66,8,-14 +66,8,-6 +66,8,2 +66,8,10 +66,8,18 +66,8,26 +66,8,34 +66,8,42 +66,8,50 +66,8,58 +66,8,66 +66,8,74 +66,8,82 +66,8,90 +66,8,98 +66,8,106 +66,8,114 +66,8,122 +66,8,130 +66,8,138 +66,8,146 +74,8,-150 +74,8,-142 +74,8,-134 +74,8,-126 +74,8,-118 +74,8,-110 +74,8,-102 +74,8,-94 +74,8,-86 +74,8,-78 +74,8,-70 +74,8,-62 +74,8,-54 +74,8,-46 +74,8,-38 +74,8,-30 +74,8,-22 +74,8,-14 +74,8,-6 +74,8,2 +74,8,10 +74,8,18 +74,8,26 +74,8,34 +74,8,42 +74,8,50 +74,8,58 +74,8,66 +74,8,74 +74,8,82 +74,8,90 +74,8,98 +74,8,106 +74,8,114 +74,8,122 +74,8,130 +74,8,138 +74,8,146 +82,8,-150 +82,8,-142 +82,8,-134 +82,8,-126 +82,8,-118 +82,8,-110 +82,8,-102 +82,8,-94 +82,8,-86 +82,8,-78 +82,8,-70 +82,8,-62 +82,8,-54 +82,8,-46 +82,8,-38 +82,8,-30 +82,8,-22 +82,8,-14 +82,8,-6 +82,8,2 +82,8,10 +82,8,18 +82,8,26 +82,8,34 +82,8,42 +82,8,50 +82,8,58 +82,8,66 +82,8,74 +82,8,82 +82,8,90 +82,8,98 +82,8,106 +82,8,114 +82,8,122 +82,8,130 +82,8,138 +82,8,146 +90,8,-150 +90,8,-142 +90,8,-134 +90,8,-126 +90,8,-118 +90,8,-110 +90,8,-102 +90,8,-94 +90,8,-86 +90,8,-78 +90,8,-70 +90,8,-62 +90,8,-54 +90,8,-46 +90,8,-38 +90,8,-30 +90,8,-22 +90,8,-14 +90,8,-6 +90,8,2 +90,8,10 +90,8,18 +90,8,26 +90,8,34 +90,8,42 +90,8,50 +90,8,58 +90,8,66 +90,8,74 +90,8,82 +90,8,90 +90,8,98 +90,8,106 +90,8,114 +90,8,122 +90,8,130 +90,8,138 +90,8,146 +98,8,-150 +98,8,-142 +98,8,-134 +98,8,-126 +98,8,-118 +98,8,-110 +98,8,-102 +98,8,-94 +98,8,-86 +98,8,-78 +98,8,-70 +98,8,-62 +98,8,-54 +98,8,-46 +98,8,-38 +98,8,-30 +98,8,-22 +98,8,-14 +98,8,-6 +98,8,2 +98,8,10 +98,8,18 +98,8,26 +98,8,34 +98,8,42 +98,8,50 +98,8,58 +98,8,66 +98,8,74 +98,8,82 +98,8,90 +98,8,98 +98,8,106 +98,8,114 +98,8,122 +98,8,130 +98,8,138 +98,8,146 +106,8,-150 +106,8,-142 +106,8,-134 +106,8,-126 +106,8,-118 +106,8,-110 +106,8,-102 +106,8,-94 +106,8,-86 +106,8,-78 +106,8,-70 +106,8,-62 +106,8,-54 +106,8,-46 +106,8,-38 +106,8,-30 +106,8,-22 +106,8,-14 +106,8,-6 +106,8,2 +106,8,10 +106,8,18 +106,8,26 +106,8,34 +106,8,42 +106,8,50 +106,8,58 +106,8,66 +106,8,74 +106,8,82 +106,8,90 +106,8,98 +106,8,106 +106,8,114 +106,8,122 +106,8,130 +106,8,138 +106,8,146 +114,8,-150 +114,8,-142 +114,8,-134 +114,8,-126 +114,8,-118 +114,8,-110 +114,8,-102 +114,8,-94 +114,8,-86 +114,8,-78 +114,8,-70 +114,8,-62 +114,8,-54 +114,8,-46 +114,8,-38 +114,8,-30 +114,8,-22 +114,8,-14 +114,8,-6 +114,8,2 +114,8,10 +114,8,18 +114,8,26 +114,8,34 +114,8,42 +114,8,50 +114,8,58 +114,8,66 +114,8,74 +114,8,82 +114,8,90 +114,8,98 +114,8,106 +114,8,114 +114,8,122 +114,8,130 +114,8,138 +114,8,146 +122,8,-150 +122,8,-142 +122,8,-134 +122,8,-126 +122,8,-118 +122,8,-110 +122,8,-102 +122,8,-94 +122,8,-86 +122,8,-78 +122,8,-70 +122,8,-62 +122,8,-54 +122,8,-46 +122,8,-38 +122,8,-30 +122,8,-22 +122,8,-14 +122,8,-6 +122,8,2 +122,8,10 +122,8,18 +122,8,26 +122,8,34 +122,8,42 +122,8,50 +122,8,58 +122,8,66 +122,8,74 +122,8,82 +122,8,90 +122,8,98 +122,8,106 +122,8,114 +122,8,122 +122,8,130 +122,8,138 +122,8,146 +130,8,-150 +130,8,-142 +130,8,-134 +130,8,-126 +130,8,-118 +130,8,-110 +130,8,-102 +130,8,-94 +130,8,-86 +130,8,-78 +130,8,-70 +130,8,-62 +130,8,-54 +130,8,-46 +130,8,-38 +130,8,-30 +130,8,-22 +130,8,-14 +130,8,-6 +130,8,2 +130,8,10 +130,8,18 +130,8,26 +130,8,34 +130,8,42 +130,8,50 +130,8,58 +130,8,66 +130,8,74 +130,8,82 +130,8,90 +130,8,98 +130,8,106 +130,8,114 +130,8,122 +130,8,130 +130,8,138 +130,8,146 +138,8,-150 +138,8,-142 +138,8,-134 +138,8,-126 +138,8,-118 +138,8,-110 +138,8,-102 +138,8,-94 +138,8,-86 +138,8,-78 +138,8,-70 +138,8,-62 +138,8,-54 +138,8,-46 +138,8,-38 +138,8,-30 +138,8,-22 +138,8,-14 +138,8,-6 +138,8,2 +138,8,10 +138,8,18 +138,8,26 +138,8,34 +138,8,42 +138,8,50 +138,8,58 +138,8,66 +138,8,74 +138,8,82 +138,8,90 +138,8,98 +138,8,106 +138,8,114 +138,8,122 +138,8,130 +138,8,138 +138,8,146 +146,8,-150 +146,8,-142 +146,8,-134 +146,8,-126 +146,8,-118 +146,8,-110 +146,8,-102 +146,8,-94 +146,8,-86 +146,8,-78 +146,8,-70 +146,8,-62 +146,8,-54 +146,8,-46 +146,8,-38 +146,8,-30 +146,8,-22 +146,8,-14 +146,8,-6 +146,8,2 +146,8,10 +146,8,18 +146,8,26 +146,8,34 +146,8,42 +146,8,50 +146,8,58 +146,8,66 +146,8,74 +146,8,82 +146,8,90 +146,8,98 +146,8,106 +146,8,114 +146,8,122 +146,8,130 +146,8,138 +146,8,146 +-150,16,-150 +-150,16,-142 +-150,16,-134 +-150,16,-126 +-150,16,-118 +-150,16,-110 +-150,16,-102 +-150,16,-94 +-150,16,-86 +-150,16,-78 +-150,16,-70 +-150,16,-62 +-150,16,-54 +-150,16,-46 +-150,16,-38 +-150,16,-30 +-150,16,-22 +-150,16,-14 +-150,16,-6 +-150,16,2 +-150,16,10 +-150,16,18 +-150,16,26 +-150,16,34 +-150,16,42 +-150,16,50 +-150,16,58 +-150,16,66 +-150,16,74 +-150,16,82 +-150,16,90 +-150,16,98 +-150,16,106 +-150,16,114 +-150,16,122 +-150,16,130 +-150,16,138 +-150,16,146 +-142,16,-150 +-142,16,-142 +-142,16,-134 +-142,16,-126 +-142,16,-118 +-142,16,-110 +-142,16,-102 +-142,16,-94 +-142,16,-86 +-142,16,-78 +-142,16,-70 +-142,16,-62 +-142,16,-54 +-142,16,-46 +-142,16,-38 +-142,16,-30 +-142,16,-22 +-142,16,-14 +-142,16,-6 +-142,16,2 +-142,16,10 +-142,16,18 +-142,16,26 +-142,16,34 +-142,16,42 +-142,16,50 +-142,16,58 +-142,16,66 +-142,16,74 +-142,16,82 +-142,16,90 +-142,16,98 +-142,16,106 +-142,16,114 +-142,16,122 +-142,16,130 +-142,16,138 +-142,16,146 +-134,16,-150 +-134,16,-142 +-134,16,-134 +-134,16,-126 +-134,16,-118 +-134,16,-110 +-134,16,-102 +-134,16,-94 +-134,16,-86 +-134,16,-78 +-134,16,-70 +-134,16,-62 +-134,16,-54 +-134,16,-46 +-134,16,-38 +-134,16,-30 +-134,16,-22 +-134,16,-14 +-134,16,-6 +-134,16,2 +-134,16,10 +-134,16,18 +-134,16,26 +-134,16,34 +-134,16,42 +-134,16,50 +-134,16,58 +-134,16,66 +-134,16,74 +-134,16,82 +-134,16,90 +-134,16,98 +-134,16,106 +-134,16,114 +-134,16,122 +-134,16,130 +-134,16,138 +-134,16,146 +-126,16,-150 +-126,16,-142 +-126,16,-134 +-126,16,-126 +-126,16,-118 +-126,16,-110 +-126,16,-102 +-126,16,-94 +-126,16,-86 +-126,16,-78 +-126,16,-70 +-126,16,-62 +-126,16,-54 +-126,16,-46 +-126,16,-38 +-126,16,-30 +-126,16,-22 +-126,16,-14 +-126,16,-6 +-126,16,2 +-126,16,10 +-126,16,18 +-126,16,26 +-126,16,34 +-126,16,42 +-126,16,50 +-126,16,58 +-126,16,66 +-126,16,74 +-126,16,82 +-126,16,90 +-126,16,98 +-126,16,106 +-126,16,114 +-126,16,122 +-126,16,130 +-126,16,138 +-126,16,146 +-118,16,-150 +-118,16,-142 +-118,16,-134 +-118,16,-126 +-118,16,-118 +-118,16,-110 +-118,16,-102 +-118,16,-94 +-118,16,-86 +-118,16,-78 +-118,16,-70 +-118,16,-62 +-118,16,-54 +-118,16,-46 +-118,16,-38 +-118,16,-30 +-118,16,-22 +-118,16,-14 +-118,16,-6 +-118,16,2 +-118,16,10 +-118,16,18 +-118,16,26 +-118,16,34 +-118,16,42 +-118,16,50 +-118,16,58 +-118,16,66 +-118,16,74 +-118,16,82 +-118,16,90 +-118,16,98 +-118,16,106 +-118,16,114 +-118,16,122 +-118,16,130 +-118,16,138 +-118,16,146 +-110,16,-150 +-110,16,-142 +-110,16,-134 +-110,16,-126 +-110,16,-118 +-110,16,-110 +-110,16,-102 +-110,16,-94 +-110,16,-86 +-110,16,-78 +-110,16,-70 +-110,16,-62 +-110,16,-54 +-110,16,-46 +-110,16,-38 +-110,16,-30 +-110,16,-22 +-110,16,-14 +-110,16,-6 +-110,16,2 +-110,16,10 +-110,16,18 +-110,16,26 +-110,16,34 +-110,16,42 +-110,16,50 +-110,16,58 +-110,16,66 +-110,16,74 +-110,16,82 +-110,16,90 +-110,16,98 +-110,16,106 +-110,16,114 +-110,16,122 +-110,16,130 +-110,16,138 +-110,16,146 +-102,16,-150 +-102,16,-142 +-102,16,-134 +-102,16,-126 +-102,16,-118 +-102,16,-110 +-102,16,-102 +-102,16,-94 +-102,16,-86 +-102,16,-78 +-102,16,-70 +-102,16,-62 +-102,16,-54 +-102,16,-46 +-102,16,-38 +-102,16,-30 +-102,16,-22 +-102,16,-14 +-102,16,-6 +-102,16,2 +-102,16,10 +-102,16,18 +-102,16,26 +-102,16,34 +-102,16,42 +-102,16,50 +-102,16,58 +-102,16,66 +-102,16,74 +-102,16,82 +-102,16,90 +-102,16,98 +-102,16,106 +-102,16,114 +-102,16,122 +-102,16,130 +-102,16,138 +-102,16,146 +-94,16,-150 +-94,16,-142 +-94,16,-134 +-94,16,-126 +-94,16,-118 +-94,16,-110 +-94,16,-102 +-94,16,-94 +-94,16,-86 +-94,16,-78 +-94,16,-70 +-94,16,-62 +-94,16,-54 +-94,16,-46 +-94,16,-38 +-94,16,-30 +-94,16,-22 +-94,16,-14 +-94,16,-6 +-94,16,2 +-94,16,10 +-94,16,18 +-94,16,26 +-94,16,34 +-94,16,42 +-94,16,50 +-94,16,58 +-94,16,66 +-94,16,74 +-94,16,82 +-94,16,90 +-94,16,98 +-94,16,106 +-94,16,114 +-94,16,122 +-94,16,130 +-94,16,138 +-94,16,146 +-86,16,-150 +-86,16,-142 +-86,16,-134 +-86,16,-126 +-86,16,-118 +-86,16,-110 +-86,16,-102 +-86,16,-94 +-86,16,-86 +-86,16,-78 +-86,16,-70 +-86,16,-62 +-86,16,-54 +-86,16,-46 +-86,16,-38 +-86,16,-30 +-86,16,-22 +-86,16,-14 +-86,16,-6 +-86,16,2 +-86,16,10 +-86,16,18 +-86,16,26 +-86,16,34 +-86,16,42 +-86,16,50 +-86,16,58 +-86,16,66 +-86,16,74 +-86,16,82 +-86,16,90 +-86,16,98 +-86,16,106 +-86,16,114 +-86,16,122 +-86,16,130 +-86,16,138 +-86,16,146 +-78,16,-150 +-78,16,-142 +-78,16,-134 +-78,16,-126 +-78,16,-118 +-78,16,-110 +-78,16,-102 +-78,16,-94 +-78,16,-86 +-78,16,-78 +-78,16,-70 +-78,16,-62 +-78,16,-54 +-78,16,-46 +-78,16,-38 +-78,16,-30 +-78,16,-22 +-78,16,-14 +-78,16,-6 +-78,16,2 +-78,16,10 +-78,16,18 +-78,16,26 +-78,16,34 +-78,16,42 +-78,16,50 +-78,16,58 +-78,16,66 +-78,16,74 +-78,16,82 +-78,16,90 +-78,16,98 +-78,16,106 +-78,16,114 +-78,16,122 +-78,16,130 +-78,16,138 +-78,16,146 +-70,16,-150 +-70,16,-142 +-70,16,-134 +-70,16,-126 +-70,16,-118 +-70,16,-110 +-70,16,-102 +-70,16,-94 +-70,16,-86 +-70,16,-78 +-70,16,-70 +-70,16,-62 +-70,16,-54 +-70,16,-46 +-70,16,-38 +-70,16,-30 +-70,16,-22 +-70,16,-14 +-70,16,-6 +-70,16,2 +-70,16,10 +-70,16,18 +-70,16,26 +-70,16,34 +-70,16,42 +-70,16,50 +-70,16,58 +-70,16,66 +-70,16,74 +-70,16,82 +-70,16,90 +-70,16,98 +-70,16,106 +-70,16,114 +-70,16,122 +-70,16,130 +-70,16,138 +-70,16,146 +-62,16,-150 +-62,16,-142 +-62,16,-134 +-62,16,-126 +-62,16,-118 +-62,16,-110 +-62,16,-102 +-62,16,-94 +-62,16,-86 +-62,16,-78 +-62,16,-70 +-62,16,-62 +-62,16,-54 +-62,16,-46 +-62,16,-38 +-62,16,-30 +-62,16,-22 +-62,16,-14 +-62,16,-6 +-62,16,2 +-62,16,10 +-62,16,18 +-62,16,26 +-62,16,34 +-62,16,42 +-62,16,50 +-62,16,58 +-62,16,66 +-62,16,74 +-62,16,82 +-62,16,90 +-62,16,98 +-62,16,106 +-62,16,114 +-62,16,122 +-62,16,130 +-62,16,138 +-62,16,146 +-54,16,-150 +-54,16,-142 +-54,16,-134 +-54,16,-126 +-54,16,-118 +-54,16,-110 +-54,16,-102 +-54,16,-94 +-54,16,-86 +-54,16,-78 +-54,16,-70 +-54,16,-62 +-54,16,-54 +-54,16,-46 +-54,16,-38 +-54,16,-30 +-54,16,-22 +-54,16,-14 +-54,16,-6 +-54,16,2 +-54,16,10 +-54,16,18 +-54,16,26 +-54,16,34 +-54,16,42 +-54,16,50 +-54,16,58 +-54,16,66 +-54,16,74 +-54,16,82 +-54,16,90 +-54,16,98 +-54,16,106 +-54,16,114 +-54,16,122 +-54,16,130 +-54,16,138 +-54,16,146 +-46,16,-150 +-46,16,-142 +-46,16,-134 +-46,16,-126 +-46,16,-118 +-46,16,-110 +-46,16,-102 +-46,16,-94 +-46,16,-86 +-46,16,-78 +-46,16,-70 +-46,16,-62 +-46,16,-54 +-46,16,-46 +-46,16,-38 +-46,16,-30 +-46,16,-22 +-46,16,-14 +-46,16,-6 +-46,16,2 +-46,16,10 +-46,16,18 +-46,16,26 +-46,16,34 +-46,16,42 +-46,16,50 +-46,16,58 +-46,16,66 +-46,16,74 +-46,16,82 +-46,16,90 +-46,16,98 +-46,16,106 +-46,16,114 +-46,16,122 +-46,16,130 +-46,16,138 +-46,16,146 +-38,16,-150 +-38,16,-142 +-38,16,-134 +-38,16,-126 +-38,16,-118 +-38,16,-110 +-38,16,-102 +-38,16,-94 +-38,16,-86 +-38,16,-78 +-38,16,-70 +-38,16,-62 +-38,16,-54 +-38,16,-46 +-38,16,-38 +-38,16,-30 +-38,16,-22 +-38,16,-14 +-38,16,-6 +-38,16,2 +-38,16,10 +-38,16,18 +-38,16,26 +-38,16,34 +-38,16,42 +-38,16,50 +-38,16,58 +-38,16,66 +-38,16,74 +-38,16,82 +-38,16,90 +-38,16,98 +-38,16,106 +-38,16,114 +-38,16,122 +-38,16,130 +-38,16,138 +-38,16,146 +-30,16,-150 +-30,16,-142 +-30,16,-134 +-30,16,-126 +-30,16,-118 +-30,16,-110 +-30,16,-102 +-30,16,-94 +-30,16,-86 +-30,16,-78 +-30,16,-70 +-30,16,-62 +-30,16,-54 +-30,16,-46 +-30,16,-38 +-30,16,-30 +-30,16,-22 +-30,16,-14 +-30,16,-6 +-30,16,2 +-30,16,10 +-30,16,18 +-30,16,26 +-30,16,34 +-30,16,42 +-30,16,50 +-30,16,58 +-30,16,66 +-30,16,74 +-30,16,82 +-30,16,90 +-30,16,98 +-30,16,106 +-30,16,114 +-30,16,122 +-30,16,130 +-30,16,138 +-30,16,146 +-22,16,-150 +-22,16,-142 +-22,16,-134 +-22,16,-126 +-22,16,-118 +-22,16,-110 +-22,16,-102 +-22,16,-94 +-22,16,-86 +-22,16,-78 +-22,16,-70 +-22,16,-62 +-22,16,-54 +-22,16,-46 +-22,16,-38 +-22,16,-30 +-22,16,-22 +-22,16,-14 +-22,16,-6 +-22,16,2 +-22,16,10 +-22,16,18 +-22,16,26 +-22,16,34 +-22,16,42 +-22,16,50 +-22,16,58 +-22,16,66 +-22,16,74 +-22,16,82 +-22,16,90 +-22,16,98 +-22,16,106 +-22,16,114 +-22,16,122 +-22,16,130 +-22,16,138 +-22,16,146 +-14,16,-150 +-14,16,-142 +-14,16,-134 +-14,16,-126 +-14,16,-118 +-14,16,-110 +-14,16,-102 +-14,16,-94 +-14,16,-86 +-14,16,-78 +-14,16,-70 +-14,16,-62 +-14,16,-54 +-14,16,-46 +-14,16,-38 +-14,16,-30 +-14,16,-22 +-14,16,-14 +-14,16,-6 +-14,16,2 +-14,16,10 +-14,16,18 +-14,16,26 +-14,16,34 +-14,16,42 +-14,16,50 +-14,16,58 +-14,16,66 +-14,16,74 +-14,16,82 +-14,16,90 +-14,16,98 +-14,16,106 +-14,16,114 +-14,16,122 +-14,16,130 +-14,16,138 +-14,16,146 +-6,16,-150 +-6,16,-142 +-6,16,-134 +-6,16,-126 +-6,16,-118 +-6,16,-110 +-6,16,-102 +-6,16,-94 +-6,16,-86 +-6,16,-78 +-6,16,-70 +-6,16,-62 +-6,16,-54 +-6,16,-46 +-6,16,-38 +-6,16,-30 +-6,16,-22 +-6,16,-14 +-6,16,-6 +-6,16,2 +-6,16,10 +-6,16,18 +-6,16,26 +-6,16,34 +-6,16,42 +-6,16,50 +-6,16,58 +-6,16,66 +-6,16,74 +-6,16,82 +-6,16,90 +-6,16,98 +-6,16,106 +-6,16,114 +-6,16,122 +-6,16,130 +-6,16,138 +-6,16,146 +2,16,-150 +2,16,-142 +2,16,-134 +2,16,-126 +2,16,-118 +2,16,-110 +2,16,-102 +2,16,-94 +2,16,-86 +2,16,-78 +2,16,-70 +2,16,-62 +2,16,-54 +2,16,-46 +2,16,-38 +2,16,-30 +2,16,-22 +2,16,-14 +2,16,-6 +2,16,2 +2,16,10 +2,16,18 +2,16,26 +2,16,34 +2,16,42 +2,16,50 +2,16,58 +2,16,66 +2,16,74 +2,16,82 +2,16,90 +2,16,98 +2,16,106 +2,16,114 +2,16,122 +2,16,130 +2,16,138 +2,16,146 +10,16,-150 +10,16,-142 +10,16,-134 +10,16,-126 +10,16,-118 +10,16,-110 +10,16,-102 +10,16,-94 +10,16,-86 +10,16,-78 +10,16,-70 +10,16,-62 +10,16,-54 +10,16,-46 +10,16,-38 +10,16,-30 +10,16,-22 +10,16,-14 +10,16,-6 +10,16,2 +10,16,10 +10,16,18 +10,16,26 +10,16,34 +10,16,42 +10,16,50 +10,16,58 +10,16,66 +10,16,74 +10,16,82 +10,16,90 +10,16,98 +10,16,106 +10,16,114 +10,16,122 +10,16,130 +10,16,138 +10,16,146 +18,16,-150 +18,16,-142 +18,16,-134 +18,16,-126 +18,16,-118 +18,16,-110 +18,16,-102 +18,16,-94 +18,16,-86 +18,16,-78 +18,16,-70 +18,16,-62 +18,16,-54 +18,16,-46 +18,16,-38 +18,16,-30 +18,16,-22 +18,16,-14 +18,16,-6 +18,16,2 +18,16,10 +18,16,18 +18,16,26 +18,16,34 +18,16,42 +18,16,50 +18,16,58 +18,16,66 +18,16,74 +18,16,82 +18,16,90 +18,16,98 +18,16,106 +18,16,114 +18,16,122 +18,16,130 +18,16,138 +18,16,146 +26,16,-150 +26,16,-142 +26,16,-134 +26,16,-126 +26,16,-118 +26,16,-110 +26,16,-102 +26,16,-94 +26,16,-86 +26,16,-78 +26,16,-70 +26,16,-62 +26,16,-54 +26,16,-46 +26,16,-38 +26,16,-30 +26,16,-22 +26,16,-14 +26,16,-6 +26,16,2 +26,16,10 +26,16,18 +26,16,26 +26,16,34 +26,16,42 +26,16,50 +26,16,58 +26,16,66 +26,16,74 +26,16,82 +26,16,90 +26,16,98 +26,16,106 +26,16,114 +26,16,122 +26,16,130 +26,16,138 +26,16,146 +34,16,-150 +34,16,-142 +34,16,-134 +34,16,-126 +34,16,-118 +34,16,-110 +34,16,-102 +34,16,-94 +34,16,-86 +34,16,-78 +34,16,-70 +34,16,-62 +34,16,-54 +34,16,-46 +34,16,-38 +34,16,-30 +34,16,-22 +34,16,-14 +34,16,-6 +34,16,2 +34,16,10 +34,16,18 +34,16,26 +34,16,34 +34,16,42 +34,16,50 +34,16,58 +34,16,66 +34,16,74 +34,16,82 +34,16,90 +34,16,98 +34,16,106 +34,16,114 +34,16,122 +34,16,130 +34,16,138 +34,16,146 +42,16,-150 +42,16,-142 +42,16,-134 +42,16,-126 +42,16,-118 +42,16,-110 +42,16,-102 +42,16,-94 +42,16,-86 +42,16,-78 +42,16,-70 +42,16,-62 +42,16,-54 +42,16,-46 +42,16,-38 +42,16,-30 +42,16,-22 +42,16,-14 +42,16,-6 +42,16,2 +42,16,10 +42,16,18 +42,16,26 +42,16,34 +42,16,42 +42,16,50 +42,16,58 +42,16,66 +42,16,74 +42,16,82 +42,16,90 +42,16,98 +42,16,106 +42,16,114 +42,16,122 +42,16,130 +42,16,138 +42,16,146 +50,16,-150 +50,16,-142 +50,16,-134 +50,16,-126 +50,16,-118 +50,16,-110 +50,16,-102 +50,16,-94 +50,16,-86 +50,16,-78 +50,16,-70 +50,16,-62 +50,16,-54 +50,16,-46 +50,16,-38 +50,16,-30 +50,16,-22 +50,16,-14 +50,16,-6 +50,16,2 +50,16,10 +50,16,18 +50,16,26 +50,16,34 +50,16,42 +50,16,50 +50,16,58 +50,16,66 +50,16,74 +50,16,82 +50,16,90 +50,16,98 +50,16,106 +50,16,114 +50,16,122 +50,16,130 +50,16,138 +50,16,146 +58,16,-150 +58,16,-142 +58,16,-134 +58,16,-126 +58,16,-118 +58,16,-110 +58,16,-102 +58,16,-94 +58,16,-86 +58,16,-78 +58,16,-70 +58,16,-62 +58,16,-54 +58,16,-46 +58,16,-38 +58,16,-30 +58,16,-22 +58,16,-14 +58,16,-6 +58,16,2 +58,16,10 +58,16,18 +58,16,26 +58,16,34 +58,16,42 +58,16,50 +58,16,58 +58,16,66 +58,16,74 +58,16,82 +58,16,90 +58,16,98 +58,16,106 +58,16,114 +58,16,122 +58,16,130 +58,16,138 +58,16,146 +66,16,-150 +66,16,-142 +66,16,-134 +66,16,-126 +66,16,-118 +66,16,-110 +66,16,-102 +66,16,-94 +66,16,-86 +66,16,-78 +66,16,-70 +66,16,-62 +66,16,-54 +66,16,-46 +66,16,-38 +66,16,-30 +66,16,-22 +66,16,-14 +66,16,-6 +66,16,2 +66,16,10 +66,16,18 +66,16,26 +66,16,34 +66,16,42 +66,16,50 +66,16,58 +66,16,66 +66,16,74 +66,16,82 +66,16,90 +66,16,98 +66,16,106 +66,16,114 +66,16,122 +66,16,130 +66,16,138 +66,16,146 +74,16,-150 +74,16,-142 +74,16,-134 +74,16,-126 +74,16,-118 +74,16,-110 +74,16,-102 +74,16,-94 +74,16,-86 +74,16,-78 +74,16,-70 +74,16,-62 +74,16,-54 +74,16,-46 +74,16,-38 +74,16,-30 +74,16,-22 +74,16,-14 +74,16,-6 +74,16,2 +74,16,10 +74,16,18 +74,16,26 +74,16,34 +74,16,42 +74,16,50 +74,16,58 +74,16,66 +74,16,74 +74,16,82 +74,16,90 +74,16,98 +74,16,106 +74,16,114 +74,16,122 +74,16,130 +74,16,138 +74,16,146 +82,16,-150 +82,16,-142 +82,16,-134 +82,16,-126 +82,16,-118 +82,16,-110 +82,16,-102 +82,16,-94 +82,16,-86 +82,16,-78 +82,16,-70 +82,16,-62 +82,16,-54 +82,16,-46 +82,16,-38 +82,16,-30 +82,16,-22 +82,16,-14 +82,16,-6 +82,16,2 +82,16,10 +82,16,18 +82,16,26 +82,16,34 +82,16,42 +82,16,50 +82,16,58 +82,16,66 +82,16,74 +82,16,82 +82,16,90 +82,16,98 +82,16,106 +82,16,114 +82,16,122 +82,16,130 +82,16,138 +82,16,146 +90,16,-150 +90,16,-142 +90,16,-134 +90,16,-126 +90,16,-118 +90,16,-110 +90,16,-102 +90,16,-94 +90,16,-86 +90,16,-78 +90,16,-70 +90,16,-62 +90,16,-54 +90,16,-46 +90,16,-38 +90,16,-30 +90,16,-22 +90,16,-14 +90,16,-6 +90,16,2 +90,16,10 +90,16,18 +90,16,26 +90,16,34 +90,16,42 +90,16,50 +90,16,58 +90,16,66 +90,16,74 +90,16,82 +90,16,90 +90,16,98 +90,16,106 +90,16,114 +90,16,122 +90,16,130 +90,16,138 +90,16,146 +98,16,-150 +98,16,-142 +98,16,-134 +98,16,-126 +98,16,-118 +98,16,-110 +98,16,-102 +98,16,-94 +98,16,-86 +98,16,-78 +98,16,-70 +98,16,-62 +98,16,-54 +98,16,-46 +98,16,-38 +98,16,-30 +98,16,-22 +98,16,-14 +98,16,-6 +98,16,2 +98,16,10 +98,16,18 +98,16,26 +98,16,34 +98,16,42 +98,16,50 +98,16,58 +98,16,66 +98,16,74 +98,16,82 +98,16,90 +98,16,98 +98,16,106 +98,16,114 +98,16,122 +98,16,130 +98,16,138 +98,16,146 +106,16,-150 +106,16,-142 +106,16,-134 +106,16,-126 +106,16,-118 +106,16,-110 +106,16,-102 +106,16,-94 +106,16,-86 +106,16,-78 +106,16,-70 +106,16,-62 +106,16,-54 +106,16,-46 +106,16,-38 +106,16,-30 +106,16,-22 +106,16,-14 +106,16,-6 +106,16,2 +106,16,10 +106,16,18 +106,16,26 +106,16,34 +106,16,42 +106,16,50 +106,16,58 +106,16,66 +106,16,74 +106,16,82 +106,16,90 +106,16,98 +106,16,106 +106,16,114 +106,16,122 +106,16,130 +106,16,138 +106,16,146 +114,16,-150 +114,16,-142 +114,16,-134 +114,16,-126 +114,16,-118 +114,16,-110 +114,16,-102 +114,16,-94 +114,16,-86 +114,16,-78 +114,16,-70 +114,16,-62 +114,16,-54 +114,16,-46 +114,16,-38 +114,16,-30 +114,16,-22 +114,16,-14 +114,16,-6 +114,16,2 +114,16,10 +114,16,18 +114,16,26 +114,16,34 +114,16,42 +114,16,50 +114,16,58 +114,16,66 +114,16,74 +114,16,82 +114,16,90 +114,16,98 +114,16,106 +114,16,114 +114,16,122 +114,16,130 +114,16,138 +114,16,146 +122,16,-150 +122,16,-142 +122,16,-134 +122,16,-126 +122,16,-118 +122,16,-110 +122,16,-102 +122,16,-94 +122,16,-86 +122,16,-78 +122,16,-70 +122,16,-62 +122,16,-54 +122,16,-46 +122,16,-38 +122,16,-30 +122,16,-22 +122,16,-14 +122,16,-6 +122,16,2 +122,16,10 +122,16,18 +122,16,26 +122,16,34 +122,16,42 +122,16,50 +122,16,58 +122,16,66 +122,16,74 +122,16,82 +122,16,90 +122,16,98 +122,16,106 +122,16,114 +122,16,122 +122,16,130 +122,16,138 +122,16,146 +130,16,-150 +130,16,-142 +130,16,-134 +130,16,-126 +130,16,-118 +130,16,-110 +130,16,-102 +130,16,-94 +130,16,-86 +130,16,-78 +130,16,-70 +130,16,-62 +130,16,-54 +130,16,-46 +130,16,-38 +130,16,-30 +130,16,-22 +130,16,-14 +130,16,-6 +130,16,2 +130,16,10 +130,16,18 +130,16,26 +130,16,34 +130,16,42 +130,16,50 +130,16,58 +130,16,66 +130,16,74 +130,16,82 +130,16,90 +130,16,98 +130,16,106 +130,16,114 +130,16,122 +130,16,130 +130,16,138 +130,16,146 +138,16,-150 +138,16,-142 +138,16,-134 +138,16,-126 +138,16,-118 +138,16,-110 +138,16,-102 +138,16,-94 +138,16,-86 +138,16,-78 +138,16,-70 +138,16,-62 +138,16,-54 +138,16,-46 +138,16,-38 +138,16,-30 +138,16,-22 +138,16,-14 +138,16,-6 +138,16,2 +138,16,10 +138,16,18 +138,16,26 +138,16,34 +138,16,42 +138,16,50 +138,16,58 +138,16,66 +138,16,74 +138,16,82 +138,16,90 +138,16,98 +138,16,106 +138,16,114 +138,16,122 +138,16,130 +138,16,138 +138,16,146 +146,16,-150 +146,16,-142 +146,16,-134 +146,16,-126 +146,16,-118 +146,16,-110 +146,16,-102 +146,16,-94 +146,16,-86 +146,16,-78 +146,16,-70 +146,16,-62 +146,16,-54 +146,16,-46 +146,16,-38 +146,16,-30 +146,16,-22 +146,16,-14 +146,16,-6 +146,16,2 +146,16,10 +146,16,18 +146,16,26 +146,16,34 +146,16,42 +146,16,50 +146,16,58 +146,16,66 +146,16,74 +146,16,82 +146,16,90 +146,16,98 +146,16,106 +146,16,114 +146,16,122 +146,16,130 +146,16,138 +146,16,146 +-150,24,-150 +-150,24,-142 +-150,24,-134 +-150,24,-126 +-150,24,-118 +-150,24,-110 +-150,24,-102 +-150,24,-94 +-150,24,-86 +-150,24,-78 +-150,24,-70 +-150,24,-62 +-150,24,-54 +-150,24,-46 +-150,24,-38 +-150,24,-30 +-150,24,-22 +-150,24,-14 +-150,24,-6 +-150,24,2 +-150,24,10 +-150,24,18 +-150,24,26 +-150,24,34 +-150,24,42 +-150,24,50 +-150,24,58 +-150,24,66 +-150,24,74 +-150,24,82 +-150,24,90 +-150,24,98 +-150,24,106 +-150,24,114 +-150,24,122 +-150,24,130 +-150,24,138 +-150,24,146 +-142,24,-150 +-142,24,-142 +-142,24,-134 +-142,24,-126 +-142,24,-118 +-142,24,-110 +-142,24,-102 +-142,24,-94 +-142,24,-86 +-142,24,-78 +-142,24,-70 +-142,24,-62 +-142,24,-54 +-142,24,-46 +-142,24,-38 +-142,24,-30 +-142,24,-22 +-142,24,-14 +-142,24,-6 +-142,24,2 +-142,24,10 +-142,24,18 +-142,24,26 +-142,24,34 +-142,24,42 +-142,24,50 +-142,24,58 +-142,24,66 +-142,24,74 +-142,24,82 +-142,24,90 +-142,24,98 +-142,24,106 +-142,24,114 +-142,24,122 +-142,24,130 +-142,24,138 +-142,24,146 +-134,24,-150 +-134,24,-142 +-134,24,-134 +-134,24,-126 +-134,24,-118 +-134,24,-110 +-134,24,-102 +-134,24,-94 +-134,24,-86 +-134,24,-78 +-134,24,-70 +-134,24,-62 +-134,24,-54 +-134,24,-46 +-134,24,-38 +-134,24,-30 +-134,24,-22 +-134,24,-14 +-134,24,-6 +-134,24,2 +-134,24,10 +-134,24,18 +-134,24,26 +-134,24,34 +-134,24,42 +-134,24,50 +-134,24,58 +-134,24,66 +-134,24,74 +-134,24,82 +-134,24,90 +-134,24,98 +-134,24,106 +-134,24,114 +-134,24,122 +-134,24,130 +-134,24,138 +-134,24,146 +-126,24,-150 +-126,24,-142 +-126,24,-134 +-126,24,-126 +-126,24,-118 +-126,24,-110 +-126,24,-102 +-126,24,-94 +-126,24,-86 +-126,24,-78 +-126,24,-70 +-126,24,-62 +-126,24,-54 +-126,24,-46 +-126,24,-38 +-126,24,-30 +-126,24,-22 +-126,24,-14 +-126,24,-6 +-126,24,2 +-126,24,10 +-126,24,18 +-126,24,26 +-126,24,34 +-126,24,42 +-126,24,50 +-126,24,58 +-126,24,66 +-126,24,74 +-126,24,82 +-126,24,90 +-126,24,98 +-126,24,106 +-126,24,114 +-126,24,122 +-126,24,130 +-126,24,138 +-126,24,146 +-118,24,-150 +-118,24,-142 +-118,24,-134 +-118,24,-126 +-118,24,-118 +-118,24,-110 +-118,24,-102 +-118,24,-94 +-118,24,-86 +-118,24,-78 +-118,24,-70 +-118,24,-62 +-118,24,-54 +-118,24,-46 +-118,24,-38 +-118,24,-30 +-118,24,-22 +-118,24,-14 +-118,24,-6 +-118,24,2 +-118,24,10 +-118,24,18 +-118,24,26 +-118,24,34 +-118,24,42 +-118,24,50 +-118,24,58 +-118,24,66 +-118,24,74 +-118,24,82 +-118,24,90 +-118,24,98 +-118,24,106 +-118,24,114 +-118,24,122 +-118,24,130 +-118,24,138 +-118,24,146 +-110,24,-150 +-110,24,-142 +-110,24,-134 +-110,24,-126 +-110,24,-118 +-110,24,-110 +-110,24,-102 +-110,24,-94 +-110,24,-86 +-110,24,-78 +-110,24,-70 +-110,24,-62 +-110,24,-54 +-110,24,-46 +-110,24,-38 +-110,24,-30 +-110,24,-22 +-110,24,-14 +-110,24,-6 +-110,24,2 +-110,24,10 +-110,24,18 +-110,24,26 +-110,24,34 +-110,24,42 +-110,24,50 +-110,24,58 +-110,24,66 +-110,24,74 +-110,24,82 +-110,24,90 +-110,24,98 +-110,24,106 +-110,24,114 +-110,24,122 +-110,24,130 +-110,24,138 +-110,24,146 +-102,24,-150 +-102,24,-142 +-102,24,-134 +-102,24,-126 +-102,24,-118 +-102,24,-110 +-102,24,-102 +-102,24,-94 +-102,24,-86 +-102,24,-78 +-102,24,-70 +-102,24,-62 +-102,24,-54 +-102,24,-46 +-102,24,-38 +-102,24,-30 +-102,24,-22 +-102,24,-14 +-102,24,-6 +-102,24,2 +-102,24,10 +-102,24,18 +-102,24,26 +-102,24,34 +-102,24,42 +-102,24,50 +-102,24,58 +-102,24,66 +-102,24,74 +-102,24,82 +-102,24,90 +-102,24,98 +-102,24,106 +-102,24,114 +-102,24,122 +-102,24,130 +-102,24,138 +-102,24,146 +-94,24,-150 +-94,24,-142 +-94,24,-134 +-94,24,-126 +-94,24,-118 +-94,24,-110 +-94,24,-102 +-94,24,-94 +-94,24,-86 +-94,24,-78 +-94,24,-70 +-94,24,-62 +-94,24,-54 +-94,24,-46 +-94,24,-38 +-94,24,-30 +-94,24,-22 +-94,24,-14 +-94,24,-6 +-94,24,2 +-94,24,10 +-94,24,18 +-94,24,26 +-94,24,34 +-94,24,42 +-94,24,50 +-94,24,58 +-94,24,66 +-94,24,74 +-94,24,82 +-94,24,90 +-94,24,98 +-94,24,106 +-94,24,114 +-94,24,122 +-94,24,130 +-94,24,138 +-94,24,146 +-86,24,-150 +-86,24,-142 +-86,24,-134 +-86,24,-126 +-86,24,-118 +-86,24,-110 +-86,24,-102 +-86,24,-94 +-86,24,-86 +-86,24,-78 +-86,24,-70 +-86,24,-62 +-86,24,-54 +-86,24,-46 +-86,24,-38 +-86,24,-30 +-86,24,-22 +-86,24,-14 +-86,24,-6 +-86,24,2 +-86,24,10 +-86,24,18 +-86,24,26 +-86,24,34 +-86,24,42 +-86,24,50 +-86,24,58 +-86,24,66 +-86,24,74 +-86,24,82 +-86,24,90 +-86,24,98 +-86,24,106 +-86,24,114 +-86,24,122 +-86,24,130 +-86,24,138 +-86,24,146 +-78,24,-150 +-78,24,-142 +-78,24,-134 +-78,24,-126 +-78,24,-118 +-78,24,-110 +-78,24,-102 +-78,24,-94 +-78,24,-86 +-78,24,-78 +-78,24,-70 +-78,24,-62 +-78,24,-54 +-78,24,-46 +-78,24,-38 +-78,24,-30 +-78,24,-22 +-78,24,-14 +-78,24,-6 +-78,24,2 +-78,24,10 +-78,24,18 +-78,24,26 +-78,24,34 +-78,24,42 +-78,24,50 +-78,24,58 +-78,24,66 +-78,24,74 +-78,24,82 +-78,24,90 +-78,24,98 +-78,24,106 +-78,24,114 +-78,24,122 +-78,24,130 +-78,24,138 +-78,24,146 +-70,24,-150 +-70,24,-142 +-70,24,-134 +-70,24,-126 +-70,24,-118 +-70,24,-110 +-70,24,-102 +-70,24,-94 +-70,24,-86 +-70,24,-78 +-70,24,-70 +-70,24,-62 +-70,24,-54 +-70,24,-46 +-70,24,-38 +-70,24,-30 +-70,24,-22 +-70,24,-14 +-70,24,-6 +-70,24,2 +-70,24,10 +-70,24,18 +-70,24,26 +-70,24,34 +-70,24,42 +-70,24,50 +-70,24,58 +-70,24,66 +-70,24,74 +-70,24,82 +-70,24,90 +-70,24,98 +-70,24,106 +-70,24,114 +-70,24,122 +-70,24,130 +-70,24,138 +-70,24,146 +-62,24,-150 +-62,24,-142 +-62,24,-134 +-62,24,-126 +-62,24,-118 +-62,24,-110 +-62,24,-102 +-62,24,-94 +-62,24,-86 +-62,24,-78 +-62,24,-70 +-62,24,-62 +-62,24,-54 +-62,24,-46 +-62,24,-38 +-62,24,-30 +-62,24,-22 +-62,24,-14 +-62,24,-6 +-62,24,2 +-62,24,10 +-62,24,18 +-62,24,26 +-62,24,34 +-62,24,42 +-62,24,50 +-62,24,58 +-62,24,66 +-62,24,74 +-62,24,82 +-62,24,90 +-62,24,98 +-62,24,106 +-62,24,114 +-62,24,122 +-62,24,130 +-62,24,138 +-62,24,146 +-54,24,-150 +-54,24,-142 +-54,24,-134 +-54,24,-126 +-54,24,-118 +-54,24,-110 +-54,24,-102 +-54,24,-94 +-54,24,-86 +-54,24,-78 +-54,24,-70 +-54,24,-62 +-54,24,-54 +-54,24,-46 +-54,24,-38 +-54,24,-30 +-54,24,-22 +-54,24,-14 +-54,24,-6 +-54,24,2 +-54,24,10 +-54,24,18 +-54,24,26 +-54,24,34 +-54,24,42 +-54,24,50 +-54,24,58 +-54,24,66 +-54,24,74 +-54,24,82 +-54,24,90 +-54,24,98 +-54,24,106 +-54,24,114 +-54,24,122 +-54,24,130 +-54,24,138 +-54,24,146 +-46,24,-150 +-46,24,-142 +-46,24,-134 +-46,24,-126 +-46,24,-118 +-46,24,-110 +-46,24,-102 +-46,24,-94 +-46,24,-86 +-46,24,-78 +-46,24,-70 +-46,24,-62 +-46,24,-54 +-46,24,-46 +-46,24,-38 +-46,24,-30 +-46,24,-22 +-46,24,-14 +-46,24,-6 +-46,24,2 +-46,24,10 +-46,24,18 +-46,24,26 +-46,24,34 +-46,24,42 +-46,24,50 +-46,24,58 +-46,24,66 +-46,24,74 +-46,24,82 +-46,24,90 +-46,24,98 +-46,24,106 +-46,24,114 +-46,24,122 +-46,24,130 +-46,24,138 +-46,24,146 +-38,24,-150 +-38,24,-142 +-38,24,-134 +-38,24,-126 +-38,24,-118 +-38,24,-110 +-38,24,-102 +-38,24,-94 +-38,24,-86 +-38,24,-78 +-38,24,-70 +-38,24,-62 +-38,24,-54 +-38,24,-46 +-38,24,-38 +-38,24,-30 +-38,24,-22 +-38,24,-14 +-38,24,-6 +-38,24,2 +-38,24,10 +-38,24,18 +-38,24,26 +-38,24,34 +-38,24,42 +-38,24,50 +-38,24,58 +-38,24,66 +-38,24,74 +-38,24,82 +-38,24,90 +-38,24,98 +-38,24,106 +-38,24,114 +-38,24,122 +-38,24,130 +-38,24,138 +-38,24,146 +-30,24,-150 +-30,24,-142 +-30,24,-134 +-30,24,-126 +-30,24,-118 +-30,24,-110 +-30,24,-102 +-30,24,-94 +-30,24,-86 +-30,24,-78 +-30,24,-70 +-30,24,-62 +-30,24,-54 +-30,24,-46 +-30,24,-38 +-30,24,-30 +-30,24,-22 +-30,24,-14 +-30,24,-6 +-30,24,2 +-30,24,10 +-30,24,18 +-30,24,26 +-30,24,34 +-30,24,42 +-30,24,50 +-30,24,58 +-30,24,66 +-30,24,74 +-30,24,82 +-30,24,90 +-30,24,98 +-30,24,106 +-30,24,114 +-30,24,122 +-30,24,130 +-30,24,138 +-30,24,146 +-22,24,-150 +-22,24,-142 +-22,24,-134 +-22,24,-126 +-22,24,-118 +-22,24,-110 +-22,24,-102 +-22,24,-94 +-22,24,-86 +-22,24,-78 +-22,24,-70 +-22,24,-62 +-22,24,-54 +-22,24,-46 +-22,24,-38 +-22,24,-30 +-22,24,-22 +-22,24,-14 +-22,24,-6 +-22,24,2 +-22,24,10 +-22,24,18 +-22,24,26 +-22,24,34 +-22,24,42 +-22,24,50 +-22,24,58 +-22,24,66 +-22,24,74 +-22,24,82 +-22,24,90 +-22,24,98 +-22,24,106 +-22,24,114 +-22,24,122 +-22,24,130 +-22,24,138 +-22,24,146 +-14,24,-150 +-14,24,-142 +-14,24,-134 +-14,24,-126 +-14,24,-118 +-14,24,-110 +-14,24,-102 +-14,24,-94 +-14,24,-86 +-14,24,-78 +-14,24,-70 +-14,24,-62 +-14,24,-54 +-14,24,-46 +-14,24,-38 +-14,24,-30 +-14,24,-22 +-14,24,-14 +-14,24,-6 +-14,24,2 +-14,24,10 +-14,24,18 +-14,24,26 +-14,24,34 +-14,24,42 +-14,24,50 +-14,24,58 +-14,24,66 +-14,24,74 +-14,24,82 +-14,24,90 +-14,24,98 +-14,24,106 +-14,24,114 +-14,24,122 +-14,24,130 +-14,24,138 +-14,24,146 +-6,24,-150 +-6,24,-142 +-6,24,-134 +-6,24,-126 +-6,24,-118 +-6,24,-110 +-6,24,-102 +-6,24,-94 +-6,24,-86 +-6,24,-78 +-6,24,-70 +-6,24,-62 +-6,24,-54 +-6,24,-46 +-6,24,-38 +-6,24,-30 +-6,24,-22 +-6,24,-14 +-6,24,-6 +-6,24,2 +-6,24,10 +-6,24,18 +-6,24,26 +-6,24,34 +-6,24,42 +-6,24,50 +-6,24,58 +-6,24,66 +-6,24,74 +-6,24,82 +-6,24,90 +-6,24,98 +-6,24,106 +-6,24,114 +-6,24,122 +-6,24,130 +-6,24,138 +-6,24,146 +2,24,-150 +2,24,-142 +2,24,-134 +2,24,-126 +2,24,-118 +2,24,-110 +2,24,-102 +2,24,-94 +2,24,-86 +2,24,-78 +2,24,-70 +2,24,-62 +2,24,-54 +2,24,-46 +2,24,-38 +2,24,-30 +2,24,-22 +2,24,-14 +2,24,-6 +2,24,2 +2,24,10 +2,24,18 +2,24,26 +2,24,34 +2,24,42 +2,24,50 +2,24,58 +2,24,66 +2,24,74 +2,24,82 +2,24,90 +2,24,98 +2,24,106 +2,24,114 +2,24,122 +2,24,130 +2,24,138 +2,24,146 +10,24,-150 +10,24,-142 +10,24,-134 +10,24,-126 +10,24,-118 +10,24,-110 +10,24,-102 +10,24,-94 +10,24,-86 +10,24,-78 +10,24,-70 +10,24,-62 +10,24,-54 +10,24,-46 +10,24,-38 +10,24,-30 +10,24,-22 +10,24,-14 +10,24,-6 +10,24,2 +10,24,10 +10,24,18 +10,24,26 +10,24,34 +10,24,42 +10,24,50 +10,24,58 +10,24,66 +10,24,74 +10,24,82 +10,24,90 +10,24,98 +10,24,106 +10,24,114 +10,24,122 +10,24,130 +10,24,138 +10,24,146 +18,24,-150 +18,24,-142 +18,24,-134 +18,24,-126 +18,24,-118 +18,24,-110 +18,24,-102 +18,24,-94 +18,24,-86 +18,24,-78 +18,24,-70 +18,24,-62 +18,24,-54 +18,24,-46 +18,24,-38 +18,24,-30 +18,24,-22 +18,24,-14 +18,24,-6 +18,24,2 +18,24,10 +18,24,18 +18,24,26 +18,24,34 +18,24,42 +18,24,50 +18,24,58 +18,24,66 +18,24,74 +18,24,82 +18,24,90 +18,24,98 +18,24,106 +18,24,114 +18,24,122 +18,24,130 +18,24,138 +18,24,146 +26,24,-150 +26,24,-142 +26,24,-134 +26,24,-126 +26,24,-118 +26,24,-110 +26,24,-102 +26,24,-94 +26,24,-86 +26,24,-78 +26,24,-70 +26,24,-62 +26,24,-54 +26,24,-46 +26,24,-38 +26,24,-30 +26,24,-22 +26,24,-14 +26,24,-6 +26,24,2 +26,24,10 +26,24,18 +26,24,26 +26,24,34 +26,24,42 +26,24,50 +26,24,58 +26,24,66 +26,24,74 +26,24,82 +26,24,90 +26,24,98 +26,24,106 +26,24,114 +26,24,122 +26,24,130 +26,24,138 +26,24,146 +34,24,-150 +34,24,-142 +34,24,-134 +34,24,-126 +34,24,-118 +34,24,-110 +34,24,-102 +34,24,-94 +34,24,-86 +34,24,-78 +34,24,-70 +34,24,-62 +34,24,-54 +34,24,-46 +34,24,-38 +34,24,-30 +34,24,-22 +34,24,-14 +34,24,-6 +34,24,2 +34,24,10 +34,24,18 +34,24,26 +34,24,34 +34,24,42 +34,24,50 +34,24,58 +34,24,66 +34,24,74 +34,24,82 +34,24,90 +34,24,98 +34,24,106 +34,24,114 +34,24,122 +34,24,130 +34,24,138 +34,24,146 +42,24,-150 +42,24,-142 +42,24,-134 +42,24,-126 +42,24,-118 +42,24,-110 +42,24,-102 +42,24,-94 +42,24,-86 +42,24,-78 +42,24,-70 +42,24,-62 +42,24,-54 +42,24,-46 +42,24,-38 +42,24,-30 +42,24,-22 +42,24,-14 +42,24,-6 +42,24,2 +42,24,10 +42,24,18 +42,24,26 +42,24,34 +42,24,42 +42,24,50 +42,24,58 +42,24,66 +42,24,74 +42,24,82 +42,24,90 +42,24,98 +42,24,106 +42,24,114 +42,24,122 +42,24,130 +42,24,138 +42,24,146 +50,24,-150 +50,24,-142 +50,24,-134 +50,24,-126 +50,24,-118 +50,24,-110 +50,24,-102 +50,24,-94 +50,24,-86 +50,24,-78 +50,24,-70 +50,24,-62 +50,24,-54 +50,24,-46 +50,24,-38 +50,24,-30 +50,24,-22 +50,24,-14 +50,24,-6 +50,24,2 +50,24,10 +50,24,18 +50,24,26 +50,24,34 +50,24,42 +50,24,50 +50,24,58 +50,24,66 +50,24,74 +50,24,82 +50,24,90 +50,24,98 +50,24,106 +50,24,114 +50,24,122 +50,24,130 +50,24,138 +50,24,146 +58,24,-150 +58,24,-142 +58,24,-134 +58,24,-126 +58,24,-118 +58,24,-110 +58,24,-102 +58,24,-94 +58,24,-86 +58,24,-78 +58,24,-70 +58,24,-62 +58,24,-54 +58,24,-46 +58,24,-38 +58,24,-30 +58,24,-22 +58,24,-14 +58,24,-6 +58,24,2 +58,24,10 +58,24,18 +58,24,26 +58,24,34 +58,24,42 +58,24,50 +58,24,58 +58,24,66 +58,24,74 +58,24,82 +58,24,90 +58,24,98 +58,24,106 +58,24,114 +58,24,122 +58,24,130 +58,24,138 +58,24,146 +66,24,-150 +66,24,-142 +66,24,-134 +66,24,-126 +66,24,-118 +66,24,-110 +66,24,-102 +66,24,-94 +66,24,-86 +66,24,-78 +66,24,-70 +66,24,-62 +66,24,-54 +66,24,-46 +66,24,-38 +66,24,-30 +66,24,-22 +66,24,-14 +66,24,-6 +66,24,2 +66,24,10 +66,24,18 +66,24,26 +66,24,34 +66,24,42 +66,24,50 +66,24,58 +66,24,66 +66,24,74 +66,24,82 +66,24,90 +66,24,98 +66,24,106 +66,24,114 +66,24,122 +66,24,130 +66,24,138 +66,24,146 +74,24,-150 +74,24,-142 +74,24,-134 +74,24,-126 +74,24,-118 +74,24,-110 +74,24,-102 +74,24,-94 +74,24,-86 +74,24,-78 +74,24,-70 +74,24,-62 +74,24,-54 +74,24,-46 +74,24,-38 +74,24,-30 +74,24,-22 +74,24,-14 +74,24,-6 +74,24,2 +74,24,10 +74,24,18 +74,24,26 +74,24,34 +74,24,42 +74,24,50 +74,24,58 +74,24,66 +74,24,74 +74,24,82 +74,24,90 +74,24,98 +74,24,106 +74,24,114 +74,24,122 +74,24,130 +74,24,138 +74,24,146 +82,24,-150 +82,24,-142 +82,24,-134 +82,24,-126 +82,24,-118 +82,24,-110 +82,24,-102 +82,24,-94 +82,24,-86 +82,24,-78 +82,24,-70 +82,24,-62 +82,24,-54 +82,24,-46 +82,24,-38 +82,24,-30 +82,24,-22 +82,24,-14 +82,24,-6 +82,24,2 +82,24,10 +82,24,18 +82,24,26 +82,24,34 +82,24,42 +82,24,50 +82,24,58 +82,24,66 +82,24,74 +82,24,82 +82,24,90 +82,24,98 +82,24,106 +82,24,114 +82,24,122 +82,24,130 +82,24,138 +82,24,146 +90,24,-150 +90,24,-142 +90,24,-134 +90,24,-126 +90,24,-118 +90,24,-110 +90,24,-102 +90,24,-94 +90,24,-86 +90,24,-78 +90,24,-70 +90,24,-62 +90,24,-54 +90,24,-46 +90,24,-38 +90,24,-30 +90,24,-22 +90,24,-14 +90,24,-6 +90,24,2 +90,24,10 +90,24,18 +90,24,26 +90,24,34 +90,24,42 +90,24,50 +90,24,58 +90,24,66 +90,24,74 +90,24,82 +90,24,90 +90,24,98 +90,24,106 +90,24,114 +90,24,122 +90,24,130 +90,24,138 +90,24,146 +98,24,-150 +98,24,-142 +98,24,-134 +98,24,-126 +98,24,-118 +98,24,-110 +98,24,-102 +98,24,-94 +98,24,-86 +98,24,-78 +98,24,-70 +98,24,-62 +98,24,-54 +98,24,-46 +98,24,-38 +98,24,-30 +98,24,-22 +98,24,-14 +98,24,-6 +98,24,2 +98,24,10 +98,24,18 +98,24,26 +98,24,34 +98,24,42 +98,24,50 +98,24,58 +98,24,66 +98,24,74 +98,24,82 +98,24,90 +98,24,98 +98,24,106 +98,24,114 +98,24,122 +98,24,130 +98,24,138 +98,24,146 +106,24,-150 +106,24,-142 +106,24,-134 +106,24,-126 +106,24,-118 +106,24,-110 +106,24,-102 +106,24,-94 +106,24,-86 +106,24,-78 +106,24,-70 +106,24,-62 +106,24,-54 +106,24,-46 +106,24,-38 +106,24,-30 +106,24,-22 +106,24,-14 +106,24,-6 +106,24,2 +106,24,10 +106,24,18 +106,24,26 +106,24,34 +106,24,42 +106,24,50 +106,24,58 +106,24,66 +106,24,74 +106,24,82 +106,24,90 +106,24,98 +106,24,106 +106,24,114 +106,24,122 +106,24,130 +106,24,138 +106,24,146 +114,24,-150 +114,24,-142 +114,24,-134 +114,24,-126 +114,24,-118 +114,24,-110 +114,24,-102 +114,24,-94 +114,24,-86 +114,24,-78 +114,24,-70 +114,24,-62 +114,24,-54 +114,24,-46 +114,24,-38 +114,24,-30 +114,24,-22 +114,24,-14 +114,24,-6 +114,24,2 +114,24,10 +114,24,18 +114,24,26 +114,24,34 +114,24,42 +114,24,50 +114,24,58 +114,24,66 +114,24,74 +114,24,82 +114,24,90 +114,24,98 +114,24,106 +114,24,114 +114,24,122 +114,24,130 +114,24,138 +114,24,146 +122,24,-150 +122,24,-142 +122,24,-134 +122,24,-126 +122,24,-118 +122,24,-110 +122,24,-102 +122,24,-94 +122,24,-86 +122,24,-78 +122,24,-70 +122,24,-62 +122,24,-54 +122,24,-46 +122,24,-38 +122,24,-30 +122,24,-22 +122,24,-14 +122,24,-6 +122,24,2 +122,24,10 +122,24,18 +122,24,26 +122,24,34 +122,24,42 +122,24,50 +122,24,58 +122,24,66 +122,24,74 +122,24,82 +122,24,90 +122,24,98 +122,24,106 +122,24,114 +122,24,122 +122,24,130 +122,24,138 +122,24,146 +130,24,-150 +130,24,-142 +130,24,-134 +130,24,-126 +130,24,-118 +130,24,-110 +130,24,-102 +130,24,-94 +130,24,-86 +130,24,-78 +130,24,-70 +130,24,-62 +130,24,-54 +130,24,-46 +130,24,-38 +130,24,-30 +130,24,-22 +130,24,-14 +130,24,-6 +130,24,2 +130,24,10 +130,24,18 +130,24,26 +130,24,34 +130,24,42 +130,24,50 +130,24,58 +130,24,66 +130,24,74 +130,24,82 +130,24,90 +130,24,98 +130,24,106 +130,24,114 +130,24,122 +130,24,130 +130,24,138 +130,24,146 +138,24,-150 +138,24,-142 +138,24,-134 +138,24,-126 +138,24,-118 +138,24,-110 +138,24,-102 +138,24,-94 +138,24,-86 +138,24,-78 +138,24,-70 +138,24,-62 +138,24,-54 +138,24,-46 +138,24,-38 +138,24,-30 +138,24,-22 +138,24,-14 +138,24,-6 +138,24,2 +138,24,10 +138,24,18 +138,24,26 +138,24,34 +138,24,42 +138,24,50 +138,24,58 +138,24,66 +138,24,74 +138,24,82 +138,24,90 +138,24,98 +138,24,106 +138,24,114 +138,24,122 +138,24,130 +138,24,138 +138,24,146 +146,24,-150 +146,24,-142 +146,24,-134 +146,24,-126 +146,24,-118 +146,24,-110 +146,24,-102 +146,24,-94 +146,24,-86 +146,24,-78 +146,24,-70 +146,24,-62 +146,24,-54 +146,24,-46 +146,24,-38 +146,24,-30 +146,24,-22 +146,24,-14 +146,24,-6 +146,24,2 +146,24,10 +146,24,18 +146,24,26 +146,24,34 +146,24,42 +146,24,50 +146,24,58 +146,24,66 +146,24,74 +146,24,82 +146,24,90 +146,24,98 +146,24,106 +146,24,114 +146,24,122 +146,24,130 +146,24,138 +146,24,146 +-150,32,-150 +-150,32,-142 +-150,32,-134 +-150,32,-126 +-150,32,-118 +-150,32,-110 +-150,32,-102 +-150,32,-94 +-150,32,-86 +-150,32,-78 +-150,32,-70 +-150,32,-62 +-150,32,-54 +-150,32,-46 +-150,32,-38 +-150,32,-30 +-150,32,-22 +-150,32,-14 +-150,32,-6 +-150,32,2 +-150,32,10 +-150,32,18 +-150,32,26 +-150,32,34 +-150,32,42 +-150,32,50 +-150,32,58 +-150,32,66 +-150,32,74 +-150,32,82 +-150,32,90 +-150,32,98 +-150,32,106 +-150,32,114 +-150,32,122 +-150,32,130 +-150,32,138 +-150,32,146 +-142,32,-150 +-142,32,-142 +-142,32,-134 +-142,32,-126 +-142,32,-118 +-142,32,-110 +-142,32,-102 +-142,32,-94 +-142,32,-86 +-142,32,-78 +-142,32,-70 +-142,32,-62 +-142,32,-54 +-142,32,-46 +-142,32,-38 +-142,32,-30 +-142,32,-22 +-142,32,-14 +-142,32,-6 +-142,32,2 +-142,32,10 +-142,32,18 +-142,32,26 +-142,32,34 +-142,32,42 +-142,32,50 +-142,32,58 +-142,32,66 +-142,32,74 +-142,32,82 +-142,32,90 +-142,32,98 +-142,32,106 +-142,32,114 +-142,32,122 +-142,32,130 +-142,32,138 +-142,32,146 +-134,32,-150 +-134,32,-142 +-134,32,-134 +-134,32,-126 +-134,32,-118 +-134,32,-110 +-134,32,-102 +-134,32,-94 +-134,32,-86 +-134,32,-78 +-134,32,-70 +-134,32,-62 +-134,32,-54 +-134,32,-46 +-134,32,-38 +-134,32,-30 +-134,32,-22 +-134,32,-14 +-134,32,-6 +-134,32,2 +-134,32,10 +-134,32,18 +-134,32,26 +-134,32,34 +-134,32,42 +-134,32,50 +-134,32,58 +-134,32,66 +-134,32,74 +-134,32,82 +-134,32,90 +-134,32,98 +-134,32,106 +-134,32,114 +-134,32,122 +-134,32,130 +-134,32,138 +-134,32,146 +-126,32,-150 +-126,32,-142 +-126,32,-134 +-126,32,-126 +-126,32,-118 +-126,32,-110 +-126,32,-102 +-126,32,-94 +-126,32,-86 +-126,32,-78 +-126,32,-70 +-126,32,-62 +-126,32,-54 +-126,32,-46 +-126,32,-38 +-126,32,-30 +-126,32,-22 +-126,32,-14 +-126,32,-6 +-126,32,2 +-126,32,10 +-126,32,18 +-126,32,26 +-126,32,34 +-126,32,42 +-126,32,50 +-126,32,58 +-126,32,66 +-126,32,74 +-126,32,82 +-126,32,90 +-126,32,98 +-126,32,106 +-126,32,114 +-126,32,122 +-126,32,130 +-126,32,138 +-126,32,146 +-118,32,-150 +-118,32,-142 +-118,32,-134 +-118,32,-126 +-118,32,-118 +-118,32,-110 +-118,32,-102 +-118,32,-94 +-118,32,-86 +-118,32,-78 +-118,32,-70 +-118,32,-62 +-118,32,-54 +-118,32,-46 +-118,32,-38 +-118,32,-30 +-118,32,-22 +-118,32,-14 +-118,32,-6 +-118,32,2 +-118,32,10 +-118,32,18 +-118,32,26 +-118,32,34 +-118,32,42 +-118,32,50 +-118,32,58 +-118,32,66 +-118,32,74 +-118,32,82 +-118,32,90 +-118,32,98 +-118,32,106 +-118,32,114 +-118,32,122 +-118,32,130 +-118,32,138 +-118,32,146 +-110,32,-150 +-110,32,-142 +-110,32,-134 +-110,32,-126 +-110,32,-118 +-110,32,-110 +-110,32,-102 +-110,32,-94 +-110,32,-86 +-110,32,-78 +-110,32,-70 +-110,32,-62 +-110,32,-54 +-110,32,-46 +-110,32,-38 +-110,32,-30 +-110,32,-22 +-110,32,-14 +-110,32,-6 +-110,32,2 +-110,32,10 +-110,32,18 +-110,32,26 +-110,32,34 +-110,32,42 +-110,32,50 +-110,32,58 +-110,32,66 +-110,32,74 +-110,32,82 +-110,32,90 +-110,32,98 +-110,32,106 +-110,32,114 +-110,32,122 +-110,32,130 +-110,32,138 +-110,32,146 +-102,32,-150 +-102,32,-142 +-102,32,-134 +-102,32,-126 +-102,32,-118 +-102,32,-110 +-102,32,-102 +-102,32,-94 +-102,32,-86 +-102,32,-78 +-102,32,-70 +-102,32,-62 +-102,32,-54 +-102,32,-46 +-102,32,-38 +-102,32,-30 +-102,32,-22 +-102,32,-14 +-102,32,-6 +-102,32,2 +-102,32,10 +-102,32,18 +-102,32,26 +-102,32,34 +-102,32,42 +-102,32,50 +-102,32,58 +-102,32,66 +-102,32,74 +-102,32,82 +-102,32,90 +-102,32,98 +-102,32,106 +-102,32,114 +-102,32,122 +-102,32,130 +-102,32,138 +-102,32,146 +-94,32,-150 +-94,32,-142 +-94,32,-134 +-94,32,-126 +-94,32,-118 +-94,32,-110 +-94,32,-102 +-94,32,-94 +-94,32,-86 +-94,32,-78 +-94,32,-70 +-94,32,-62 +-94,32,-54 +-94,32,-46 +-94,32,-38 +-94,32,-30 +-94,32,-22 +-94,32,-14 +-94,32,-6 +-94,32,2 +-94,32,10 +-94,32,18 +-94,32,26 +-94,32,34 +-94,32,42 +-94,32,50 +-94,32,58 +-94,32,66 +-94,32,74 +-94,32,82 +-94,32,90 +-94,32,98 +-94,32,106 +-94,32,114 +-94,32,122 +-94,32,130 +-94,32,138 +-94,32,146 +-86,32,-150 +-86,32,-142 +-86,32,-134 +-86,32,-126 +-86,32,-118 +-86,32,-110 +-86,32,-102 +-86,32,-94 +-86,32,-86 +-86,32,-78 +-86,32,-70 +-86,32,-62 +-86,32,-54 +-86,32,-46 +-86,32,-38 +-86,32,-30 +-86,32,-22 +-86,32,-14 +-86,32,-6 +-86,32,2 +-86,32,10 +-86,32,18 +-86,32,26 +-86,32,34 +-86,32,42 +-86,32,50 +-86,32,58 +-86,32,66 +-86,32,74 +-86,32,82 +-86,32,90 +-86,32,98 +-86,32,106 +-86,32,114 +-86,32,122 +-86,32,130 +-86,32,138 +-86,32,146 +-78,32,-150 +-78,32,-142 +-78,32,-134 +-78,32,-126 +-78,32,-118 +-78,32,-110 +-78,32,-102 +-78,32,-94 +-78,32,-86 +-78,32,-78 +-78,32,-70 +-78,32,-62 +-78,32,-54 +-78,32,-46 +-78,32,-38 +-78,32,-30 +-78,32,-22 +-78,32,-14 +-78,32,-6 +-78,32,2 +-78,32,10 +-78,32,18 +-78,32,26 +-78,32,34 +-78,32,42 +-78,32,50 +-78,32,58 +-78,32,66 +-78,32,74 +-78,32,82 +-78,32,90 +-78,32,98 +-78,32,106 +-78,32,114 +-78,32,122 +-78,32,130 +-78,32,138 +-78,32,146 +-70,32,-150 +-70,32,-142 +-70,32,-134 +-70,32,-126 +-70,32,-118 +-70,32,-110 +-70,32,-102 +-70,32,-94 +-70,32,-86 +-70,32,-78 +-70,32,-70 +-70,32,-62 +-70,32,-54 +-70,32,-46 +-70,32,-38 +-70,32,-30 +-70,32,-22 +-70,32,-14 +-70,32,-6 +-70,32,2 +-70,32,10 +-70,32,18 +-70,32,26 +-70,32,34 +-70,32,42 +-70,32,50 +-70,32,58 +-70,32,66 +-70,32,74 +-70,32,82 +-70,32,90 +-70,32,98 +-70,32,106 +-70,32,114 +-70,32,122 +-70,32,130 +-70,32,138 +-70,32,146 +-62,32,-150 +-62,32,-142 +-62,32,-134 +-62,32,-126 +-62,32,-118 +-62,32,-110 +-62,32,-102 +-62,32,-94 +-62,32,-86 +-62,32,-78 +-62,32,-70 +-62,32,-62 +-62,32,-54 +-62,32,-46 +-62,32,-38 +-62,32,-30 +-62,32,-22 +-62,32,-14 +-62,32,-6 +-62,32,2 +-62,32,10 +-62,32,18 +-62,32,26 +-62,32,34 +-62,32,42 +-62,32,50 +-62,32,58 +-62,32,66 +-62,32,74 +-62,32,82 +-62,32,90 +-62,32,98 +-62,32,106 +-62,32,114 +-62,32,122 +-62,32,130 +-62,32,138 +-62,32,146 +-54,32,-150 +-54,32,-142 +-54,32,-134 +-54,32,-126 +-54,32,-118 +-54,32,-110 +-54,32,-102 +-54,32,-94 +-54,32,-86 +-54,32,-78 +-54,32,-70 +-54,32,-62 +-54,32,-54 +-54,32,-46 +-54,32,-38 +-54,32,-30 +-54,32,-22 +-54,32,-14 +-54,32,-6 +-54,32,2 +-54,32,10 +-54,32,18 +-54,32,26 +-54,32,34 +-54,32,42 +-54,32,50 +-54,32,58 +-54,32,66 +-54,32,74 +-54,32,82 +-54,32,90 +-54,32,98 +-54,32,106 +-54,32,114 +-54,32,122 +-54,32,130 +-54,32,138 +-54,32,146 +-46,32,-150 +-46,32,-142 +-46,32,-134 +-46,32,-126 +-46,32,-118 +-46,32,-110 +-46,32,-102 +-46,32,-94 +-46,32,-86 +-46,32,-78 +-46,32,-70 +-46,32,-62 +-46,32,-54 +-46,32,-46 +-46,32,-38 +-46,32,-30 +-46,32,-22 +-46,32,-14 +-46,32,-6 +-46,32,2 +-46,32,10 +-46,32,18 +-46,32,26 +-46,32,34 +-46,32,42 +-46,32,50 +-46,32,58 +-46,32,66 +-46,32,74 +-46,32,82 +-46,32,90 +-46,32,98 +-46,32,106 +-46,32,114 +-46,32,122 +-46,32,130 +-46,32,138 +-46,32,146 +-38,32,-150 +-38,32,-142 +-38,32,-134 +-38,32,-126 +-38,32,-118 +-38,32,-110 +-38,32,-102 +-38,32,-94 +-38,32,-86 +-38,32,-78 +-38,32,-70 +-38,32,-62 +-38,32,-54 +-38,32,-46 +-38,32,-38 +-38,32,-30 +-38,32,-22 +-38,32,-14 +-38,32,-6 +-38,32,2 +-38,32,10 +-38,32,18 +-38,32,26 +-38,32,34 +-38,32,42 +-38,32,50 +-38,32,58 +-38,32,66 +-38,32,74 +-38,32,82 +-38,32,90 +-38,32,98 +-38,32,106 +-38,32,114 +-38,32,122 +-38,32,130 +-38,32,138 +-38,32,146 +-30,32,-150 +-30,32,-142 +-30,32,-134 +-30,32,-126 +-30,32,-118 +-30,32,-110 +-30,32,-102 +-30,32,-94 +-30,32,-86 +-30,32,-78 +-30,32,-70 +-30,32,-62 +-30,32,-54 +-30,32,-46 +-30,32,-38 +-30,32,-30 +-30,32,-22 +-30,32,-14 +-30,32,-6 +-30,32,2 +-30,32,10 +-30,32,18 +-30,32,26 +-30,32,34 +-30,32,42 +-30,32,50 +-30,32,58 +-30,32,66 +-30,32,74 +-30,32,82 +-30,32,90 +-30,32,98 +-30,32,106 +-30,32,114 +-30,32,122 +-30,32,130 +-30,32,138 +-30,32,146 +-22,32,-150 +-22,32,-142 +-22,32,-134 +-22,32,-126 +-22,32,-118 +-22,32,-110 +-22,32,-102 +-22,32,-94 +-22,32,-86 +-22,32,-78 +-22,32,-70 +-22,32,-62 +-22,32,-54 +-22,32,-46 +-22,32,-38 +-22,32,-30 +-22,32,-22 +-22,32,-14 +-22,32,-6 +-22,32,2 +-22,32,10 +-22,32,18 +-22,32,26 +-22,32,34 +-22,32,42 +-22,32,50 +-22,32,58 +-22,32,66 +-22,32,74 +-22,32,82 +-22,32,90 +-22,32,98 +-22,32,106 +-22,32,114 +-22,32,122 +-22,32,130 +-22,32,138 +-22,32,146 +-14,32,-150 +-14,32,-142 +-14,32,-134 +-14,32,-126 +-14,32,-118 +-14,32,-110 +-14,32,-102 +-14,32,-94 +-14,32,-86 +-14,32,-78 +-14,32,-70 +-14,32,-62 +-14,32,-54 +-14,32,-46 +-14,32,-38 +-14,32,-30 +-14,32,-22 +-14,32,-14 +-14,32,-6 +-14,32,2 +-14,32,10 +-14,32,18 +-14,32,26 +-14,32,34 +-14,32,42 +-14,32,50 +-14,32,58 +-14,32,66 +-14,32,74 +-14,32,82 +-14,32,90 +-14,32,98 +-14,32,106 +-14,32,114 +-14,32,122 +-14,32,130 +-14,32,138 +-14,32,146 +-6,32,-150 +-6,32,-142 +-6,32,-134 +-6,32,-126 +-6,32,-118 +-6,32,-110 +-6,32,-102 +-6,32,-94 +-6,32,-86 +-6,32,-78 +-6,32,-70 +-6,32,-62 +-6,32,-54 +-6,32,-46 +-6,32,-38 +-6,32,-30 +-6,32,-22 +-6,32,-14 +-6,32,-6 +-6,32,2 +-6,32,10 +-6,32,18 +-6,32,26 +-6,32,34 +-6,32,42 +-6,32,50 +-6,32,58 +-6,32,66 +-6,32,74 +-6,32,82 +-6,32,90 +-6,32,98 +-6,32,106 +-6,32,114 +-6,32,122 +-6,32,130 +-6,32,138 +-6,32,146 +2,32,-150 +2,32,-142 +2,32,-134 +2,32,-126 +2,32,-118 +2,32,-110 +2,32,-102 +2,32,-94 +2,32,-86 +2,32,-78 +2,32,-70 +2,32,-62 +2,32,-54 +2,32,-46 +2,32,-38 +2,32,-30 +2,32,-22 +2,32,-14 +2,32,-6 +2,32,2 +2,32,10 +2,32,18 +2,32,26 +2,32,34 +2,32,42 +2,32,50 +2,32,58 +2,32,66 +2,32,74 +2,32,82 +2,32,90 +2,32,98 +2,32,106 +2,32,114 +2,32,122 +2,32,130 +2,32,138 +2,32,146 +10,32,-150 +10,32,-142 +10,32,-134 +10,32,-126 +10,32,-118 +10,32,-110 +10,32,-102 +10,32,-94 +10,32,-86 +10,32,-78 +10,32,-70 +10,32,-62 +10,32,-54 +10,32,-46 +10,32,-38 +10,32,-30 +10,32,-22 +10,32,-14 +10,32,-6 +10,32,2 +10,32,10 +10,32,18 +10,32,26 +10,32,34 +10,32,42 +10,32,50 +10,32,58 +10,32,66 +10,32,74 +10,32,82 +10,32,90 +10,32,98 +10,32,106 +10,32,114 +10,32,122 +10,32,130 +10,32,138 +10,32,146 +18,32,-150 +18,32,-142 +18,32,-134 +18,32,-126 +18,32,-118 +18,32,-110 +18,32,-102 +18,32,-94 +18,32,-86 +18,32,-78 +18,32,-70 +18,32,-62 +18,32,-54 +18,32,-46 +18,32,-38 +18,32,-30 +18,32,-22 +18,32,-14 +18,32,-6 +18,32,2 +18,32,10 +18,32,18 +18,32,26 +18,32,34 +18,32,42 +18,32,50 +18,32,58 +18,32,66 +18,32,74 +18,32,82 +18,32,90 +18,32,98 +18,32,106 +18,32,114 +18,32,122 +18,32,130 +18,32,138 +18,32,146 +26,32,-150 +26,32,-142 +26,32,-134 +26,32,-126 +26,32,-118 +26,32,-110 +26,32,-102 +26,32,-94 +26,32,-86 +26,32,-78 +26,32,-70 +26,32,-62 +26,32,-54 +26,32,-46 +26,32,-38 +26,32,-30 +26,32,-22 +26,32,-14 +26,32,-6 +26,32,2 +26,32,10 +26,32,18 +26,32,26 +26,32,34 +26,32,42 +26,32,50 +26,32,58 +26,32,66 +26,32,74 +26,32,82 +26,32,90 +26,32,98 +26,32,106 +26,32,114 +26,32,122 +26,32,130 +26,32,138 +26,32,146 +34,32,-150 +34,32,-142 +34,32,-134 +34,32,-126 +34,32,-118 +34,32,-110 +34,32,-102 +34,32,-94 +34,32,-86 +34,32,-78 +34,32,-70 +34,32,-62 +34,32,-54 +34,32,-46 +34,32,-38 +34,32,-30 +34,32,-22 +34,32,-14 +34,32,-6 +34,32,2 +34,32,10 +34,32,18 +34,32,26 +34,32,34 +34,32,42 +34,32,50 +34,32,58 +34,32,66 +34,32,74 +34,32,82 +34,32,90 +34,32,98 +34,32,106 +34,32,114 +34,32,122 +34,32,130 +34,32,138 +34,32,146 +42,32,-150 +42,32,-142 +42,32,-134 +42,32,-126 +42,32,-118 +42,32,-110 +42,32,-102 +42,32,-94 +42,32,-86 +42,32,-78 +42,32,-70 +42,32,-62 +42,32,-54 +42,32,-46 +42,32,-38 +42,32,-30 +42,32,-22 +42,32,-14 +42,32,-6 +42,32,2 +42,32,10 +42,32,18 +42,32,26 +42,32,34 +42,32,42 +42,32,50 +42,32,58 +42,32,66 +42,32,74 +42,32,82 +42,32,90 +42,32,98 +42,32,106 +42,32,114 +42,32,122 +42,32,130 +42,32,138 +42,32,146 +50,32,-150 +50,32,-142 +50,32,-134 +50,32,-126 +50,32,-118 +50,32,-110 +50,32,-102 +50,32,-94 +50,32,-86 +50,32,-78 +50,32,-70 +50,32,-62 +50,32,-54 +50,32,-46 +50,32,-38 +50,32,-30 +50,32,-22 +50,32,-14 +50,32,-6 +50,32,2 +50,32,10 +50,32,18 +50,32,26 +50,32,34 +50,32,42 +50,32,50 +50,32,58 +50,32,66 +50,32,74 +50,32,82 +50,32,90 +50,32,98 +50,32,106 +50,32,114 +50,32,122 +50,32,130 +50,32,138 +50,32,146 +58,32,-150 +58,32,-142 +58,32,-134 +58,32,-126 +58,32,-118 +58,32,-110 +58,32,-102 +58,32,-94 +58,32,-86 +58,32,-78 +58,32,-70 +58,32,-62 +58,32,-54 +58,32,-46 +58,32,-38 +58,32,-30 +58,32,-22 +58,32,-14 +58,32,-6 +58,32,2 +58,32,10 +58,32,18 +58,32,26 +58,32,34 +58,32,42 +58,32,50 +58,32,58 +58,32,66 +58,32,74 +58,32,82 +58,32,90 +58,32,98 +58,32,106 +58,32,114 +58,32,122 +58,32,130 +58,32,138 +58,32,146 +66,32,-150 +66,32,-142 +66,32,-134 +66,32,-126 +66,32,-118 +66,32,-110 +66,32,-102 +66,32,-94 +66,32,-86 +66,32,-78 +66,32,-70 +66,32,-62 +66,32,-54 +66,32,-46 +66,32,-38 +66,32,-30 +66,32,-22 +66,32,-14 +66,32,-6 +66,32,2 +66,32,10 +66,32,18 +66,32,26 +66,32,34 +66,32,42 +66,32,50 +66,32,58 +66,32,66 +66,32,74 +66,32,82 +66,32,90 +66,32,98 +66,32,106 +66,32,114 +66,32,122 +66,32,130 +66,32,138 +66,32,146 +74,32,-150 +74,32,-142 +74,32,-134 +74,32,-126 +74,32,-118 +74,32,-110 +74,32,-102 +74,32,-94 +74,32,-86 +74,32,-78 +74,32,-70 +74,32,-62 +74,32,-54 +74,32,-46 +74,32,-38 +74,32,-30 +74,32,-22 +74,32,-14 +74,32,-6 +74,32,2 +74,32,10 +74,32,18 +74,32,26 +74,32,34 +74,32,42 +74,32,50 +74,32,58 +74,32,66 +74,32,74 +74,32,82 +74,32,90 +74,32,98 +74,32,106 +74,32,114 +74,32,122 +74,32,130 +74,32,138 +74,32,146 +82,32,-150 +82,32,-142 +82,32,-134 +82,32,-126 +82,32,-118 +82,32,-110 +82,32,-102 +82,32,-94 +82,32,-86 +82,32,-78 +82,32,-70 +82,32,-62 +82,32,-54 +82,32,-46 +82,32,-38 +82,32,-30 +82,32,-22 +82,32,-14 +82,32,-6 +82,32,2 +82,32,10 +82,32,18 +82,32,26 +82,32,34 +82,32,42 +82,32,50 +82,32,58 +82,32,66 +82,32,74 +82,32,82 +82,32,90 +82,32,98 +82,32,106 +82,32,114 +82,32,122 +82,32,130 +82,32,138 +82,32,146 +90,32,-150 +90,32,-142 +90,32,-134 +90,32,-126 +90,32,-118 +90,32,-110 +90,32,-102 +90,32,-94 +90,32,-86 +90,32,-78 +90,32,-70 +90,32,-62 +90,32,-54 +90,32,-46 +90,32,-38 +90,32,-30 +90,32,-22 +90,32,-14 +90,32,-6 +90,32,2 +90,32,10 +90,32,18 +90,32,26 +90,32,34 +90,32,42 +90,32,50 +90,32,58 +90,32,66 +90,32,74 +90,32,82 +90,32,90 +90,32,98 +90,32,106 +90,32,114 +90,32,122 +90,32,130 +90,32,138 +90,32,146 +98,32,-150 +98,32,-142 +98,32,-134 +98,32,-126 +98,32,-118 +98,32,-110 +98,32,-102 +98,32,-94 +98,32,-86 +98,32,-78 +98,32,-70 +98,32,-62 +98,32,-54 +98,32,-46 +98,32,-38 +98,32,-30 +98,32,-22 +98,32,-14 +98,32,-6 +98,32,2 +98,32,10 +98,32,18 +98,32,26 +98,32,34 +98,32,42 +98,32,50 +98,32,58 +98,32,66 +98,32,74 +98,32,82 +98,32,90 +98,32,98 +98,32,106 +98,32,114 +98,32,122 +98,32,130 +98,32,138 +98,32,146 +106,32,-150 +106,32,-142 +106,32,-134 +106,32,-126 +106,32,-118 +106,32,-110 +106,32,-102 +106,32,-94 +106,32,-86 +106,32,-78 +106,32,-70 +106,32,-62 +106,32,-54 +106,32,-46 +106,32,-38 +106,32,-30 +106,32,-22 +106,32,-14 +106,32,-6 +106,32,2 +106,32,10 +106,32,18 +106,32,26 +106,32,34 +106,32,42 +106,32,50 +106,32,58 +106,32,66 +106,32,74 +106,32,82 +106,32,90 +106,32,98 +106,32,106 +106,32,114 +106,32,122 +106,32,130 +106,32,138 +106,32,146 +114,32,-150 +114,32,-142 +114,32,-134 +114,32,-126 +114,32,-118 +114,32,-110 +114,32,-102 +114,32,-94 +114,32,-86 +114,32,-78 +114,32,-70 +114,32,-62 +114,32,-54 +114,32,-46 +114,32,-38 +114,32,-30 +114,32,-22 +114,32,-14 +114,32,-6 +114,32,2 +114,32,10 +114,32,18 +114,32,26 +114,32,34 +114,32,42 +114,32,50 +114,32,58 +114,32,66 +114,32,74 +114,32,82 +114,32,90 +114,32,98 +114,32,106 +114,32,114 +114,32,122 +114,32,130 +114,32,138 +114,32,146 +122,32,-150 +122,32,-142 +122,32,-134 +122,32,-126 +122,32,-118 +122,32,-110 +122,32,-102 +122,32,-94 +122,32,-86 +122,32,-78 +122,32,-70 +122,32,-62 +122,32,-54 +122,32,-46 +122,32,-38 +122,32,-30 +122,32,-22 +122,32,-14 +122,32,-6 +122,32,2 +122,32,10 +122,32,18 +122,32,26 +122,32,34 +122,32,42 +122,32,50 +122,32,58 +122,32,66 +122,32,74 +122,32,82 +122,32,90 +122,32,98 +122,32,106 +122,32,114 +122,32,122 +122,32,130 +122,32,138 +122,32,146 +130,32,-150 +130,32,-142 +130,32,-134 +130,32,-126 +130,32,-118 +130,32,-110 +130,32,-102 +130,32,-94 +130,32,-86 +130,32,-78 +130,32,-70 +130,32,-62 +130,32,-54 +130,32,-46 +130,32,-38 +130,32,-30 +130,32,-22 +130,32,-14 +130,32,-6 +130,32,2 +130,32,10 +130,32,18 +130,32,26 +130,32,34 +130,32,42 +130,32,50 +130,32,58 +130,32,66 +130,32,74 +130,32,82 +130,32,90 +130,32,98 +130,32,106 +130,32,114 +130,32,122 +130,32,130 +130,32,138 +130,32,146 +138,32,-150 +138,32,-142 +138,32,-134 +138,32,-126 +138,32,-118 +138,32,-110 +138,32,-102 +138,32,-94 +138,32,-86 +138,32,-78 +138,32,-70 +138,32,-62 +138,32,-54 +138,32,-46 +138,32,-38 +138,32,-30 +138,32,-22 +138,32,-14 +138,32,-6 +138,32,2 +138,32,10 +138,32,18 +138,32,26 +138,32,34 +138,32,42 +138,32,50 +138,32,58 +138,32,66 +138,32,74 +138,32,82 +138,32,90 +138,32,98 +138,32,106 +138,32,114 +138,32,122 +138,32,130 +138,32,138 +138,32,146 +146,32,-150 +146,32,-142 +146,32,-134 +146,32,-126 +146,32,-118 +146,32,-110 +146,32,-102 +146,32,-94 +146,32,-86 +146,32,-78 +146,32,-70 +146,32,-62 +146,32,-54 +146,32,-46 +146,32,-38 +146,32,-30 +146,32,-22 +146,32,-14 +146,32,-6 +146,32,2 +146,32,10 +146,32,18 +146,32,26 +146,32,34 +146,32,42 +146,32,50 +146,32,58 +146,32,66 +146,32,74 +146,32,82 +146,32,90 +146,32,98 +146,32,106 +146,32,114 +146,32,122 +146,32,130 +146,32,138 +146,32,146 +-150,40,-150 +-150,40,-142 +-150,40,-134 +-150,40,-126 +-150,40,-118 +-150,40,-110 +-150,40,-102 +-150,40,-94 +-150,40,-86 +-150,40,-78 +-150,40,-70 +-150,40,-62 +-150,40,-54 +-150,40,-46 +-150,40,-38 +-150,40,-30 +-150,40,-22 +-150,40,-14 +-150,40,-6 +-150,40,2 +-150,40,10 +-150,40,18 +-150,40,26 +-150,40,34 +-150,40,42 +-150,40,50 +-150,40,58 +-150,40,66 +-150,40,74 +-150,40,82 +-150,40,90 +-150,40,98 +-150,40,106 +-150,40,114 +-150,40,122 +-150,40,130 +-150,40,138 +-150,40,146 +-142,40,-150 +-142,40,-142 +-142,40,-134 +-142,40,-126 +-142,40,-118 +-142,40,-110 +-142,40,-102 +-142,40,-94 +-142,40,-86 +-142,40,-78 +-142,40,-70 +-142,40,-62 +-142,40,-54 +-142,40,-46 +-142,40,-38 +-142,40,-30 +-142,40,-22 +-142,40,-14 +-142,40,-6 +-142,40,2 +-142,40,10 +-142,40,18 +-142,40,26 +-142,40,34 +-142,40,42 +-142,40,50 +-142,40,58 +-142,40,66 +-142,40,74 +-142,40,82 +-142,40,90 +-142,40,98 +-142,40,106 +-142,40,114 +-142,40,122 +-142,40,130 +-142,40,138 +-142,40,146 +-134,40,-150 +-134,40,-142 +-134,40,-134 +-134,40,-126 +-134,40,-118 +-134,40,-110 +-134,40,-102 +-134,40,-94 +-134,40,-86 +-134,40,-78 +-134,40,-70 +-134,40,-62 +-134,40,-54 +-134,40,-46 +-134,40,-38 +-134,40,-30 +-134,40,-22 +-134,40,-14 +-134,40,-6 +-134,40,2 +-134,40,10 +-134,40,18 +-134,40,26 +-134,40,34 +-134,40,42 +-134,40,50 +-134,40,58 +-134,40,66 +-134,40,74 +-134,40,82 +-134,40,90 +-134,40,98 +-134,40,106 +-134,40,114 +-134,40,122 +-134,40,130 +-134,40,138 +-134,40,146 +-126,40,-150 +-126,40,-142 +-126,40,-134 +-126,40,-126 +-126,40,-118 +-126,40,-110 +-126,40,-102 +-126,40,-94 +-126,40,-86 +-126,40,-78 +-126,40,-70 +-126,40,-62 +-126,40,-54 +-126,40,-46 +-126,40,-38 +-126,40,-30 +-126,40,-22 +-126,40,-14 +-126,40,-6 +-126,40,2 +-126,40,10 +-126,40,18 +-126,40,26 +-126,40,34 +-126,40,42 +-126,40,50 +-126,40,58 +-126,40,66 +-126,40,74 +-126,40,82 +-126,40,90 +-126,40,98 +-126,40,106 +-126,40,114 +-126,40,122 +-126,40,130 +-126,40,138 +-126,40,146 +-118,40,-150 +-118,40,-142 +-118,40,-134 +-118,40,-126 +-118,40,-118 +-118,40,-110 +-118,40,-102 +-118,40,-94 +-118,40,-86 +-118,40,-78 +-118,40,-70 +-118,40,-62 +-118,40,-54 +-118,40,-46 +-118,40,-38 +-118,40,-30 +-118,40,-22 +-118,40,-14 +-118,40,-6 +-118,40,2 +-118,40,10 +-118,40,18 +-118,40,26 +-118,40,34 +-118,40,42 +-118,40,50 +-118,40,58 +-118,40,66 +-118,40,74 +-118,40,82 +-118,40,90 +-118,40,98 +-118,40,106 +-118,40,114 +-118,40,122 +-118,40,130 +-118,40,138 +-118,40,146 +-110,40,-150 +-110,40,-142 +-110,40,-134 +-110,40,-126 +-110,40,-118 +-110,40,-110 +-110,40,-102 +-110,40,-94 +-110,40,-86 +-110,40,-78 +-110,40,-70 +-110,40,-62 +-110,40,-54 +-110,40,-46 +-110,40,-38 +-110,40,-30 +-110,40,-22 +-110,40,-14 +-110,40,-6 +-110,40,2 +-110,40,10 +-110,40,18 +-110,40,26 +-110,40,34 +-110,40,42 +-110,40,50 +-110,40,58 +-110,40,66 +-110,40,74 +-110,40,82 +-110,40,90 +-110,40,98 +-110,40,106 +-110,40,114 +-110,40,122 +-110,40,130 +-110,40,138 +-110,40,146 +-102,40,-150 +-102,40,-142 +-102,40,-134 +-102,40,-126 +-102,40,-118 +-102,40,-110 +-102,40,-102 +-102,40,-94 +-102,40,-86 +-102,40,-78 +-102,40,-70 +-102,40,-62 +-102,40,-54 +-102,40,-46 +-102,40,-38 +-102,40,-30 +-102,40,-22 +-102,40,-14 +-102,40,-6 +-102,40,2 +-102,40,10 +-102,40,18 +-102,40,26 +-102,40,34 +-102,40,42 +-102,40,50 +-102,40,58 +-102,40,66 +-102,40,74 +-102,40,82 +-102,40,90 +-102,40,98 +-102,40,106 +-102,40,114 +-102,40,122 +-102,40,130 +-102,40,138 +-102,40,146 +-94,40,-150 +-94,40,-142 +-94,40,-134 +-94,40,-126 +-94,40,-118 +-94,40,-110 +-94,40,-102 +-94,40,-94 +-94,40,-86 +-94,40,-78 +-94,40,-70 +-94,40,-62 +-94,40,-54 +-94,40,-46 +-94,40,-38 +-94,40,-30 +-94,40,-22 +-94,40,-14 +-94,40,-6 +-94,40,2 +-94,40,10 +-94,40,18 +-94,40,26 +-94,40,34 +-94,40,42 +-94,40,50 +-94,40,58 +-94,40,66 +-94,40,74 +-94,40,82 +-94,40,90 +-94,40,98 +-94,40,106 +-94,40,114 +-94,40,122 +-94,40,130 +-94,40,138 +-94,40,146 +-86,40,-150 +-86,40,-142 +-86,40,-134 +-86,40,-126 +-86,40,-118 +-86,40,-110 +-86,40,-102 +-86,40,-94 +-86,40,-86 +-86,40,-78 +-86,40,-70 +-86,40,-62 +-86,40,-54 +-86,40,-46 +-86,40,-38 +-86,40,-30 +-86,40,-22 +-86,40,-14 +-86,40,-6 +-86,40,2 +-86,40,10 +-86,40,18 +-86,40,26 +-86,40,34 +-86,40,42 +-86,40,50 +-86,40,58 +-86,40,66 +-86,40,74 +-86,40,82 +-86,40,90 +-86,40,98 +-86,40,106 +-86,40,114 +-86,40,122 +-86,40,130 +-86,40,138 +-86,40,146 +-78,40,-150 +-78,40,-142 +-78,40,-134 +-78,40,-126 +-78,40,-118 +-78,40,-110 +-78,40,-102 +-78,40,-94 +-78,40,-86 +-78,40,-78 +-78,40,-70 +-78,40,-62 +-78,40,-54 +-78,40,-46 +-78,40,-38 +-78,40,-30 +-78,40,-22 +-78,40,-14 +-78,40,-6 +-78,40,2 +-78,40,10 +-78,40,18 +-78,40,26 +-78,40,34 +-78,40,42 +-78,40,50 +-78,40,58 +-78,40,66 +-78,40,74 +-78,40,82 +-78,40,90 +-78,40,98 +-78,40,106 +-78,40,114 +-78,40,122 +-78,40,130 +-78,40,138 +-78,40,146 +-70,40,-150 +-70,40,-142 +-70,40,-134 +-70,40,-126 +-70,40,-118 +-70,40,-110 +-70,40,-102 +-70,40,-94 +-70,40,-86 +-70,40,-78 +-70,40,-70 +-70,40,-62 +-70,40,-54 +-70,40,-46 +-70,40,-38 +-70,40,-30 +-70,40,-22 +-70,40,-14 +-70,40,-6 +-70,40,2 +-70,40,10 +-70,40,18 +-70,40,26 +-70,40,34 +-70,40,42 +-70,40,50 +-70,40,58 +-70,40,66 +-70,40,74 +-70,40,82 +-70,40,90 +-70,40,98 +-70,40,106 +-70,40,114 +-70,40,122 +-70,40,130 +-70,40,138 +-70,40,146 +-62,40,-150 +-62,40,-142 +-62,40,-134 +-62,40,-126 +-62,40,-118 +-62,40,-110 +-62,40,-102 +-62,40,-94 +-62,40,-86 +-62,40,-78 +-62,40,-70 +-62,40,-62 +-62,40,-54 +-62,40,-46 +-62,40,-38 +-62,40,-30 +-62,40,-22 +-62,40,-14 +-62,40,-6 +-62,40,2 +-62,40,10 +-62,40,18 +-62,40,26 +-62,40,34 +-62,40,42 +-62,40,50 +-62,40,58 +-62,40,66 +-62,40,74 +-62,40,82 +-62,40,90 +-62,40,98 +-62,40,106 +-62,40,114 +-62,40,122 +-62,40,130 +-62,40,138 +-62,40,146 +-54,40,-150 +-54,40,-142 +-54,40,-134 +-54,40,-126 +-54,40,-118 +-54,40,-110 +-54,40,-102 +-54,40,-94 +-54,40,-86 +-54,40,-78 +-54,40,-70 +-54,40,-62 +-54,40,-54 +-54,40,-46 +-54,40,-38 +-54,40,-30 +-54,40,-22 +-54,40,-14 +-54,40,-6 +-54,40,2 +-54,40,10 +-54,40,18 +-54,40,26 +-54,40,34 +-54,40,42 +-54,40,50 +-54,40,58 +-54,40,66 +-54,40,74 +-54,40,82 +-54,40,90 +-54,40,98 +-54,40,106 +-54,40,114 +-54,40,122 +-54,40,130 +-54,40,138 +-54,40,146 +-46,40,-150 +-46,40,-142 +-46,40,-134 +-46,40,-126 +-46,40,-118 +-46,40,-110 +-46,40,-102 +-46,40,-94 +-46,40,-86 +-46,40,-78 +-46,40,-70 +-46,40,-62 +-46,40,-54 +-46,40,-46 +-46,40,-38 +-46,40,-30 +-46,40,-22 +-46,40,-14 +-46,40,-6 +-46,40,2 +-46,40,10 +-46,40,18 +-46,40,26 +-46,40,34 +-46,40,42 +-46,40,50 +-46,40,58 +-46,40,66 +-46,40,74 +-46,40,82 +-46,40,90 +-46,40,98 +-46,40,106 +-46,40,114 +-46,40,122 +-46,40,130 +-46,40,138 +-46,40,146 +-38,40,-150 +-38,40,-142 +-38,40,-134 +-38,40,-126 +-38,40,-118 +-38,40,-110 +-38,40,-102 +-38,40,-94 +-38,40,-86 +-38,40,-78 +-38,40,-70 +-38,40,-62 +-38,40,-54 +-38,40,-46 +-38,40,-38 +-38,40,-30 +-38,40,-22 +-38,40,-14 +-38,40,-6 +-38,40,2 +-38,40,10 +-38,40,18 +-38,40,26 +-38,40,34 +-38,40,42 +-38,40,50 +-38,40,58 +-38,40,66 +-38,40,74 +-38,40,82 +-38,40,90 +-38,40,98 +-38,40,106 +-38,40,114 +-38,40,122 +-38,40,130 +-38,40,138 +-38,40,146 +-30,40,-150 +-30,40,-142 +-30,40,-134 +-30,40,-126 +-30,40,-118 +-30,40,-110 +-30,40,-102 +-30,40,-94 +-30,40,-86 +-30,40,-78 +-30,40,-70 +-30,40,-62 +-30,40,-54 +-30,40,-46 +-30,40,-38 +-30,40,-30 +-30,40,-22 +-30,40,-14 +-30,40,-6 +-30,40,2 +-30,40,10 +-30,40,18 +-30,40,26 +-30,40,34 +-30,40,42 +-30,40,50 +-30,40,58 +-30,40,66 +-30,40,74 +-30,40,82 +-30,40,90 +-30,40,98 +-30,40,106 +-30,40,114 +-30,40,122 +-30,40,130 +-30,40,138 +-30,40,146 +-22,40,-150 +-22,40,-142 +-22,40,-134 +-22,40,-126 +-22,40,-118 +-22,40,-110 +-22,40,-102 +-22,40,-94 +-22,40,-86 +-22,40,-78 +-22,40,-70 +-22,40,-62 +-22,40,-54 +-22,40,-46 +-22,40,-38 +-22,40,-30 +-22,40,-22 +-22,40,-14 +-22,40,-6 +-22,40,2 +-22,40,10 +-22,40,18 +-22,40,26 +-22,40,34 +-22,40,42 +-22,40,50 +-22,40,58 +-22,40,66 +-22,40,74 +-22,40,82 +-22,40,90 +-22,40,98 +-22,40,106 +-22,40,114 +-22,40,122 +-22,40,130 +-22,40,138 +-22,40,146 +-14,40,-150 +-14,40,-142 +-14,40,-134 +-14,40,-126 +-14,40,-118 +-14,40,-110 +-14,40,-102 +-14,40,-94 +-14,40,-86 +-14,40,-78 +-14,40,-70 +-14,40,-62 +-14,40,-54 +-14,40,-46 +-14,40,-38 +-14,40,-30 +-14,40,-22 +-14,40,-14 +-14,40,-6 +-14,40,2 +-14,40,10 +-14,40,18 +-14,40,26 +-14,40,34 +-14,40,42 +-14,40,50 +-14,40,58 +-14,40,66 +-14,40,74 +-14,40,82 +-14,40,90 +-14,40,98 +-14,40,106 +-14,40,114 +-14,40,122 +-14,40,130 +-14,40,138 +-14,40,146 +-6,40,-150 +-6,40,-142 +-6,40,-134 +-6,40,-126 +-6,40,-118 +-6,40,-110 +-6,40,-102 +-6,40,-94 +-6,40,-86 +-6,40,-78 +-6,40,-70 +-6,40,-62 +-6,40,-54 +-6,40,-46 +-6,40,-38 +-6,40,-30 +-6,40,-22 +-6,40,-14 +-6,40,-6 +-6,40,2 +-6,40,10 +-6,40,18 +-6,40,26 +-6,40,34 +-6,40,42 +-6,40,50 +-6,40,58 +-6,40,66 +-6,40,74 +-6,40,82 +-6,40,90 +-6,40,98 +-6,40,106 +-6,40,114 +-6,40,122 +-6,40,130 +-6,40,138 +-6,40,146 +2,40,-150 +2,40,-142 +2,40,-134 +2,40,-126 +2,40,-118 +2,40,-110 +2,40,-102 +2,40,-94 +2,40,-86 +2,40,-78 +2,40,-70 +2,40,-62 +2,40,-54 +2,40,-46 +2,40,-38 +2,40,-30 +2,40,-22 +2,40,-14 +2,40,-6 +2,40,2 +2,40,10 +2,40,18 +2,40,26 +2,40,34 +2,40,42 +2,40,50 +2,40,58 +2,40,66 +2,40,74 +2,40,82 +2,40,90 +2,40,98 +2,40,106 +2,40,114 +2,40,122 +2,40,130 +2,40,138 +2,40,146 +10,40,-150 +10,40,-142 +10,40,-134 +10,40,-126 +10,40,-118 +10,40,-110 +10,40,-102 +10,40,-94 +10,40,-86 +10,40,-78 +10,40,-70 +10,40,-62 +10,40,-54 +10,40,-46 +10,40,-38 +10,40,-30 +10,40,-22 +10,40,-14 +10,40,-6 +10,40,2 +10,40,10 +10,40,18 +10,40,26 +10,40,34 +10,40,42 +10,40,50 +10,40,58 +10,40,66 +10,40,74 +10,40,82 +10,40,90 +10,40,98 +10,40,106 +10,40,114 +10,40,122 +10,40,130 +10,40,138 +10,40,146 +18,40,-150 +18,40,-142 +18,40,-134 +18,40,-126 +18,40,-118 +18,40,-110 +18,40,-102 +18,40,-94 +18,40,-86 +18,40,-78 +18,40,-70 +18,40,-62 +18,40,-54 +18,40,-46 +18,40,-38 +18,40,-30 +18,40,-22 +18,40,-14 +18,40,-6 +18,40,2 +18,40,10 +18,40,18 +18,40,26 +18,40,34 +18,40,42 +18,40,50 +18,40,58 +18,40,66 +18,40,74 +18,40,82 +18,40,90 +18,40,98 +18,40,106 +18,40,114 +18,40,122 +18,40,130 +18,40,138 +18,40,146 +26,40,-150 +26,40,-142 +26,40,-134 +26,40,-126 +26,40,-118 +26,40,-110 +26,40,-102 +26,40,-94 +26,40,-86 +26,40,-78 +26,40,-70 +26,40,-62 +26,40,-54 +26,40,-46 +26,40,-38 +26,40,-30 +26,40,-22 +26,40,-14 +26,40,-6 +26,40,2 +26,40,10 +26,40,18 +26,40,26 +26,40,34 +26,40,42 +26,40,50 +26,40,58 +26,40,66 +26,40,74 +26,40,82 +26,40,90 +26,40,98 +26,40,106 +26,40,114 +26,40,122 +26,40,130 +26,40,138 +26,40,146 +34,40,-150 +34,40,-142 +34,40,-134 +34,40,-126 +34,40,-118 +34,40,-110 +34,40,-102 +34,40,-94 +34,40,-86 +34,40,-78 +34,40,-70 +34,40,-62 +34,40,-54 +34,40,-46 +34,40,-38 +34,40,-30 +34,40,-22 +34,40,-14 +34,40,-6 +34,40,2 +34,40,10 +34,40,18 +34,40,26 +34,40,34 +34,40,42 +34,40,50 +34,40,58 +34,40,66 +34,40,74 +34,40,82 +34,40,90 +34,40,98 +34,40,106 +34,40,114 +34,40,122 +34,40,130 +34,40,138 +34,40,146 +42,40,-150 +42,40,-142 +42,40,-134 +42,40,-126 +42,40,-118 +42,40,-110 +42,40,-102 +42,40,-94 +42,40,-86 +42,40,-78 +42,40,-70 +42,40,-62 +42,40,-54 +42,40,-46 +42,40,-38 +42,40,-30 +42,40,-22 +42,40,-14 +42,40,-6 +42,40,2 +42,40,10 +42,40,18 +42,40,26 +42,40,34 +42,40,42 +42,40,50 +42,40,58 +42,40,66 +42,40,74 +42,40,82 +42,40,90 +42,40,98 +42,40,106 +42,40,114 +42,40,122 +42,40,130 +42,40,138 +42,40,146 +50,40,-150 +50,40,-142 +50,40,-134 +50,40,-126 +50,40,-118 +50,40,-110 +50,40,-102 +50,40,-94 +50,40,-86 +50,40,-78 +50,40,-70 +50,40,-62 +50,40,-54 +50,40,-46 +50,40,-38 +50,40,-30 +50,40,-22 +50,40,-14 +50,40,-6 +50,40,2 +50,40,10 +50,40,18 +50,40,26 +50,40,34 +50,40,42 +50,40,50 +50,40,58 +50,40,66 +50,40,74 +50,40,82 +50,40,90 +50,40,98 +50,40,106 +50,40,114 +50,40,122 +50,40,130 +50,40,138 +50,40,146 +58,40,-150 +58,40,-142 +58,40,-134 +58,40,-126 +58,40,-118 +58,40,-110 +58,40,-102 +58,40,-94 +58,40,-86 +58,40,-78 +58,40,-70 +58,40,-62 +58,40,-54 +58,40,-46 +58,40,-38 +58,40,-30 +58,40,-22 +58,40,-14 +58,40,-6 +58,40,2 +58,40,10 +58,40,18 +58,40,26 +58,40,34 +58,40,42 +58,40,50 +58,40,58 +58,40,66 +58,40,74 +58,40,82 +58,40,90 +58,40,98 +58,40,106 +58,40,114 +58,40,122 +58,40,130 +58,40,138 +58,40,146 +66,40,-150 +66,40,-142 +66,40,-134 +66,40,-126 +66,40,-118 +66,40,-110 +66,40,-102 +66,40,-94 +66,40,-86 +66,40,-78 +66,40,-70 +66,40,-62 +66,40,-54 +66,40,-46 +66,40,-38 +66,40,-30 +66,40,-22 +66,40,-14 +66,40,-6 +66,40,2 +66,40,10 +66,40,18 +66,40,26 +66,40,34 +66,40,42 +66,40,50 +66,40,58 +66,40,66 +66,40,74 +66,40,82 +66,40,90 +66,40,98 +66,40,106 +66,40,114 +66,40,122 +66,40,130 +66,40,138 +66,40,146 +74,40,-150 +74,40,-142 +74,40,-134 +74,40,-126 +74,40,-118 +74,40,-110 +74,40,-102 +74,40,-94 +74,40,-86 +74,40,-78 +74,40,-70 +74,40,-62 +74,40,-54 +74,40,-46 +74,40,-38 +74,40,-30 +74,40,-22 +74,40,-14 +74,40,-6 +74,40,2 +74,40,10 +74,40,18 +74,40,26 +74,40,34 +74,40,42 +74,40,50 +74,40,58 +74,40,66 +74,40,74 +74,40,82 +74,40,90 +74,40,98 +74,40,106 +74,40,114 +74,40,122 +74,40,130 +74,40,138 +74,40,146 +82,40,-150 +82,40,-142 +82,40,-134 +82,40,-126 +82,40,-118 +82,40,-110 +82,40,-102 +82,40,-94 +82,40,-86 +82,40,-78 +82,40,-70 +82,40,-62 +82,40,-54 +82,40,-46 +82,40,-38 +82,40,-30 +82,40,-22 +82,40,-14 +82,40,-6 +82,40,2 +82,40,10 +82,40,18 +82,40,26 +82,40,34 +82,40,42 +82,40,50 +82,40,58 +82,40,66 +82,40,74 +82,40,82 +82,40,90 +82,40,98 +82,40,106 +82,40,114 +82,40,122 +82,40,130 +82,40,138 +82,40,146 +90,40,-150 +90,40,-142 +90,40,-134 +90,40,-126 +90,40,-118 +90,40,-110 +90,40,-102 +90,40,-94 +90,40,-86 +90,40,-78 +90,40,-70 +90,40,-62 +90,40,-54 +90,40,-46 +90,40,-38 +90,40,-30 +90,40,-22 +90,40,-14 +90,40,-6 +90,40,2 +90,40,10 +90,40,18 +90,40,26 +90,40,34 +90,40,42 +90,40,50 +90,40,58 +90,40,66 +90,40,74 +90,40,82 +90,40,90 +90,40,98 +90,40,106 +90,40,114 +90,40,122 +90,40,130 +90,40,138 +90,40,146 +98,40,-150 +98,40,-142 +98,40,-134 +98,40,-126 +98,40,-118 +98,40,-110 +98,40,-102 +98,40,-94 +98,40,-86 +98,40,-78 +98,40,-70 +98,40,-62 +98,40,-54 +98,40,-46 +98,40,-38 +98,40,-30 +98,40,-22 +98,40,-14 +98,40,-6 +98,40,2 +98,40,10 +98,40,18 +98,40,26 +98,40,34 +98,40,42 +98,40,50 +98,40,58 +98,40,66 +98,40,74 +98,40,82 +98,40,90 +98,40,98 +98,40,106 +98,40,114 +98,40,122 +98,40,130 +98,40,138 +98,40,146 +106,40,-150 +106,40,-142 +106,40,-134 +106,40,-126 +106,40,-118 +106,40,-110 +106,40,-102 +106,40,-94 +106,40,-86 +106,40,-78 +106,40,-70 +106,40,-62 +106,40,-54 +106,40,-46 +106,40,-38 +106,40,-30 +106,40,-22 +106,40,-14 +106,40,-6 +106,40,2 +106,40,10 +106,40,18 +106,40,26 +106,40,34 +106,40,42 +106,40,50 +106,40,58 +106,40,66 +106,40,74 +106,40,82 +106,40,90 +106,40,98 +106,40,106 +106,40,114 +106,40,122 +106,40,130 +106,40,138 +106,40,146 +114,40,-150 +114,40,-142 +114,40,-134 +114,40,-126 +114,40,-118 +114,40,-110 +114,40,-102 +114,40,-94 +114,40,-86 +114,40,-78 +114,40,-70 +114,40,-62 +114,40,-54 +114,40,-46 +114,40,-38 +114,40,-30 +114,40,-22 +114,40,-14 +114,40,-6 +114,40,2 +114,40,10 +114,40,18 +114,40,26 +114,40,34 +114,40,42 +114,40,50 +114,40,58 +114,40,66 +114,40,74 +114,40,82 +114,40,90 +114,40,98 +114,40,106 +114,40,114 +114,40,122 +114,40,130 +114,40,138 +114,40,146 +122,40,-150 +122,40,-142 +122,40,-134 +122,40,-126 +122,40,-118 +122,40,-110 +122,40,-102 +122,40,-94 +122,40,-86 +122,40,-78 +122,40,-70 +122,40,-62 +122,40,-54 +122,40,-46 +122,40,-38 +122,40,-30 +122,40,-22 +122,40,-14 +122,40,-6 +122,40,2 +122,40,10 +122,40,18 +122,40,26 +122,40,34 +122,40,42 +122,40,50 +122,40,58 +122,40,66 +122,40,74 +122,40,82 +122,40,90 +122,40,98 +122,40,106 +122,40,114 +122,40,122 +122,40,130 +122,40,138 +122,40,146 +130,40,-150 +130,40,-142 +130,40,-134 +130,40,-126 +130,40,-118 +130,40,-110 +130,40,-102 +130,40,-94 +130,40,-86 +130,40,-78 +130,40,-70 +130,40,-62 +130,40,-54 +130,40,-46 +130,40,-38 +130,40,-30 +130,40,-22 +130,40,-14 +130,40,-6 +130,40,2 +130,40,10 +130,40,18 +130,40,26 +130,40,34 +130,40,42 +130,40,50 +130,40,58 +130,40,66 +130,40,74 +130,40,82 +130,40,90 +130,40,98 +130,40,106 +130,40,114 +130,40,122 +130,40,130 +130,40,138 +130,40,146 +138,40,-150 +138,40,-142 +138,40,-134 +138,40,-126 +138,40,-118 +138,40,-110 +138,40,-102 +138,40,-94 +138,40,-86 +138,40,-78 +138,40,-70 +138,40,-62 +138,40,-54 +138,40,-46 +138,40,-38 +138,40,-30 +138,40,-22 +138,40,-14 +138,40,-6 +138,40,2 +138,40,10 +138,40,18 +138,40,26 +138,40,34 +138,40,42 +138,40,50 +138,40,58 +138,40,66 +138,40,74 +138,40,82 +138,40,90 +138,40,98 +138,40,106 +138,40,114 +138,40,122 +138,40,130 +138,40,138 +138,40,146 +146,40,-150 +146,40,-142 +146,40,-134 +146,40,-126 +146,40,-118 +146,40,-110 +146,40,-102 +146,40,-94 +146,40,-86 +146,40,-78 +146,40,-70 +146,40,-62 +146,40,-54 +146,40,-46 +146,40,-38 +146,40,-30 +146,40,-22 +146,40,-14 +146,40,-6 +146,40,2 +146,40,10 +146,40,18 +146,40,26 +146,40,34 +146,40,42 +146,40,50 +146,40,58 +146,40,66 +146,40,74 +146,40,82 +146,40,90 +146,40,98 +146,40,106 +146,40,114 +146,40,122 +146,40,130 +146,40,138 +146,40,146 +-150,48,-150 +-150,48,-142 +-150,48,-134 +-150,48,-126 +-150,48,-118 +-150,48,-110 +-150,48,-102 +-150,48,-94 +-150,48,-86 +-150,48,-78 +-150,48,-70 +-150,48,-62 +-150,48,-54 +-150,48,-46 +-150,48,-38 +-150,48,-30 +-150,48,-22 +-150,48,-14 +-150,48,-6 +-150,48,2 +-150,48,10 +-150,48,18 +-150,48,26 +-150,48,34 +-150,48,42 +-150,48,50 +-150,48,58 +-150,48,66 +-150,48,74 +-150,48,82 +-150,48,90 +-150,48,98 +-150,48,106 +-150,48,114 +-150,48,122 +-150,48,130 +-150,48,138 +-150,48,146 +-142,48,-150 +-142,48,-142 +-142,48,-134 +-142,48,-126 +-142,48,-118 +-142,48,-110 +-142,48,-102 +-142,48,-94 +-142,48,-86 +-142,48,-78 +-142,48,-70 +-142,48,-62 +-142,48,-54 +-142,48,-46 +-142,48,-38 +-142,48,-30 +-142,48,-22 +-142,48,-14 +-142,48,-6 +-142,48,2 +-142,48,10 +-142,48,18 +-142,48,26 +-142,48,34 +-142,48,42 +-142,48,50 +-142,48,58 +-142,48,66 +-142,48,74 +-142,48,82 +-142,48,90 +-142,48,98 +-142,48,106 +-142,48,114 +-142,48,122 +-142,48,130 +-142,48,138 +-142,48,146 +-134,48,-150 +-134,48,-142 +-134,48,-134 +-134,48,-126 +-134,48,-118 +-134,48,-110 +-134,48,-102 +-134,48,-94 +-134,48,-86 +-134,48,-78 +-134,48,-70 +-134,48,-62 +-134,48,-54 +-134,48,-46 +-134,48,-38 +-134,48,-30 +-134,48,-22 +-134,48,-14 +-134,48,-6 +-134,48,2 +-134,48,10 +-134,48,18 +-134,48,26 +-134,48,34 +-134,48,42 +-134,48,50 +-134,48,58 +-134,48,66 +-134,48,74 +-134,48,82 +-134,48,90 +-134,48,98 +-134,48,106 +-134,48,114 +-134,48,122 +-134,48,130 +-134,48,138 +-134,48,146 +-126,48,-150 +-126,48,-142 +-126,48,-134 +-126,48,-126 +-126,48,-118 +-126,48,-110 +-126,48,-102 +-126,48,-94 +-126,48,-86 +-126,48,-78 +-126,48,-70 +-126,48,-62 +-126,48,-54 +-126,48,-46 +-126,48,-38 +-126,48,-30 +-126,48,-22 +-126,48,-14 +-126,48,-6 +-126,48,2 +-126,48,10 +-126,48,18 +-126,48,26 +-126,48,34 +-126,48,42 +-126,48,50 +-126,48,58 +-126,48,66 +-126,48,74 +-126,48,82 +-126,48,90 +-126,48,98 +-126,48,106 +-126,48,114 +-126,48,122 +-126,48,130 +-126,48,138 +-126,48,146 +-118,48,-150 +-118,48,-142 +-118,48,-134 +-118,48,-126 +-118,48,-118 +-118,48,-110 +-118,48,-102 +-118,48,-94 +-118,48,-86 +-118,48,-78 +-118,48,-70 +-118,48,-62 +-118,48,-54 +-118,48,-46 +-118,48,-38 +-118,48,-30 +-118,48,-22 +-118,48,-14 +-118,48,-6 +-118,48,2 +-118,48,10 +-118,48,18 +-118,48,26 +-118,48,34 +-118,48,42 +-118,48,50 +-118,48,58 +-118,48,66 +-118,48,74 +-118,48,82 +-118,48,90 +-118,48,98 +-118,48,106 +-118,48,114 +-118,48,122 +-118,48,130 +-118,48,138 +-118,48,146 +-110,48,-150 +-110,48,-142 +-110,48,-134 +-110,48,-126 +-110,48,-118 +-110,48,-110 +-110,48,-102 +-110,48,-94 +-110,48,-86 +-110,48,-78 +-110,48,-70 +-110,48,-62 +-110,48,-54 +-110,48,-46 +-110,48,-38 +-110,48,-30 +-110,48,-22 +-110,48,-14 +-110,48,-6 +-110,48,2 +-110,48,10 +-110,48,18 +-110,48,26 +-110,48,34 +-110,48,42 +-110,48,50 +-110,48,58 +-110,48,66 +-110,48,74 +-110,48,82 +-110,48,90 +-110,48,98 +-110,48,106 +-110,48,114 +-110,48,122 +-110,48,130 +-110,48,138 +-110,48,146 +-102,48,-150 +-102,48,-142 +-102,48,-134 +-102,48,-126 +-102,48,-118 +-102,48,-110 +-102,48,-102 +-102,48,-94 +-102,48,-86 +-102,48,-78 +-102,48,-70 +-102,48,-62 +-102,48,-54 +-102,48,-46 +-102,48,-38 +-102,48,-30 +-102,48,-22 +-102,48,-14 +-102,48,-6 +-102,48,2 +-102,48,10 +-102,48,18 +-102,48,26 +-102,48,34 +-102,48,42 +-102,48,50 +-102,48,58 +-102,48,66 +-102,48,74 +-102,48,82 +-102,48,90 +-102,48,98 +-102,48,106 +-102,48,114 +-102,48,122 +-102,48,130 +-102,48,138 +-102,48,146 +-94,48,-150 +-94,48,-142 +-94,48,-134 +-94,48,-126 +-94,48,-118 +-94,48,-110 +-94,48,-102 +-94,48,-94 +-94,48,-86 +-94,48,-78 +-94,48,-70 +-94,48,-62 +-94,48,-54 +-94,48,-46 +-94,48,-38 +-94,48,-30 +-94,48,-22 +-94,48,-14 +-94,48,-6 +-94,48,2 +-94,48,10 +-94,48,18 +-94,48,26 +-94,48,34 +-94,48,42 +-94,48,50 +-94,48,58 +-94,48,66 +-94,48,74 +-94,48,82 +-94,48,90 +-94,48,98 +-94,48,106 +-94,48,114 +-94,48,122 +-94,48,130 +-94,48,138 +-94,48,146 +-86,48,-150 +-86,48,-142 +-86,48,-134 +-86,48,-126 +-86,48,-118 +-86,48,-110 +-86,48,-102 +-86,48,-94 +-86,48,-86 +-86,48,-78 +-86,48,-70 +-86,48,-62 +-86,48,-54 +-86,48,-46 +-86,48,-38 +-86,48,-30 +-86,48,-22 +-86,48,-14 +-86,48,-6 +-86,48,2 +-86,48,10 +-86,48,18 +-86,48,26 +-86,48,34 +-86,48,42 +-86,48,50 +-86,48,58 +-86,48,66 +-86,48,74 +-86,48,82 +-86,48,90 +-86,48,98 +-86,48,106 +-86,48,114 +-86,48,122 +-86,48,130 +-86,48,138 +-86,48,146 +-78,48,-150 +-78,48,-142 +-78,48,-134 +-78,48,-126 +-78,48,-118 +-78,48,-110 +-78,48,-102 +-78,48,-94 +-78,48,-86 +-78,48,-78 +-78,48,-70 +-78,48,-62 +-78,48,-54 +-78,48,-46 +-78,48,-38 +-78,48,-30 +-78,48,-22 +-78,48,-14 +-78,48,-6 +-78,48,2 +-78,48,10 +-78,48,18 +-78,48,26 +-78,48,34 +-78,48,42 +-78,48,50 +-78,48,58 +-78,48,66 +-78,48,74 +-78,48,82 +-78,48,90 +-78,48,98 +-78,48,106 +-78,48,114 +-78,48,122 +-78,48,130 +-78,48,138 +-78,48,146 +-70,48,-150 +-70,48,-142 +-70,48,-134 +-70,48,-126 +-70,48,-118 +-70,48,-110 +-70,48,-102 +-70,48,-94 +-70,48,-86 +-70,48,-78 +-70,48,-70 +-70,48,-62 +-70,48,-54 +-70,48,-46 +-70,48,-38 +-70,48,-30 +-70,48,-22 +-70,48,-14 +-70,48,-6 +-70,48,2 +-70,48,10 +-70,48,18 +-70,48,26 +-70,48,34 +-70,48,42 +-70,48,50 +-70,48,58 +-70,48,66 +-70,48,74 +-70,48,82 +-70,48,90 +-70,48,98 +-70,48,106 +-70,48,114 +-70,48,122 +-70,48,130 +-70,48,138 +-70,48,146 +-62,48,-150 +-62,48,-142 +-62,48,-134 +-62,48,-126 +-62,48,-118 +-62,48,-110 +-62,48,-102 +-62,48,-94 +-62,48,-86 +-62,48,-78 +-62,48,-70 +-62,48,-62 +-62,48,-54 +-62,48,-46 +-62,48,-38 +-62,48,-30 +-62,48,-22 +-62,48,-14 +-62,48,-6 +-62,48,2 +-62,48,10 +-62,48,18 +-62,48,26 +-62,48,34 +-62,48,42 +-62,48,50 +-62,48,58 +-62,48,66 +-62,48,74 +-62,48,82 +-62,48,90 +-62,48,98 +-62,48,106 +-62,48,114 +-62,48,122 +-62,48,130 +-62,48,138 +-62,48,146 +-54,48,-150 +-54,48,-142 +-54,48,-134 +-54,48,-126 +-54,48,-118 +-54,48,-110 +-54,48,-102 +-54,48,-94 +-54,48,-86 +-54,48,-78 +-54,48,-70 +-54,48,-62 +-54,48,-54 +-54,48,-46 +-54,48,-38 +-54,48,-30 +-54,48,-22 +-54,48,-14 +-54,48,-6 +-54,48,2 +-54,48,10 +-54,48,18 +-54,48,26 +-54,48,34 +-54,48,42 +-54,48,50 +-54,48,58 +-54,48,66 +-54,48,74 +-54,48,82 +-54,48,90 +-54,48,98 +-54,48,106 +-54,48,114 +-54,48,122 +-54,48,130 +-54,48,138 +-54,48,146 +-46,48,-150 +-46,48,-142 +-46,48,-134 +-46,48,-126 +-46,48,-118 +-46,48,-110 +-46,48,-102 +-46,48,-94 +-46,48,-86 +-46,48,-78 +-46,48,-70 +-46,48,-62 +-46,48,-54 +-46,48,-46 +-46,48,-38 +-46,48,-30 +-46,48,-22 +-46,48,-14 +-46,48,-6 +-46,48,2 +-46,48,10 +-46,48,18 +-46,48,26 +-46,48,34 +-46,48,42 +-46,48,50 +-46,48,58 +-46,48,66 +-46,48,74 +-46,48,82 +-46,48,90 +-46,48,98 +-46,48,106 +-46,48,114 +-46,48,122 +-46,48,130 +-46,48,138 +-46,48,146 +-38,48,-150 +-38,48,-142 +-38,48,-134 +-38,48,-126 +-38,48,-118 +-38,48,-110 +-38,48,-102 +-38,48,-94 +-38,48,-86 +-38,48,-78 +-38,48,-70 +-38,48,-62 +-38,48,-54 +-38,48,-46 +-38,48,-38 +-38,48,-30 +-38,48,-22 +-38,48,-14 +-38,48,-6 +-38,48,2 +-38,48,10 +-38,48,18 +-38,48,26 +-38,48,34 +-38,48,42 +-38,48,50 +-38,48,58 +-38,48,66 +-38,48,74 +-38,48,82 +-38,48,90 +-38,48,98 +-38,48,106 +-38,48,114 +-38,48,122 +-38,48,130 +-38,48,138 +-38,48,146 +-30,48,-150 +-30,48,-142 +-30,48,-134 +-30,48,-126 +-30,48,-118 +-30,48,-110 +-30,48,-102 +-30,48,-94 +-30,48,-86 +-30,48,-78 +-30,48,-70 +-30,48,-62 +-30,48,-54 +-30,48,-46 +-30,48,-38 +-30,48,-30 +-30,48,-22 +-30,48,-14 +-30,48,-6 +-30,48,2 +-30,48,10 +-30,48,18 +-30,48,26 +-30,48,34 +-30,48,42 +-30,48,50 +-30,48,58 +-30,48,66 +-30,48,74 +-30,48,82 +-30,48,90 +-30,48,98 +-30,48,106 +-30,48,114 +-30,48,122 +-30,48,130 +-30,48,138 +-30,48,146 +-22,48,-150 +-22,48,-142 +-22,48,-134 +-22,48,-126 +-22,48,-118 +-22,48,-110 +-22,48,-102 +-22,48,-94 +-22,48,-86 +-22,48,-78 +-22,48,-70 +-22,48,-62 +-22,48,-54 +-22,48,-46 +-22,48,-38 +-22,48,-30 +-22,48,-22 +-22,48,-14 +-22,48,-6 +-22,48,2 +-22,48,10 +-22,48,18 +-22,48,26 +-22,48,34 +-22,48,42 +-22,48,50 +-22,48,58 +-22,48,66 +-22,48,74 +-22,48,82 +-22,48,90 +-22,48,98 +-22,48,106 +-22,48,114 +-22,48,122 +-22,48,130 +-22,48,138 +-22,48,146 +-14,48,-150 +-14,48,-142 +-14,48,-134 +-14,48,-126 +-14,48,-118 +-14,48,-110 +-14,48,-102 +-14,48,-94 +-14,48,-86 +-14,48,-78 +-14,48,-70 +-14,48,-62 +-14,48,-54 +-14,48,-46 +-14,48,-38 +-14,48,-30 +-14,48,-22 +-14,48,-14 +-14,48,-6 +-14,48,2 +-14,48,10 +-14,48,18 +-14,48,26 +-14,48,34 +-14,48,42 +-14,48,50 +-14,48,58 +-14,48,66 +-14,48,74 +-14,48,82 +-14,48,90 +-14,48,98 +-14,48,106 +-14,48,114 +-14,48,122 +-14,48,130 +-14,48,138 +-14,48,146 +-6,48,-150 +-6,48,-142 +-6,48,-134 +-6,48,-126 +-6,48,-118 +-6,48,-110 +-6,48,-102 +-6,48,-94 +-6,48,-86 +-6,48,-78 +-6,48,-70 +-6,48,-62 +-6,48,-54 +-6,48,-46 +-6,48,-38 +-6,48,-30 +-6,48,-22 +-6,48,-14 +-6,48,-6 +-6,48,2 +-6,48,10 +-6,48,18 +-6,48,26 +-6,48,34 +-6,48,42 +-6,48,50 +-6,48,58 +-6,48,66 +-6,48,74 +-6,48,82 +-6,48,90 +-6,48,98 +-6,48,106 +-6,48,114 +-6,48,122 +-6,48,130 +-6,48,138 +-6,48,146 +2,48,-150 +2,48,-142 +2,48,-134 +2,48,-126 +2,48,-118 +2,48,-110 +2,48,-102 +2,48,-94 +2,48,-86 +2,48,-78 +2,48,-70 +2,48,-62 +2,48,-54 +2,48,-46 +2,48,-38 +2,48,-30 +2,48,-22 +2,48,-14 +2,48,-6 +2,48,2 +2,48,10 +2,48,18 +2,48,26 +2,48,34 +2,48,42 +2,48,50 +2,48,58 +2,48,66 +2,48,74 +2,48,82 +2,48,90 +2,48,98 +2,48,106 +2,48,114 +2,48,122 +2,48,130 +2,48,138 +2,48,146 +10,48,-150 +10,48,-142 +10,48,-134 +10,48,-126 +10,48,-118 +10,48,-110 +10,48,-102 +10,48,-94 +10,48,-86 +10,48,-78 +10,48,-70 +10,48,-62 +10,48,-54 +10,48,-46 +10,48,-38 +10,48,-30 +10,48,-22 +10,48,-14 +10,48,-6 +10,48,2 +10,48,10 +10,48,18 +10,48,26 +10,48,34 +10,48,42 +10,48,50 +10,48,58 +10,48,66 +10,48,74 +10,48,82 +10,48,90 +10,48,98 +10,48,106 +10,48,114 +10,48,122 +10,48,130 +10,48,138 +10,48,146 +18,48,-150 +18,48,-142 +18,48,-134 +18,48,-126 +18,48,-118 +18,48,-110 +18,48,-102 +18,48,-94 +18,48,-86 +18,48,-78 +18,48,-70 +18,48,-62 +18,48,-54 +18,48,-46 +18,48,-38 +18,48,-30 +18,48,-22 +18,48,-14 +18,48,-6 +18,48,2 +18,48,10 +18,48,18 +18,48,26 +18,48,34 +18,48,42 +18,48,50 +18,48,58 +18,48,66 +18,48,74 +18,48,82 +18,48,90 +18,48,98 +18,48,106 +18,48,114 +18,48,122 +18,48,130 +18,48,138 +18,48,146 +26,48,-150 +26,48,-142 +26,48,-134 +26,48,-126 +26,48,-118 +26,48,-110 +26,48,-102 +26,48,-94 +26,48,-86 +26,48,-78 +26,48,-70 +26,48,-62 +26,48,-54 +26,48,-46 +26,48,-38 +26,48,-30 +26,48,-22 +26,48,-14 +26,48,-6 +26,48,2 +26,48,10 +26,48,18 +26,48,26 +26,48,34 +26,48,42 +26,48,50 +26,48,58 +26,48,66 +26,48,74 +26,48,82 +26,48,90 +26,48,98 +26,48,106 +26,48,114 +26,48,122 +26,48,130 +26,48,138 +26,48,146 +34,48,-150 +34,48,-142 +34,48,-134 +34,48,-126 +34,48,-118 +34,48,-110 +34,48,-102 +34,48,-94 +34,48,-86 +34,48,-78 +34,48,-70 +34,48,-62 +34,48,-54 +34,48,-46 +34,48,-38 +34,48,-30 +34,48,-22 +34,48,-14 +34,48,-6 +34,48,2 +34,48,10 +34,48,18 +34,48,26 +34,48,34 +34,48,42 +34,48,50 +34,48,58 +34,48,66 +34,48,74 +34,48,82 +34,48,90 +34,48,98 +34,48,106 +34,48,114 +34,48,122 +34,48,130 +34,48,138 +34,48,146 +42,48,-150 +42,48,-142 +42,48,-134 +42,48,-126 +42,48,-118 +42,48,-110 +42,48,-102 +42,48,-94 +42,48,-86 +42,48,-78 +42,48,-70 +42,48,-62 +42,48,-54 +42,48,-46 +42,48,-38 +42,48,-30 +42,48,-22 +42,48,-14 +42,48,-6 +42,48,2 +42,48,10 +42,48,18 +42,48,26 +42,48,34 +42,48,42 +42,48,50 +42,48,58 +42,48,66 +42,48,74 +42,48,82 +42,48,90 +42,48,98 +42,48,106 +42,48,114 +42,48,122 +42,48,130 +42,48,138 +42,48,146 +50,48,-150 +50,48,-142 +50,48,-134 +50,48,-126 +50,48,-118 +50,48,-110 +50,48,-102 +50,48,-94 +50,48,-86 +50,48,-78 +50,48,-70 +50,48,-62 +50,48,-54 +50,48,-46 +50,48,-38 +50,48,-30 +50,48,-22 +50,48,-14 +50,48,-6 +50,48,2 +50,48,10 +50,48,18 +50,48,26 +50,48,34 +50,48,42 +50,48,50 +50,48,58 +50,48,66 +50,48,74 +50,48,82 +50,48,90 +50,48,98 +50,48,106 +50,48,114 +50,48,122 +50,48,130 +50,48,138 +50,48,146 +58,48,-150 +58,48,-142 +58,48,-134 +58,48,-126 +58,48,-118 +58,48,-110 +58,48,-102 +58,48,-94 +58,48,-86 +58,48,-78 +58,48,-70 +58,48,-62 +58,48,-54 +58,48,-46 +58,48,-38 +58,48,-30 +58,48,-22 +58,48,-14 +58,48,-6 +58,48,2 +58,48,10 +58,48,18 +58,48,26 +58,48,34 +58,48,42 +58,48,50 +58,48,58 +58,48,66 +58,48,74 +58,48,82 +58,48,90 +58,48,98 +58,48,106 +58,48,114 +58,48,122 +58,48,130 +58,48,138 +58,48,146 +66,48,-150 +66,48,-142 +66,48,-134 +66,48,-126 +66,48,-118 +66,48,-110 +66,48,-102 +66,48,-94 +66,48,-86 +66,48,-78 +66,48,-70 +66,48,-62 +66,48,-54 +66,48,-46 +66,48,-38 +66,48,-30 +66,48,-22 +66,48,-14 +66,48,-6 +66,48,2 +66,48,10 +66,48,18 +66,48,26 +66,48,34 +66,48,42 +66,48,50 +66,48,58 +66,48,66 +66,48,74 +66,48,82 +66,48,90 +66,48,98 +66,48,106 +66,48,114 +66,48,122 +66,48,130 +66,48,138 +66,48,146 +74,48,-150 +74,48,-142 +74,48,-134 +74,48,-126 +74,48,-118 +74,48,-110 +74,48,-102 +74,48,-94 +74,48,-86 +74,48,-78 +74,48,-70 +74,48,-62 +74,48,-54 +74,48,-46 +74,48,-38 +74,48,-30 +74,48,-22 +74,48,-14 +74,48,-6 +74,48,2 +74,48,10 +74,48,18 +74,48,26 +74,48,34 +74,48,42 +74,48,50 +74,48,58 +74,48,66 +74,48,74 +74,48,82 +74,48,90 +74,48,98 +74,48,106 +74,48,114 +74,48,122 +74,48,130 +74,48,138 +74,48,146 +82,48,-150 +82,48,-142 +82,48,-134 +82,48,-126 +82,48,-118 +82,48,-110 +82,48,-102 +82,48,-94 +82,48,-86 +82,48,-78 +82,48,-70 +82,48,-62 +82,48,-54 +82,48,-46 +82,48,-38 +82,48,-30 +82,48,-22 +82,48,-14 +82,48,-6 +82,48,2 +82,48,10 +82,48,18 +82,48,26 +82,48,34 +82,48,42 +82,48,50 +82,48,58 +82,48,66 +82,48,74 +82,48,82 +82,48,90 +82,48,98 +82,48,106 +82,48,114 +82,48,122 +82,48,130 +82,48,138 +82,48,146 +90,48,-150 +90,48,-142 +90,48,-134 +90,48,-126 +90,48,-118 +90,48,-110 +90,48,-102 +90,48,-94 +90,48,-86 +90,48,-78 +90,48,-70 +90,48,-62 +90,48,-54 +90,48,-46 +90,48,-38 +90,48,-30 +90,48,-22 +90,48,-14 +90,48,-6 +90,48,2 +90,48,10 +90,48,18 +90,48,26 +90,48,34 +90,48,42 +90,48,50 +90,48,58 +90,48,66 +90,48,74 +90,48,82 +90,48,90 +90,48,98 +90,48,106 +90,48,114 +90,48,122 +90,48,130 +90,48,138 +90,48,146 +98,48,-150 +98,48,-142 +98,48,-134 +98,48,-126 +98,48,-118 +98,48,-110 +98,48,-102 +98,48,-94 +98,48,-86 +98,48,-78 +98,48,-70 +98,48,-62 +98,48,-54 +98,48,-46 +98,48,-38 +98,48,-30 +98,48,-22 +98,48,-14 +98,48,-6 +98,48,2 +98,48,10 +98,48,18 +98,48,26 +98,48,34 +98,48,42 +98,48,50 +98,48,58 +98,48,66 +98,48,74 +98,48,82 +98,48,90 +98,48,98 +98,48,106 +98,48,114 +98,48,122 +98,48,130 +98,48,138 +98,48,146 +106,48,-150 +106,48,-142 +106,48,-134 +106,48,-126 +106,48,-118 +106,48,-110 +106,48,-102 +106,48,-94 +106,48,-86 +106,48,-78 +106,48,-70 +106,48,-62 +106,48,-54 +106,48,-46 +106,48,-38 +106,48,-30 +106,48,-22 +106,48,-14 +106,48,-6 +106,48,2 +106,48,10 +106,48,18 +106,48,26 +106,48,34 +106,48,42 +106,48,50 +106,48,58 +106,48,66 +106,48,74 +106,48,82 +106,48,90 +106,48,98 +106,48,106 +106,48,114 +106,48,122 +106,48,130 +106,48,138 +106,48,146 +114,48,-150 +114,48,-142 +114,48,-134 +114,48,-126 +114,48,-118 +114,48,-110 +114,48,-102 +114,48,-94 +114,48,-86 +114,48,-78 +114,48,-70 +114,48,-62 +114,48,-54 +114,48,-46 +114,48,-38 +114,48,-30 +114,48,-22 +114,48,-14 +114,48,-6 +114,48,2 +114,48,10 +114,48,18 +114,48,26 +114,48,34 +114,48,42 +114,48,50 +114,48,58 +114,48,66 +114,48,74 +114,48,82 +114,48,90 +114,48,98 +114,48,106 +114,48,114 +114,48,122 +114,48,130 +114,48,138 +114,48,146 +122,48,-150 +122,48,-142 +122,48,-134 +122,48,-126 +122,48,-118 +122,48,-110 +122,48,-102 +122,48,-94 +122,48,-86 +122,48,-78 +122,48,-70 +122,48,-62 +122,48,-54 +122,48,-46 +122,48,-38 +122,48,-30 +122,48,-22 +122,48,-14 +122,48,-6 +122,48,2 +122,48,10 +122,48,18 +122,48,26 +122,48,34 +122,48,42 +122,48,50 +122,48,58 +122,48,66 +122,48,74 +122,48,82 +122,48,90 +122,48,98 +122,48,106 +122,48,114 +122,48,122 +122,48,130 +122,48,138 +122,48,146 +130,48,-150 +130,48,-142 +130,48,-134 +130,48,-126 +130,48,-118 +130,48,-110 +130,48,-102 +130,48,-94 +130,48,-86 +130,48,-78 +130,48,-70 +130,48,-62 +130,48,-54 +130,48,-46 +130,48,-38 +130,48,-30 +130,48,-22 +130,48,-14 +130,48,-6 +130,48,2 +130,48,10 +130,48,18 +130,48,26 +130,48,34 +130,48,42 +130,48,50 +130,48,58 +130,48,66 +130,48,74 +130,48,82 +130,48,90 +130,48,98 +130,48,106 +130,48,114 +130,48,122 +130,48,130 +130,48,138 +130,48,146 +138,48,-150 +138,48,-142 +138,48,-134 +138,48,-126 +138,48,-118 +138,48,-110 +138,48,-102 +138,48,-94 +138,48,-86 +138,48,-78 +138,48,-70 +138,48,-62 +138,48,-54 +138,48,-46 +138,48,-38 +138,48,-30 +138,48,-22 +138,48,-14 +138,48,-6 +138,48,2 +138,48,10 +138,48,18 +138,48,26 +138,48,34 +138,48,42 +138,48,50 +138,48,58 +138,48,66 +138,48,74 +138,48,82 +138,48,90 +138,48,98 +138,48,106 +138,48,114 +138,48,122 +138,48,130 +138,48,138 +138,48,146 +146,48,-150 +146,48,-142 +146,48,-134 +146,48,-126 +146,48,-118 +146,48,-110 +146,48,-102 +146,48,-94 +146,48,-86 +146,48,-78 +146,48,-70 +146,48,-62 +146,48,-54 +146,48,-46 +146,48,-38 +146,48,-30 +146,48,-22 +146,48,-14 +146,48,-6 +146,48,2 +146,48,10 +146,48,18 +146,48,26 +146,48,34 +146,48,42 +146,48,50 +146,48,58 +146,48,66 +146,48,74 +146,48,82 +146,48,90 +146,48,98 +146,48,106 +146,48,114 +146,48,122 +146,48,130 +146,48,138 +146,48,146 +-150,56,-150 +-150,56,-142 +-150,56,-134 +-150,56,-126 +-150,56,-118 +-150,56,-110 +-150,56,-102 +-150,56,-94 +-150,56,-86 +-150,56,-78 +-150,56,-70 +-150,56,-62 +-150,56,-54 +-150,56,-46 +-150,56,-38 +-150,56,-30 +-150,56,-22 +-150,56,-14 +-150,56,-6 +-150,56,2 +-150,56,10 +-150,56,18 +-150,56,26 +-150,56,34 +-150,56,42 +-150,56,50 +-150,56,58 +-150,56,66 +-150,56,74 +-150,56,82 +-150,56,90 +-150,56,98 +-150,56,106 +-150,56,114 +-150,56,122 +-150,56,130 +-150,56,138 +-150,56,146 +-142,56,-150 +-142,56,-142 +-142,56,-134 +-142,56,-126 +-142,56,-118 +-142,56,-110 +-142,56,-102 +-142,56,-94 +-142,56,-86 +-142,56,-78 +-142,56,-70 +-142,56,-62 +-142,56,-54 +-142,56,-46 +-142,56,-38 +-142,56,-30 +-142,56,-22 +-142,56,-14 +-142,56,-6 +-142,56,2 +-142,56,10 +-142,56,18 +-142,56,26 +-142,56,34 +-142,56,42 +-142,56,50 +-142,56,58 +-142,56,66 +-142,56,74 +-142,56,82 +-142,56,90 +-142,56,98 +-142,56,106 +-142,56,114 +-142,56,122 +-142,56,130 +-142,56,138 +-142,56,146 +-134,56,-150 +-134,56,-142 +-134,56,-134 +-134,56,-126 +-134,56,-118 +-134,56,-110 +-134,56,-102 +-134,56,-94 +-134,56,-86 +-134,56,-78 +-134,56,-70 +-134,56,-62 +-134,56,-54 +-134,56,-46 +-134,56,-38 +-134,56,-30 +-134,56,-22 +-134,56,-14 +-134,56,-6 +-134,56,2 +-134,56,10 +-134,56,18 +-134,56,26 +-134,56,34 +-134,56,42 +-134,56,50 +-134,56,58 +-134,56,66 +-134,56,74 +-134,56,82 +-134,56,90 +-134,56,98 +-134,56,106 +-134,56,114 +-134,56,122 +-134,56,130 +-134,56,138 +-134,56,146 +-126,56,-150 +-126,56,-142 +-126,56,-134 +-126,56,-126 +-126,56,-118 +-126,56,-110 +-126,56,-102 +-126,56,-94 +-126,56,-86 +-126,56,-78 +-126,56,-70 +-126,56,-62 +-126,56,-54 +-126,56,-46 +-126,56,-38 +-126,56,-30 +-126,56,-22 +-126,56,-14 +-126,56,-6 +-126,56,2 +-126,56,10 +-126,56,18 +-126,56,26 +-126,56,34 +-126,56,42 +-126,56,50 +-126,56,58 +-126,56,66 +-126,56,74 +-126,56,82 +-126,56,90 +-126,56,98 +-126,56,106 +-126,56,114 +-126,56,122 +-126,56,130 +-126,56,138 +-126,56,146 +-118,56,-150 +-118,56,-142 +-118,56,-134 +-118,56,-126 +-118,56,-118 +-118,56,-110 +-118,56,-102 +-118,56,-94 +-118,56,-86 +-118,56,-78 +-118,56,-70 +-118,56,-62 +-118,56,-54 +-118,56,-46 +-118,56,-38 +-118,56,-30 +-118,56,-22 +-118,56,-14 +-118,56,-6 +-118,56,2 +-118,56,10 +-118,56,18 +-118,56,26 +-118,56,34 +-118,56,42 +-118,56,50 +-118,56,58 +-118,56,66 +-118,56,74 +-118,56,82 +-118,56,90 +-118,56,98 +-118,56,106 +-118,56,114 +-118,56,122 +-118,56,130 +-118,56,138 +-118,56,146 +-110,56,-150 +-110,56,-142 +-110,56,-134 +-110,56,-126 +-110,56,-118 +-110,56,-110 +-110,56,-102 +-110,56,-94 +-110,56,-86 +-110,56,-78 +-110,56,-70 +-110,56,-62 +-110,56,-54 +-110,56,-46 +-110,56,-38 +-110,56,-30 +-110,56,-22 +-110,56,-14 +-110,56,-6 +-110,56,2 +-110,56,10 +-110,56,18 +-110,56,26 +-110,56,34 +-110,56,42 +-110,56,50 +-110,56,58 +-110,56,66 +-110,56,74 +-110,56,82 +-110,56,90 +-110,56,98 +-110,56,106 +-110,56,114 +-110,56,122 +-110,56,130 +-110,56,138 +-110,56,146 +-102,56,-150 +-102,56,-142 +-102,56,-134 +-102,56,-126 +-102,56,-118 +-102,56,-110 +-102,56,-102 +-102,56,-94 +-102,56,-86 +-102,56,-78 +-102,56,-70 +-102,56,-62 +-102,56,-54 +-102,56,-46 +-102,56,-38 +-102,56,-30 +-102,56,-22 +-102,56,-14 +-102,56,-6 +-102,56,2 +-102,56,10 +-102,56,18 +-102,56,26 +-102,56,34 +-102,56,42 +-102,56,50 +-102,56,58 +-102,56,66 +-102,56,74 +-102,56,82 +-102,56,90 +-102,56,98 +-102,56,106 +-102,56,114 +-102,56,122 +-102,56,130 +-102,56,138 +-102,56,146 +-94,56,-150 +-94,56,-142 +-94,56,-134 +-94,56,-126 +-94,56,-118 +-94,56,-110 +-94,56,-102 +-94,56,-94 +-94,56,-86 +-94,56,-78 +-94,56,-70 +-94,56,-62 +-94,56,-54 +-94,56,-46 +-94,56,-38 +-94,56,-30 +-94,56,-22 +-94,56,-14 +-94,56,-6 +-94,56,2 +-94,56,10 +-94,56,18 +-94,56,26 +-94,56,34 +-94,56,42 +-94,56,50 +-94,56,58 +-94,56,66 +-94,56,74 +-94,56,82 +-94,56,90 +-94,56,98 +-94,56,106 +-94,56,114 +-94,56,122 +-94,56,130 +-94,56,138 +-94,56,146 +-86,56,-150 +-86,56,-142 +-86,56,-134 +-86,56,-126 +-86,56,-118 +-86,56,-110 +-86,56,-102 +-86,56,-94 +-86,56,-86 +-86,56,-78 +-86,56,-70 +-86,56,-62 +-86,56,-54 +-86,56,-46 +-86,56,-38 +-86,56,-30 +-86,56,-22 +-86,56,-14 +-86,56,-6 +-86,56,2 +-86,56,10 +-86,56,18 +-86,56,26 +-86,56,34 +-86,56,42 +-86,56,50 +-86,56,58 +-86,56,66 +-86,56,74 +-86,56,82 +-86,56,90 +-86,56,98 +-86,56,106 +-86,56,114 +-86,56,122 +-86,56,130 +-86,56,138 +-86,56,146 +-78,56,-150 +-78,56,-142 +-78,56,-134 +-78,56,-126 +-78,56,-118 +-78,56,-110 +-78,56,-102 +-78,56,-94 +-78,56,-86 +-78,56,-78 +-78,56,-70 +-78,56,-62 +-78,56,-54 +-78,56,-46 +-78,56,-38 +-78,56,-30 +-78,56,-22 +-78,56,-14 +-78,56,-6 +-78,56,2 +-78,56,10 +-78,56,18 +-78,56,26 +-78,56,34 +-78,56,42 +-78,56,50 +-78,56,58 +-78,56,66 +-78,56,74 +-78,56,82 +-78,56,90 +-78,56,98 +-78,56,106 +-78,56,114 +-78,56,122 +-78,56,130 +-78,56,138 +-78,56,146 +-70,56,-150 +-70,56,-142 +-70,56,-134 +-70,56,-126 +-70,56,-118 +-70,56,-110 +-70,56,-102 +-70,56,-94 +-70,56,-86 +-70,56,-78 +-70,56,-70 +-70,56,-62 +-70,56,-54 +-70,56,-46 +-70,56,-38 +-70,56,-30 +-70,56,-22 +-70,56,-14 +-70,56,-6 +-70,56,2 +-70,56,10 +-70,56,18 +-70,56,26 +-70,56,34 +-70,56,42 +-70,56,50 +-70,56,58 +-70,56,66 +-70,56,74 +-70,56,82 +-70,56,90 +-70,56,98 +-70,56,106 +-70,56,114 +-70,56,122 +-70,56,130 +-70,56,138 +-70,56,146 +-62,56,-150 +-62,56,-142 +-62,56,-134 +-62,56,-126 +-62,56,-118 +-62,56,-110 +-62,56,-102 +-62,56,-94 +-62,56,-86 +-62,56,-78 +-62,56,-70 +-62,56,-62 +-62,56,-54 +-62,56,-46 +-62,56,-38 +-62,56,-30 +-62,56,-22 +-62,56,-14 +-62,56,-6 +-62,56,2 +-62,56,10 +-62,56,18 +-62,56,26 +-62,56,34 +-62,56,42 +-62,56,50 +-62,56,58 +-62,56,66 +-62,56,74 +-62,56,82 +-62,56,90 +-62,56,98 +-62,56,106 +-62,56,114 +-62,56,122 +-62,56,130 +-62,56,138 +-62,56,146 +-54,56,-150 +-54,56,-142 +-54,56,-134 +-54,56,-126 +-54,56,-118 +-54,56,-110 +-54,56,-102 +-54,56,-94 +-54,56,-86 +-54,56,-78 +-54,56,-70 +-54,56,-62 +-54,56,-54 +-54,56,-46 +-54,56,-38 +-54,56,-30 +-54,56,-22 +-54,56,-14 +-54,56,-6 +-54,56,2 +-54,56,10 +-54,56,18 +-54,56,26 +-54,56,34 +-54,56,42 +-54,56,50 +-54,56,58 +-54,56,66 +-54,56,74 +-54,56,82 +-54,56,90 +-54,56,98 +-54,56,106 +-54,56,114 +-54,56,122 +-54,56,130 +-54,56,138 +-54,56,146 +-46,56,-150 +-46,56,-142 +-46,56,-134 +-46,56,-126 +-46,56,-118 +-46,56,-110 +-46,56,-102 +-46,56,-94 +-46,56,-86 +-46,56,-78 +-46,56,-70 +-46,56,-62 +-46,56,-54 +-46,56,-46 +-46,56,-38 +-46,56,-30 +-46,56,-22 +-46,56,-14 +-46,56,-6 +-46,56,2 +-46,56,10 +-46,56,18 +-46,56,26 +-46,56,34 +-46,56,42 +-46,56,50 +-46,56,58 +-46,56,66 +-46,56,74 +-46,56,82 +-46,56,90 +-46,56,98 +-46,56,106 +-46,56,114 +-46,56,122 +-46,56,130 +-46,56,138 +-46,56,146 +-38,56,-150 +-38,56,-142 +-38,56,-134 +-38,56,-126 +-38,56,-118 +-38,56,-110 +-38,56,-102 +-38,56,-94 +-38,56,-86 +-38,56,-78 +-38,56,-70 +-38,56,-62 +-38,56,-54 +-38,56,-46 +-38,56,-38 +-38,56,-30 +-38,56,-22 +-38,56,-14 +-38,56,-6 +-38,56,2 +-38,56,10 +-38,56,18 +-38,56,26 +-38,56,34 +-38,56,42 +-38,56,50 +-38,56,58 +-38,56,66 +-38,56,74 +-38,56,82 +-38,56,90 +-38,56,98 +-38,56,106 +-38,56,114 +-38,56,122 +-38,56,130 +-38,56,138 +-38,56,146 +-30,56,-150 +-30,56,-142 +-30,56,-134 +-30,56,-126 +-30,56,-118 +-30,56,-110 +-30,56,-102 +-30,56,-94 +-30,56,-86 +-30,56,-78 +-30,56,-70 +-30,56,-62 +-30,56,-54 +-30,56,-46 +-30,56,-38 +-30,56,-30 +-30,56,-22 +-30,56,-14 +-30,56,-6 +-30,56,2 +-30,56,10 +-30,56,18 +-30,56,26 +-30,56,34 +-30,56,42 +-30,56,50 +-30,56,58 +-30,56,66 +-30,56,74 +-30,56,82 +-30,56,90 +-30,56,98 +-30,56,106 +-30,56,114 +-30,56,122 +-30,56,130 +-30,56,138 +-30,56,146 +-22,56,-150 +-22,56,-142 +-22,56,-134 +-22,56,-126 +-22,56,-118 +-22,56,-110 +-22,56,-102 +-22,56,-94 +-22,56,-86 +-22,56,-78 +-22,56,-70 +-22,56,-62 +-22,56,-54 +-22,56,-46 +-22,56,-38 +-22,56,-30 +-22,56,-22 +-22,56,-14 +-22,56,-6 +-22,56,2 +-22,56,10 +-22,56,18 +-22,56,26 +-22,56,34 +-22,56,42 +-22,56,50 +-22,56,58 +-22,56,66 +-22,56,74 +-22,56,82 +-22,56,90 +-22,56,98 +-22,56,106 +-22,56,114 +-22,56,122 +-22,56,130 +-22,56,138 +-22,56,146 +-14,56,-150 +-14,56,-142 +-14,56,-134 +-14,56,-126 +-14,56,-118 +-14,56,-110 +-14,56,-102 +-14,56,-94 +-14,56,-86 +-14,56,-78 +-14,56,-70 +-14,56,-62 +-14,56,-54 +-14,56,-46 +-14,56,-38 +-14,56,-30 +-14,56,-22 +-14,56,-14 +-14,56,-6 +-14,56,2 +-14,56,10 +-14,56,18 +-14,56,26 +-14,56,34 +-14,56,42 +-14,56,50 +-14,56,58 +-14,56,66 +-14,56,74 +-14,56,82 +-14,56,90 +-14,56,98 +-14,56,106 +-14,56,114 +-14,56,122 +-14,56,130 +-14,56,138 +-14,56,146 +-6,56,-150 +-6,56,-142 +-6,56,-134 +-6,56,-126 +-6,56,-118 +-6,56,-110 +-6,56,-102 +-6,56,-94 +-6,56,-86 +-6,56,-78 +-6,56,-70 +-6,56,-62 +-6,56,-54 +-6,56,-46 +-6,56,-38 +-6,56,-30 +-6,56,-22 +-6,56,-14 +-6,56,-6 +-6,56,2 +-6,56,10 +-6,56,18 +-6,56,26 +-6,56,34 +-6,56,42 +-6,56,50 +-6,56,58 +-6,56,66 +-6,56,74 +-6,56,82 +-6,56,90 +-6,56,98 +-6,56,106 +-6,56,114 +-6,56,122 +-6,56,130 +-6,56,138 +-6,56,146 +2,56,-150 +2,56,-142 +2,56,-134 +2,56,-126 +2,56,-118 +2,56,-110 +2,56,-102 +2,56,-94 +2,56,-86 +2,56,-78 +2,56,-70 +2,56,-62 +2,56,-54 +2,56,-46 +2,56,-38 +2,56,-30 +2,56,-22 +2,56,-14 +2,56,-6 +2,56,2 +2,56,10 +2,56,18 +2,56,26 +2,56,34 +2,56,42 +2,56,50 +2,56,58 +2,56,66 +2,56,74 +2,56,82 +2,56,90 +2,56,98 +2,56,106 +2,56,114 +2,56,122 +2,56,130 +2,56,138 +2,56,146 +10,56,-150 +10,56,-142 +10,56,-134 +10,56,-126 +10,56,-118 +10,56,-110 +10,56,-102 +10,56,-94 +10,56,-86 +10,56,-78 +10,56,-70 +10,56,-62 +10,56,-54 +10,56,-46 +10,56,-38 +10,56,-30 +10,56,-22 +10,56,-14 +10,56,-6 +10,56,2 +10,56,10 +10,56,18 +10,56,26 +10,56,34 +10,56,42 +10,56,50 +10,56,58 +10,56,66 +10,56,74 +10,56,82 +10,56,90 +10,56,98 +10,56,106 +10,56,114 +10,56,122 +10,56,130 +10,56,138 +10,56,146 +18,56,-150 +18,56,-142 +18,56,-134 +18,56,-126 +18,56,-118 +18,56,-110 +18,56,-102 +18,56,-94 +18,56,-86 +18,56,-78 +18,56,-70 +18,56,-62 +18,56,-54 +18,56,-46 +18,56,-38 +18,56,-30 +18,56,-22 +18,56,-14 +18,56,-6 +18,56,2 +18,56,10 +18,56,18 +18,56,26 +18,56,34 +18,56,42 +18,56,50 +18,56,58 +18,56,66 +18,56,74 +18,56,82 +18,56,90 +18,56,98 +18,56,106 +18,56,114 +18,56,122 +18,56,130 +18,56,138 +18,56,146 +26,56,-150 +26,56,-142 +26,56,-134 +26,56,-126 +26,56,-118 +26,56,-110 +26,56,-102 +26,56,-94 +26,56,-86 +26,56,-78 +26,56,-70 +26,56,-62 +26,56,-54 +26,56,-46 +26,56,-38 +26,56,-30 +26,56,-22 +26,56,-14 +26,56,-6 +26,56,2 +26,56,10 +26,56,18 +26,56,26 +26,56,34 +26,56,42 +26,56,50 +26,56,58 +26,56,66 +26,56,74 +26,56,82 +26,56,90 +26,56,98 +26,56,106 +26,56,114 +26,56,122 +26,56,130 +26,56,138 +26,56,146 +34,56,-150 +34,56,-142 +34,56,-134 +34,56,-126 +34,56,-118 +34,56,-110 +34,56,-102 +34,56,-94 +34,56,-86 +34,56,-78 +34,56,-70 +34,56,-62 +34,56,-54 +34,56,-46 +34,56,-38 +34,56,-30 +34,56,-22 +34,56,-14 +34,56,-6 +34,56,2 +34,56,10 +34,56,18 +34,56,26 +34,56,34 +34,56,42 +34,56,50 +34,56,58 +34,56,66 +34,56,74 +34,56,82 +34,56,90 +34,56,98 +34,56,106 +34,56,114 +34,56,122 +34,56,130 +34,56,138 +34,56,146 +42,56,-150 +42,56,-142 +42,56,-134 +42,56,-126 +42,56,-118 +42,56,-110 +42,56,-102 +42,56,-94 +42,56,-86 +42,56,-78 +42,56,-70 +42,56,-62 +42,56,-54 +42,56,-46 +42,56,-38 +42,56,-30 +42,56,-22 +42,56,-14 +42,56,-6 +42,56,2 +42,56,10 +42,56,18 +42,56,26 +42,56,34 +42,56,42 +42,56,50 +42,56,58 +42,56,66 +42,56,74 +42,56,82 +42,56,90 +42,56,98 +42,56,106 +42,56,114 +42,56,122 +42,56,130 +42,56,138 +42,56,146 +50,56,-150 +50,56,-142 +50,56,-134 +50,56,-126 +50,56,-118 +50,56,-110 +50,56,-102 +50,56,-94 +50,56,-86 +50,56,-78 +50,56,-70 +50,56,-62 +50,56,-54 +50,56,-46 +50,56,-38 +50,56,-30 +50,56,-22 +50,56,-14 +50,56,-6 +50,56,2 +50,56,10 +50,56,18 +50,56,26 +50,56,34 +50,56,42 +50,56,50 +50,56,58 +50,56,66 +50,56,74 +50,56,82 +50,56,90 +50,56,98 +50,56,106 +50,56,114 +50,56,122 +50,56,130 +50,56,138 +50,56,146 +58,56,-150 +58,56,-142 +58,56,-134 +58,56,-126 +58,56,-118 +58,56,-110 +58,56,-102 +58,56,-94 +58,56,-86 +58,56,-78 +58,56,-70 +58,56,-62 +58,56,-54 +58,56,-46 +58,56,-38 +58,56,-30 +58,56,-22 +58,56,-14 +58,56,-6 +58,56,2 +58,56,10 +58,56,18 +58,56,26 +58,56,34 +58,56,42 +58,56,50 +58,56,58 +58,56,66 +58,56,74 +58,56,82 +58,56,90 +58,56,98 +58,56,106 +58,56,114 +58,56,122 +58,56,130 +58,56,138 +58,56,146 +66,56,-150 +66,56,-142 +66,56,-134 +66,56,-126 +66,56,-118 +66,56,-110 +66,56,-102 +66,56,-94 +66,56,-86 +66,56,-78 +66,56,-70 +66,56,-62 +66,56,-54 +66,56,-46 +66,56,-38 +66,56,-30 +66,56,-22 +66,56,-14 +66,56,-6 +66,56,2 +66,56,10 +66,56,18 +66,56,26 +66,56,34 +66,56,42 +66,56,50 +66,56,58 +66,56,66 +66,56,74 +66,56,82 +66,56,90 +66,56,98 +66,56,106 +66,56,114 +66,56,122 +66,56,130 +66,56,138 +66,56,146 +74,56,-150 +74,56,-142 +74,56,-134 +74,56,-126 +74,56,-118 +74,56,-110 +74,56,-102 +74,56,-94 +74,56,-86 +74,56,-78 +74,56,-70 +74,56,-62 +74,56,-54 +74,56,-46 +74,56,-38 +74,56,-30 +74,56,-22 +74,56,-14 +74,56,-6 +74,56,2 +74,56,10 +74,56,18 +74,56,26 +74,56,34 +74,56,42 +74,56,50 +74,56,58 +74,56,66 +74,56,74 +74,56,82 +74,56,90 +74,56,98 +74,56,106 +74,56,114 +74,56,122 +74,56,130 +74,56,138 +74,56,146 +82,56,-150 +82,56,-142 +82,56,-134 +82,56,-126 +82,56,-118 +82,56,-110 +82,56,-102 +82,56,-94 +82,56,-86 +82,56,-78 +82,56,-70 +82,56,-62 +82,56,-54 +82,56,-46 +82,56,-38 +82,56,-30 +82,56,-22 +82,56,-14 +82,56,-6 +82,56,2 +82,56,10 +82,56,18 +82,56,26 +82,56,34 +82,56,42 +82,56,50 +82,56,58 +82,56,66 +82,56,74 +82,56,82 +82,56,90 +82,56,98 +82,56,106 +82,56,114 +82,56,122 +82,56,130 +82,56,138 +82,56,146 +90,56,-150 +90,56,-142 +90,56,-134 +90,56,-126 +90,56,-118 +90,56,-110 +90,56,-102 +90,56,-94 +90,56,-86 +90,56,-78 +90,56,-70 +90,56,-62 +90,56,-54 +90,56,-46 +90,56,-38 +90,56,-30 +90,56,-22 +90,56,-14 +90,56,-6 +90,56,2 +90,56,10 +90,56,18 +90,56,26 +90,56,34 +90,56,42 +90,56,50 +90,56,58 +90,56,66 +90,56,74 +90,56,82 +90,56,90 +90,56,98 +90,56,106 +90,56,114 +90,56,122 +90,56,130 +90,56,138 +90,56,146 +98,56,-150 +98,56,-142 +98,56,-134 +98,56,-126 +98,56,-118 +98,56,-110 +98,56,-102 +98,56,-94 +98,56,-86 +98,56,-78 +98,56,-70 +98,56,-62 +98,56,-54 +98,56,-46 +98,56,-38 +98,56,-30 +98,56,-22 +98,56,-14 +98,56,-6 +98,56,2 +98,56,10 +98,56,18 +98,56,26 +98,56,34 +98,56,42 +98,56,50 +98,56,58 +98,56,66 +98,56,74 +98,56,82 +98,56,90 +98,56,98 +98,56,106 +98,56,114 +98,56,122 +98,56,130 +98,56,138 +98,56,146 +106,56,-150 +106,56,-142 +106,56,-134 +106,56,-126 +106,56,-118 +106,56,-110 +106,56,-102 +106,56,-94 +106,56,-86 +106,56,-78 +106,56,-70 +106,56,-62 +106,56,-54 +106,56,-46 +106,56,-38 +106,56,-30 +106,56,-22 +106,56,-14 +106,56,-6 +106,56,2 +106,56,10 +106,56,18 +106,56,26 +106,56,34 +106,56,42 +106,56,50 +106,56,58 +106,56,66 +106,56,74 +106,56,82 +106,56,90 +106,56,98 +106,56,106 +106,56,114 +106,56,122 +106,56,130 +106,56,138 +106,56,146 +114,56,-150 +114,56,-142 +114,56,-134 +114,56,-126 +114,56,-118 +114,56,-110 +114,56,-102 +114,56,-94 +114,56,-86 +114,56,-78 +114,56,-70 +114,56,-62 +114,56,-54 +114,56,-46 +114,56,-38 +114,56,-30 +114,56,-22 +114,56,-14 +114,56,-6 +114,56,2 +114,56,10 +114,56,18 +114,56,26 +114,56,34 +114,56,42 +114,56,50 +114,56,58 +114,56,66 +114,56,74 +114,56,82 +114,56,90 +114,56,98 +114,56,106 +114,56,114 +114,56,122 +114,56,130 +114,56,138 +114,56,146 +122,56,-150 +122,56,-142 +122,56,-134 +122,56,-126 +122,56,-118 +122,56,-110 +122,56,-102 +122,56,-94 +122,56,-86 +122,56,-78 +122,56,-70 +122,56,-62 +122,56,-54 +122,56,-46 +122,56,-38 +122,56,-30 +122,56,-22 +122,56,-14 +122,56,-6 +122,56,2 +122,56,10 +122,56,18 +122,56,26 +122,56,34 +122,56,42 +122,56,50 +122,56,58 +122,56,66 +122,56,74 +122,56,82 +122,56,90 +122,56,98 +122,56,106 +122,56,114 +122,56,122 +122,56,130 +122,56,138 +122,56,146 +130,56,-150 +130,56,-142 +130,56,-134 +130,56,-126 +130,56,-118 +130,56,-110 +130,56,-102 +130,56,-94 +130,56,-86 +130,56,-78 +130,56,-70 +130,56,-62 +130,56,-54 +130,56,-46 +130,56,-38 +130,56,-30 +130,56,-22 +130,56,-14 +130,56,-6 +130,56,2 +130,56,10 +130,56,18 +130,56,26 +130,56,34 +130,56,42 +130,56,50 +130,56,58 +130,56,66 +130,56,74 +130,56,82 +130,56,90 +130,56,98 +130,56,106 +130,56,114 +130,56,122 +130,56,130 +130,56,138 +130,56,146 +138,56,-150 +138,56,-142 +138,56,-134 +138,56,-126 +138,56,-118 +138,56,-110 +138,56,-102 +138,56,-94 +138,56,-86 +138,56,-78 +138,56,-70 +138,56,-62 +138,56,-54 +138,56,-46 +138,56,-38 +138,56,-30 +138,56,-22 +138,56,-14 +138,56,-6 +138,56,2 +138,56,10 +138,56,18 +138,56,26 +138,56,34 +138,56,42 +138,56,50 +138,56,58 +138,56,66 +138,56,74 +138,56,82 +138,56,90 +138,56,98 +138,56,106 +138,56,114 +138,56,122 +138,56,130 +138,56,138 +138,56,146 +146,56,-150 +146,56,-142 +146,56,-134 +146,56,-126 +146,56,-118 +146,56,-110 +146,56,-102 +146,56,-94 +146,56,-86 +146,56,-78 +146,56,-70 +146,56,-62 +146,56,-54 +146,56,-46 +146,56,-38 +146,56,-30 +146,56,-22 +146,56,-14 +146,56,-6 +146,56,2 +146,56,10 +146,56,18 +146,56,26 +146,56,34 +146,56,42 +146,56,50 +146,56,58 +146,56,66 +146,56,74 +146,56,82 +146,56,90 +146,56,98 +146,56,106 +146,56,114 +146,56,122 +146,56,130 +146,56,138 +146,56,146 +-150,64,-150 +-150,64,-142 +-150,64,-134 +-150,64,-126 +-150,64,-118 +-150,64,-110 +-150,64,-102 +-150,64,-94 +-150,64,-86 +-150,64,-78 +-150,64,-70 +-150,64,-62 +-150,64,-54 +-150,64,-46 +-150,64,-38 +-150,64,-30 +-150,64,-22 +-150,64,-14 +-150,64,-6 +-150,64,2 +-150,64,10 +-150,64,18 +-150,64,26 +-150,64,34 +-150,64,42 +-150,64,50 +-150,64,58 +-150,64,66 +-150,64,74 +-150,64,82 +-150,64,90 +-150,64,98 +-150,64,106 +-150,64,114 +-150,64,122 +-150,64,130 +-150,64,138 +-150,64,146 +-142,64,-150 +-142,64,-142 +-142,64,-134 +-142,64,-126 +-142,64,-118 +-142,64,-110 +-142,64,-102 +-142,64,-94 +-142,64,-86 +-142,64,-78 +-142,64,-70 +-142,64,-62 +-142,64,-54 +-142,64,-46 +-142,64,-38 +-142,64,-30 +-142,64,-22 +-142,64,-14 +-142,64,-6 +-142,64,2 +-142,64,10 +-142,64,18 +-142,64,26 +-142,64,34 +-142,64,42 +-142,64,50 +-142,64,58 +-142,64,66 +-142,64,74 +-142,64,82 +-142,64,90 +-142,64,98 +-142,64,106 +-142,64,114 +-142,64,122 +-142,64,130 +-142,64,138 +-142,64,146 +-134,64,-150 +-134,64,-142 +-134,64,-134 +-134,64,-126 +-134,64,-118 +-134,64,-110 +-134,64,-102 +-134,64,-94 +-134,64,-86 +-134,64,-78 +-134,64,-70 +-134,64,-62 +-134,64,-54 +-134,64,-46 +-134,64,-38 +-134,64,-30 +-134,64,-22 +-134,64,-14 +-134,64,-6 +-134,64,2 +-134,64,10 +-134,64,18 +-134,64,26 +-134,64,34 +-134,64,42 +-134,64,50 +-134,64,58 +-134,64,66 +-134,64,74 +-134,64,82 +-134,64,90 +-134,64,98 +-134,64,106 +-134,64,114 +-134,64,122 +-134,64,130 +-134,64,138 +-134,64,146 +-126,64,-150 +-126,64,-142 +-126,64,-134 +-126,64,-126 +-126,64,-118 +-126,64,-110 +-126,64,-102 +-126,64,-94 +-126,64,-86 +-126,64,-78 +-126,64,-70 +-126,64,-62 +-126,64,-54 +-126,64,-46 +-126,64,-38 +-126,64,-30 +-126,64,-22 +-126,64,-14 +-126,64,-6 +-126,64,2 +-126,64,10 +-126,64,18 +-126,64,26 +-126,64,34 +-126,64,42 +-126,64,50 +-126,64,58 +-126,64,66 +-126,64,74 +-126,64,82 +-126,64,90 +-126,64,98 +-126,64,106 +-126,64,114 +-126,64,122 +-126,64,130 +-126,64,138 +-126,64,146 +-118,64,-150 +-118,64,-142 +-118,64,-134 +-118,64,-126 +-118,64,-118 +-118,64,-110 +-118,64,-102 +-118,64,-94 +-118,64,-86 +-118,64,-78 +-118,64,-70 +-118,64,-62 +-118,64,-54 +-118,64,-46 +-118,64,-38 +-118,64,-30 +-118,64,-22 +-118,64,-14 +-118,64,-6 +-118,64,2 +-118,64,10 +-118,64,18 +-118,64,26 +-118,64,34 +-118,64,42 +-118,64,50 +-118,64,58 +-118,64,66 +-118,64,74 +-118,64,82 +-118,64,90 +-118,64,98 +-118,64,106 +-118,64,114 +-118,64,122 +-118,64,130 +-118,64,138 +-118,64,146 +-110,64,-150 +-110,64,-142 +-110,64,-134 +-110,64,-126 +-110,64,-118 +-110,64,-110 +-110,64,-102 +-110,64,-94 +-110,64,-86 +-110,64,-78 +-110,64,-70 +-110,64,-62 +-110,64,-54 +-110,64,-46 +-110,64,-38 +-110,64,-30 +-110,64,-22 +-110,64,-14 +-110,64,-6 +-110,64,2 +-110,64,10 +-110,64,18 +-110,64,26 +-110,64,34 +-110,64,42 +-110,64,50 +-110,64,58 +-110,64,66 +-110,64,74 +-110,64,82 +-110,64,90 +-110,64,98 +-110,64,106 +-110,64,114 +-110,64,122 +-110,64,130 +-110,64,138 +-110,64,146 +-102,64,-150 +-102,64,-142 +-102,64,-134 +-102,64,-126 +-102,64,-118 +-102,64,-110 +-102,64,-102 +-102,64,-94 +-102,64,-86 +-102,64,-78 +-102,64,-70 +-102,64,-62 +-102,64,-54 +-102,64,-46 +-102,64,-38 +-102,64,-30 +-102,64,-22 +-102,64,-14 +-102,64,-6 +-102,64,2 +-102,64,10 +-102,64,18 +-102,64,26 +-102,64,34 +-102,64,42 +-102,64,50 +-102,64,58 +-102,64,66 +-102,64,74 +-102,64,82 +-102,64,90 +-102,64,98 +-102,64,106 +-102,64,114 +-102,64,122 +-102,64,130 +-102,64,138 +-102,64,146 +-94,64,-150 +-94,64,-142 +-94,64,-134 +-94,64,-126 +-94,64,-118 +-94,64,-110 +-94,64,-102 +-94,64,-94 +-94,64,-86 +-94,64,-78 +-94,64,-70 +-94,64,-62 +-94,64,-54 +-94,64,-46 +-94,64,-38 +-94,64,-30 +-94,64,-22 +-94,64,-14 +-94,64,-6 +-94,64,2 +-94,64,10 +-94,64,18 +-94,64,26 +-94,64,34 +-94,64,42 +-94,64,50 +-94,64,58 +-94,64,66 +-94,64,74 +-94,64,82 +-94,64,90 +-94,64,98 +-94,64,106 +-94,64,114 +-94,64,122 +-94,64,130 +-94,64,138 +-94,64,146 +-86,64,-150 +-86,64,-142 +-86,64,-134 +-86,64,-126 +-86,64,-118 +-86,64,-110 +-86,64,-102 +-86,64,-94 +-86,64,-86 +-86,64,-78 +-86,64,-70 +-86,64,-62 +-86,64,-54 +-86,64,-46 +-86,64,-38 +-86,64,-30 +-86,64,-22 +-86,64,-14 +-86,64,-6 +-86,64,2 +-86,64,10 +-86,64,18 +-86,64,26 +-86,64,34 +-86,64,42 +-86,64,50 +-86,64,58 +-86,64,66 +-86,64,74 +-86,64,82 +-86,64,90 +-86,64,98 +-86,64,106 +-86,64,114 +-86,64,122 +-86,64,130 +-86,64,138 +-86,64,146 +-78,64,-150 +-78,64,-142 +-78,64,-134 +-78,64,-126 +-78,64,-118 +-78,64,-110 +-78,64,-102 +-78,64,-94 +-78,64,-86 +-78,64,-78 +-78,64,-70 +-78,64,-62 +-78,64,-54 +-78,64,-46 +-78,64,-38 +-78,64,-30 +-78,64,-22 +-78,64,-14 +-78,64,-6 +-78,64,2 +-78,64,10 +-78,64,18 +-78,64,26 +-78,64,34 +-78,64,42 +-78,64,50 +-78,64,58 +-78,64,66 +-78,64,74 +-78,64,82 +-78,64,90 +-78,64,98 +-78,64,106 +-78,64,114 +-78,64,122 +-78,64,130 +-78,64,138 +-78,64,146 +-70,64,-150 +-70,64,-142 +-70,64,-134 +-70,64,-126 +-70,64,-118 +-70,64,-110 +-70,64,-102 +-70,64,-94 +-70,64,-86 +-70,64,-78 +-70,64,-70 +-70,64,-62 +-70,64,-54 +-70,64,-46 +-70,64,-38 +-70,64,-30 +-70,64,-22 +-70,64,-14 +-70,64,-6 +-70,64,2 +-70,64,10 +-70,64,18 +-70,64,26 +-70,64,34 +-70,64,42 +-70,64,50 +-70,64,58 +-70,64,66 +-70,64,74 +-70,64,82 +-70,64,90 +-70,64,98 +-70,64,106 +-70,64,114 +-70,64,122 +-70,64,130 +-70,64,138 +-70,64,146 +-62,64,-150 +-62,64,-142 +-62,64,-134 +-62,64,-126 +-62,64,-118 +-62,64,-110 +-62,64,-102 +-62,64,-94 +-62,64,-86 +-62,64,-78 +-62,64,-70 +-62,64,-62 +-62,64,-54 +-62,64,-46 +-62,64,-38 +-62,64,-30 +-62,64,-22 +-62,64,-14 +-62,64,-6 +-62,64,2 +-62,64,10 +-62,64,18 +-62,64,26 +-62,64,34 +-62,64,42 +-62,64,50 +-62,64,58 +-62,64,66 +-62,64,74 +-62,64,82 +-62,64,90 +-62,64,98 +-62,64,106 +-62,64,114 +-62,64,122 +-62,64,130 +-62,64,138 +-62,64,146 +-54,64,-150 +-54,64,-142 +-54,64,-134 +-54,64,-126 +-54,64,-118 +-54,64,-110 +-54,64,-102 +-54,64,-94 +-54,64,-86 +-54,64,-78 +-54,64,-70 +-54,64,-62 +-54,64,-54 +-54,64,-46 +-54,64,-38 +-54,64,-30 +-54,64,-22 +-54,64,-14 +-54,64,-6 +-54,64,2 +-54,64,10 +-54,64,18 +-54,64,26 +-54,64,34 +-54,64,42 +-54,64,50 +-54,64,58 +-54,64,66 +-54,64,74 +-54,64,82 +-54,64,90 +-54,64,98 +-54,64,106 +-54,64,114 +-54,64,122 +-54,64,130 +-54,64,138 +-54,64,146 +-46,64,-150 +-46,64,-142 +-46,64,-134 +-46,64,-126 +-46,64,-118 +-46,64,-110 +-46,64,-102 +-46,64,-94 +-46,64,-86 +-46,64,-78 +-46,64,-70 +-46,64,-62 +-46,64,-54 +-46,64,-46 +-46,64,-38 +-46,64,-30 +-46,64,-22 +-46,64,-14 +-46,64,-6 +-46,64,2 +-46,64,10 +-46,64,18 +-46,64,26 +-46,64,34 +-46,64,42 +-46,64,50 +-46,64,58 +-46,64,66 +-46,64,74 +-46,64,82 +-46,64,90 +-46,64,98 +-46,64,106 +-46,64,114 +-46,64,122 +-46,64,130 +-46,64,138 +-46,64,146 +-38,64,-150 +-38,64,-142 +-38,64,-134 +-38,64,-126 +-38,64,-118 +-38,64,-110 +-38,64,-102 +-38,64,-94 +-38,64,-86 +-38,64,-78 +-38,64,-70 +-38,64,-62 +-38,64,-54 +-38,64,-46 +-38,64,-38 +-38,64,-30 +-38,64,-22 +-38,64,-14 +-38,64,-6 +-38,64,2 +-38,64,10 +-38,64,18 +-38,64,26 +-38,64,34 +-38,64,42 +-38,64,50 +-38,64,58 +-38,64,66 +-38,64,74 +-38,64,82 +-38,64,90 +-38,64,98 +-38,64,106 +-38,64,114 +-38,64,122 +-38,64,130 +-38,64,138 +-38,64,146 +-30,64,-150 +-30,64,-142 +-30,64,-134 +-30,64,-126 +-30,64,-118 +-30,64,-110 +-30,64,-102 +-30,64,-94 +-30,64,-86 +-30,64,-78 +-30,64,-70 +-30,64,-62 +-30,64,-54 +-30,64,-46 +-30,64,-38 +-30,64,-30 +-30,64,-22 +-30,64,-14 +-30,64,-6 +-30,64,2 +-30,64,10 +-30,64,18 +-30,64,26 +-30,64,34 +-30,64,42 +-30,64,50 +-30,64,58 +-30,64,66 +-30,64,74 +-30,64,82 +-30,64,90 +-30,64,98 +-30,64,106 +-30,64,114 +-30,64,122 +-30,64,130 +-30,64,138 +-30,64,146 +-22,64,-150 +-22,64,-142 +-22,64,-134 +-22,64,-126 +-22,64,-118 +-22,64,-110 +-22,64,-102 +-22,64,-94 +-22,64,-86 +-22,64,-78 +-22,64,-70 +-22,64,-62 +-22,64,-54 +-22,64,-46 +-22,64,-38 +-22,64,-30 +-22,64,-22 +-22,64,-14 +-22,64,-6 +-22,64,2 +-22,64,10 +-22,64,18 +-22,64,26 +-22,64,34 +-22,64,42 +-22,64,50 +-22,64,58 +-22,64,66 +-22,64,74 +-22,64,82 +-22,64,90 +-22,64,98 +-22,64,106 +-22,64,114 +-22,64,122 +-22,64,130 +-22,64,138 +-22,64,146 +-14,64,-150 +-14,64,-142 +-14,64,-134 +-14,64,-126 +-14,64,-118 +-14,64,-110 +-14,64,-102 +-14,64,-94 +-14,64,-86 +-14,64,-78 +-14,64,-70 +-14,64,-62 +-14,64,-54 +-14,64,-46 +-14,64,-38 +-14,64,-30 +-14,64,-22 +-14,64,-14 +-14,64,-6 +-14,64,2 +-14,64,10 +-14,64,18 +-14,64,26 +-14,64,34 +-14,64,42 +-14,64,50 +-14,64,58 +-14,64,66 +-14,64,74 +-14,64,82 +-14,64,90 +-14,64,98 +-14,64,106 +-14,64,114 +-14,64,122 +-14,64,130 +-14,64,138 +-14,64,146 +-6,64,-150 +-6,64,-142 +-6,64,-134 +-6,64,-126 +-6,64,-118 +-6,64,-110 +-6,64,-102 +-6,64,-94 +-6,64,-86 +-6,64,-78 +-6,64,-70 +-6,64,-62 +-6,64,-54 +-6,64,-46 +-6,64,-38 +-6,64,-30 +-6,64,-22 +-6,64,-14 +-6,64,-6 +-6,64,2 +-6,64,10 +-6,64,18 +-6,64,26 +-6,64,34 +-6,64,42 +-6,64,50 +-6,64,58 +-6,64,66 +-6,64,74 +-6,64,82 +-6,64,90 +-6,64,98 +-6,64,106 +-6,64,114 +-6,64,122 +-6,64,130 +-6,64,138 +-6,64,146 +2,64,-150 +2,64,-142 +2,64,-134 +2,64,-126 +2,64,-118 +2,64,-110 +2,64,-102 +2,64,-94 +2,64,-86 +2,64,-78 +2,64,-70 +2,64,-62 +2,64,-54 +2,64,-46 +2,64,-38 +2,64,-30 +2,64,-22 +2,64,-14 +2,64,-6 +2,64,2 +2,64,10 +2,64,18 +2,64,26 +2,64,34 +2,64,42 +2,64,50 +2,64,58 +2,64,66 +2,64,74 +2,64,82 +2,64,90 +2,64,98 +2,64,106 +2,64,114 +2,64,122 +2,64,130 +2,64,138 +2,64,146 +10,64,-150 +10,64,-142 +10,64,-134 +10,64,-126 +10,64,-118 +10,64,-110 +10,64,-102 +10,64,-94 +10,64,-86 +10,64,-78 +10,64,-70 +10,64,-62 +10,64,-54 +10,64,-46 +10,64,-38 +10,64,-30 +10,64,-22 +10,64,-14 +10,64,-6 +10,64,2 +10,64,10 +10,64,18 +10,64,26 +10,64,34 +10,64,42 +10,64,50 +10,64,58 +10,64,66 +10,64,74 +10,64,82 +10,64,90 +10,64,98 +10,64,106 +10,64,114 +10,64,122 +10,64,130 +10,64,138 +10,64,146 +18,64,-150 +18,64,-142 +18,64,-134 +18,64,-126 +18,64,-118 +18,64,-110 +18,64,-102 +18,64,-94 +18,64,-86 +18,64,-78 +18,64,-70 +18,64,-62 +18,64,-54 +18,64,-46 +18,64,-38 +18,64,-30 +18,64,-22 +18,64,-14 +18,64,-6 +18,64,2 +18,64,10 +18,64,18 +18,64,26 +18,64,34 +18,64,42 +18,64,50 +18,64,58 +18,64,66 +18,64,74 +18,64,82 +18,64,90 +18,64,98 +18,64,106 +18,64,114 +18,64,122 +18,64,130 +18,64,138 +18,64,146 +26,64,-150 +26,64,-142 +26,64,-134 +26,64,-126 +26,64,-118 +26,64,-110 +26,64,-102 +26,64,-94 +26,64,-86 +26,64,-78 +26,64,-70 +26,64,-62 +26,64,-54 +26,64,-46 +26,64,-38 +26,64,-30 +26,64,-22 +26,64,-14 +26,64,-6 +26,64,2 +26,64,10 +26,64,18 +26,64,26 +26,64,34 +26,64,42 +26,64,50 +26,64,58 +26,64,66 +26,64,74 +26,64,82 +26,64,90 +26,64,98 +26,64,106 +26,64,114 +26,64,122 +26,64,130 +26,64,138 +26,64,146 +34,64,-150 +34,64,-142 +34,64,-134 +34,64,-126 +34,64,-118 +34,64,-110 +34,64,-102 +34,64,-94 +34,64,-86 +34,64,-78 +34,64,-70 +34,64,-62 +34,64,-54 +34,64,-46 +34,64,-38 +34,64,-30 +34,64,-22 +34,64,-14 +34,64,-6 +34,64,2 +34,64,10 +34,64,18 +34,64,26 +34,64,34 +34,64,42 +34,64,50 +34,64,58 +34,64,66 +34,64,74 +34,64,82 +34,64,90 +34,64,98 +34,64,106 +34,64,114 +34,64,122 +34,64,130 +34,64,138 +34,64,146 +42,64,-150 +42,64,-142 +42,64,-134 +42,64,-126 +42,64,-118 +42,64,-110 +42,64,-102 +42,64,-94 +42,64,-86 +42,64,-78 +42,64,-70 +42,64,-62 +42,64,-54 +42,64,-46 +42,64,-38 +42,64,-30 +42,64,-22 +42,64,-14 +42,64,-6 +42,64,2 +42,64,10 +42,64,18 +42,64,26 +42,64,34 +42,64,42 +42,64,50 +42,64,58 +42,64,66 +42,64,74 +42,64,82 +42,64,90 +42,64,98 +42,64,106 +42,64,114 +42,64,122 +42,64,130 +42,64,138 +42,64,146 +50,64,-150 +50,64,-142 +50,64,-134 +50,64,-126 +50,64,-118 +50,64,-110 +50,64,-102 +50,64,-94 +50,64,-86 +50,64,-78 +50,64,-70 +50,64,-62 +50,64,-54 +50,64,-46 +50,64,-38 +50,64,-30 +50,64,-22 +50,64,-14 +50,64,-6 +50,64,2 +50,64,10 +50,64,18 +50,64,26 +50,64,34 +50,64,42 +50,64,50 +50,64,58 +50,64,66 +50,64,74 +50,64,82 +50,64,90 +50,64,98 +50,64,106 +50,64,114 +50,64,122 +50,64,130 +50,64,138 +50,64,146 +58,64,-150 +58,64,-142 +58,64,-134 +58,64,-126 +58,64,-118 +58,64,-110 +58,64,-102 +58,64,-94 +58,64,-86 +58,64,-78 +58,64,-70 +58,64,-62 +58,64,-54 +58,64,-46 +58,64,-38 +58,64,-30 +58,64,-22 +58,64,-14 +58,64,-6 +58,64,2 +58,64,10 +58,64,18 +58,64,26 +58,64,34 +58,64,42 +58,64,50 +58,64,58 +58,64,66 +58,64,74 +58,64,82 +58,64,90 +58,64,98 +58,64,106 +58,64,114 +58,64,122 +58,64,130 +58,64,138 +58,64,146 +66,64,-150 +66,64,-142 +66,64,-134 +66,64,-126 +66,64,-118 +66,64,-110 +66,64,-102 +66,64,-94 +66,64,-86 +66,64,-78 +66,64,-70 +66,64,-62 +66,64,-54 +66,64,-46 +66,64,-38 +66,64,-30 +66,64,-22 +66,64,-14 +66,64,-6 +66,64,2 +66,64,10 +66,64,18 +66,64,26 +66,64,34 +66,64,42 +66,64,50 +66,64,58 +66,64,66 +66,64,74 +66,64,82 +66,64,90 +66,64,98 +66,64,106 +66,64,114 +66,64,122 +66,64,130 +66,64,138 +66,64,146 +74,64,-150 +74,64,-142 +74,64,-134 +74,64,-126 +74,64,-118 +74,64,-110 +74,64,-102 +74,64,-94 +74,64,-86 +74,64,-78 +74,64,-70 +74,64,-62 +74,64,-54 +74,64,-46 +74,64,-38 +74,64,-30 +74,64,-22 +74,64,-14 +74,64,-6 +74,64,2 +74,64,10 +74,64,18 +74,64,26 +74,64,34 +74,64,42 +74,64,50 +74,64,58 +74,64,66 +74,64,74 +74,64,82 +74,64,90 +74,64,98 +74,64,106 +74,64,114 +74,64,122 +74,64,130 +74,64,138 +74,64,146 +82,64,-150 +82,64,-142 +82,64,-134 +82,64,-126 +82,64,-118 +82,64,-110 +82,64,-102 +82,64,-94 +82,64,-86 +82,64,-78 +82,64,-70 +82,64,-62 +82,64,-54 +82,64,-46 +82,64,-38 +82,64,-30 +82,64,-22 +82,64,-14 +82,64,-6 +82,64,2 +82,64,10 +82,64,18 +82,64,26 +82,64,34 +82,64,42 +82,64,50 +82,64,58 +82,64,66 +82,64,74 +82,64,82 +82,64,90 +82,64,98 +82,64,106 +82,64,114 +82,64,122 +82,64,130 +82,64,138 +82,64,146 +90,64,-150 +90,64,-142 +90,64,-134 +90,64,-126 +90,64,-118 +90,64,-110 +90,64,-102 +90,64,-94 +90,64,-86 +90,64,-78 +90,64,-70 +90,64,-62 +90,64,-54 +90,64,-46 +90,64,-38 +90,64,-30 +90,64,-22 +90,64,-14 +90,64,-6 +90,64,2 +90,64,10 +90,64,18 +90,64,26 +90,64,34 +90,64,42 +90,64,50 +90,64,58 +90,64,66 +90,64,74 +90,64,82 +90,64,90 +90,64,98 +90,64,106 +90,64,114 +90,64,122 +90,64,130 +90,64,138 +90,64,146 +98,64,-150 +98,64,-142 +98,64,-134 +98,64,-126 +98,64,-118 +98,64,-110 +98,64,-102 +98,64,-94 +98,64,-86 +98,64,-78 +98,64,-70 +98,64,-62 +98,64,-54 +98,64,-46 +98,64,-38 +98,64,-30 +98,64,-22 +98,64,-14 +98,64,-6 +98,64,2 +98,64,10 +98,64,18 +98,64,26 +98,64,34 +98,64,42 +98,64,50 +98,64,58 +98,64,66 +98,64,74 +98,64,82 +98,64,90 +98,64,98 +98,64,106 +98,64,114 +98,64,122 +98,64,130 +98,64,138 +98,64,146 +106,64,-150 +106,64,-142 +106,64,-134 +106,64,-126 +106,64,-118 +106,64,-110 +106,64,-102 +106,64,-94 +106,64,-86 +106,64,-78 +106,64,-70 +106,64,-62 +106,64,-54 +106,64,-46 +106,64,-38 +106,64,-30 +106,64,-22 +106,64,-14 +106,64,-6 +106,64,2 +106,64,10 +106,64,18 +106,64,26 +106,64,34 +106,64,42 +106,64,50 +106,64,58 +106,64,66 +106,64,74 +106,64,82 +106,64,90 +106,64,98 +106,64,106 +106,64,114 +106,64,122 +106,64,130 +106,64,138 +106,64,146 +114,64,-150 +114,64,-142 +114,64,-134 +114,64,-126 +114,64,-118 +114,64,-110 +114,64,-102 +114,64,-94 +114,64,-86 +114,64,-78 +114,64,-70 +114,64,-62 +114,64,-54 +114,64,-46 +114,64,-38 +114,64,-30 +114,64,-22 +114,64,-14 +114,64,-6 +114,64,2 +114,64,10 +114,64,18 +114,64,26 +114,64,34 +114,64,42 +114,64,50 +114,64,58 +114,64,66 +114,64,74 +114,64,82 +114,64,90 +114,64,98 +114,64,106 +114,64,114 +114,64,122 +114,64,130 +114,64,138 +114,64,146 +122,64,-150 +122,64,-142 +122,64,-134 +122,64,-126 +122,64,-118 +122,64,-110 +122,64,-102 +122,64,-94 +122,64,-86 +122,64,-78 +122,64,-70 +122,64,-62 +122,64,-54 +122,64,-46 +122,64,-38 +122,64,-30 +122,64,-22 +122,64,-14 +122,64,-6 +122,64,2 +122,64,10 +122,64,18 +122,64,26 +122,64,34 +122,64,42 +122,64,50 +122,64,58 +122,64,66 +122,64,74 +122,64,82 +122,64,90 +122,64,98 +122,64,106 +122,64,114 +122,64,122 +122,64,130 +122,64,138 +122,64,146 +130,64,-150 +130,64,-142 +130,64,-134 +130,64,-126 +130,64,-118 +130,64,-110 +130,64,-102 +130,64,-94 +130,64,-86 +130,64,-78 +130,64,-70 +130,64,-62 +130,64,-54 +130,64,-46 +130,64,-38 +130,64,-30 +130,64,-22 +130,64,-14 +130,64,-6 +130,64,2 +130,64,10 +130,64,18 +130,64,26 +130,64,34 +130,64,42 +130,64,50 +130,64,58 +130,64,66 +130,64,74 +130,64,82 +130,64,90 +130,64,98 +130,64,106 +130,64,114 +130,64,122 +130,64,130 +130,64,138 +130,64,146 +138,64,-150 +138,64,-142 +138,64,-134 +138,64,-126 +138,64,-118 +138,64,-110 +138,64,-102 +138,64,-94 +138,64,-86 +138,64,-78 +138,64,-70 +138,64,-62 +138,64,-54 +138,64,-46 +138,64,-38 +138,64,-30 +138,64,-22 +138,64,-14 +138,64,-6 +138,64,2 +138,64,10 +138,64,18 +138,64,26 +138,64,34 +138,64,42 +138,64,50 +138,64,58 +138,64,66 +138,64,74 +138,64,82 +138,64,90 +138,64,98 +138,64,106 +138,64,114 +138,64,122 +138,64,130 +138,64,138 +138,64,146 +146,64,-150 +146,64,-142 +146,64,-134 +146,64,-126 +146,64,-118 +146,64,-110 +146,64,-102 +146,64,-94 +146,64,-86 +146,64,-78 +146,64,-70 +146,64,-62 +146,64,-54 +146,64,-46 +146,64,-38 +146,64,-30 +146,64,-22 +146,64,-14 +146,64,-6 +146,64,2 +146,64,10 +146,64,18 +146,64,26 +146,64,34 +146,64,42 +146,64,50 +146,64,58 +146,64,66 +146,64,74 +146,64,82 +146,64,90 +146,64,98 +146,64,106 +146,64,114 +146,64,122 +146,64,130 +146,64,138 +146,64,146 +-150,72,-150 +-150,72,-142 +-150,72,-134 +-150,72,-126 +-150,72,-118 +-150,72,-110 +-150,72,-102 +-150,72,-94 +-150,72,-86 +-150,72,-78 +-150,72,-70 +-150,72,-62 +-150,72,-54 +-150,72,-46 +-150,72,-38 +-150,72,-30 +-150,72,-22 +-150,72,-14 +-150,72,-6 +-150,72,2 +-150,72,10 +-150,72,18 +-150,72,26 +-150,72,34 +-150,72,42 +-150,72,50 +-150,72,58 +-150,72,66 +-150,72,74 +-150,72,82 +-150,72,90 +-150,72,98 +-150,72,106 +-150,72,114 +-150,72,122 +-150,72,130 +-150,72,138 +-150,72,146 +-142,72,-150 +-142,72,-142 +-142,72,-134 +-142,72,-126 +-142,72,-118 +-142,72,-110 +-142,72,-102 +-142,72,-94 +-142,72,-86 +-142,72,-78 +-142,72,-70 +-142,72,-62 +-142,72,-54 +-142,72,-46 +-142,72,-38 +-142,72,-30 +-142,72,-22 +-142,72,-14 +-142,72,-6 +-142,72,2 +-142,72,10 +-142,72,18 +-142,72,26 +-142,72,34 +-142,72,42 +-142,72,50 +-142,72,58 +-142,72,66 +-142,72,74 +-142,72,82 +-142,72,90 +-142,72,98 +-142,72,106 +-142,72,114 +-142,72,122 +-142,72,130 +-142,72,138 +-142,72,146 +-134,72,-150 +-134,72,-142 +-134,72,-134 +-134,72,-126 +-134,72,-118 +-134,72,-110 +-134,72,-102 +-134,72,-94 +-134,72,-86 +-134,72,-78 +-134,72,-70 +-134,72,-62 +-134,72,-54 +-134,72,-46 +-134,72,-38 +-134,72,-30 +-134,72,-22 +-134,72,-14 +-134,72,-6 +-134,72,2 +-134,72,10 +-134,72,18 +-134,72,26 +-134,72,34 +-134,72,42 +-134,72,50 +-134,72,58 +-134,72,66 +-134,72,74 +-134,72,82 +-134,72,90 +-134,72,98 +-134,72,106 +-134,72,114 +-134,72,122 +-134,72,130 +-134,72,138 +-134,72,146 +-126,72,-150 +-126,72,-142 +-126,72,-134 +-126,72,-126 +-126,72,-118 +-126,72,-110 +-126,72,-102 +-126,72,-94 +-126,72,-86 +-126,72,-78 +-126,72,-70 +-126,72,-62 +-126,72,-54 +-126,72,-46 +-126,72,-38 +-126,72,-30 +-126,72,-22 +-126,72,-14 +-126,72,-6 +-126,72,2 +-126,72,10 +-126,72,18 +-126,72,26 +-126,72,34 +-126,72,42 +-126,72,50 +-126,72,58 +-126,72,66 +-126,72,74 +-126,72,82 +-126,72,90 +-126,72,98 +-126,72,106 +-126,72,114 +-126,72,122 +-126,72,130 +-126,72,138 +-126,72,146 +-118,72,-150 +-118,72,-142 +-118,72,-134 +-118,72,-126 +-118,72,-118 +-118,72,-110 +-118,72,-102 +-118,72,-94 +-118,72,-86 +-118,72,-78 +-118,72,-70 +-118,72,-62 +-118,72,-54 +-118,72,-46 +-118,72,-38 +-118,72,-30 +-118,72,-22 +-118,72,-14 +-118,72,-6 +-118,72,2 +-118,72,10 +-118,72,18 +-118,72,26 +-118,72,34 +-118,72,42 +-118,72,50 +-118,72,58 +-118,72,66 +-118,72,74 +-118,72,82 +-118,72,90 +-118,72,98 +-118,72,106 +-118,72,114 +-118,72,122 +-118,72,130 +-118,72,138 +-118,72,146 +-110,72,-150 +-110,72,-142 +-110,72,-134 +-110,72,-126 +-110,72,-118 +-110,72,-110 +-110,72,-102 +-110,72,-94 +-110,72,-86 +-110,72,-78 +-110,72,-70 +-110,72,-62 +-110,72,-54 +-110,72,-46 +-110,72,-38 +-110,72,-30 +-110,72,-22 +-110,72,-14 +-110,72,-6 +-110,72,2 +-110,72,10 +-110,72,18 +-110,72,26 +-110,72,34 +-110,72,42 +-110,72,50 +-110,72,58 +-110,72,66 +-110,72,74 +-110,72,82 +-110,72,90 +-110,72,98 +-110,72,106 +-110,72,114 +-110,72,122 +-110,72,130 +-110,72,138 +-110,72,146 +-102,72,-150 +-102,72,-142 +-102,72,-134 +-102,72,-126 +-102,72,-118 +-102,72,-110 +-102,72,-102 +-102,72,-94 +-102,72,-86 +-102,72,-78 +-102,72,-70 +-102,72,-62 +-102,72,-54 +-102,72,-46 +-102,72,-38 +-102,72,-30 +-102,72,-22 +-102,72,-14 +-102,72,-6 +-102,72,2 +-102,72,10 +-102,72,18 +-102,72,26 +-102,72,34 +-102,72,42 +-102,72,50 +-102,72,58 +-102,72,66 +-102,72,74 +-102,72,82 +-102,72,90 +-102,72,98 +-102,72,106 +-102,72,114 +-102,72,122 +-102,72,130 +-102,72,138 +-102,72,146 +-94,72,-150 +-94,72,-142 +-94,72,-134 +-94,72,-126 +-94,72,-118 +-94,72,-110 +-94,72,-102 +-94,72,-94 +-94,72,-86 +-94,72,-78 +-94,72,-70 +-94,72,-62 +-94,72,-54 +-94,72,-46 +-94,72,-38 +-94,72,-30 +-94,72,-22 +-94,72,-14 +-94,72,-6 +-94,72,2 +-94,72,10 +-94,72,18 +-94,72,26 +-94,72,34 +-94,72,42 +-94,72,50 +-94,72,58 +-94,72,66 +-94,72,74 +-94,72,82 +-94,72,90 +-94,72,98 +-94,72,106 +-94,72,114 +-94,72,122 +-94,72,130 +-94,72,138 +-94,72,146 +-86,72,-150 +-86,72,-142 +-86,72,-134 +-86,72,-126 +-86,72,-118 +-86,72,-110 +-86,72,-102 +-86,72,-94 +-86,72,-86 +-86,72,-78 +-86,72,-70 +-86,72,-62 +-86,72,-54 +-86,72,-46 +-86,72,-38 +-86,72,-30 +-86,72,-22 +-86,72,-14 +-86,72,-6 +-86,72,2 +-86,72,10 +-86,72,18 +-86,72,26 +-86,72,34 +-86,72,42 +-86,72,50 +-86,72,58 +-86,72,66 +-86,72,74 +-86,72,82 +-86,72,90 +-86,72,98 +-86,72,106 +-86,72,114 +-86,72,122 +-86,72,130 +-86,72,138 +-86,72,146 +-78,72,-150 +-78,72,-142 +-78,72,-134 +-78,72,-126 +-78,72,-118 +-78,72,-110 +-78,72,-102 +-78,72,-94 +-78,72,-86 +-78,72,-78 +-78,72,-70 +-78,72,-62 +-78,72,-54 +-78,72,-46 +-78,72,-38 +-78,72,-30 +-78,72,-22 +-78,72,-14 +-78,72,-6 +-78,72,2 +-78,72,10 +-78,72,18 +-78,72,26 +-78,72,34 +-78,72,42 +-78,72,50 +-78,72,58 +-78,72,66 +-78,72,74 +-78,72,82 +-78,72,90 +-78,72,98 +-78,72,106 +-78,72,114 +-78,72,122 +-78,72,130 +-78,72,138 +-78,72,146 +-70,72,-150 +-70,72,-142 +-70,72,-134 +-70,72,-126 +-70,72,-118 +-70,72,-110 +-70,72,-102 +-70,72,-94 +-70,72,-86 +-70,72,-78 +-70,72,-70 +-70,72,-62 +-70,72,-54 +-70,72,-46 +-70,72,-38 +-70,72,-30 +-70,72,-22 +-70,72,-14 +-70,72,-6 +-70,72,2 +-70,72,10 +-70,72,18 +-70,72,26 +-70,72,34 +-70,72,42 +-70,72,50 +-70,72,58 +-70,72,66 +-70,72,74 +-70,72,82 +-70,72,90 +-70,72,98 +-70,72,106 +-70,72,114 +-70,72,122 +-70,72,130 +-70,72,138 +-70,72,146 +-62,72,-150 +-62,72,-142 +-62,72,-134 +-62,72,-126 +-62,72,-118 +-62,72,-110 +-62,72,-102 +-62,72,-94 +-62,72,-86 +-62,72,-78 +-62,72,-70 +-62,72,-62 +-62,72,-54 +-62,72,-46 +-62,72,-38 +-62,72,-30 +-62,72,-22 +-62,72,-14 +-62,72,-6 +-62,72,2 +-62,72,10 +-62,72,18 +-62,72,26 +-62,72,34 +-62,72,42 +-62,72,50 +-62,72,58 +-62,72,66 +-62,72,74 +-62,72,82 +-62,72,90 +-62,72,98 +-62,72,106 +-62,72,114 +-62,72,122 +-62,72,130 +-62,72,138 +-62,72,146 +-54,72,-150 +-54,72,-142 +-54,72,-134 +-54,72,-126 +-54,72,-118 +-54,72,-110 +-54,72,-102 +-54,72,-94 +-54,72,-86 +-54,72,-78 +-54,72,-70 +-54,72,-62 +-54,72,-54 +-54,72,-46 +-54,72,-38 +-54,72,-30 +-54,72,-22 +-54,72,-14 +-54,72,-6 +-54,72,2 +-54,72,10 +-54,72,18 +-54,72,26 +-54,72,34 +-54,72,42 +-54,72,50 +-54,72,58 +-54,72,66 +-54,72,74 +-54,72,82 +-54,72,90 +-54,72,98 +-54,72,106 +-54,72,114 +-54,72,122 +-54,72,130 +-54,72,138 +-54,72,146 +-46,72,-150 +-46,72,-142 +-46,72,-134 +-46,72,-126 +-46,72,-118 +-46,72,-110 +-46,72,-102 +-46,72,-94 +-46,72,-86 +-46,72,-78 +-46,72,-70 +-46,72,-62 +-46,72,-54 +-46,72,-46 +-46,72,-38 +-46,72,-30 +-46,72,-22 +-46,72,-14 +-46,72,-6 +-46,72,2 +-46,72,10 +-46,72,18 +-46,72,26 +-46,72,34 +-46,72,42 +-46,72,50 +-46,72,58 +-46,72,66 +-46,72,74 +-46,72,82 +-46,72,90 +-46,72,98 +-46,72,106 +-46,72,114 +-46,72,122 +-46,72,130 +-46,72,138 +-46,72,146 +-38,72,-150 +-38,72,-142 +-38,72,-134 +-38,72,-126 +-38,72,-118 +-38,72,-110 +-38,72,-102 +-38,72,-94 +-38,72,-86 +-38,72,-78 +-38,72,-70 +-38,72,-62 +-38,72,-54 +-38,72,-46 +-38,72,-38 +-38,72,-30 +-38,72,-22 +-38,72,-14 +-38,72,-6 +-38,72,2 +-38,72,10 +-38,72,18 +-38,72,26 +-38,72,34 +-38,72,42 +-38,72,50 +-38,72,58 +-38,72,66 +-38,72,74 +-38,72,82 +-38,72,90 +-38,72,98 +-38,72,106 +-38,72,114 +-38,72,122 +-38,72,130 +-38,72,138 +-38,72,146 +-30,72,-150 +-30,72,-142 +-30,72,-134 +-30,72,-126 +-30,72,-118 +-30,72,-110 +-30,72,-102 +-30,72,-94 +-30,72,-86 +-30,72,-78 +-30,72,-70 +-30,72,-62 +-30,72,-54 +-30,72,-46 +-30,72,-38 +-30,72,-30 +-30,72,-22 +-30,72,-14 +-30,72,-6 +-30,72,2 +-30,72,10 +-30,72,18 +-30,72,26 +-30,72,34 +-30,72,42 +-30,72,50 +-30,72,58 +-30,72,66 +-30,72,74 +-30,72,82 +-30,72,90 +-30,72,98 +-30,72,106 +-30,72,114 +-30,72,122 +-30,72,130 +-30,72,138 +-30,72,146 +-22,72,-150 +-22,72,-142 +-22,72,-134 +-22,72,-126 +-22,72,-118 +-22,72,-110 +-22,72,-102 +-22,72,-94 +-22,72,-86 +-22,72,-78 +-22,72,-70 +-22,72,-62 +-22,72,-54 +-22,72,-46 +-22,72,-38 +-22,72,-30 +-22,72,-22 +-22,72,-14 +-22,72,-6 +-22,72,2 +-22,72,10 +-22,72,18 +-22,72,26 +-22,72,34 +-22,72,42 +-22,72,50 +-22,72,58 +-22,72,66 +-22,72,74 +-22,72,82 +-22,72,90 +-22,72,98 +-22,72,106 +-22,72,114 +-22,72,122 +-22,72,130 +-22,72,138 +-22,72,146 +-14,72,-150 +-14,72,-142 +-14,72,-134 +-14,72,-126 +-14,72,-118 +-14,72,-110 +-14,72,-102 +-14,72,-94 +-14,72,-86 +-14,72,-78 +-14,72,-70 +-14,72,-62 +-14,72,-54 +-14,72,-46 +-14,72,-38 +-14,72,-30 +-14,72,-22 +-14,72,-14 +-14,72,-6 +-14,72,2 +-14,72,10 +-14,72,18 +-14,72,26 +-14,72,34 +-14,72,42 +-14,72,50 +-14,72,58 +-14,72,66 +-14,72,74 +-14,72,82 +-14,72,90 +-14,72,98 +-14,72,106 +-14,72,114 +-14,72,122 +-14,72,130 +-14,72,138 +-14,72,146 +-6,72,-150 +-6,72,-142 +-6,72,-134 +-6,72,-126 +-6,72,-118 +-6,72,-110 +-6,72,-102 +-6,72,-94 +-6,72,-86 +-6,72,-78 +-6,72,-70 +-6,72,-62 +-6,72,-54 +-6,72,-46 +-6,72,-38 +-6,72,-30 +-6,72,-22 +-6,72,-14 +-6,72,-6 +-6,72,2 +-6,72,10 +-6,72,18 +-6,72,26 +-6,72,34 +-6,72,42 +-6,72,50 +-6,72,58 +-6,72,66 +-6,72,74 +-6,72,82 +-6,72,90 +-6,72,98 +-6,72,106 +-6,72,114 +-6,72,122 +-6,72,130 +-6,72,138 +-6,72,146 +2,72,-150 +2,72,-142 +2,72,-134 +2,72,-126 +2,72,-118 +2,72,-110 +2,72,-102 +2,72,-94 +2,72,-86 +2,72,-78 +2,72,-70 +2,72,-62 +2,72,-54 +2,72,-46 +2,72,-38 +2,72,-30 +2,72,-22 +2,72,-14 +2,72,-6 +2,72,2 +2,72,10 +2,72,18 +2,72,26 +2,72,34 +2,72,42 +2,72,50 +2,72,58 +2,72,66 +2,72,74 +2,72,82 +2,72,90 +2,72,98 +2,72,106 +2,72,114 +2,72,122 +2,72,130 +2,72,138 +2,72,146 +10,72,-150 +10,72,-142 +10,72,-134 +10,72,-126 +10,72,-118 +10,72,-110 +10,72,-102 +10,72,-94 +10,72,-86 +10,72,-78 +10,72,-70 +10,72,-62 +10,72,-54 +10,72,-46 +10,72,-38 +10,72,-30 +10,72,-22 +10,72,-14 +10,72,-6 +10,72,2 +10,72,10 +10,72,18 +10,72,26 +10,72,34 +10,72,42 +10,72,50 +10,72,58 +10,72,66 +10,72,74 +10,72,82 +10,72,90 +10,72,98 +10,72,106 +10,72,114 +10,72,122 +10,72,130 +10,72,138 +10,72,146 +18,72,-150 +18,72,-142 +18,72,-134 +18,72,-126 +18,72,-118 +18,72,-110 +18,72,-102 +18,72,-94 +18,72,-86 +18,72,-78 +18,72,-70 +18,72,-62 +18,72,-54 +18,72,-46 +18,72,-38 +18,72,-30 +18,72,-22 +18,72,-14 +18,72,-6 +18,72,2 +18,72,10 +18,72,18 +18,72,26 +18,72,34 +18,72,42 +18,72,50 +18,72,58 +18,72,66 +18,72,74 +18,72,82 +18,72,90 +18,72,98 +18,72,106 +18,72,114 +18,72,122 +18,72,130 +18,72,138 +18,72,146 +26,72,-150 +26,72,-142 +26,72,-134 +26,72,-126 +26,72,-118 +26,72,-110 +26,72,-102 +26,72,-94 +26,72,-86 +26,72,-78 +26,72,-70 +26,72,-62 +26,72,-54 +26,72,-46 +26,72,-38 +26,72,-30 +26,72,-22 +26,72,-14 +26,72,-6 +26,72,2 +26,72,10 +26,72,18 +26,72,26 +26,72,34 +26,72,42 +26,72,50 +26,72,58 +26,72,66 +26,72,74 +26,72,82 +26,72,90 +26,72,98 +26,72,106 +26,72,114 +26,72,122 +26,72,130 +26,72,138 +26,72,146 +34,72,-150 +34,72,-142 +34,72,-134 +34,72,-126 +34,72,-118 +34,72,-110 +34,72,-102 +34,72,-94 +34,72,-86 +34,72,-78 +34,72,-70 +34,72,-62 +34,72,-54 +34,72,-46 +34,72,-38 +34,72,-30 +34,72,-22 +34,72,-14 +34,72,-6 +34,72,2 +34,72,10 +34,72,18 +34,72,26 +34,72,34 +34,72,42 +34,72,50 +34,72,58 +34,72,66 +34,72,74 +34,72,82 +34,72,90 +34,72,98 +34,72,106 +34,72,114 +34,72,122 +34,72,130 +34,72,138 +34,72,146 +42,72,-150 +42,72,-142 +42,72,-134 +42,72,-126 +42,72,-118 +42,72,-110 +42,72,-102 +42,72,-94 +42,72,-86 +42,72,-78 +42,72,-70 +42,72,-62 +42,72,-54 +42,72,-46 +42,72,-38 +42,72,-30 +42,72,-22 +42,72,-14 +42,72,-6 +42,72,2 +42,72,10 +42,72,18 +42,72,26 +42,72,34 +42,72,42 +42,72,50 +42,72,58 +42,72,66 +42,72,74 +42,72,82 +42,72,90 +42,72,98 +42,72,106 +42,72,114 +42,72,122 +42,72,130 +42,72,138 +42,72,146 +50,72,-150 +50,72,-142 +50,72,-134 +50,72,-126 +50,72,-118 +50,72,-110 +50,72,-102 +50,72,-94 +50,72,-86 +50,72,-78 +50,72,-70 +50,72,-62 +50,72,-54 +50,72,-46 +50,72,-38 +50,72,-30 +50,72,-22 +50,72,-14 +50,72,-6 +50,72,2 +50,72,10 +50,72,18 +50,72,26 +50,72,34 +50,72,42 +50,72,50 +50,72,58 +50,72,66 +50,72,74 +50,72,82 +50,72,90 +50,72,98 +50,72,106 +50,72,114 +50,72,122 +50,72,130 +50,72,138 +50,72,146 +58,72,-150 +58,72,-142 +58,72,-134 +58,72,-126 +58,72,-118 +58,72,-110 +58,72,-102 +58,72,-94 +58,72,-86 +58,72,-78 +58,72,-70 +58,72,-62 +58,72,-54 +58,72,-46 +58,72,-38 +58,72,-30 +58,72,-22 +58,72,-14 +58,72,-6 +58,72,2 +58,72,10 +58,72,18 +58,72,26 +58,72,34 +58,72,42 +58,72,50 +58,72,58 +58,72,66 +58,72,74 +58,72,82 +58,72,90 +58,72,98 +58,72,106 +58,72,114 +58,72,122 +58,72,130 +58,72,138 +58,72,146 +66,72,-150 +66,72,-142 +66,72,-134 +66,72,-126 +66,72,-118 +66,72,-110 +66,72,-102 +66,72,-94 +66,72,-86 +66,72,-78 +66,72,-70 +66,72,-62 +66,72,-54 +66,72,-46 +66,72,-38 +66,72,-30 +66,72,-22 +66,72,-14 +66,72,-6 +66,72,2 +66,72,10 +66,72,18 +66,72,26 +66,72,34 +66,72,42 +66,72,50 +66,72,58 +66,72,66 +66,72,74 +66,72,82 +66,72,90 +66,72,98 +66,72,106 +66,72,114 +66,72,122 +66,72,130 +66,72,138 +66,72,146 +74,72,-150 +74,72,-142 +74,72,-134 +74,72,-126 +74,72,-118 +74,72,-110 +74,72,-102 +74,72,-94 +74,72,-86 +74,72,-78 +74,72,-70 +74,72,-62 +74,72,-54 +74,72,-46 +74,72,-38 +74,72,-30 +74,72,-22 +74,72,-14 +74,72,-6 +74,72,2 +74,72,10 +74,72,18 +74,72,26 +74,72,34 +74,72,42 +74,72,50 +74,72,58 +74,72,66 +74,72,74 +74,72,82 +74,72,90 +74,72,98 +74,72,106 +74,72,114 +74,72,122 +74,72,130 +74,72,138 +74,72,146 +82,72,-150 +82,72,-142 +82,72,-134 +82,72,-126 +82,72,-118 +82,72,-110 +82,72,-102 +82,72,-94 +82,72,-86 +82,72,-78 +82,72,-70 +82,72,-62 +82,72,-54 +82,72,-46 +82,72,-38 +82,72,-30 +82,72,-22 +82,72,-14 +82,72,-6 +82,72,2 +82,72,10 +82,72,18 +82,72,26 +82,72,34 +82,72,42 +82,72,50 +82,72,58 +82,72,66 +82,72,74 +82,72,82 +82,72,90 +82,72,98 +82,72,106 +82,72,114 +82,72,122 +82,72,130 +82,72,138 +82,72,146 +90,72,-150 +90,72,-142 +90,72,-134 +90,72,-126 +90,72,-118 +90,72,-110 +90,72,-102 +90,72,-94 +90,72,-86 +90,72,-78 +90,72,-70 +90,72,-62 +90,72,-54 +90,72,-46 +90,72,-38 +90,72,-30 +90,72,-22 +90,72,-14 +90,72,-6 +90,72,2 +90,72,10 +90,72,18 +90,72,26 +90,72,34 +90,72,42 +90,72,50 +90,72,58 +90,72,66 +90,72,74 +90,72,82 +90,72,90 +90,72,98 +90,72,106 +90,72,114 +90,72,122 +90,72,130 +90,72,138 +90,72,146 +98,72,-150 +98,72,-142 +98,72,-134 +98,72,-126 +98,72,-118 +98,72,-110 +98,72,-102 +98,72,-94 +98,72,-86 +98,72,-78 +98,72,-70 +98,72,-62 +98,72,-54 +98,72,-46 +98,72,-38 +98,72,-30 +98,72,-22 +98,72,-14 +98,72,-6 +98,72,2 +98,72,10 +98,72,18 +98,72,26 +98,72,34 +98,72,42 +98,72,50 +98,72,58 +98,72,66 +98,72,74 +98,72,82 +98,72,90 +98,72,98 +98,72,106 +98,72,114 +98,72,122 +98,72,130 +98,72,138 +98,72,146 +106,72,-150 +106,72,-142 +106,72,-134 +106,72,-126 +106,72,-118 +106,72,-110 +106,72,-102 +106,72,-94 +106,72,-86 +106,72,-78 +106,72,-70 +106,72,-62 +106,72,-54 +106,72,-46 +106,72,-38 +106,72,-30 +106,72,-22 +106,72,-14 +106,72,-6 +106,72,2 +106,72,10 +106,72,18 +106,72,26 +106,72,34 +106,72,42 +106,72,50 +106,72,58 +106,72,66 +106,72,74 +106,72,82 +106,72,90 +106,72,98 +106,72,106 +106,72,114 +106,72,122 +106,72,130 +106,72,138 +106,72,146 +114,72,-150 +114,72,-142 +114,72,-134 +114,72,-126 +114,72,-118 +114,72,-110 +114,72,-102 +114,72,-94 +114,72,-86 +114,72,-78 +114,72,-70 +114,72,-62 +114,72,-54 +114,72,-46 +114,72,-38 +114,72,-30 +114,72,-22 +114,72,-14 +114,72,-6 +114,72,2 +114,72,10 +114,72,18 +114,72,26 +114,72,34 +114,72,42 +114,72,50 +114,72,58 +114,72,66 +114,72,74 +114,72,82 +114,72,90 +114,72,98 +114,72,106 +114,72,114 +114,72,122 +114,72,130 +114,72,138 +114,72,146 +122,72,-150 +122,72,-142 +122,72,-134 +122,72,-126 +122,72,-118 +122,72,-110 +122,72,-102 +122,72,-94 +122,72,-86 +122,72,-78 +122,72,-70 +122,72,-62 +122,72,-54 +122,72,-46 +122,72,-38 +122,72,-30 +122,72,-22 +122,72,-14 +122,72,-6 +122,72,2 +122,72,10 +122,72,18 +122,72,26 +122,72,34 +122,72,42 +122,72,50 +122,72,58 +122,72,66 +122,72,74 +122,72,82 +122,72,90 +122,72,98 +122,72,106 +122,72,114 +122,72,122 +122,72,130 +122,72,138 +122,72,146 +130,72,-150 +130,72,-142 +130,72,-134 +130,72,-126 +130,72,-118 +130,72,-110 +130,72,-102 +130,72,-94 +130,72,-86 +130,72,-78 +130,72,-70 +130,72,-62 +130,72,-54 +130,72,-46 +130,72,-38 +130,72,-30 +130,72,-22 +130,72,-14 +130,72,-6 +130,72,2 +130,72,10 +130,72,18 +130,72,26 +130,72,34 +130,72,42 +130,72,50 +130,72,58 +130,72,66 +130,72,74 +130,72,82 +130,72,90 +130,72,98 +130,72,106 +130,72,114 +130,72,122 +130,72,130 +130,72,138 +130,72,146 +138,72,-150 +138,72,-142 +138,72,-134 +138,72,-126 +138,72,-118 +138,72,-110 +138,72,-102 +138,72,-94 +138,72,-86 +138,72,-78 +138,72,-70 +138,72,-62 +138,72,-54 +138,72,-46 +138,72,-38 +138,72,-30 +138,72,-22 +138,72,-14 +138,72,-6 +138,72,2 +138,72,10 +138,72,18 +138,72,26 +138,72,34 +138,72,42 +138,72,50 +138,72,58 +138,72,66 +138,72,74 +138,72,82 +138,72,90 +138,72,98 +138,72,106 +138,72,114 +138,72,122 +138,72,130 +138,72,138 +138,72,146 +146,72,-150 +146,72,-142 +146,72,-134 +146,72,-126 +146,72,-118 +146,72,-110 +146,72,-102 +146,72,-94 +146,72,-86 +146,72,-78 +146,72,-70 +146,72,-62 +146,72,-54 +146,72,-46 +146,72,-38 +146,72,-30 +146,72,-22 +146,72,-14 +146,72,-6 +146,72,2 +146,72,10 +146,72,18 +146,72,26 +146,72,34 +146,72,42 +146,72,50 +146,72,58 +146,72,66 +146,72,74 +146,72,82 +146,72,90 +146,72,98 +146,72,106 +146,72,114 +146,72,122 +146,72,130 +146,72,138 +146,72,146 +-150,80,-150 +-150,80,-142 +-150,80,-134 +-150,80,-126 +-150,80,-118 +-150,80,-110 +-150,80,-102 +-150,80,-94 +-150,80,-86 +-150,80,-78 +-150,80,-70 +-150,80,-62 +-150,80,-54 +-150,80,-46 +-150,80,-38 +-150,80,-30 +-150,80,-22 +-150,80,-14 +-150,80,-6 +-150,80,2 +-150,80,10 +-150,80,18 +-150,80,26 +-150,80,34 +-150,80,42 +-150,80,50 +-150,80,58 +-150,80,66 +-150,80,74 +-150,80,82 +-150,80,90 +-150,80,98 +-150,80,106 +-150,80,114 +-150,80,122 +-150,80,130 +-150,80,138 +-150,80,146 +-142,80,-150 +-142,80,-142 +-142,80,-134 +-142,80,-126 +-142,80,-118 +-142,80,-110 +-142,80,-102 +-142,80,-94 +-142,80,-86 +-142,80,-78 +-142,80,-70 +-142,80,-62 +-142,80,-54 +-142,80,-46 +-142,80,-38 +-142,80,-30 +-142,80,-22 +-142,80,-14 +-142,80,-6 +-142,80,2 +-142,80,10 +-142,80,18 +-142,80,26 +-142,80,34 +-142,80,42 +-142,80,50 +-142,80,58 +-142,80,66 +-142,80,74 +-142,80,82 +-142,80,90 +-142,80,98 +-142,80,106 +-142,80,114 +-142,80,122 +-142,80,130 +-142,80,138 +-142,80,146 +-134,80,-150 +-134,80,-142 +-134,80,-134 +-134,80,-126 +-134,80,-118 +-134,80,-110 +-134,80,-102 +-134,80,-94 +-134,80,-86 +-134,80,-78 +-134,80,-70 +-134,80,-62 +-134,80,-54 +-134,80,-46 +-134,80,-38 +-134,80,-30 +-134,80,-22 +-134,80,-14 +-134,80,-6 +-134,80,2 +-134,80,10 +-134,80,18 +-134,80,26 +-134,80,34 +-134,80,42 +-134,80,50 +-134,80,58 +-134,80,66 +-134,80,74 +-134,80,82 +-134,80,90 +-134,80,98 +-134,80,106 +-134,80,114 +-134,80,122 +-134,80,130 +-134,80,138 +-134,80,146 +-126,80,-150 +-126,80,-142 +-126,80,-134 +-126,80,-126 +-126,80,-118 +-126,80,-110 +-126,80,-102 +-126,80,-94 +-126,80,-86 +-126,80,-78 +-126,80,-70 +-126,80,-62 +-126,80,-54 +-126,80,-46 +-126,80,-38 +-126,80,-30 +-126,80,-22 +-126,80,-14 +-126,80,-6 +-126,80,2 +-126,80,10 +-126,80,18 +-126,80,26 +-126,80,34 +-126,80,42 +-126,80,50 +-126,80,58 +-126,80,66 +-126,80,74 +-126,80,82 +-126,80,90 +-126,80,98 +-126,80,106 +-126,80,114 +-126,80,122 +-126,80,130 +-126,80,138 +-126,80,146 +-118,80,-150 +-118,80,-142 +-118,80,-134 +-118,80,-126 +-118,80,-118 +-118,80,-110 +-118,80,-102 +-118,80,-94 +-118,80,-86 +-118,80,-78 +-118,80,-70 +-118,80,-62 +-118,80,-54 +-118,80,-46 +-118,80,-38 +-118,80,-30 +-118,80,-22 +-118,80,-14 +-118,80,-6 +-118,80,2 +-118,80,10 +-118,80,18 +-118,80,26 +-118,80,34 +-118,80,42 +-118,80,50 +-118,80,58 +-118,80,66 +-118,80,74 +-118,80,82 +-118,80,90 +-118,80,98 +-118,80,106 +-118,80,114 +-118,80,122 +-118,80,130 +-118,80,138 +-118,80,146 +-110,80,-150 +-110,80,-142 +-110,80,-134 +-110,80,-126 +-110,80,-118 +-110,80,-110 +-110,80,-102 +-110,80,-94 +-110,80,-86 +-110,80,-78 +-110,80,-70 +-110,80,-62 +-110,80,-54 +-110,80,-46 +-110,80,-38 +-110,80,-30 +-110,80,-22 +-110,80,-14 +-110,80,-6 +-110,80,2 +-110,80,10 +-110,80,18 +-110,80,26 +-110,80,34 +-110,80,42 +-110,80,50 +-110,80,58 +-110,80,66 +-110,80,74 +-110,80,82 +-110,80,90 +-110,80,98 +-110,80,106 +-110,80,114 +-110,80,122 +-110,80,130 +-110,80,138 +-110,80,146 +-102,80,-150 +-102,80,-142 +-102,80,-134 +-102,80,-126 +-102,80,-118 +-102,80,-110 +-102,80,-102 +-102,80,-94 +-102,80,-86 +-102,80,-78 +-102,80,-70 +-102,80,-62 +-102,80,-54 +-102,80,-46 +-102,80,-38 +-102,80,-30 +-102,80,-22 +-102,80,-14 +-102,80,-6 +-102,80,2 +-102,80,10 +-102,80,18 +-102,80,26 +-102,80,34 +-102,80,42 +-102,80,50 +-102,80,58 +-102,80,66 +-102,80,74 +-102,80,82 +-102,80,90 +-102,80,98 +-102,80,106 +-102,80,114 +-102,80,122 +-102,80,130 +-102,80,138 +-102,80,146 +-94,80,-150 +-94,80,-142 +-94,80,-134 +-94,80,-126 +-94,80,-118 +-94,80,-110 +-94,80,-102 +-94,80,-94 +-94,80,-86 +-94,80,-78 +-94,80,-70 +-94,80,-62 +-94,80,-54 +-94,80,-46 +-94,80,-38 +-94,80,-30 +-94,80,-22 +-94,80,-14 +-94,80,-6 +-94,80,2 +-94,80,10 +-94,80,18 +-94,80,26 +-94,80,34 +-94,80,42 +-94,80,50 +-94,80,58 +-94,80,66 +-94,80,74 +-94,80,82 +-94,80,90 +-94,80,98 +-94,80,106 +-94,80,114 +-94,80,122 +-94,80,130 +-94,80,138 +-94,80,146 +-86,80,-150 +-86,80,-142 +-86,80,-134 +-86,80,-126 +-86,80,-118 +-86,80,-110 +-86,80,-102 +-86,80,-94 +-86,80,-86 +-86,80,-78 +-86,80,-70 +-86,80,-62 +-86,80,-54 +-86,80,-46 +-86,80,-38 +-86,80,-30 +-86,80,-22 +-86,80,-14 +-86,80,-6 +-86,80,2 +-86,80,10 +-86,80,18 +-86,80,26 +-86,80,34 +-86,80,42 +-86,80,50 +-86,80,58 +-86,80,66 +-86,80,74 +-86,80,82 +-86,80,90 +-86,80,98 +-86,80,106 +-86,80,114 +-86,80,122 +-86,80,130 +-86,80,138 +-86,80,146 +-78,80,-150 +-78,80,-142 +-78,80,-134 +-78,80,-126 +-78,80,-118 +-78,80,-110 +-78,80,-102 +-78,80,-94 +-78,80,-86 +-78,80,-78 +-78,80,-70 +-78,80,-62 +-78,80,-54 +-78,80,-46 +-78,80,-38 +-78,80,-30 +-78,80,-22 +-78,80,-14 +-78,80,-6 +-78,80,2 +-78,80,10 +-78,80,18 +-78,80,26 +-78,80,34 +-78,80,42 +-78,80,50 +-78,80,58 +-78,80,66 +-78,80,74 +-78,80,82 +-78,80,90 +-78,80,98 +-78,80,106 +-78,80,114 +-78,80,122 +-78,80,130 +-78,80,138 +-78,80,146 +-70,80,-150 +-70,80,-142 +-70,80,-134 +-70,80,-126 +-70,80,-118 +-70,80,-110 +-70,80,-102 +-70,80,-94 +-70,80,-86 +-70,80,-78 +-70,80,-70 +-70,80,-62 +-70,80,-54 +-70,80,-46 +-70,80,-38 +-70,80,-30 +-70,80,-22 +-70,80,-14 +-70,80,-6 +-70,80,2 +-70,80,10 +-70,80,18 +-70,80,26 +-70,80,34 +-70,80,42 +-70,80,50 +-70,80,58 +-70,80,66 +-70,80,74 +-70,80,82 +-70,80,90 +-70,80,98 +-70,80,106 +-70,80,114 +-70,80,122 +-70,80,130 +-70,80,138 +-70,80,146 +-62,80,-150 +-62,80,-142 +-62,80,-134 +-62,80,-126 +-62,80,-118 +-62,80,-110 +-62,80,-102 +-62,80,-94 +-62,80,-86 +-62,80,-78 +-62,80,-70 +-62,80,-62 +-62,80,-54 +-62,80,-46 +-62,80,-38 +-62,80,-30 +-62,80,-22 +-62,80,-14 +-62,80,-6 +-62,80,2 +-62,80,10 +-62,80,18 +-62,80,26 +-62,80,34 +-62,80,42 +-62,80,50 +-62,80,58 +-62,80,66 +-62,80,74 +-62,80,82 +-62,80,90 +-62,80,98 +-62,80,106 +-62,80,114 +-62,80,122 +-62,80,130 +-62,80,138 +-62,80,146 +-54,80,-150 +-54,80,-142 +-54,80,-134 +-54,80,-126 +-54,80,-118 +-54,80,-110 +-54,80,-102 +-54,80,-94 +-54,80,-86 +-54,80,-78 +-54,80,-70 +-54,80,-62 +-54,80,-54 +-54,80,-46 +-54,80,-38 +-54,80,-30 +-54,80,-22 +-54,80,-14 +-54,80,-6 +-54,80,2 +-54,80,10 +-54,80,18 +-54,80,26 +-54,80,34 +-54,80,42 +-54,80,50 +-54,80,58 +-54,80,66 +-54,80,74 +-54,80,82 +-54,80,90 +-54,80,98 +-54,80,106 +-54,80,114 +-54,80,122 +-54,80,130 +-54,80,138 +-54,80,146 +-46,80,-150 +-46,80,-142 +-46,80,-134 +-46,80,-126 +-46,80,-118 +-46,80,-110 +-46,80,-102 +-46,80,-94 +-46,80,-86 +-46,80,-78 +-46,80,-70 +-46,80,-62 +-46,80,-54 +-46,80,-46 +-46,80,-38 +-46,80,-30 +-46,80,-22 +-46,80,-14 +-46,80,-6 +-46,80,2 +-46,80,10 +-46,80,18 +-46,80,26 +-46,80,34 +-46,80,42 +-46,80,50 +-46,80,58 +-46,80,66 +-46,80,74 +-46,80,82 +-46,80,90 +-46,80,98 +-46,80,106 +-46,80,114 +-46,80,122 +-46,80,130 +-46,80,138 +-46,80,146 +-38,80,-150 +-38,80,-142 +-38,80,-134 +-38,80,-126 +-38,80,-118 +-38,80,-110 +-38,80,-102 +-38,80,-94 +-38,80,-86 +-38,80,-78 +-38,80,-70 +-38,80,-62 +-38,80,-54 +-38,80,-46 +-38,80,-38 +-38,80,-30 +-38,80,-22 +-38,80,-14 +-38,80,-6 +-38,80,2 +-38,80,10 +-38,80,18 +-38,80,26 +-38,80,34 +-38,80,42 +-38,80,50 +-38,80,58 +-38,80,66 +-38,80,74 +-38,80,82 +-38,80,90 +-38,80,98 +-38,80,106 +-38,80,114 +-38,80,122 +-38,80,130 +-38,80,138 +-38,80,146 +-30,80,-150 +-30,80,-142 +-30,80,-134 +-30,80,-126 +-30,80,-118 +-30,80,-110 +-30,80,-102 +-30,80,-94 +-30,80,-86 +-30,80,-78 +-30,80,-70 +-30,80,-62 +-30,80,-54 +-30,80,-46 +-30,80,-38 +-30,80,-30 +-30,80,-22 +-30,80,-14 +-30,80,-6 +-30,80,2 +-30,80,10 +-30,80,18 +-30,80,26 +-30,80,34 +-30,80,42 +-30,80,50 +-30,80,58 +-30,80,66 +-30,80,74 +-30,80,82 +-30,80,90 +-30,80,98 +-30,80,106 +-30,80,114 +-30,80,122 +-30,80,130 +-30,80,138 +-30,80,146 +-22,80,-150 +-22,80,-142 +-22,80,-134 +-22,80,-126 +-22,80,-118 +-22,80,-110 +-22,80,-102 +-22,80,-94 +-22,80,-86 +-22,80,-78 +-22,80,-70 +-22,80,-62 +-22,80,-54 +-22,80,-46 +-22,80,-38 +-22,80,-30 +-22,80,-22 +-22,80,-14 +-22,80,-6 +-22,80,2 +-22,80,10 +-22,80,18 +-22,80,26 +-22,80,34 +-22,80,42 +-22,80,50 +-22,80,58 +-22,80,66 +-22,80,74 +-22,80,82 +-22,80,90 +-22,80,98 +-22,80,106 +-22,80,114 +-22,80,122 +-22,80,130 +-22,80,138 +-22,80,146 +-14,80,-150 +-14,80,-142 +-14,80,-134 +-14,80,-126 +-14,80,-118 +-14,80,-110 +-14,80,-102 +-14,80,-94 +-14,80,-86 +-14,80,-78 +-14,80,-70 +-14,80,-62 +-14,80,-54 +-14,80,-46 +-14,80,-38 +-14,80,-30 +-14,80,-22 +-14,80,-14 +-14,80,-6 +-14,80,2 +-14,80,10 +-14,80,18 +-14,80,26 +-14,80,34 +-14,80,42 +-14,80,50 +-14,80,58 +-14,80,66 +-14,80,74 +-14,80,82 +-14,80,90 +-14,80,98 +-14,80,106 +-14,80,114 +-14,80,122 +-14,80,130 +-14,80,138 +-14,80,146 +-6,80,-150 +-6,80,-142 +-6,80,-134 +-6,80,-126 +-6,80,-118 +-6,80,-110 +-6,80,-102 +-6,80,-94 +-6,80,-86 +-6,80,-78 +-6,80,-70 +-6,80,-62 +-6,80,-54 +-6,80,-46 +-6,80,-38 +-6,80,-30 +-6,80,-22 +-6,80,-14 +-6,80,-6 +-6,80,2 +-6,80,10 +-6,80,18 +-6,80,26 +-6,80,34 +-6,80,42 +-6,80,50 +-6,80,58 +-6,80,66 +-6,80,74 +-6,80,82 +-6,80,90 +-6,80,98 +-6,80,106 +-6,80,114 +-6,80,122 +-6,80,130 +-6,80,138 +-6,80,146 +2,80,-150 +2,80,-142 +2,80,-134 +2,80,-126 +2,80,-118 +2,80,-110 +2,80,-102 +2,80,-94 +2,80,-86 +2,80,-78 +2,80,-70 +2,80,-62 +2,80,-54 +2,80,-46 +2,80,-38 +2,80,-30 +2,80,-22 +2,80,-14 +2,80,-6 +2,80,2 +2,80,10 +2,80,18 +2,80,26 +2,80,34 +2,80,42 +2,80,50 +2,80,58 +2,80,66 +2,80,74 +2,80,82 +2,80,90 +2,80,98 +2,80,106 +2,80,114 +2,80,122 +2,80,130 +2,80,138 +2,80,146 +10,80,-150 +10,80,-142 +10,80,-134 +10,80,-126 +10,80,-118 +10,80,-110 +10,80,-102 +10,80,-94 +10,80,-86 +10,80,-78 +10,80,-70 +10,80,-62 +10,80,-54 +10,80,-46 +10,80,-38 +10,80,-30 +10,80,-22 +10,80,-14 +10,80,-6 +10,80,2 +10,80,10 +10,80,18 +10,80,26 +10,80,34 +10,80,42 +10,80,50 +10,80,58 +10,80,66 +10,80,74 +10,80,82 +10,80,90 +10,80,98 +10,80,106 +10,80,114 +10,80,122 +10,80,130 +10,80,138 +10,80,146 +18,80,-150 +18,80,-142 +18,80,-134 +18,80,-126 +18,80,-118 +18,80,-110 +18,80,-102 +18,80,-94 +18,80,-86 +18,80,-78 +18,80,-70 +18,80,-62 +18,80,-54 +18,80,-46 +18,80,-38 +18,80,-30 +18,80,-22 +18,80,-14 +18,80,-6 +18,80,2 +18,80,10 +18,80,18 +18,80,26 +18,80,34 +18,80,42 +18,80,50 +18,80,58 +18,80,66 +18,80,74 +18,80,82 +18,80,90 +18,80,98 +18,80,106 +18,80,114 +18,80,122 +18,80,130 +18,80,138 +18,80,146 +26,80,-150 +26,80,-142 +26,80,-134 +26,80,-126 +26,80,-118 +26,80,-110 +26,80,-102 +26,80,-94 +26,80,-86 +26,80,-78 +26,80,-70 +26,80,-62 +26,80,-54 +26,80,-46 +26,80,-38 +26,80,-30 +26,80,-22 +26,80,-14 +26,80,-6 +26,80,2 +26,80,10 +26,80,18 +26,80,26 +26,80,34 +26,80,42 +26,80,50 +26,80,58 +26,80,66 +26,80,74 +26,80,82 +26,80,90 +26,80,98 +26,80,106 +26,80,114 +26,80,122 +26,80,130 +26,80,138 +26,80,146 +34,80,-150 +34,80,-142 +34,80,-134 +34,80,-126 +34,80,-118 +34,80,-110 +34,80,-102 +34,80,-94 +34,80,-86 +34,80,-78 +34,80,-70 +34,80,-62 +34,80,-54 +34,80,-46 +34,80,-38 +34,80,-30 +34,80,-22 +34,80,-14 +34,80,-6 +34,80,2 +34,80,10 +34,80,18 +34,80,26 +34,80,34 +34,80,42 +34,80,50 +34,80,58 +34,80,66 +34,80,74 +34,80,82 +34,80,90 +34,80,98 +34,80,106 +34,80,114 +34,80,122 +34,80,130 +34,80,138 +34,80,146 +42,80,-150 +42,80,-142 +42,80,-134 +42,80,-126 +42,80,-118 +42,80,-110 +42,80,-102 +42,80,-94 +42,80,-86 +42,80,-78 +42,80,-70 +42,80,-62 +42,80,-54 +42,80,-46 +42,80,-38 +42,80,-30 +42,80,-22 +42,80,-14 +42,80,-6 +42,80,2 +42,80,10 +42,80,18 +42,80,26 +42,80,34 +42,80,42 +42,80,50 +42,80,58 +42,80,66 +42,80,74 +42,80,82 +42,80,90 +42,80,98 +42,80,106 +42,80,114 +42,80,122 +42,80,130 +42,80,138 +42,80,146 +50,80,-150 +50,80,-142 +50,80,-134 +50,80,-126 +50,80,-118 +50,80,-110 +50,80,-102 +50,80,-94 +50,80,-86 +50,80,-78 +50,80,-70 +50,80,-62 +50,80,-54 +50,80,-46 +50,80,-38 +50,80,-30 +50,80,-22 +50,80,-14 +50,80,-6 +50,80,2 +50,80,10 +50,80,18 +50,80,26 +50,80,34 +50,80,42 +50,80,50 +50,80,58 +50,80,66 +50,80,74 +50,80,82 +50,80,90 +50,80,98 +50,80,106 +50,80,114 +50,80,122 +50,80,130 +50,80,138 +50,80,146 +58,80,-150 +58,80,-142 +58,80,-134 +58,80,-126 +58,80,-118 +58,80,-110 +58,80,-102 +58,80,-94 +58,80,-86 +58,80,-78 +58,80,-70 +58,80,-62 +58,80,-54 +58,80,-46 +58,80,-38 +58,80,-30 +58,80,-22 +58,80,-14 +58,80,-6 +58,80,2 +58,80,10 +58,80,18 +58,80,26 +58,80,34 +58,80,42 +58,80,50 +58,80,58 +58,80,66 +58,80,74 +58,80,82 +58,80,90 +58,80,98 +58,80,106 +58,80,114 +58,80,122 +58,80,130 +58,80,138 +58,80,146 +66,80,-150 +66,80,-142 +66,80,-134 +66,80,-126 +66,80,-118 +66,80,-110 +66,80,-102 +66,80,-94 +66,80,-86 +66,80,-78 +66,80,-70 +66,80,-62 +66,80,-54 +66,80,-46 +66,80,-38 +66,80,-30 +66,80,-22 +66,80,-14 +66,80,-6 +66,80,2 +66,80,10 +66,80,18 +66,80,26 +66,80,34 +66,80,42 +66,80,50 +66,80,58 +66,80,66 +66,80,74 +66,80,82 +66,80,90 +66,80,98 +66,80,106 +66,80,114 +66,80,122 +66,80,130 +66,80,138 +66,80,146 +74,80,-150 +74,80,-142 +74,80,-134 +74,80,-126 +74,80,-118 +74,80,-110 +74,80,-102 +74,80,-94 +74,80,-86 +74,80,-78 +74,80,-70 +74,80,-62 +74,80,-54 +74,80,-46 +74,80,-38 +74,80,-30 +74,80,-22 +74,80,-14 +74,80,-6 +74,80,2 +74,80,10 +74,80,18 +74,80,26 +74,80,34 +74,80,42 +74,80,50 +74,80,58 +74,80,66 +74,80,74 +74,80,82 +74,80,90 +74,80,98 +74,80,106 +74,80,114 +74,80,122 +74,80,130 +74,80,138 +74,80,146 +82,80,-150 +82,80,-142 +82,80,-134 +82,80,-126 +82,80,-118 +82,80,-110 +82,80,-102 +82,80,-94 +82,80,-86 +82,80,-78 +82,80,-70 +82,80,-62 +82,80,-54 +82,80,-46 +82,80,-38 +82,80,-30 +82,80,-22 +82,80,-14 +82,80,-6 +82,80,2 +82,80,10 +82,80,18 +82,80,26 +82,80,34 +82,80,42 +82,80,50 +82,80,58 +82,80,66 +82,80,74 +82,80,82 +82,80,90 +82,80,98 +82,80,106 +82,80,114 +82,80,122 +82,80,130 +82,80,138 +82,80,146 +90,80,-150 +90,80,-142 +90,80,-134 +90,80,-126 +90,80,-118 +90,80,-110 +90,80,-102 +90,80,-94 +90,80,-86 +90,80,-78 +90,80,-70 +90,80,-62 +90,80,-54 +90,80,-46 +90,80,-38 +90,80,-30 +90,80,-22 +90,80,-14 +90,80,-6 +90,80,2 +90,80,10 +90,80,18 +90,80,26 +90,80,34 +90,80,42 +90,80,50 +90,80,58 +90,80,66 +90,80,74 +90,80,82 +90,80,90 +90,80,98 +90,80,106 +90,80,114 +90,80,122 +90,80,130 +90,80,138 +90,80,146 +98,80,-150 +98,80,-142 +98,80,-134 +98,80,-126 +98,80,-118 +98,80,-110 +98,80,-102 +98,80,-94 +98,80,-86 +98,80,-78 +98,80,-70 +98,80,-62 +98,80,-54 +98,80,-46 +98,80,-38 +98,80,-30 +98,80,-22 +98,80,-14 +98,80,-6 +98,80,2 +98,80,10 +98,80,18 +98,80,26 +98,80,34 +98,80,42 +98,80,50 +98,80,58 +98,80,66 +98,80,74 +98,80,82 +98,80,90 +98,80,98 +98,80,106 +98,80,114 +98,80,122 +98,80,130 +98,80,138 +98,80,146 +106,80,-150 +106,80,-142 +106,80,-134 +106,80,-126 +106,80,-118 +106,80,-110 +106,80,-102 +106,80,-94 +106,80,-86 +106,80,-78 +106,80,-70 +106,80,-62 +106,80,-54 +106,80,-46 +106,80,-38 +106,80,-30 +106,80,-22 +106,80,-14 +106,80,-6 +106,80,2 +106,80,10 +106,80,18 +106,80,26 +106,80,34 +106,80,42 +106,80,50 +106,80,58 +106,80,66 +106,80,74 +106,80,82 +106,80,90 +106,80,98 +106,80,106 +106,80,114 +106,80,122 +106,80,130 +106,80,138 +106,80,146 +114,80,-150 +114,80,-142 +114,80,-134 +114,80,-126 +114,80,-118 +114,80,-110 +114,80,-102 +114,80,-94 +114,80,-86 +114,80,-78 +114,80,-70 +114,80,-62 +114,80,-54 +114,80,-46 +114,80,-38 +114,80,-30 +114,80,-22 +114,80,-14 +114,80,-6 +114,80,2 +114,80,10 +114,80,18 +114,80,26 +114,80,34 +114,80,42 +114,80,50 +114,80,58 +114,80,66 +114,80,74 +114,80,82 +114,80,90 +114,80,98 +114,80,106 +114,80,114 +114,80,122 +114,80,130 +114,80,138 +114,80,146 +122,80,-150 +122,80,-142 +122,80,-134 +122,80,-126 +122,80,-118 +122,80,-110 +122,80,-102 +122,80,-94 +122,80,-86 +122,80,-78 +122,80,-70 +122,80,-62 +122,80,-54 +122,80,-46 +122,80,-38 +122,80,-30 +122,80,-22 +122,80,-14 +122,80,-6 +122,80,2 +122,80,10 +122,80,18 +122,80,26 +122,80,34 +122,80,42 +122,80,50 +122,80,58 +122,80,66 +122,80,74 +122,80,82 +122,80,90 +122,80,98 +122,80,106 +122,80,114 +122,80,122 +122,80,130 +122,80,138 +122,80,146 +130,80,-150 +130,80,-142 +130,80,-134 +130,80,-126 +130,80,-118 +130,80,-110 +130,80,-102 +130,80,-94 +130,80,-86 +130,80,-78 +130,80,-70 +130,80,-62 +130,80,-54 +130,80,-46 +130,80,-38 +130,80,-30 +130,80,-22 +130,80,-14 +130,80,-6 +130,80,2 +130,80,10 +130,80,18 +130,80,26 +130,80,34 +130,80,42 +130,80,50 +130,80,58 +130,80,66 +130,80,74 +130,80,82 +130,80,90 +130,80,98 +130,80,106 +130,80,114 +130,80,122 +130,80,130 +130,80,138 +130,80,146 +138,80,-150 +138,80,-142 +138,80,-134 +138,80,-126 +138,80,-118 +138,80,-110 +138,80,-102 +138,80,-94 +138,80,-86 +138,80,-78 +138,80,-70 +138,80,-62 +138,80,-54 +138,80,-46 +138,80,-38 +138,80,-30 +138,80,-22 +138,80,-14 +138,80,-6 +138,80,2 +138,80,10 +138,80,18 +138,80,26 +138,80,34 +138,80,42 +138,80,50 +138,80,58 +138,80,66 +138,80,74 +138,80,82 +138,80,90 +138,80,98 +138,80,106 +138,80,114 +138,80,122 +138,80,130 +138,80,138 +138,80,146 +146,80,-150 +146,80,-142 +146,80,-134 +146,80,-126 +146,80,-118 +146,80,-110 +146,80,-102 +146,80,-94 +146,80,-86 +146,80,-78 +146,80,-70 +146,80,-62 +146,80,-54 +146,80,-46 +146,80,-38 +146,80,-30 +146,80,-22 +146,80,-14 +146,80,-6 +146,80,2 +146,80,10 +146,80,18 +146,80,26 +146,80,34 +146,80,42 +146,80,50 +146,80,58 +146,80,66 +146,80,74 +146,80,82 +146,80,90 +146,80,98 +146,80,106 +146,80,114 +146,80,122 +146,80,130 +146,80,138 +146,80,146 diff --git a/computer/3/tocopycopy b/computer/3/tocopycopy new file mode 100644 index 0000000..4ced44b --- /dev/null +++ b/computer/3/tocopycopy @@ -0,0 +1 @@ +1,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,41,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,31,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,21,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,81,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,22,0,12,0,12,0,22,0,32,0,42,0,52,0,52,0,62,0,72,0,82,0,92,0,92,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,22,8,12,8,12,8,22,8,32,8,42,8,52,8,52,8,62,8,72,8,82,8,92,8,92,8,12,8,12,8,12,8,12,8,12,8,11,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,12,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,61,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,11,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,22,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,41,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,21,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,32,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,21,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,31,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,01,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,81,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,52,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,61,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,51,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,62,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,72,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,21,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,71,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,01,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,6 \ No newline at end of file diff --git a/computer/3/treelocations.lua b/computer/3/treelocations.lua new file mode 100644 index 0000000..5ced114 --- /dev/null +++ b/computer/3/treelocations.lua @@ -0,0 +1,2 @@ +return +vector.new(0,0,0) diff --git a/computer/4/bake.lua b/computer/4/bake.lua new file mode 100644 index 0000000..4b58a44 --- /dev/null +++ b/computer/4/bake.lua @@ -0,0 +1,34 @@ +chest = peripheral.wrap("front") + +local function bake() + for i = 2,16 do + turtle.select(i) + turtle.drop() + end + turtle.suck() + items = chest.list() + local pretty = require "cc.pretty" + pretty.pretty_print(items) + for k,v in pairs(items) do + if v.name == "minecraft:wheat" then + chest.pushItems("front",k,64,1) + end + end + turtle.drop() + turtle.select(2) + count = chest.getItemDetail(1).count/3 + turtle.suck(count) + turtle.select(5) + turtle.suck(count) + turtle.select(6) + turtle.suck(count) + for i = 1, count do + turtle.select(1) + turtle.placeDown() + turtle.craft() + turtle.select(3) + turtle.drop() + end +end +bake() + diff --git a/computer/4/build.lua b/computer/4/build.lua new file mode 100644 index 0000000..6bbb42d --- /dev/null +++ b/computer/4/build.lua @@ -0,0 +1,116 @@ +sf = require("structure") +local pf = require("pathfinding") +local im = require("inventorymanager") +local origin = vector.new(-15,235,120) +function build(x,y,z) + store = {height = 0} + grocerylist = {} + for h = 1,8 do + store[h] = {width = 0} + for w = 1,8 do + store[h][w] = {depth = 0} + for d = 1,8 do + bool, data = sf.blockat(x+w,z+d,y+h) + if bool then + store[h][w][d] = data + store[h][w].depth = d + grocerylist[store[h][w][d]] = + (grocerylist[store[h][w][d]] or 0)+1 + end + end + if store[h][w].depth>0 then + store[h].width = w + end + end + if store[h].width>0 then + store.height = h + end + end + if store.height==0 then + --print("cell at",x,y,z,"is done") + removechunk(x,y,z) + return true + + end + flag = false + for k,v in pairs(grocerylist) do + if im.count(k) < v then + print("not enough "..k.." need "..v.." of it") + flag = true + end + end + if turtle.getFuelLevel() < 2000 then + print("too lazy for that") + flag = true + end + if flag then + pf.to(vector.new(pf.home.x,position.y+8,pf.home.z)) + pf.returnHome() + return false + end + pf.to(origin + vector.new(x+1,y+8,z+1)) + for h = 1,8 do + print(store[h].width) + for w = 1,store[h].width do + print(store[h][w].depth) + for d = 1,store[h][w].depth do + if store[h][w][d] then + pf.to(origin+vector.new(x+w,y+h,z+d)) + im.select(store[h][w][d]) + turtle.placeDown() + end + end + end + end + removechunk(x,y,z) + return true +end + +function removechunk(x,y,z) + + --::success:: + local file = fs.open("tobuild","r") + local rest = {} + line = file.readLine() + while line do + table.insert(rest,line) + line = file.readLine() + end + file.close() + file = fs.open("tobuild","w") + str = tostring(vector.new(x,y,z)) + for _,v in ipairs(rest) do + if v ~= str then + file.writeLine(v) + end + end + file.close() +end +function stringtovec(str) + parts = {} + for part in string.gmatch(str, "([^,]+)") do + table.insert(parts, part) + end + return vector.new(unpack(parts)) +end +--pf.to(origin) +file=fs.open("tobuild","r") +chunk = file.readLine() +file.close() +print(chunk) +vec = stringtovec(chunk) +X1,Y1,Z1 = vec.x,vec.y,vec.z +print(X1,Y1,Z1) +while build(X1,Y1,Z1) do +-- term.clear() + print(X1,Y1,Z1) + file = fs.open("tobuild","r") + chunk = file.readLine() + vec = stringtovec(chunk) + X1,Y1,Z1 = vec.x,vec.y,vec.z + file.close() + --term.clear() + sleep(0) +end +pf.returnHome() + diff --git a/computer/4/copyfile.lua b/computer/4/copyfile.lua new file mode 100644 index 0000000..216705b --- /dev/null +++ b/computer/4/copyfile.lua @@ -0,0 +1,13 @@ +file = fs.open("tobuild","w") +while true do + id,message = rednet.receive() + if id == 3 then + if message=="done" then + file.close() + return + else + print(message) + file.writeLine(message) + end + end +end diff --git a/computer/4/drain.lua b/computer/4/drain.lua new file mode 100644 index 0000000..1bee979 --- /dev/null +++ b/computer/4/drain.lua @@ -0,0 +1,9 @@ +while true do + turtle.dig() + turtle.place() + --sleep(1.5) + --turtle.turnLeft() + turtle.digUp() + turtle.placeUp() + --turtle.turnRight() +end diff --git a/computer/4/felling b/computer/4/felling new file mode 100644 index 0000000..4c4709f --- /dev/null +++ b/computer/4/felling @@ -0,0 +1,45 @@ +trees = { + vector.new(-261, 95, 119), + vector.new(-258, 95, 124), + vector.new(-264, 95, 124), + vector.new(-265, 95, 121), + vector.new(-263, 94, 116), + vector.new(-265, 94, 107), + vector.new(-263, 94, 104), + vector.new(-261,94,94), + vector.new(-259,94,100), + vector.new(-257,94,103) +} +pf = require("pathfinding") +im = require("inventorymanager") +function fell(index) + im.select("techreborn:rubber_sapling") + print("going towards tree") + pf.lookat(trees[index or math.random(#trees)]) + has, data = turtle.inspect() + print(has,data) + if + has and data.name == + "techreborn:rubber_log" + then + turtle.dig() + turtle.forward() + height = 0 + while turtle.digUp() do + turtle.up() + height = height + 1 + end + for i = 1,height do + turtle.down() + end + turtle.back() + end + turtle.place() +end + +for i = 1,#trees do + fell(i) +end +pf.returnHome() + + diff --git a/computer/4/inventorymanager.lua b/computer/4/inventorymanager.lua new file mode 100644 index 0000000..2656f8e --- /dev/null +++ b/computer/4/inventorymanager.lua @@ -0,0 +1,89 @@ +function count(name) + local value = 0 + for i = 1,16 do + local item = turtle.getItemDetail(i) + if item and item.name == name then + value = value + item.count + end + if item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(.1) + pack = peripheral.wrap("top") + items = pack.list() + for i,v in pairs(items) do + if v.name == name then + value = value + v.count + end + end + turtle.digUp() + end + end + return value +end +function select(name) + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if not item then + flag = true + end + if item and item.name == name then + turtle.select(i) + return true + end + end + for i = 1,16 do + item = turtle.getItemDetail(i) + if flag and item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(0.1) + items = peripheral.call("top","list") + for i,v in pairs(items) do + if v.name == name then + turtle.suckUp(64) + break + end + end + turtle.digUp() + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + return true + end + end + end + end + print("no"..name.."found") + return false +end + +function pull(name, slot) + slot = slot or turtle.getSelectedSlot() + turtle.select(slot) + i = 1 + item = turtle.getItemDetail(slot) + while item and item.name~=name and i <=16 do + turtle.transferTo(i) + item = turtle.getItemDetail(slot) + i = i+1 + end + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + turtle.transferTo(slot) + flag = true + end + end + turtle.select(slot) + if flag then + return turtle.getItemCount(slot) + end + return error("there is no '"..name.."' in my inventory") +end + +return {pull=pull,count=count,select=select} diff --git a/computer/4/pathfinding.lua b/computer/4/pathfinding.lua new file mode 100644 index 0000000..dbc3ac0 --- /dev/null +++ b/computer/4/pathfinding.lua @@ -0,0 +1,113 @@ +home = vector.new(-250, 96, 106) +up = vector.new(0,1,0) +south = vector.new(0,0,1) +east = vector.new(1,0,0) +function greedystep(target) + if (target-position):dot(facing) > 0 then + if turtle.forward() then + position = position + facing + elseif position + facing ==target then + return false, "the target is occupied" + else + + + temp = (target-position):dot(facing:cross(up)) + if temp>0 then + turtle.turnRight() + facing = facing:cross(up) + elseif temp<0 then + turtle.turnLeft() + facing = - facing:cross(up) + else + temp = (target-position):dot(up) + if temp>0 then + if turtle.up() then + position = position+up + end + elseif temp<0 then + if turtle.down() then + position = position-up + end + else + error("help me im stuck") + end + end + end + else + --we did not need to move in that direction + temp = (target-position):dot(facing:cross(up)) + if temp > 0 then + turtle.turnRight() + facing=facing:cross(up) + elseif temp < 0 then + turtle.turnLeft() + facing=facing:cross(-up) + else + if (target-position):dot(facing) == 0 then + temp = (target-position):dot(up) + if temp == 0 then + return false,"the target has been reached" + else + if temp > 0 then + if turtle.up() then + position:add(up) + else + position.sub(up) + end + end + end + + + end + end + end +-- print(position,facing) + _G.position = position + _G.facing = facing + return true +end +greedystep = require("pathfinding2").greedystep +function to(target) + print(tostring(target)) + while greedystep(target) do + end +end +function returnhome() + to(home) + if facing == south then + turtle.turnRight() + facing=facing:cross(up) + end + if facing == east then + turtle.turnLeft() + facing=facing:cross(-up) + end + if facing == -south then + turtle.turnLeft() + facing=facing:cross(-up) + end + _G.facing = facing + _G.position = position +end +function lookat(target) + print("lookat") + while (position+facing).x ~= target.x + or (position+facing).z ~= target.z do + greedystep(target) + end + print("temp") + temp = target.y-position.y + while target.y > position.y do + turtle.up() + position = position+up + end + while target.y < position.y do + turtle.down() + position = position-up + end + _G.position = position +end +return {to = to, +returnHome=returnhome, +lookat = lookat, +home = home} diff --git a/computer/4/pathfinding2.lua b/computer/4/pathfinding2.lua new file mode 100644 index 0000000..9ce56c6 --- /dev/null +++ b/computer/4/pathfinding2.lua @@ -0,0 +1,35 @@ +up = vector.new(0,1,0) +function greedystep(target) + --rednet.broadcast(position) + vec = target-position + if target == position then + return false + end + if vec.y > 0 then + if turtle.up() then + _G.position = position + up + return true + end + elseif vec.y < 0 then + if turtle.down() then + _G.position = position - up + return true + end + end + if vec:dot(facing) > 0 then + if turtle.forward() then + _G.position = position + facing + return true + end + end + if vec:dot(facing:cross(up)) > 0 then + turtle.turnRight() + _G.facing = facing:cross(up) + return true + else + turtle.turnLeft() + _G.facing = - facing:cross(up) + return true + end +end +return {greedystep = greedystep} diff --git a/computer/4/rednerd.lua b/computer/4/rednerd.lua new file mode 100644 index 0000000..8d16576 --- /dev/null +++ b/computer/4/rednerd.lua @@ -0,0 +1,2 @@ +while true do + {os.pullEvent("rednet_message")} diff --git a/computer/4/report.lua b/computer/4/report.lua new file mode 100644 index 0000000..7c8996f --- /dev/null +++ b/computer/4/report.lua @@ -0,0 +1,2 @@ +print("i believe i am at", position) +print("and looking", facing) diff --git a/computer/4/startup.lua b/computer/4/startup.lua new file mode 100644 index 0000000..17671a4 --- /dev/null +++ b/computer/4/startup.lua @@ -0,0 +1,19 @@ +_G.position = vector.new(-250,96,106) +_G.facing = vector.new(-1,0,0) +rednet.open("left") +old_print = _G.print +new_print = function(...) + x = "" + for i,v in ipairs(arg) do + x = x..tostring(v).." " + end + old_print(x) + rednet.broadcast(x) +end +_G.print = new_print +while true do + parallel.waitForAny( + require("rednerd") + --shell.run("shell") + ) +end diff --git a/computer/4/structure b/computer/4/structure new file mode 100644 index 0000000..8ef5c5b --- /dev/null +++ b/computer/4/structure @@ -0,0 +1,106 @@ +v = 0.55 +X = vector.new(0,-0.92836897,0.28899258) +Y = vector.new(-0.94538565,0.06753674,0.21695717) +Z = vector.new(0.23369713,0.28899258,0.92836897) +r1 = 40 +r2 = 10 +a = {1,-2,3,1,0,-1,-1,2,0,0} +b = {-1.2314479651658854,-1.5872747213793104,0.04683103835434217,1.9674748180974897,1.153043896136355,-0.10238369338887907,1.7042206782594087,-1.242120063575402,0.5603127510670854,2.66234724349466} +c = {4.321312860949716,2.116116100402904,2.7194094703705165,3.0821962706516177,5.994638109825947,0.8990716738267982,0.06271719387139103,0.7355961093238955,2.1949825399445198,5.522266625688897} +l = vector.new(0.57735027,0.57735027,0.57735027) +function surface(uv) + --print("surface") + total = 0 + for i = 1,#a do + total = total + math.sin(a[i]*uv.x+math.floor(.5+b[i])*uv.y+c[i]) + end + return math.pow(math.mod(total,2)-1,2) +end +function map(xyz) + --print("map") + local u = math.atan2( + xyz:dot(X),xyz:dot(Y) + ) + local v = math.atan2( + xyz:dot(Z:normalize()), + math.sqrt( + xyz:dot(X)^2+xyz:dot(X)^2 + ) + -r1 + ) + return vector.new(u,v) +end +function lerp(x,y,t) + --print("lerp") + return x - (x-y)*t +end +function project(x,y) + --print("project x:",x," y:",y) + return x-( + y*( + ( + x:dot( + y + ) + )/( + y:dot( + y + ) + ) + ) + ) +end +function setmag(x,y) + --print("setmag") + return x:normalize()*y +end +function f(x,y,z) + --print("f") + xyz = vector.new(x,y,z) + dist = (xyz-setmag(project(xyz,Z),r1)):length()-r2 + detail = lerp(5*surface(map(xyz)),r1,v) + return dist-detail +end +function blockat(x,y,z) + --print("blockat") + if f(x,y,z) < 0 then + flag = false + for k,v in pairs({ + {1,0,0}, + {0,1,0}, + {0,0,1}, + {-1,0,0}, + {0,-1,0}, + {0,0,-1} + })do + flag = f(x+v[1],y+v[2],z+v[3])>0 or flag + end + if flag then + dx = f(x+0.1,y,z)-f(x-0.1,y,z) + dy = f(x,y+0.1,z)-f(x,y-0.1,z) + dz = f(x,y,z+0.1)-f(x,y,z-0.1) + normal = vector.new(dx,dy,dz):normalize() + if normal:dot(vector.new(0,0,1)) > 0.5 then + return true, "minecraft:moss_block" + end + dot = normal:dot(l) + lighttable = { + {-.7,"minecraft:cobbled_deepslate"}, + {-.5,"minecraft:andesite"}, + {-.3,"minecraft:tuff"}, + {0,"minecraft:cobblestone"}, + {.5,"minecraft:diorite"}, + {.7,"create:cut_limestone"}, + {2,"minecraft:calcite"} + } + for i,v in ipairs(lighttable) do + if dot < v[1] then + return true, v[2] + end + end + end + end +-- print(x,y,z,"is not part of the set") + return false +end +return {blockat = blockat} diff --git a/computer/4/tobuild b/computer/4/tobuild new file mode 100644 index 0000000..ef886ed --- /dev/null +++ b/computer/4/tobuild @@ -0,0 +1,3841 @@ +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +42,-48,-134 +42,-48,-126 +42,-48,-118 +42,-48,-110 +42,-48,-102 +42,-48,-94 +42,-48,-86 +42,-48,-78 +42,-48,-70 +42,-48,-62 +42,-48,-54 +42,-48,-46 +42,-48,-38 +42,-48,-30 +42,-48,-22 +42,-48,-14 +42,-48,-6 +42,-48,2 +42,-48,10 +42,-48,18 +42,-48,26 +42,-48,34 +42,-48,42 +42,-48,50 +42,-48,58 +42,-48,66 +42,-48,74 +42,-48,82 +42,-48,90 +42,-48,98 +42,-48,106 +42,-48,114 +42,-48,122 +42,-48,130 +42,-48,138 +42,-48,146 +50,-48,-150 +50,-48,-142 +50,-48,-134 +50,-48,-126 +50,-48,-118 +50,-48,-110 +50,-48,-102 +50,-48,-94 +50,-48,-86 +50,-48,-78 +50,-48,-70 +50,-48,-62 +50,-48,-54 +50,-48,-46 +50,-48,-38 +50,-48,-30 +50,-48,-22 +50,-48,-14 +50,-48,-6 +50,-48,2 +50,-48,10 +50,-48,18 +50,-48,26 +50,-48,34 +50,-48,42 +50,-48,50 +50,-48,58 +50,-48,66 +50,-48,74 +50,-48,82 +50,-48,90 +50,-48,98 +50,-48,106 +50,-48,114 +50,-48,122 +50,-48,130 +50,-48,138 +50,-48,146 +58,-48,-150 +58,-48,-142 +58,-48,-134 +58,-48,-126 +58,-48,-118 +58,-48,-110 +58,-48,-102 +58,-48,-94 +58,-48,-86 +58,-48,-78 +58,-48,-70 +58,-48,-62 +58,-48,-54 +58,-48,-46 +58,-48,-38 +58,-48,-30 +58,-48,-22 +58,-48,-14 +58,-48,-6 +58,-48,2 +58,-48,10 +58,-48,18 +58,-48,26 +58,-48,34 +58,-48,42 +58,-48,50 +58,-48,58 +58,-48,66 +58,-48,74 +58,-48,82 +58,-48,90 +58,-48,98 +58,-48,106 +58,-48,114 +58,-48,122 +58,-48,130 +58,-48,138 +58,-48,146 +66,-48,-150 +66,-48,-142 +66,-48,-134 +66,-48,-126 +66,-48,-118 +-22,-40,58 +-22,-40,66 +-22,-40,74 +-22,-40,82 +-22,-40,90 +-22,-40,98 +-22,-40,106 +-22,-40,114 +-22,-40,122 +-22,-40,130 +-22,-40,138 +-22,-40,146 +-14,-40,-150 +-14,-40,-142 +-14,-40,-134 +-14,-40,-126 +-14,-40,-118 +-14,-40,-110 +-14,-40,-102 +-14,-40,-94 +-14,-40,-86 +-14,-40,-78 +-14,-40,-70 +-14,-40,-62 +-14,-40,-54 +-14,-40,-46 +-14,-40,-38 +-14,-40,-30 +-14,-40,-22 +-14,-40,-14 +-14,-40,-6 +-14,-40,2 +-14,-40,10 +-14,-40,18 +-14,-40,26 +-14,-40,34 +-14,-40,42 +-14,-40,50 +-14,-40,58 +-14,-40,66 +-14,-40,74 +-14,-40,82 +-14,-40,90 +-14,-40,98 +-14,-40,106 +-14,-40,114 +-14,-40,122 +-14,-40,130 +-14,-40,138 +-14,-40,146 +-6,-40,-150 +-6,-40,-142 +-6,-40,-134 +-6,-40,-126 +-6,-40,-118 +-6,-40,-110 +-6,-40,-102 +-6,-40,-94 +-6,-40,-86 +-6,-40,-78 +-6,-40,-70 +-6,-40,-62 +-6,-40,-54 +-6,-40,-46 +-6,-40,-38 +-6,-40,-30 +-6,-40,-22 +-6,-40,-14 +-6,-40,-6 +-6,-40,2 +-6,-40,10 +-6,-40,18 +-6,-40,26 +-6,-40,34 +-6,-40,42 +-6,-40,50 +-6,-40,58 +-6,-40,66 +-6,-40,74 +-6,-40,82 +-6,-40,90 +-6,-40,98 +-6,-40,106 +-6,-40,114 +-6,-40,122 +-6,-40,130 +-6,-40,138 +-6,-40,146 +2,-40,-150 +2,-40,-142 +2,-40,-134 +2,-40,-126 +2,-40,-118 +2,-40,-110 +2,-40,-102 +2,-40,-94 +2,-40,-86 +2,-40,-78 +2,-40,-70 +2,-40,-62 +2,-40,-54 +2,-40,-46 +2,-40,-38 +2,-40,-30 +2,-40,-22 +2,-40,-14 +2,-40,-6 +2,-40,2 +2,-40,10 +2,-40,18 +2,-40,26 +2,-40,34 +2,-40,42 +2,-40,50 +2,-40,58 +2,-40,66 +2,-40,74 +2,-40,82 +2,-40,90 +2,-40,98 +2,-40,106 +2,-40,114 +2,-40,122 +2,-40,130 +2,-40,138 +2,-40,146 +10,-40,-150 +10,-40,-142 +10,-40,-134 +10,-40,-126 +10,-40,-118 +10,-40,-110 +10,-40,-102 +10,-40,-94 +10,-40,-86 +10,-40,-78 +10,-40,-70 +10,-40,-62 +10,-40,-54 +10,-40,-46 +10,-40,-38 +10,-40,-30 +10,-40,-22 +10,-40,-14 +10,-40,-6 +10,-40,2 +10,-40,10 +10,-40,18 +10,-40,26 +10,-40,34 +10,-40,42 +10,-40,50 +10,-40,58 +10,-40,66 +10,-40,74 +10,-40,82 +10,-40,90 +10,-40,98 +10,-40,106 +10,-40,114 +10,-40,122 +10,-40,130 +10,-40,138 +10,-40,146 +18,-40,-150 +18,-40,-142 +18,-40,-134 +18,-40,-126 +18,-40,-118 +18,-40,-110 +18,-40,-102 +18,-40,-94 +18,-40,-86 +18,-40,-78 +18,-40,-70 +18,-40,-62 +18,-40,-54 +18,-40,-46 +18,-40,-38 +18,-40,-30 +18,-40,-22 +18,-40,-14 +18,-40,-6 +18,-40,2 +18,-40,10 +18,-40,18 +18,-40,26 +18,-40,34 +18,-40,42 +18,-40,50 +18,-40,58 +18,-40,66 +18,-40,74 +18,-40,82 +18,-40,90 +18,-40,98 +18,-40,106 +18,-40,114 +18,-40,122 +18,-40,130 +18,-40,138 +18,-40,146 +26,-40,-150 +26,-40,-142 +26,-40,-134 +26,-40,-126 +26,-40,-118 +26,-40,-110 +26,-40,-102 +26,-40,-94 +26,-40,-86 +26,-40,-78 +26,-40,-70 +26,-40,-62 +26,-40,-54 +26,-40,-46 +26,-40,-38 +26,-40,-30 +26,-40,-22 +26,-40,-14 +26,-40,-6 +26,-40,2 +26,-40,10 +26,-40,18 +26,-40,26 +26,-40,34 +26,-40,42 +26,-40,50 +26,-40,58 +26,-40,66 +26,-40,74 +26,-40,82 +26,-40,90 +26,-40,98 +26,-40,106 +26,-40,114 +26,-40,122 +26,-40,130 +26,-40,138 +26,-40,146 +34,-40,-150 +34,-40,-142 +34,-40,-134 +34,-40,-126 +34,-40,-118 +34,-40,-110 +34,-40,-102 +34,-40,-94 +34,-40,-86 +34,-40,-78 +34,-40,-70 +34,-40,-62 +34,-40,-54 +34,-40,-46 +34,-40,-38 +34,-40,-30 +-54,-32,-22 +-54,-32,-14 +-54,-32,-6 +-54,-32,2 +-54,-32,10 +-54,-32,18 +-54,-32,26 +-54,-32,34 +-54,-32,42 +-54,-32,50 +-54,-32,58 +-54,-32,66 +-54,-32,74 +-54,-32,82 +-54,-32,90 +-54,-32,98 +-54,-32,106 +-54,-32,114 +-54,-32,122 +-54,-32,130 +-54,-32,138 +-54,-32,146 +-46,-32,-150 +-46,-32,-142 +-46,-32,-134 +-46,-32,-126 +-46,-32,-118 +-46,-32,-110 +-46,-32,-102 +-46,-32,-94 +-46,-32,-86 +-46,-32,-78 +-46,-32,-70 +-46,-32,-62 +-46,-32,-54 +-46,-32,-46 +-46,-32,-38 +-46,-32,-30 +-46,-32,-22 +-46,-32,-14 +-46,-32,-6 +-46,-32,2 +-46,-32,10 +-46,-32,18 +-46,-32,26 +-46,-32,34 +-46,-32,42 +-46,-32,50 +-46,-32,58 +-46,-32,66 +-46,-32,74 +-46,-32,82 +-46,-32,90 +-46,-32,98 +-46,-32,106 +-46,-32,114 +-46,-32,122 +-46,-32,130 +-46,-32,138 +-46,-32,146 +-38,-32,-150 +-38,-32,-142 +-38,-32,-134 +-38,-32,-126 +-38,-32,-118 +-38,-32,-110 +-38,-32,-102 +-38,-32,-94 +-38,-32,-86 +-38,-32,-78 +-38,-32,-70 +-38,-32,-62 +-38,-32,-54 +-38,-32,-46 +-38,-32,-38 +-38,-32,-30 +-38,-32,-22 +-38,-32,-14 +-38,-32,-6 +-38,-32,2 +-38,-32,10 +-38,-32,18 +-38,-32,26 +-38,-32,34 +-38,-32,42 +-38,-32,50 +-38,-32,58 +-38,-32,66 +-38,-32,74 +-38,-32,82 +-38,-32,90 +-38,-32,98 +-38,-32,106 +-38,-32,114 +-38,-32,122 +-38,-32,130 +-38,-32,138 +-38,-32,146 +-30,-32,-150 +-30,-32,-142 +-30,-32,-134 +-30,-32,-126 +-30,-32,-118 +-30,-32,-110 +-30,-32,-102 +-30,-32,-94 +-30,-32,-86 +-30,-32,-78 +-30,-32,-70 +-30,-32,-62 +-30,-32,-54 +-30,-32,-46 +-30,-32,-38 +-30,-32,-30 +-30,-32,-22 +-30,-32,-14 +-30,-32,-6 +-30,-32,2 +-30,-32,10 +-30,-32,18 +-30,-32,26 +-30,-32,34 +-30,-32,42 +-30,-32,50 +-30,-32,58 +-30,-32,66 +-30,-32,74 +-30,-32,82 +-30,-32,90 +-30,-32,98 +-30,-32,106 +-30,-32,114 +-30,-32,122 +-30,-32,130 +-30,-32,138 +-30,-32,146 +-22,-32,-150 +-22,-32,-142 +-22,-32,-134 +-22,-32,-126 +-22,-32,-118 +-22,-32,-110 +-22,-32,-102 +-22,-32,-94 +-22,-32,-86 +-22,-32,-78 +-22,-32,-70 +-22,-32,-62 +-22,-32,-54 +-22,-32,-46 +-22,-32,-38 +-22,-32,-30 +-22,-32,-22 +-22,-32,-14 +-22,-32,-6 +-22,-32,2 +-22,-32,10 +-22,-32,18 +-22,-32,26 +-22,-32,34 +-22,-32,42 +-22,-32,50 +-22,-32,58 +-22,-32,66 +-22,-32,74 +-22,-32,82 +-22,-32,90 +-22,-32,98 +-22,-32,106 +-22,-32,114 +-22,-32,122 +-22,-32,130 +-22,-32,138 +-22,-32,146 +-14,-32,-150 +-14,-32,-142 +-14,-32,-134 +-14,-32,-126 +-14,-32,-118 +-14,-32,-110 +-14,-32,-102 +-14,-32,-94 +-14,-32,-86 +-14,-32,-78 +-14,-32,-70 +-14,-32,-62 +-14,-32,-54 +-14,-32,-46 +-14,-32,-38 +-14,-32,-30 +-14,-32,-22 +-14,-32,-14 +-14,-32,-6 +-14,-32,2 +-14,-32,10 +-14,-32,18 +-14,-32,26 +-14,-32,34 +-14,-32,42 +-14,-32,50 +-14,-32,58 +-14,-32,66 +-14,-32,74 +-14,-32,82 +-14,-32,90 +-14,-32,98 +-14,-32,106 +-14,-32,114 +-14,-32,122 +-14,-32,130 +-14,-32,138 +-14,-32,146 +-6,-32,-150 +-6,-32,-142 +-6,-32,-134 +-6,-32,-126 +-6,-32,-118 +-6,-32,-110 +-6,-32,-102 +-6,-32,-94 +-6,-32,-86 +-6,-32,-78 +-6,-32,-70 +-6,-32,-62 +-6,-32,-54 +-6,-32,-46 +-6,-32,-38 +-6,-32,-30 +-6,-32,-22 +-6,-32,-14 +-6,-32,-6 +-6,-32,2 +-6,-32,10 +-6,-32,18 +-6,-32,26 +-6,-32,34 +-6,-32,42 +-6,-32,50 +-6,-32,58 +-6,-32,66 +-6,-32,74 +-6,-32,82 +-6,-32,90 +-6,-32,98 +-6,-32,106 +-6,-32,114 +-6,-32,122 +-6,-32,130 +-6,-32,138 +-6,-32,146 +2,-32,-150 +2,-32,-142 +2,-32,-134 +2,-32,-126 +2,-32,-118 +2,-32,-110 +18,-24,122 +18,-24,130 +18,-24,138 +18,-24,146 +26,-24,-150 +26,-24,-142 +26,-24,-134 +26,-24,-126 +26,-24,-118 +26,-24,-110 +26,-24,-102 +26,-24,-94 +26,-24,-86 +26,-24,-78 +26,-24,-70 +26,-24,-62 +26,-24,-54 +26,-24,-46 +26,-24,-38 +26,-24,-30 +26,-24,-22 +26,-24,-14 +26,-24,-6 +26,-24,2 +26,-24,10 +26,-24,18 +26,-24,26 +26,-24,34 +26,-24,42 +26,-24,50 +26,-24,58 +26,-24,66 +26,-24,74 +26,-24,82 +26,-24,90 +26,-24,98 +26,-24,106 +26,-24,114 +26,-24,122 +26,-24,130 +26,-24,138 +26,-24,146 +34,-24,-150 +34,-24,-142 +34,-24,-134 +34,-24,-126 +34,-24,-118 +34,-24,-110 +34,-24,-102 +34,-24,-94 +34,-24,-86 +34,-24,-78 +34,-24,-70 +34,-24,-62 +34,-24,-54 +34,-24,-46 +34,-24,-38 +34,-24,-30 +34,-24,-22 +34,-24,-14 +34,-24,-6 +34,-24,2 +34,-24,10 +34,-24,18 +34,-24,26 +34,-24,34 +34,-24,42 +34,-24,50 +34,-24,58 +34,-24,66 +34,-24,74 +34,-24,82 +34,-24,90 +34,-24,98 +34,-24,106 +34,-24,114 +34,-24,122 +34,-24,130 +34,-24,138 +34,-24,146 +42,-24,-150 +42,-24,-142 +42,-24,-134 +42,-24,-126 +42,-24,-118 +42,-24,-110 +42,-24,-102 +42,-24,-94 +42,-24,-86 +42,-24,-78 +42,-24,-70 +42,-24,-62 +42,-24,-54 +42,-24,-46 +42,-24,-38 +42,-24,-30 +42,-24,-22 +42,-24,-14 +42,-24,-6 +42,-24,2 +42,-24,10 +42,-24,18 +42,-24,26 +42,-24,34 +42,-24,42 +42,-24,50 +42,-24,58 +42,-24,66 +42,-24,74 +42,-24,82 +42,-24,90 +42,-24,98 +42,-24,106 +42,-24,114 +42,-24,122 +42,-24,130 +42,-24,138 +42,-24,146 +50,-24,-150 +50,-24,-142 +50,-24,-134 +50,-24,-126 +50,-24,-118 +50,-24,-110 +50,-24,-102 +50,-24,-94 +50,-24,-86 +50,-24,-78 +50,-24,-70 +50,-24,-62 +50,-24,-54 +50,-24,-46 +50,-24,-38 +50,-24,-30 +50,-24,-22 +50,-24,-14 +50,-24,-6 +50,-24,2 +50,-24,10 +50,-24,18 +50,-24,26 +50,-24,34 +50,-24,42 +50,-24,50 +50,-24,58 +50,-24,66 +50,-24,74 +50,-24,82 +50,-24,90 +50,-24,98 +50,-24,106 +50,-24,114 +50,-24,122 +50,-24,130 +50,-24,138 +50,-24,146 +58,-24,-150 +58,-24,-142 +58,-24,-134 +58,-24,-126 +58,-24,-118 +58,-24,-110 +58,-24,-102 +58,-24,-94 +58,-24,-86 +58,-24,-78 +58,-24,-70 +58,-24,-62 +58,-24,-54 +58,-24,-46 +58,-24,-38 +58,-24,-30 +58,-24,-22 +58,-24,-14 +58,-24,-6 +58,-24,2 +58,-24,10 +58,-24,18 +58,-24,26 +58,-24,34 +58,-24,42 +58,-24,50 +58,-24,58 +58,-24,66 +58,-24,74 +58,-24,82 +58,-24,90 +58,-24,98 +58,-24,106 +58,-24,114 +58,-24,122 +58,-24,130 +58,-24,138 +58,-24,146 +66,-24,-150 +66,-24,-142 +66,-24,-134 +66,-24,-126 +66,-24,-118 +66,-24,-110 +66,-24,-102 +66,-24,-94 +66,-24,-86 +66,-24,-78 +66,-24,-70 +66,-24,-62 +66,-24,-54 +66,-24,-46 +66,-24,-38 +66,-24,-30 +66,-24,-22 +66,-24,-14 +66,-24,-6 +66,-24,2 +66,-24,10 +66,-24,18 +66,-24,26 +66,-24,34 +66,-24,42 +66,-24,50 +66,-24,58 +66,-24,66 +66,-24,74 +66,-24,82 +66,-24,90 +66,-24,98 +66,-24,106 +66,-24,114 +66,-24,122 +66,-24,130 +66,-24,138 +66,-24,146 +74,-24,-150 +74,-24,-142 +74,-24,-134 +74,-24,-126 +74,-24,-118 +74,-24,-110 +74,-24,-102 +74,-24,-94 +74,-24,-86 +74,-24,-78 +74,-24,-70 +74,-24,-62 +74,-24,-54 +74,-24,-46 +74,-24,-38 +74,-24,-30 +74,-24,-22 +74,-24,-14 +74,-24,-6 +74,-24,2 +74,-24,10 +74,-24,18 +74,-24,26 +74,-24,34 +34,-16,130 +34,-16,138 +34,-16,146 +42,-16,-150 +42,-16,-142 +42,-16,-134 +42,-16,-126 +42,-16,-118 +42,-16,-110 +42,-16,-102 +42,-16,-94 +42,-16,-86 +42,-16,-78 +42,-16,-70 +42,-16,-62 +42,-16,-54 +42,-16,-46 +42,-16,-38 +42,-16,-30 +42,-16,-22 +42,-16,-14 +42,-16,-6 +42,-16,2 +42,-16,10 +42,-16,18 +42,-16,26 +42,-16,34 +42,-16,42 +42,-16,50 +42,-16,58 +42,-16,66 +42,-16,74 +42,-16,82 +42,-16,90 +42,-16,98 +42,-16,106 +42,-16,114 +42,-16,122 +42,-16,130 +42,-16,138 +42,-16,146 +50,-16,-150 +50,-16,-142 +50,-16,-134 +50,-16,-126 +50,-16,-118 +50,-16,-110 +50,-16,-102 +50,-16,-94 +50,-16,-86 +50,-16,-78 +50,-16,-70 +50,-16,-62 +50,-16,-54 +50,-16,-46 +50,-16,-38 +50,-16,-30 +50,-16,-22 +50,-16,-14 +50,-16,-6 +50,-16,2 +50,-16,10 +50,-16,18 +50,-16,26 +50,-16,34 +50,-16,42 +50,-16,50 +50,-16,58 +50,-16,66 +50,-16,74 +50,-16,82 +50,-16,90 +50,-16,98 +50,-16,106 +50,-16,114 +50,-16,122 +50,-16,130 +50,-16,138 +50,-16,146 +58,-16,-150 +58,-16,-142 +58,-16,-134 +58,-16,-126 +58,-16,-118 +58,-16,-110 +58,-16,-102 +58,-16,-94 +58,-16,-86 +58,-16,-78 +58,-16,-70 +58,-16,-62 +58,-16,-54 +58,-16,-46 +58,-16,-38 +58,-16,-30 +58,-16,-22 +58,-16,-14 +58,-16,-6 +58,-16,2 +58,-16,10 +58,-16,18 +58,-16,26 +58,-16,34 +58,-16,42 +58,-16,50 +58,-16,58 +58,-16,66 +58,-16,74 +58,-16,82 +58,-16,90 +58,-16,98 +58,-16,106 +58,-16,114 +58,-16,122 +58,-16,130 +58,-16,138 +58,-16,146 +66,-16,-150 +66,-16,-142 +66,-16,-134 +66,-16,-126 +66,-16,-118 +66,-16,-110 +66,-16,-102 +66,-16,-94 +66,-16,-86 +66,-16,-78 +66,-16,-70 +66,-16,-62 +66,-16,-54 +66,-16,-46 +66,-16,-38 +66,-16,-30 +66,-16,-22 +66,-16,-14 +66,-16,-6 +66,-16,2 +66,-16,10 +66,-16,18 +66,-16,26 +66,-16,34 +66,-16,42 +66,-16,50 +66,-16,58 +66,-16,66 +66,-16,74 +66,-16,82 +66,-16,90 +66,-16,98 +66,-16,106 +66,-16,114 +66,-16,122 +66,-16,130 +66,-16,138 +66,-16,146 +74,-16,-150 +74,-16,-142 +74,-16,-134 +74,-16,-126 +74,-16,-118 +74,-16,-110 +74,-16,-102 +74,-16,-94 +74,-16,-86 +74,-16,-78 +74,-16,-70 +74,-16,-62 +74,-16,-54 +74,-16,-46 +74,-16,-38 +74,-16,-30 +74,-16,-22 +74,-16,-14 +74,-16,-6 +74,-16,2 +74,-16,10 +74,-16,18 +74,-16,26 +74,-16,34 +74,-16,42 +74,-16,50 +74,-16,58 +74,-16,66 +74,-16,74 +74,-16,82 +74,-16,90 +74,-16,98 +74,-16,106 +74,-16,114 +74,-16,122 +74,-16,130 +74,-16,138 +74,-16,146 +82,-16,-150 +82,-16,-142 +82,-16,-134 +82,-16,-126 +82,-16,-118 +82,-16,-110 +82,-16,-102 +82,-16,-94 +82,-16,-86 +82,-16,-78 +82,-16,-70 +82,-16,-62 +82,-16,-54 +82,-16,-46 +82,-16,-38 +82,-16,-30 +82,-16,-22 +82,-16,-14 +82,-16,-6 +82,-16,2 +82,-16,10 +82,-16,18 +82,-16,26 +82,-16,34 +82,-16,42 +82,-16,50 +82,-16,58 +82,-16,66 +82,-16,74 +82,-16,82 +82,-16,90 +82,-16,98 +82,-16,106 +82,-16,114 +82,-16,122 +82,-16,130 +82,-16,138 +82,-16,146 +90,-16,-150 +90,-16,-142 +90,-16,-134 +90,-16,-126 +90,-16,-118 +90,-16,-110 +90,-16,-102 +90,-16,-94 +90,-16,-86 +90,-16,-78 +90,-16,-70 +90,-16,-62 +90,-16,-54 +90,-16,-46 +90,-16,-38 +90,-16,-30 +90,-16,-22 +90,-16,-14 +90,-16,-6 +90,-16,2 +90,-16,10 +90,-16,18 +90,-16,26 +90,-16,34 +90,-16,42 +122,-8,-142 +122,-8,-134 +122,-8,-126 +122,-8,-118 +122,-8,-110 +122,-8,-102 +122,-8,-94 +122,-8,-86 +122,-8,-78 +122,-8,-70 +122,-8,-62 +122,-8,-54 +122,-8,-46 +122,-8,-38 +122,-8,-30 +122,-8,-22 +122,-8,-14 +122,-8,-6 +122,-8,2 +122,-8,10 +122,-8,18 +122,-8,26 +122,-8,34 +122,-8,42 +122,-8,50 +122,-8,58 +122,-8,66 +122,-8,74 +122,-8,82 +122,-8,90 +122,-8,98 +122,-8,106 +122,-8,114 +122,-8,122 +122,-8,130 +122,-8,138 +122,-8,146 +130,-8,-150 +130,-8,-142 +130,-8,-134 +130,-8,-126 +130,-8,-118 +130,-8,-110 +130,-8,-102 +130,-8,-94 +130,-8,-86 +130,-8,-78 +130,-8,-70 +130,-8,-62 +130,-8,-54 +130,-8,-46 +130,-8,-38 +130,-8,-30 +130,-8,-22 +130,-8,-14 +130,-8,-6 +130,-8,2 +130,-8,10 +130,-8,18 +130,-8,26 +130,-8,34 +130,-8,42 +130,-8,50 +130,-8,58 +130,-8,66 +130,-8,74 +130,-8,82 +130,-8,90 +130,-8,98 +130,-8,106 +130,-8,114 +130,-8,122 +130,-8,130 +130,-8,138 +130,-8,146 +138,-8,-150 +138,-8,-142 +138,-8,-134 +138,-8,-126 +138,-8,-118 +138,-8,-110 +138,-8,-102 +138,-8,-94 +138,-8,-86 +138,-8,-78 +138,-8,-70 +138,-8,-62 +138,-8,-54 +138,-8,-46 +138,-8,-38 +138,-8,-30 +138,-8,-22 +138,-8,-14 +138,-8,-6 +138,-8,2 +138,-8,10 +138,-8,18 +138,-8,26 +138,-8,34 +138,-8,42 +138,-8,50 +138,-8,58 +138,-8,66 +138,-8,74 +138,-8,82 +138,-8,90 +138,-8,98 +138,-8,106 +138,-8,114 +138,-8,122 +138,-8,130 +138,-8,138 +138,-8,146 +146,-8,-150 +146,-8,-142 +146,-8,-134 +146,-8,-126 +146,-8,-118 +146,-8,-110 +146,-8,-102 +146,-8,-94 +146,-8,-86 +146,-8,-78 +146,-8,-70 +146,-8,-62 +146,-8,-54 +146,-8,-46 +146,-8,-38 +146,-8,-30 +146,-8,-22 +146,-8,-14 +146,-8,-6 +146,-8,2 +146,-8,10 +146,-8,18 +146,-8,26 +146,-8,34 +146,-8,42 +146,-8,50 +146,-8,58 +146,-8,66 +146,-8,74 +146,-8,82 +146,-8,90 +146,-8,98 +146,-8,106 +146,-8,114 +146,-8,122 +146,-8,130 +146,-8,138 +146,-8,146 +-150,0,-150 +-150,0,-142 +-150,0,-134 +-150,0,-126 +-150,0,-118 +-150,0,-110 +-150,0,-102 +-150,0,-94 +-150,0,-86 +-150,0,-78 +-150,0,-70 +-150,0,-62 +-150,0,-54 +-150,0,-46 +-150,0,-38 +-150,0,-30 +-150,0,-22 +-150,0,-14 +-150,0,-6 +-150,0,2 +-150,0,10 +-150,0,18 +-150,0,26 +-150,0,34 +-150,0,42 +-150,0,50 +-150,0,58 +-150,0,66 +-150,0,74 +-150,0,82 +-150,0,90 +-150,0,98 +-150,0,106 +-150,0,114 +-150,0,122 +-150,0,130 +-150,0,138 +-150,0,146 +-142,0,-150 +-142,0,-142 +-142,0,-134 +-142,0,-126 +-142,0,-118 +-142,0,-110 +-142,0,-102 +-142,0,-94 +-142,0,-86 +-142,0,-78 +-142,0,-70 +-142,0,-62 +-142,0,-54 +-142,0,-46 +-142,0,-38 +-142,0,-30 +-142,0,-22 +-142,0,-14 +-142,0,-6 +-142,0,2 +-142,0,10 +-142,0,18 +-142,0,26 +-142,0,34 +-142,0,42 +-142,0,50 +-142,0,58 +-142,0,66 +-142,0,74 +-142,0,82 +-142,0,90 +-142,0,98 +-142,0,106 +-142,0,114 +-142,0,122 +-142,0,130 +-142,0,138 +-142,0,146 +-134,0,-150 +-134,0,-142 +-134,0,-134 +-134,0,-126 +-134,0,-118 +-134,0,-110 +-134,0,-102 +-134,0,-94 +-134,0,-86 +-134,0,-78 +-134,0,-70 +-134,0,-62 +-134,0,-54 +-134,0,-46 +-134,0,-38 +-134,0,-30 +-134,0,-22 +-134,0,-14 +-134,0,-6 +-134,0,2 +-134,0,10 +-134,0,18 +-134,0,26 +-134,0,34 +-134,0,42 +-134,0,50 +-134,0,58 +-134,0,66 +-134,0,74 +130,0,130 +130,0,138 +130,0,146 +138,0,-150 +138,0,-142 +138,0,-134 +138,0,-126 +138,0,-118 +138,0,-110 +138,0,-102 +138,0,-94 +138,0,-86 +138,0,-78 +138,0,-70 +138,0,-62 +138,0,-54 +138,0,-46 +138,0,-38 +138,0,-30 +138,0,-22 +138,0,-14 +138,0,-6 +138,0,2 +138,0,10 +138,0,18 +138,0,26 +138,0,34 +138,0,42 +138,0,50 +138,0,58 +138,0,66 +138,0,74 +138,0,82 +138,0,90 +138,0,98 +138,0,106 +138,0,114 +138,0,122 +138,0,130 +138,0,138 +138,0,146 +146,0,-150 +146,0,-142 +146,0,-134 +146,0,-126 +146,0,-118 +146,0,-110 +146,0,-102 +146,0,-94 +146,0,-86 +146,0,-78 +146,0,-70 +146,0,-62 +146,0,-54 +146,0,-46 +146,0,-38 +146,0,-30 +146,0,-22 +146,0,-14 +146,0,-6 +146,0,2 +146,0,10 +146,0,18 +146,0,26 +146,0,34 +146,0,42 +146,0,50 +146,0,58 +146,0,66 +146,0,74 +146,0,82 +146,0,90 +146,0,98 +146,0,106 +146,0,114 +146,0,122 +146,0,130 +146,0,138 +146,0,146 +-150,8,-150 +-150,8,-142 +-150,8,-134 +-150,8,-126 +-150,8,-118 +-150,8,-110 +-150,8,-102 +-150,8,-94 +-150,8,-86 +-150,8,-78 +-150,8,-70 +-150,8,-62 +-150,8,-54 +-150,8,-46 +-150,8,-38 +-150,8,-30 +-150,8,-22 +-150,8,-14 +-150,8,-6 +-150,8,2 +-150,8,10 +-150,8,18 +-150,8,26 +-150,8,34 +-150,8,42 +-150,8,50 +-150,8,58 +-150,8,66 +-150,8,74 +-150,8,82 +-150,8,90 +-150,8,98 +-150,8,106 +-150,8,114 +-150,8,122 +-150,8,130 +-150,8,138 +-150,8,146 +-142,8,-150 +-142,8,-142 +-142,8,-134 +-142,8,-126 +-142,8,-118 +-142,8,-110 +-142,8,-102 +-142,8,-94 +-142,8,-86 +-142,8,-78 +-142,8,-70 +-142,8,-62 +-142,8,-54 +-142,8,-46 +-142,8,-38 +-142,8,-30 +-142,8,-22 +-142,8,-14 +-142,8,-6 +-142,8,2 +-142,8,10 +-142,8,18 +-142,8,26 +-142,8,34 +-142,8,42 +-142,8,50 +-142,8,58 +-142,8,66 +-142,8,74 +-142,8,82 +-142,8,90 +-142,8,98 +-142,8,106 +-142,8,114 +-142,8,122 +-142,8,130 +-142,8,138 +-142,8,146 +-134,8,-150 +-134,8,-142 +-134,8,-134 +-134,8,-126 +-134,8,-118 +-134,8,-110 +-134,8,-102 +-134,8,-94 +-134,8,-86 +-134,8,-78 +-134,8,-70 +-134,8,-62 +-134,8,-54 +-134,8,-46 +-134,8,-38 +-134,8,-30 +-134,8,-22 +-134,8,-14 +-134,8,-6 +-134,8,2 +-134,8,10 +-134,8,18 +-134,8,26 +-134,8,34 +-134,8,42 +-134,8,50 +-134,8,58 +-134,8,66 +-134,8,74 +-134,8,82 +-134,8,90 +-134,8,98 +-134,8,106 +-134,8,114 +-134,8,122 +-134,8,130 +-134,8,138 +-134,8,146 +-126,8,-150 +-126,8,-142 +-126,8,-134 +-126,8,-126 +-126,8,-118 +-126,8,-110 +-126,8,-102 +-126,8,-94 +-126,8,-86 +-126,8,-78 +-126,8,-70 +-126,8,-62 +-126,8,-54 +-126,8,-46 +-126,8,-38 +-126,8,-30 +-126,8,-22 +-126,8,-14 +-126,8,-6 +-126,8,2 +-126,8,10 +-126,8,18 +-126,8,26 +-126,8,34 +-126,8,42 +-126,8,50 +-126,8,58 +-126,8,66 +-126,8,74 +-126,8,82 +-126,8,90 +-126,8,98 +-126,8,106 +-126,8,114 +-126,8,122 +-126,8,130 +-126,8,138 +-126,8,146 +-118,8,-150 +-118,8,-142 +-118,8,-134 +-118,8,-126 +-118,8,-118 +-118,8,-110 +-118,8,-102 +-118,8,-94 +-118,8,-86 +-118,8,-78 +-118,8,-70 +-118,8,-62 +-118,8,-54 +-118,8,-46 +-118,8,-38 +-118,8,-30 +-118,8,-22 +-118,8,-14 +-118,8,-6 +-118,8,2 +-118,8,10 +-118,8,18 +-118,8,26 +-118,8,34 +-118,8,42 +-94,16,90 +-94,16,98 +-94,16,106 +-94,16,114 +-94,16,122 +-94,16,130 +-94,16,138 +-94,16,146 +-86,16,-150 +-86,16,-142 +-86,16,-134 +-86,16,-126 +-86,16,-118 +-86,16,-110 +-86,16,-102 +-86,16,-94 +-86,16,-86 +-86,16,-78 +-86,16,-70 +-86,16,-62 +-86,16,-54 +-86,16,-46 +-86,16,-38 +-86,16,-30 +-86,16,-22 +-86,16,-14 +-86,16,-6 +-86,16,2 +-86,16,10 +-86,16,18 +-86,16,26 +-86,16,34 +-86,16,42 +-86,16,50 +-86,16,58 +-86,16,66 +-86,16,74 +-86,16,82 +-86,16,90 +-86,16,98 +-86,16,106 +-86,16,114 +-86,16,122 +-86,16,130 +-86,16,138 +-86,16,146 +-78,16,-150 +-78,16,-142 +-78,16,-134 +-78,16,-126 +-78,16,-118 +-78,16,-110 +-78,16,-102 +-78,16,-94 +-78,16,-86 +-78,16,-78 +-78,16,-70 +-78,16,-62 +-78,16,-54 +-78,16,-46 +-78,16,-38 +-78,16,-30 +-78,16,-22 +-78,16,-14 +-78,16,-6 +-78,16,2 +-78,16,10 +-78,16,18 +-78,16,26 +-78,16,34 +-78,16,42 +-78,16,50 +-78,16,58 +-78,16,66 +-78,16,74 +-78,16,82 +-78,16,90 +-78,16,98 +-78,16,106 +-78,16,114 +-78,16,122 +-78,16,130 +-78,16,138 +-78,16,146 +-70,16,-150 +-70,16,-142 +-70,16,-134 +-70,16,-126 +-70,16,-118 +-70,16,-110 +-70,16,-102 +-70,16,-94 +-70,16,-86 +-70,16,-78 +-70,16,-70 +-70,16,-62 +-70,16,-54 +-70,16,-46 +-70,16,-38 +-70,16,-30 +-70,16,-22 +-70,16,-14 +-70,16,-6 +-70,16,2 +-70,16,10 +-70,16,18 +-70,16,26 +-70,16,34 +-70,16,42 +-70,16,50 +-70,16,58 +-70,16,66 +-70,16,74 +-70,16,82 +-70,16,90 +-70,16,98 +-70,16,106 +-70,16,114 +-70,16,122 +-70,16,130 +-70,16,138 +-70,16,146 +-62,16,-150 +-62,16,-142 +-62,16,-134 +-62,16,-126 +-62,16,-118 +-62,16,-110 +-62,16,-102 +-62,16,-94 +-62,16,-86 +-62,16,-78 +-62,16,-70 +-62,16,-62 +-62,16,-54 +-62,16,-46 +-62,16,-38 +-62,16,-30 +-62,16,-22 +-62,16,-14 +-62,16,-6 +-62,16,2 +-62,16,10 +-62,16,18 +-62,16,26 +-62,16,34 +-62,16,42 +-62,16,50 +-62,16,58 +-62,16,66 +-62,16,74 +-62,16,82 +-62,16,90 +-62,16,98 +-62,16,106 +-62,16,114 +-62,16,122 +-62,16,130 +-62,16,138 +-62,16,146 +-54,16,-150 +-54,16,-142 +-54,16,-134 +-54,16,-126 +-54,16,-118 +-54,16,-110 +-54,16,-102 +-54,16,-94 +-54,16,-86 +-54,16,-78 +-54,16,-70 +-54,16,-62 +-54,16,-54 +-54,16,-46 +-54,16,-38 +-54,16,-30 +-54,16,-22 +-54,16,-14 +-54,16,-6 +-54,16,2 +-54,16,10 +-54,16,18 +-54,16,26 +-54,16,34 +-54,16,42 +-54,16,50 +-54,16,58 +-54,16,66 +-54,16,74 +-54,16,82 +-54,16,90 +-54,16,98 +-54,16,106 +-54,16,114 +-54,16,122 +-54,16,130 +-54,16,138 +-54,16,146 +-46,16,-150 +-46,16,-142 +-46,16,-134 +-46,16,-126 +-46,16,-118 +-46,16,-110 +-46,16,-102 +-46,16,-94 +-46,16,-86 +-46,16,-78 +-46,16,-70 +-46,16,-62 +-46,16,-54 +-46,16,-46 +-46,16,-38 +-46,16,-30 +-46,16,-22 +-46,16,-14 +-46,16,-6 +-46,16,2 +-46,16,10 +-46,16,18 +-46,16,26 +-46,16,34 +-46,16,42 +-46,16,50 +-46,16,58 +-46,16,66 +-46,16,74 +-46,16,82 +-46,16,90 +-46,16,98 +-46,16,106 +-46,16,114 +-46,16,122 +-46,16,130 +-46,16,138 +-46,16,146 +-38,16,-150 +-38,16,-142 +-38,16,-134 +-38,16,-126 +-38,16,-118 +-38,16,-110 +-38,16,-102 +-38,16,-94 +-38,16,-86 +-38,16,-78 +-38,16,-70 +-38,16,-62 +-38,16,-54 +-38,16,-46 +-38,16,-38 +-38,16,-30 +-38,16,-22 +-38,16,-14 +-38,16,-6 +-38,16,2 +-70,24,82 +-70,24,90 +-70,24,98 +-70,24,106 +-70,24,114 +-70,24,122 +-70,24,130 +-70,24,138 +-70,24,146 +-62,24,-150 +-62,24,-142 +-62,24,-134 +-62,24,-126 +-62,24,-118 +-62,24,-110 +-62,24,-102 +-62,24,-94 +-62,24,-86 +-62,24,-78 +-62,24,-70 +-62,24,-62 +-62,24,-54 +-62,24,-46 +-62,24,-38 +-62,24,-30 +-62,24,-22 +-62,24,-14 +-62,24,-6 +-62,24,2 +-62,24,10 +-62,24,18 +-62,24,26 +-62,24,34 +-62,24,42 +-62,24,50 +-62,24,58 +-62,24,66 +-62,24,74 +-62,24,82 +-62,24,90 +-62,24,98 +-62,24,106 +-62,24,114 +-62,24,122 +-62,24,130 +-62,24,138 +-62,24,146 +-54,24,-150 +-54,24,-142 +-54,24,-134 +-54,24,-126 +-54,24,-118 +-54,24,-110 +-54,24,-102 +-54,24,-94 +-54,24,-86 +-54,24,-78 +-54,24,-70 +-54,24,-62 +-54,24,-54 +-54,24,-46 +-54,24,-38 +-54,24,-30 +-54,24,-22 +-54,24,-14 +-54,24,-6 +-54,24,2 +-54,24,10 +-54,24,18 +-54,24,26 +-54,24,34 +-54,24,42 +-54,24,50 +-54,24,58 +-54,24,66 +-54,24,74 +-54,24,82 +-54,24,90 +-54,24,98 +-54,24,106 +-54,24,114 +-54,24,122 +-54,24,130 +-54,24,138 +-54,24,146 +-46,24,-150 +-46,24,-142 +-46,24,-134 +-46,24,-126 +-46,24,-118 +-46,24,-110 +-46,24,-102 +-46,24,-94 +-46,24,-86 +-46,24,-78 +-46,24,-70 +-46,24,-62 +-46,24,-54 +-46,24,-46 +-46,24,-38 +-46,24,-30 +-46,24,-22 +-46,24,-14 +-46,24,-6 +-46,24,2 +-46,24,10 +-46,24,18 +-46,24,26 +-46,24,34 +-46,24,42 +-46,24,50 +-46,24,58 +-46,24,66 +-46,24,74 +-46,24,82 +-46,24,90 +-46,24,98 +-46,24,106 +-46,24,114 +-46,24,122 +-46,24,130 +-46,24,138 +-46,24,146 +-38,24,-150 +-38,24,-142 +-38,24,-134 +-38,24,-126 +-38,24,-118 +-38,24,-110 +-38,24,-102 +-38,24,-94 +-38,24,-86 +-38,24,-78 +-38,24,-70 +-38,24,-62 +-38,24,-54 +-38,24,-46 +-38,24,-38 +-38,24,-30 +-38,24,-22 +-38,24,-14 +-38,24,-6 +-38,24,2 +-38,24,10 +-38,24,18 +-38,24,26 +-38,24,34 +-38,24,42 +-38,24,50 +-38,24,58 +-38,24,66 +-38,24,74 +-38,24,82 +-38,24,90 +-38,24,98 +-38,24,106 +-38,24,114 +-38,24,122 +-38,24,130 +-38,24,138 +-38,24,146 +-30,24,-150 +-30,24,-142 +-30,24,-134 +-30,24,-126 +-30,24,-118 +-30,24,-110 +-30,24,-102 +-30,24,-94 +-30,24,-86 +-30,24,-78 +-30,24,-70 +-30,24,-62 +-30,24,-54 +-30,24,-46 +-30,24,-38 +-30,24,-30 +-30,24,-22 +-30,24,-14 +-30,24,-6 +-30,24,2 +-30,24,10 +-30,24,18 +-30,24,26 +-30,24,34 +-30,24,42 +-30,24,50 +-30,24,58 +-30,24,66 +-30,24,74 +-30,24,82 +-30,24,90 +-30,24,98 +-30,24,106 +-30,24,114 +-30,24,122 +-30,24,130 +-30,24,138 +-30,24,146 +-22,24,-150 +-22,24,-142 +-22,24,-134 +-22,24,-126 +-22,24,-118 +-22,24,-110 +-22,24,-102 +-22,24,-94 +-22,24,-86 +-22,24,-78 +-22,24,-70 +-22,24,-62 +-22,24,-54 +-22,24,-46 +-22,24,-38 +-22,24,-30 +-22,24,-22 +-22,24,-14 +-22,24,-6 +-22,24,2 +-22,24,10 +-22,24,18 +-22,24,26 +-22,24,34 +-22,24,42 +-22,24,50 +-22,24,58 +-22,24,66 +-22,24,74 +-22,24,82 +-22,24,90 +-22,24,98 +-22,24,106 +-22,24,114 +-22,24,122 +-22,24,130 +-22,24,138 +-22,24,146 +-14,24,-150 +-14,24,-142 +-14,24,-134 +-14,24,-126 +-14,24,-118 +-14,24,-110 +-14,24,-102 +-14,24,-94 +-14,24,-86 +-14,24,-78 +-14,24,-70 +-14,24,-62 +-14,24,-54 +-14,24,-46 +-14,24,-38 +-14,24,-30 +-14,24,-22 +-14,24,-14 +-14,24,-6 +10,32,-38 +10,32,-30 +10,32,-22 +10,32,-14 +10,32,-6 +10,32,2 +10,32,10 +10,32,18 +10,32,26 +10,32,34 +10,32,42 +10,32,50 +10,32,58 +10,32,66 +10,32,74 +10,32,82 +10,32,90 +10,32,98 +10,32,106 +10,32,114 +10,32,122 +10,32,130 +10,32,138 +10,32,146 +18,32,-150 +18,32,-142 +18,32,-134 +18,32,-126 +18,32,-118 +18,32,-110 +18,32,-102 +18,32,-94 +18,32,-86 +18,32,-78 +18,32,-70 +18,32,-62 +18,32,-54 +18,32,-46 +18,32,-38 +18,32,-30 +18,32,-22 +18,32,-14 +18,32,-6 +18,32,2 +18,32,10 +18,32,18 +18,32,26 +18,32,34 +18,32,42 +18,32,50 +18,32,58 +18,32,66 +18,32,74 +18,32,82 +18,32,90 +18,32,98 +18,32,106 +18,32,114 +18,32,122 +18,32,130 +18,32,138 +18,32,146 +26,32,-150 +26,32,-142 +26,32,-134 +26,32,-126 +26,32,-118 +26,32,-110 +26,32,-102 +26,32,-94 +26,32,-86 +26,32,-78 +26,32,-70 +26,32,-62 +26,32,-54 +26,32,-46 +26,32,-38 +26,32,-30 +26,32,-22 +26,32,-14 +26,32,-6 +26,32,2 +26,32,10 +26,32,18 +26,32,26 +26,32,34 +26,32,42 +26,32,50 +26,32,58 +26,32,66 +26,32,74 +26,32,82 +26,32,90 +26,32,98 +26,32,106 +26,32,114 +26,32,122 +26,32,130 +26,32,138 +26,32,146 +34,32,-150 +34,32,-142 +34,32,-134 +34,32,-126 +34,32,-118 +34,32,-110 +34,32,-102 +34,32,-94 +34,32,-86 +34,32,-78 +34,32,-70 +34,32,-62 +34,32,-54 +34,32,-46 +34,32,-38 +34,32,-30 +34,32,-22 +34,32,-14 +34,32,-6 +34,32,2 +34,32,10 +34,32,18 +34,32,26 +34,32,34 +34,32,42 +34,32,50 +34,32,58 +34,32,66 +34,32,74 +34,32,82 +34,32,90 +34,32,98 +34,32,106 +34,32,114 +34,32,122 +34,32,130 +34,32,138 +34,32,146 +42,32,-150 +42,32,-142 +42,32,-134 +42,32,-126 +42,32,-118 +42,32,-110 +42,32,-102 +42,32,-94 +42,32,-86 +42,32,-78 +42,32,-70 +42,32,-62 +42,32,-54 +42,32,-46 +42,32,-38 +42,32,-30 +42,32,-22 +42,32,-14 +42,32,-6 +42,32,2 +42,32,10 +42,32,18 +42,32,26 +42,32,34 +42,32,42 +42,32,50 +42,32,58 +42,32,66 +42,32,74 +42,32,82 +42,32,90 +42,32,98 +42,32,106 +42,32,114 +42,32,122 +42,32,130 +42,32,138 +42,32,146 +50,32,-150 +50,32,-142 +50,32,-134 +50,32,-126 +50,32,-118 +50,32,-110 +50,32,-102 +50,32,-94 +50,32,-86 +50,32,-78 +50,32,-70 +50,32,-62 +50,32,-54 +50,32,-46 +50,32,-38 +50,32,-30 +50,32,-22 +50,32,-14 +50,32,-6 +50,32,2 +50,32,10 +50,32,18 +50,32,26 +50,32,34 +50,32,42 +50,32,50 +50,32,58 +50,32,66 +50,32,74 +50,32,82 +50,32,90 +50,32,98 +50,32,106 +50,32,114 +50,32,122 +50,32,130 +50,32,138 +50,32,146 +58,32,-150 +58,32,-142 +58,32,-134 +58,32,-126 +58,32,-118 +58,32,-110 +58,32,-102 +58,32,-94 +58,32,-86 +58,32,-78 +58,32,-70 +58,32,-62 +58,32,-54 +58,32,-46 +58,32,-38 +58,32,-30 +58,32,-22 +58,32,-14 +58,32,-6 +58,32,2 +58,32,10 +58,32,18 +58,32,26 +58,32,34 +58,32,42 +58,32,50 +58,32,58 +58,32,66 +58,32,74 +58,32,82 +58,32,90 +58,32,98 +58,32,106 +58,32,114 +58,32,122 +58,32,130 +58,32,138 +58,32,146 +66,32,-150 +66,32,-142 +66,32,-134 +66,32,-126 +90,40,-22 +90,40,-14 +90,40,-6 +90,40,2 +90,40,10 +90,40,18 +90,40,26 +90,40,34 +90,40,42 +90,40,50 +90,40,58 +90,40,66 +90,40,74 +90,40,82 +90,40,90 +90,40,98 +90,40,106 +90,40,114 +90,40,122 +90,40,130 +90,40,138 +90,40,146 +98,40,-150 +98,40,-142 +98,40,-134 +98,40,-126 +98,40,-118 +98,40,-110 +98,40,-102 +98,40,-94 +98,40,-86 +98,40,-78 +98,40,-70 +98,40,-62 +98,40,-54 +98,40,-46 +98,40,-38 +98,40,-30 +98,40,-22 +98,40,-14 +98,40,-6 +98,40,2 +98,40,10 +98,40,18 +98,40,26 +98,40,34 +98,40,42 +98,40,50 +98,40,58 +98,40,66 +98,40,74 +98,40,82 +98,40,90 +98,40,98 +98,40,106 +98,40,114 +98,40,122 +98,40,130 +98,40,138 +98,40,146 +106,40,-150 +106,40,-142 +106,40,-134 +106,40,-126 +106,40,-118 +106,40,-110 +106,40,-102 +106,40,-94 +106,40,-86 +106,40,-78 +106,40,-70 +106,40,-62 +106,40,-54 +106,40,-46 +106,40,-38 +106,40,-30 +106,40,-22 +106,40,-14 +106,40,-6 +106,40,2 +106,40,10 +106,40,18 +106,40,26 +106,40,34 +106,40,42 +106,40,50 +106,40,58 +106,40,66 +106,40,74 +106,40,82 +106,40,90 +106,40,98 +106,40,106 +106,40,114 +106,40,122 +106,40,130 +106,40,138 +106,40,146 +114,40,-150 +114,40,-142 +114,40,-134 +114,40,-126 +114,40,-118 +114,40,-110 +114,40,-102 +114,40,-94 +114,40,-86 +114,40,-78 +114,40,-70 +114,40,-62 +114,40,-54 +114,40,-46 +114,40,-38 +114,40,-30 +114,40,-22 +114,40,-14 +114,40,-6 +114,40,2 +114,40,10 +114,40,18 +114,40,26 +114,40,34 +114,40,42 +114,40,50 +114,40,58 +114,40,66 +114,40,74 +114,40,82 +114,40,90 +114,40,98 +114,40,106 +114,40,114 +114,40,122 +114,40,130 +114,40,138 +114,40,146 +122,40,-150 +122,40,-142 +122,40,-134 +122,40,-126 +122,40,-118 +122,40,-110 +122,40,-102 +122,40,-94 +122,40,-86 +122,40,-78 +122,40,-70 +122,40,-62 +122,40,-54 +122,40,-46 +122,40,-38 +122,40,-30 +122,40,-22 +122,40,-14 +122,40,-6 +122,40,2 +122,40,10 +122,40,18 +122,40,26 +122,40,34 +122,40,42 +122,40,50 +122,40,58 +122,40,66 +122,40,74 +122,40,82 +122,40,90 +122,40,98 +122,40,106 +122,40,114 +122,40,122 +122,40,130 +122,40,138 +122,40,146 +130,40,-150 +130,40,-142 +130,40,-134 +130,40,-126 +130,40,-118 +130,40,-110 +130,40,-102 +130,40,-94 +130,40,-86 +130,40,-78 +130,40,-70 +130,40,-62 +130,40,-54 +130,40,-46 +130,40,-38 +130,40,-30 +130,40,-22 +130,40,-14 +130,40,-6 +130,40,2 +130,40,10 +130,40,18 +130,40,26 +130,40,34 +130,40,42 +130,40,50 +130,40,58 +130,40,66 +130,40,74 +130,40,82 +130,40,90 +130,40,98 +130,40,106 +130,40,114 +130,40,122 +130,40,130 +130,40,138 +130,40,146 +138,40,-150 +138,40,-142 +138,40,-134 +138,40,-126 +138,40,-118 +138,40,-110 +138,40,-102 +138,40,-94 +138,40,-86 +138,40,-78 +138,40,-70 +138,40,-62 +138,40,-54 +138,40,-46 +138,40,-38 +138,40,-30 +138,40,-22 +138,40,-14 +138,40,-6 +138,40,2 +138,40,10 +138,40,18 +138,40,26 +138,40,34 +138,40,42 +138,40,50 +138,40,58 +138,40,66 +138,40,74 +138,40,82 +138,40,90 +138,40,98 +138,40,106 +138,40,114 +138,40,122 +138,40,130 +138,40,138 +138,40,146 +146,40,-150 +146,40,-142 +146,40,-134 +146,40,-126 +146,40,-118 +146,40,-110 +98,48,-142 +98,48,-134 +98,48,-126 +98,48,-118 +98,48,-110 +98,48,-102 +98,48,-94 +98,48,-86 +98,48,-78 +98,48,-70 +98,48,-62 +98,48,-54 +98,48,-46 +98,48,-38 +98,48,-30 +98,48,-22 +98,48,-14 +98,48,-6 +98,48,2 +98,48,10 +98,48,18 +98,48,26 +98,48,34 +98,48,42 +98,48,50 +98,48,58 +98,48,66 +98,48,74 +98,48,82 +98,48,90 +98,48,98 +98,48,106 +98,48,114 +98,48,122 +98,48,130 +98,48,138 +98,48,146 +106,48,-150 +106,48,-142 +106,48,-134 +106,48,-126 +106,48,-118 +106,48,-110 +106,48,-102 +106,48,-94 +106,48,-86 +106,48,-78 +106,48,-70 +106,48,-62 +106,48,-54 +106,48,-46 +106,48,-38 +106,48,-30 +106,48,-22 +106,48,-14 +106,48,-6 +106,48,2 +106,48,10 +106,48,18 +106,48,26 +106,48,34 +106,48,42 +106,48,50 +106,48,58 +106,48,66 +106,48,74 +106,48,82 +106,48,90 +106,48,98 +106,48,106 +106,48,114 +106,48,122 +106,48,130 +106,48,138 +106,48,146 +114,48,-150 +114,48,-142 +114,48,-134 +114,48,-126 +114,48,-118 +114,48,-110 +114,48,-102 +114,48,-94 +114,48,-86 +114,48,-78 +114,48,-70 +114,48,-62 +114,48,-54 +114,48,-46 +114,48,-38 +114,48,-30 +114,48,-22 +114,48,-14 +114,48,-6 +114,48,2 +114,48,10 +114,48,18 +114,48,26 +114,48,34 +114,48,42 +114,48,50 +114,48,58 +114,48,66 +114,48,74 +114,48,82 +114,48,90 +114,48,98 +114,48,106 +114,48,114 +114,48,122 +114,48,130 +114,48,138 +114,48,146 +122,48,-150 +122,48,-142 +122,48,-134 +122,48,-126 +122,48,-118 +122,48,-110 +122,48,-102 +122,48,-94 +122,48,-86 +122,48,-78 +122,48,-70 +122,48,-62 +122,48,-54 +122,48,-46 +122,48,-38 +122,48,-30 +122,48,-22 +122,48,-14 +122,48,-6 +122,48,2 +122,48,10 +122,48,18 +122,48,26 +122,48,34 +122,48,42 +122,48,50 +122,48,58 +122,48,66 +122,48,74 +122,48,82 +122,48,90 +122,48,98 +122,48,106 +122,48,114 +122,48,122 +122,48,130 +122,48,138 +122,48,146 +130,48,-150 +130,48,-142 +130,48,-134 +130,48,-126 +130,48,-118 +130,48,-110 +130,48,-102 +130,48,-94 +130,48,-86 +130,48,-78 +130,48,-70 +130,48,-62 +130,48,-54 +130,48,-46 +130,48,-38 +130,48,-30 +130,48,-22 +130,48,-14 +130,48,-6 +130,48,2 +130,48,10 +130,48,18 +130,48,26 +130,48,34 +130,48,42 +130,48,50 +130,48,58 +130,48,66 +130,48,74 +130,48,82 +130,48,90 +130,48,98 +130,48,106 +130,48,114 +130,48,122 +130,48,130 +130,48,138 +130,48,146 +138,48,-150 +138,48,-142 +138,48,-134 +138,48,-126 +138,48,-118 +138,48,-110 +138,48,-102 +138,48,-94 +138,48,-86 +138,48,-78 +138,48,-70 +138,48,-62 +138,48,-54 +138,48,-46 +138,48,-38 +138,48,-30 +138,48,-22 +138,48,-14 +138,48,-6 +138,48,2 +138,48,10 +138,48,18 +138,48,26 +138,48,34 +138,48,42 +138,48,50 +138,48,58 +138,48,66 +138,48,74 +138,48,82 +138,48,90 +138,48,98 +138,48,106 +138,48,114 +138,48,122 +138,48,130 +138,48,138 +138,48,146 +146,48,-150 +146,48,-142 +146,48,-134 +146,48,-126 +146,48,-118 +146,48,-110 +146,48,-102 +146,48,-94 +146,48,-86 +146,48,-78 +146,48,-70 +146,48,-6 +2 +146,48,-54 +146,48,-46 +146,48,-38 +146,48,-30 +146,48,-22 +146,48,-14 +146,48,-6 +146,48,2 +146,48,10 +146,48,18 +146,48,26 +146,48,34 +146,48,42 +146,48,50 +146,48,58 +146,48,66 +146,48,74 +74,56,106 +74,56,114 +74,56,122 +74,56,130 +74,56,138 +74,56,146 +82,56,-150 +82,56,-142 +82,56,-134 +82,56,-126 +82,56,-118 +82,56,-110 +82,56,-102 +82,56,-94 +82,56,-86 +82,56,-78 +82,56,-70 +82,56,-62 +82,56,-54 +82,56,-46 +82,56,-38 +82,56,-30 +82,56,-22 +82,56,-14 +82,56,-6 +82,56,2 +82,56,10 +82,56,18 +82,56,26 +82,56,34 +82,56,42 +82,56,50 +82,56,58 +82,56,66 +82,56,74 +82,56,82 +82,56,90 +82,56,98 +82,56,106 +82,56,114 +82,56,122 +82,56,130 +82,56,138 +82,56,146 +90,56,-150 +90,56,-142 +90,56,-134 +90,56,-126 +90,56,-118 +90,56,-110 +90,56,-102 +90,56,-94 +90,56,-86 +90,56,-78 +90,56,-70 +90,56,-62 +90,56,-54 +90,56,-46 +90,56,-38 +90,56,-30 +90,56,-22 +90,56,-14 +90,56,-6 +90,56,2 +90,56,10 +90,56,18 +90,56,26 +90,56,34 +90,56,42 +90,56,50 +90,56,58 +90,56,66 +90,56,74 +90,56,82 +90,56,90 +90,56,98 +90,56,106 +90,56,114 +90,56,122 +90,56,130 +90,56,138 +90,56,146 +98,56,-150 +98,56,-142 +98,56,-134 +98,56,-126 +98,56,-118 +98,56,-110 +98,56,-102 +98,56,-94 +98,56,-86 +98,56,-78 +98,56,-70 +98,56,-62 +98,56,-54 +98,56,-46 +98,56,-38 +98,56,-30 +98,56,-22 +98,56,-14 +98,56,-6 +98,56,2 +98,56,10 +98,56,18 +98,56,26 +98,56,34 +98,56,42 +98,56,50 +98,56,58 +98,56,66 +98,56,74 +98,56,82 +98,56,90 +98,56,98 +98,56,106 +98,56,114 +98,56,122 +98,56,130 +98,56,138 +98,56,146 +106,56,-150 +106,56,-142 +106,56,-134 +106,56,-126 +106,56,-118 +106,56,-110 +106,56,-102 +106,56,-94 +106,56,-86 +106,56,-78 +106,56,-70 +106,56,-62 +106,56,-54 +106,56,-46 +106,56,-38 +106,56,-30 +106,56,-22 +106,56,-14 +106,56,-6 +106,56,2 +106,56,10 +106,56,18 +106,56,26 +106,56,34 +106,56,42 +106,56,50 +106,56,58 +106,56,66 +106,56,74 +106,56,82 +106,56,90 +106,56,98 +106,56,106 +106,56,114 +106,56,122 +106,56,130 +106,56,138 +106,56,146 +114,56,-150 +114,56,-142 +114,56,-134 +114,56,-126 +114,56,-118 +114,56,-110 +114,56,-102 +114,56,-94 +114,56,-86 +114,56,-78 +114,56,-70 +114,56,-62 +114,56,-54 +114,56,-46 +114,56,-38 +114,56,-30 +114,56,-22 +114,56,-14 +114,56,-6 +114,56,2 +114,56,10 +114,56,18 +114,56,26 +114,56,34 +114,56,42 +114,56,50 +114,56,58 +114,56,66 +114,56,74 +114,56,82 +114,56,90 +114,56,98 +114,56,106 +114,56,114 +114,56,122 +114,56,130 +114,56,138 +114,56,146 +122,56,-150 +122,56,-142 +122,56,-134 +122,56,-126 +122,56,-118 +122,56,-110 +122,56,-102 +122,56,-94 +122,56,-86 +122,56,-78 +122,56,-70 +122,56,-62 +122,56,-54 +122,56,-46 +122,56,-38 +122,56,-30 +122,56,-22 +122,56,-14 +122,56,-6 +122,56,2 +122,56,10 +122,56,18 +122,56,26 +122,56,34 +122,56,42 +122,56,50 +122,56,58 +122,56,66 +122,56,74 +122,56,82 +122,56,90 +122,56,98 +122,56,106 +122,56,114 +122,56,122 +122,56,130 +122,56,138 +122,56,146 +130,56,-150 +130,56,-142 +130,56,-134 +130,56,-126 +130,56,-118 +130,56,-110 +130,56,-102 +130,56,-94 +130,56,-86 +130,56,-78 +130,56,-70 +130,56,-62 +130,56,-54 +130,56,-46 +130,56,-38 +130,56,-30 +130,56,-22 +130,56,-14 +130,56,-6 +130,56,2 +130,56,10 +130,56,18 +106,64,-46 +106,64,-38 +106,64,-30 +106,64,-22 +106,64,-14 +106,64,-6 +106,64,2 +106,64,10 +106,64,18 +106,64,26 +106,64,34 +106,64,42 +106,64,50 +106,64,58 +106,64,66 +106,64,74 +106,64,82 +106,64,90 +106,64,98 +106,64,106 +106,64,114 +106,64,122 +106,64,130 +106,64,138 +106,64,146 +114,64,-150 +114,64,-142 +114,64,-134 +114,64,-126 +114,64,-118 +114,64,-110 +114,64,-102 +114,64,-94 +114,64,-86 +114,64,-78 +114,64,-70 +114,64,-62 +114,64,-54 +114,64,-46 +114,64,-38 +114,64,-30 +114,64,-22 +114,64,-14 +114,64,-6 +114,64,2 +114,64,10 +114,64,18 +114,64,26 +114,64,34 +114,64,42 +114,64,50 +114,64,58 +114,64,66 +114,64,74 +114,64,82 +114,64,90 +114,64,98 +114,64,106 +114,64,114 +114,64,122 +114,64,130 +114,64,138 +114,64,146 +122,64,-150 +122,64,-142 +122,64,-134 +122,64,-126 +122,64,-118 +122,64,-110 +122,64,-102 +122,64,-94 +122,64,-86 +122,64,-78 +122,64,-70 +122,64,-62 +122,64,-54 +122,64,-46 +122,64,-38 +122,64,-30 +122,64,-22 +122,64,-14 +122,64,-6 +122,64,2 +122,64,10 +122,64,18 +122,64,26 +122,64,34 +122,64,42 +122,64,50 +122,64,58 +122,64,66 +122,64,74 +122,64,82 +122,64,90 +122,64,98 +122,64,106 +122,64,114 +122,64,122 +122,64,130 +122,64,138 +122,64,146 +130,64,-150 +130,64,-142 +130,64,-134 +130,64,-126 +130,64,-118 +130,64,-110 +130,64,-102 +130,64,-94 +130,64,-86 +130,64,-78 +130,64,-70 +130,64,-62 +130,64,-54 +130,64,-46 +130,64,-38 +130,64,-30 +130,64,-22 +130,64,-14 +130,64,-6 +130,64,2 +130,64,10 +130,64,18 +130,64,26 +130,64,34 +130,64,42 +130,64,50 +130,64,58 +130,64,66 +130,64,74 +130,64,82 +130,64,90 +130,64,98 +130,64,106 +130,64,114 +130,64,122 +130,64,130 +130,64,138 +130,64,146 +138,64,-150 +138,64,-142 +138,64,-134 +138,64,-126 +138,64,-118 +138,64,-110 +138,64,-102 +138,64,-94 +138,64,-86 +138,64,-78 +138,64,-70 +138,64,-62 +138,64,-54 +138,64,-46 +138,64,-38 +138,64,-30 +138,64,-22 +138,64,-14 +138,64,-6 +138,64,2 +138,64,10 +138,64,18 +138,64,26 +138,64,34 +138,64,42 +138,64,50 +138,64,58 +138,64,66 +138,64,74 +138,64,82 +138,64,90 +138,64,98 +138,64,106 +138,64,114 +138,64,122 +138,64,130 +138,64,138 +138,64,146 +146,64,-150 +146,64,-142 +146,64,-134 +146,64,-126 +146,64,-118 +146,64,-110 +146,64,-102 +146,64,-94 +146,64,-86 +146,64,-78 +146,64,-70 +146,64,-62 +146,64,-54 +146,64,-46 +146,64,-38 +146,64,-30 +146,64,-22 +146,64,-14 +146,64,-6 +146,64,2 +146,64,10 +146,64,18 +146,64,26 +146,64,34 +146,64,42 +146,64,50 +146,64,58 +146,64,66 +146,64,74 +146,64,82 +146,64,90 +146,64,98 +146,64,106 +146,64,114 +146,64,122 +146,64,130 +146,64,138 +146,64,146 +-150,72,-150 +-150,72,-142 +-150,72,-134 +-150,72,-126 +-150,72,-118 +-150,72,-110 +-150,72,-102 +-150,72,-94 +-150,72,-86 +-150,72,-78 +-150,72,-70 +-150,72,-62 +-150,72,-54 +-150,72,-46 +-150,72,-38 +-150,72,-30 +-150,72,-22 +-150,72,-14 +-150,72,-6 +-150,72,2 +-150,72,10 +-150,72,18 +-150,72,26 +-150,72,34 +-150,72,42 +-150,72,50 +-150,72,58 +-150,72,66 +-150,72,74 +-150,72,82 +-150,72,90 +-150,72,98 +-150,72,106 +-150,72,114 +-150,72,122 +-150,72,130 +-150,72,138 +-150,72,146 +-142,72,-150 +-142,72,-142 +-142,72,-134 +-110,80,-134 +-110,80,-126 +-110,80,-118 +-110,80,-110 +-110,80,-102 +-110,80,-94 +-110,80,-86 +-110,80,-78 +-110,80,-70 +-110,80,-62 +-110,80,-54 +-110,80,-46 +-110,80,-38 +-110,80,-30 +-110,80,-22 +-110,80,-14 +-110,80,-6 +-110,80,2 +-110,80,10 +-110,80,18 +-110,80,26 +-110,80,34 +-110,80,42 +-110,80,50 +-110,80,58 +-110,80,66 +-110,80,74 +-110,80,82 +-110,80,90 +-110,80,98 +-110,80,106 +-110,80,114 +-110,80,122 +-110,80,130 +-110,80,138 +-110,80,146 +-102,80,-150 +-102,80,-142 +-102,80,-134 +-102,80,-126 +-102,80,-118 +-102,80,-110 +-102,80,-102 +-102,80,-94 +-102,80,-86 +-102,80,-78 +-102,80,-70 +-102,80,-62 +-102,80,-54 +-102,80,-46 +-102,80,-38 +-102,80,-30 +-102,80,-22 +-102,80,-14 +-102,80,-6 +-102,80,2 +-102,80,10 +-102,80,18 +-102,80,26 +-102,80,34 +-102,80,42 +-102,80,50 +-102,80,58 +-102,80,66 +-102,80,74 +-102,80,82 +-102,80,90 +-102,80,98 +-102,80,106 +-102,80,114 +-102,80,122 +-102,80,130 +-102,80,138 +-102,80,146 +-94,80,-150 +-94,80,-142 +-94,80,-134 +-94,80,-126 +-94,80,-118 +-94,80,-110 +-94,80,-102 +-94,80,-94 +-94,80,-86 +-94,80,-78 +-94,80,-70 +-94,80,-62 +-94,80,-54 +-94,80,-46 +-94,80,-38 +-94,80,-30 +-94,80,-22 +-94,80,-14 +-94,80,-6 +-94,80,2 +-94,80,10 +-94,80,18 +-94,80,26 +-94,80,34 +-94,80,42 +-94,80,50 +-94,80,58 +-94,80,66 +-94,80,74 +-94,80,82 +-94,80,90 +-94,80,98 +-94,80,106 +-94,80,114 +-94,80,122 +-94,80,130 +-94,80,138 +-94,80,146 +-86,80,-150 +-86,80,-142 +-86,80,-134 +-86,80,-126 +-86,80,-118 +-86,80,-110 +-86,80,-102 +-86,80,-94 +-86,80,-86 +-86,80,-78 +-86,80,-70 +-86,80,-62 +-86,80,-54 +-86,80,-46 +-86,80,-38 +-86,80,-30 +-86,80,-22 +-86,80,-14 +-86,80,-6 +-86,80,2 +-86,80,10 +-86,80,18 +-86,80,26 +-86,80,34 +-86,80,42 +-86,80,50 +-86,80,58 +-86,80,66 +-86,80,74 +-86,80,82 +-86,80,90 +-86,80,98 +-86,80,106 +-86,80,114 +-86,80,122 +-86,80,130 +-86,80,138 +-86,80,146 +-78,80,-150 +-78,80,-142 +-78,80,-134 +-78,80,-126 +-78,80,-118 +-78,80,-110 +-78,80,-102 +-78,80,-94 +-78,80,-86 +-78,80,-78 +-78,80,-70 +-78,80,-62 +-78,80,-54 +-78,80,-46 +-78,80,-38 +-78,80,-30 +-78,80,-22 +-78,80,-14 +-78,80,-6 +-78,80,2 +-78,80,10 +-78,80,18 +-78,80,26 +-78,80,34 +-78,80,42 +-78,80,50 +-78,80,58 +-78,80,66 +-78,80,74 +-78,80,82 +-78,80,90 +-78,80,98 +-78,80,106 +-78,80,114 +-78,80,122 +-78,80,130 +-78,80,138 +-78,80,146 +-70,80,-150 +-70,80,-142 +-70,80,-134 +-70,80,-126 +-70,80,-118 +-70,80,-110 +-70,80,-102 +-70,80,-94 +-70,80,-86 +-70,80,-78 +-70,80,-70 +-70,80,-62 +-70,80,-54 +-70,80,-46 +-70,80,-38 +-70,80,-30 +-70,80,-22 +-70,80,-14 +-70,80,-6 +-70,80,2 +-70,80,10 +-70,80,18 +-70,80,26 +-70,80,34 +-70,80,42 +-70,80,50 +-70,80,58 +-70,80,66 +-70,80,74 +-70,80,82 +-70,80,90 +-70,80,98 +-70,80,106 +-70,80,114 +-70,80,122 +-70,80,130 +-70,80,138 +-70,80,146 +-62,80,-150 +-62,80,-142 +-62,80,-134 +-62,80,-126 +-62,80,-118 +-62,80,-110 +-62,80,-102 +-62,80,-94 +-62,80,-86 +-62,80,-78 +-62,80,-70 +-62,80,-62 +-62,80,-54 +-62,80,-46 +-62,80,-38 +-62,80,-30 +-62,80,-22 +-62,80,-14 +-62,80,-6 +-62,80,2 +-62,80,10 +-62,80,18 +-62,80,26 +-62,80,34 +-62,80,42 +-62,80,50 +-62,80,58 +-62,80,66 +-62,80,74 +-62,80,82 + diff --git a/computer/5/eraselogs.lua b/computer/5/eraselogs.lua new file mode 100644 index 0000000..b27684c --- /dev/null +++ b/computer/5/eraselogs.lua @@ -0,0 +1,3 @@ +fs.delete("logs") +fs.open("logs","w").close() + diff --git a/computer/5/halt.lua b/computer/5/halt.lua new file mode 100644 index 0000000..1263283 --- /dev/null +++ b/computer/5/halt.lua @@ -0,0 +1,5 @@ + +while message~="i can halt now" do + rednet.send(id,"halt") + id,message = rednet.receve() +end diff --git a/computer/5/logs b/computer/5/logs new file mode 100644 index 0000000..ffaa593 --- /dev/null +++ b/computer/5/logs @@ -0,0 +1,15251 @@ + +i believe i am at -250,96,108 +and looking -1,0,0 + +Interactive Lua prompt. +Call exit() to exit. + + + + +-46,-48,50 +-46 -48 50 +-60,195,171 +0 +0 +0 +0 +8 +0 +0 +0 +0 +0 +0 +0 +2 +-53,192,171 +-53,192,172 +8 +0 +0 +0 +0 +0 +0 +2 +-54,193,171 +-54,193,172 +4 +-53,193,173 +-53,193,174 +8 +0 +0 +0 +0 +0 +1 +-55,194,171 +4 +-54,194,172 +-54,194,173 +-54,194,174 +5 +-53,194,175 +8 +0 +0 +0 +0 +1 +-56,195,171 +3 +-55,195,172 +-55,195,173 +5 +-54,195,174 +-54,195,175 +6 +-53,195,176 +-46 -48 50 +-46 -48 58 +-46 -48 66 +-46 -48 74 +-46 -48 82 +-46 -48 90 +-46 -48 98 +-46 -48 106 +-46 -48 114 +-46 -48 122 +-46 -48 130 +-46 -48 138 +-46 -48 146 +-38 -48 -150 +-38 -48 -142 +-38 -48 -134 +-38 -48 -126 +-38 -48 -118 +-38 -48 -110 +-38 -48 -102 +-38 -48 -94 +-38 -48 -86 +-38 -48 -78 +-38 -48 -70 +-38 -48 -62 +-38 -48 -54 +-38 -48 -46 +-38 -48 -38 +-38 -48 -30 +-38 -48 -22 +-38 -48 -14 +-38 -48 -6 +-38 -48 2 +-38 -48 10 +-52,195,139 +0 +0 +0 +0 +0 +8 +0 +0 +0 +0 +0 +0 +0 +8 +-45,193,146 +8 +0 +0 +0 +0 +0 +0 +8 +-46,194,146 +7 +-45,194,145 +8 +0 +0 +0 +0 +0 +8 +-47,195,146 +7 +-46,195,145 +6 +-45,195,144 +-38 -48 18 +-52,195,147 +8 +0 +0 +0 +0 +0 +0 +8 +-46,188,154 +7 +-45,188,152 +-45,188,153 +8 +0 +0 +0 +0 +0 +8 +-47,189,154 +7 +-46,189,152 +-46,189,153 +5 +-45,189,151 +8 +0 +0 +0 +0 +8 +-48,190,154 +7 +-47,190,153 +6 +-46,190,151 +-46,190,152 +4 +-45,190,149 +-45,190,150 +8 +0 +0 +0 +8 +-49,191,154 +7 +-48,191,153 +6 +-47,191,151 +-47,191,152 +4 +-46,191,150 +3 +-45,191,148 +-45,191,149 +8 +0 +0 +8 +-50,192,154 +7 +-49,192,153 +6 +-48,192,151 +-48,192,152 +4 +-47,192,150 +3 +-46,192,148 +-46,192,149 +1 +-45,192,147 +7 +0 +0 +8 +-50,193,153 +-50,193,154 +6 +-49,193,151 +-49,193,152 +4 +-48,193,150 +3 +-47,193,149 +2 +-46,193,147 +-46,193,148 +6 +0 +8 +-51,194,153 +-51,194,154 +6 +-50,194,152 +5 +-49,194,150 +-49,194,151 +3 +-48,194,149 +2 +-47,194,147 +-47,194,148 +6 +8 +-52,195,153 +-52,195,154 +6 +-51,195,152 +5 +-50,195,150 +-50,195,151 +3 +-49,195,149 +2 +-48,195,148 +1 +-47,195,147 +-38 -48 26 +-52,195,155 +7 +0 +0 +0 +8 +-49,188,162 +7 +-48,188,159 +-48,188,160 +-48,188,161 +4 +-47,188,156 +-47,188,157 +-47,188,158 +1 +-46,188,155 +6 +0 +0 +8 +-50,189,161 +-50,189,162 +7 +-49,189,158 +-49,189,159 +-49,189,160 +-49,189,161 +4 +-48,189,156 +-48,189,157 +-48,189,158 +1 +-47,189,155 +5 +0 +8 +-51,190,161 +-51,190,162 +6 +-50,190,158 +-50,190,159 +-50,190,160 +3 +-49,190,156 +-49,190,157 +1 +-48,190,155 +4 +8 +-52,191,161 +-52,191,162 +6 +-51,191,158 +-51,191,159 +-51,191,160 +3 +-50,191,156 +-50,191,157 +1 +-49,191,155 +3 +6 +-52,192,158 +-52,192,159 +-52,192,160 +3 +-51,192,156 +-51,192,157 +1 +-50,192,155 +2 +3 +-52,193,156 +-52,193,157 +1 +-51,193,155 +1 +2 +-52,194,155 +-52,194,156 +0 +-38 -48 34 +-52,195,163 +5 +0 +0 +0 +7 +-49,188,163 +-49,188,164 +-49,188,165 +-49,188,166 +-49,188,167 +-49,188,168 +-49,188,169 +8 +-48,188,169 +-48,188,170 +4 +0 +0 +8 +-50,189,163 +-50,189,164 +-50,189,165 +-50,189,166 +-50,189,167 +-50,189,168 +-50,189,169 +-50,189,170 +8 +-49,189,170 +2 +0 +8 +-51,190,163 +-51,190,164 +-51,190,165 +-51,190,166 +-51,190,167 +-51,190,168 +-51,190,169 +-51,190,170 +1 +8 +-52,191,163 +-52,191,164 +-52,191,165 +-52,191,166 +-52,191,167 +-52,191,168 +-52,191,169 +-52,191,170 +0 +0 +0 +0 +-38 -48 42 +-52,195,171 +8 +0 +0 +0 +0 +1 +-48,188,171 +3 +-47,188,171 +-47,188,172 +-47,188,173 +4 +-46,188,173 +-46,188,174 +5 +-45,188,174 +-45,188,175 +8 +0 +0 +0 +2 +-49,189,171 +-49,189,172 +4 +-48,189,172 +-48,189,173 +-48,189,174 +5 +-47,189,174 +-47,189,175 +6 +-46,189,175 +-46,189,176 +6 +-45,189,176 +8 +0 +1 +-51,190,171 +3 +-50,190,171 +-50,190,172 +-50,190,173 +4 +-49,190,173 +-49,190,174 +5 +-48,190,175 +6 +-47,190,176 +7 +-46,190,177 +8 +-45,190,177 +-45,190,178 +7 +1 +-52,191,171 +3 +-51,191,172 +-51,191,173 +5 +-50,191,174 +-50,191,175 +6 +-49,191,175 +-49,191,176 +7 +-48,191,176 +-48,191,177 +8 +-47,191,177 +-47,191,178 +8 +-46,191,178 +5 +4 +-52,192,172 +-52,192,173 +-52,192,174 +5 +-51,192,174 +-51,192,175 +6 +-50,192,176 +7 +-49,192,177 +8 +-48,192,178 +4 +5 +-52,193,175 +6 +-51,193,176 +7 +-50,193,177 +8 +-49,193,178 +3 +6 +-52,194,176 +8 +-51,194,177 +-51,194,178 +8 +-50,194,178 +1 +8 +-52,195,177 +-52,195,178 +-38 -48 50 +-52,195,179 +0 +0 +0 +8 +0 +0 +0 +0 +0 +0 +0 +1 +-45,191,179 +8 +0 +0 +0 +0 +0 +1 +-47,192,179 +1 +-46,192,179 +2 +-45,192,180 +8 +0 +0 +0 +0 +1 +-48,193,179 +2 +-47,193,180 +2 +-46,193,180 +3 +-45,193,181 +8 +0 +0 +0 +1 +-49,194,179 +2 +-48,194,180 +3 +-47,194,181 +3 +-46,194,181 +4 +-45,194,182 +8 +0 +1 +-51,195,179 +1 +-50,195,179 +2 +-49,195,180 +3 +-48,195,181 +3 +-47,195,181 +4 +-46,195,182 +4 +-45,195,182 +-38 -48 58 +-38 -48 66 +-38 -48 74 +-38 -48 82 +-38 -48 90 +-38 -48 98 +-38 -48 106 +-38 -48 114 +-38 -48 122 +-38 -48 130 +-38 -48 138 +-38 -48 146 +-30 -48 -150 +-30 -48 -142 +-30 -48 -134 +-30 -48 -126 +-30 -48 -118 +-30 -48 -110 +-30 -48 -102 +-30 -48 -94 +-30 -48 -86 +-30 -48 -78 +-30 -48 -70 +-30 -48 -62 +-30 -48 -54 +-30 -48 -46 +-30 -48 -38 +-30 -48 -30 +-30 -48 -22 +-30 -48 -14 +-30 -48 -6 +-30 -48 2 +-44,195,131 +8 +0 +0 +0 +0 +0 +0 +8 +-38,188,138 +7 +-37,188,135 +-37,188,136 +-37,188,137 +8 +0 +0 +0 +0 +0 +0 +8 +-38,189,137 +-38,189,138 +6 +-37,189,135 +-37,189,136 +8 +0 +0 +0 +0 +0 +8 +-39,190,138 +7 +-38,190,136 +-38,190,137 +5 +-37,190,134 +-37,190,135 +8 +0 +0 +0 +0 +0 +8 +-39,191,138 +7 +-38,191,136 +-38,191,137 +5 +-37,191,134 +-37,191,135 +8 +0 +0 +0 +0 +0 +8 +-39,192,137 +-39,192,138 +6 +-38,192,135 +-38,192,136 +4 +-37,192,133 +-37,192,134 +8 +0 +0 +0 +0 +8 +-40,193,138 +7 +-39,193,136 +-39,193,137 +5 +-38,193,135 +4 +-37,193,133 +-37,193,134 +8 +0 +0 +0 +0 +8 +-40,194,137 +-40,194,138 +6 +-39,194,136 +5 +-38,194,134 +-38,194,135 +3 +-37,194,133 +8 +0 +0 +0 +8 +-41,195,138 +7 +-40,195,137 +6 +-39,195,136 +5 +-38,195,134 +-38,195,135 +3 +-37,195,133 +-30 -48 10 +-44,195,139 +7 +0 +0 +0 +8 +-41,188,145 +-41,188,146 +6 +-40,188,143 +-40,188,144 +4 +-39,188,140 +-39,188,141 +-39,188,142 +1 +-38,188,139 +6 +0 +0 +8 +-42,189,145 +-42,189,146 +6 +-41,189,143 +-41,189,144 +4 +-40,189,141 +-40,189,142 +2 +-39,189,139 +-39,189,140 +6 +0 +8 +-43,190,146 +7 +-42,190,144 +-42,190,145 +5 +-41,190,142 +-41,190,143 +3 +-40,190,140 +-40,190,141 +1 +-39,190,139 +6 +8 +-44,191,146 +7 +-43,191,145 +6 +-42,191,143 +-42,191,144 +4 +-41,191,141 +-41,191,142 +2 +-40,191,140 +1 +-39,191,139 +5 +8 +-44,192,145 +-44,192,146 +6 +-43,192,144 +5 +-42,192,142 +-42,192,143 +3 +-41,192,140 +-41,192,141 +1 +-40,192,139 +5 +7 +-44,193,144 +-44,193,145 +5 +-43,193,143 +4 +-42,193,141 +-42,193,142 +2 +-41,193,140 +1 +-40,193,139 +4 +6 +-44,194,143 +-44,194,144 +4 +-43,194,142 +3 +-42,194,140 +-42,194,141 +1 +-41,194,139 +4 +5 +-44,195,142 +-44,195,143 +3 +-43,195,141 +2 +-42,195,140 +1 +-41,195,139 +-30 -48 18 +-44,195,147 +3 +5 +-44,188,151 +4 +-43,188,149 +-43,188,150 +2 +-42,188,147 +-42,188,148 +2 +4 +-44,189,149 +-44,189,150 +2 +-43,189,147 +-43,189,148 +2 +2 +-44,190,148 +1 +-43,190,147 +1 +1 +-44,191,147 +0 +0 +0 +0 +-30 -48 26 +-30 -48 34 +-30 -48 42 +-44,195,171 +8 +6 +-44,188,175 +-44,188,176 +6 +-43,188,176 +7 +-42,188,176 +-42,188,177 +7 +-41,188,177 +7 +-40,188,177 +8 +-39,188,177 +-39,188,178 +8 +-38,188,178 +8 +-37,188,178 +5 +7 +-44,189,177 +8 +-43,189,177 +-43,189,178 +8 +-42,189,178 +8 +-41,189,178 +8 +-40,189,178 +1 +8 +-44,190,178 +0 +0 +0 +0 +0 +-30 -48 50 +-44,195,179 +0 +8 +0 +0 +0 +0 +1 +-40,189,179 +1 +-39,189,179 +1 +-38,189,179 +1 +-37,189,179 +8 +0 +1 +-43,190,179 +1 +-42,190,179 +2 +-41,190,179 +-41,190,180 +2 +-40,190,180 +2 +-39,190,180 +2 +-38,190,180 +2 +-37,190,180 +8 +1 +-44,191,179 +2 +-43,191,180 +2 +-42,191,180 +3 +-41,191,181 +3 +-40,191,181 +3 +-39,191,181 +3 +-38,191,181 +3 +-37,191,181 +8 +2 +-44,192,180 +3 +-43,192,181 +3 +-42,192,181 +3 +-41,192,181 +4 +-40,192,182 +4 +-39,192,182 +4 +-38,192,182 +4 +-37,192,182 +8 +3 +-44,193,181 +4 +-43,193,182 +4 +-42,193,182 +4 +-41,193,182 +5 +-40,193,183 +5 +-39,193,183 +5 +-38,193,183 +5 +-37,193,183 +8 +4 +-44,194,182 +4 +-43,194,182 +5 +-42,194,183 +5 +-41,194,183 +5 +-40,194,183 +5 +-39,194,183 +6 +-38,194,184 +6 +-37,194,184 +8 +5 +-44,195,183 +5 +-43,195,183 +5 +-42,195,183 +6 +-41,195,184 +6 +-40,195,184 +6 +-39,195,184 +6 +-38,195,184 +6 +-37,195,184 +-30 -48 58 +-30 -48 66 +-30 -48 74 +-30 -48 82 +-30 -48 90 +-30 -48 98 +-30 -48 106 +-30 -48 114 +-30 -48 122 +-30 -48 130 +-30 -48 138 +-30 -48 146 +-22 -48 -150 +-22 -48 -142 +-22 -48 -134 +-22 -48 -126 +-22 -48 -118 +-22 -48 -110 +-22 -48 -102 +-22 -48 -94 +-22 -48 -86 +-22 -48 -78 +-22 -48 -70 +-22 -48 -62 +-22 -48 -54 +-22 -48 -46 +-22 -48 -38 +-22 -48 -30 +-22 -48 -22 +-22 -48 -14 +-36,195,115 +0 +0 +6 +0 +0 +0 +0 +0 +7 +-31,190,121 +6 +0 +0 +0 +0 +0 +8 +-31,191,122 +7 +0 +0 +0 +0 +0 +8 +-31,192,122 +6 +-30,192,120 +7 +0 +0 +0 +0 +0 +0 +7 +-30,193,121 +8 +0 +0 +0 +0 +0 +0 +8 +-30,194,121 +-30,194,122 +5 +-29,194,119 +8 +0 +0 +0 +0 +0 +0 +8 +-30,195,122 +6 +-29,195,120 +-22 -48 -6 +-36,195,123 +4 +0 +8 +-35,188,130 +8 +-34,188,128 +-34,188,129 +-34,188,130 +4 +-33,188,125 +-33,188,126 +5 +0 +8 +-35,189,130 +8 +-34,189,128 +-34,189,129 +-34,189,130 +6 +-33,189,125 +-33,189,126 +-33,189,127 +-33,189,128 +1 +-32,189,123 +5 +0 +8 +-35,190,130 +7 +-34,190,128 +-34,190,129 +8 +-33,190,126 +-33,190,127 +-33,190,128 +-33,190,129 +-33,190,130 +2 +-32,190,124 +5 +0 +8 +-35,191,130 +7 +-34,191,128 +-34,191,129 +8 +-33,191,126 +-33,191,127 +-33,191,128 +-33,191,129 +-33,191,130 +4 +-32,191,124 +-32,191,125 +-32,191,126 +6 +0 +8 +-35,192,130 +7 +-34,192,128 +-34,192,129 +8 +-33,192,126 +-33,192,127 +-33,192,128 +-33,192,129 +-33,192,130 +5 +-32,192,124 +-32,192,125 +-32,192,126 +-32,192,127 +1 +-31,192,123 +6 +0 +8 +-35,193,130 +7 +-34,193,128 +-34,193,129 +8 +-33,193,126 +-33,193,127 +-33,193,130 +7 +-32,193,124 +-32,193,125 +-32,193,126 +-32,193,127 +-32,193,128 +-32,193,129 +2 +-31,193,123 +-31,193,124 +6 +0 +8 +-35,194,130 +7 +-34,194,128 +-34,194,129 +5 +-33,194,126 +-33,194,127 +8 +-32,194,125 +-32,194,126 +-32,194,127 +-32,194,128 +-32,194,129 +-32,194,130 +3 +-31,194,123 +-31,194,124 +-31,194,125 +7 +0 +8 +-35,195,130 +7 +-34,195,128 +-34,195,129 +5 +-33,195,127 +8 +-32,195,125 +-32,195,126 +-32,195,128 +-32,195,129 +-32,195,130 +5 +-31,195,123 + +i believe i am at -250,96,108 +and looking -1,0,0 + +Interactive Lua prompt. +Call exit() to exit. + + + + +-22,-48,10 +-22 -48 10 +-36,195,131 +4 +4 +-36,188,132 +-36,188,133 +-36,188,134 +1 +-35,188,131 +5 +-34,188,131 +-34,188,132 +-34,188,133 +-34,188,134 +-34,188,135 +8 +-33,188,136 +-33,188,137 +-33,188,138 +4 +4 +-36,189,132 +-36,189,133 +-36,189,134 +1 +-35,189,131 +4 +-34,189,131 +-34,189,132 +-34,189,133 +-34,189,134 +8 +-33,189,135 +-33,189,136 +-33,189,137 +-33,189,138 +5 +3 +-36,190,132 +-36,190,133 +1 +-35,190,131 +0 +7 +-33,190,131 +-33,192,133 +-33,192,134 +-33,192,135 +-33,192,136 +-33,192,137 +8 +-32,192,138 +5 +2 +-36,193,131 +-36,193,132 +0 +0 +6 +-33,193,131 +-33,193,132 +-33,193,133 +-33,193,134 +-33,193,135 +-33,193,136 +8 +-32,193,137 +-32,193,138 +5 +2 +-36,194,131 +-36,194,132 +0 +0 +5 +-33,194,132 +-33,194,133 +-33,194,134 +-33,194,135 +8 +-32,194,131 +-32,194,136 +-32,194,137 +-32,194,138 +5 +2 +-36,195,131 +-36,195,132 +0 +0 +0 +8 +-32,195,131 +-32,195,132 +-32,195,133 +-32,195,134 +-32,195,135 +-32,195,136 +-32,195,137 +-32,195,138 +-22 -48 10 +2 +3 +4 +8 +-31,194,140 +3 +4 +8 +-31,195,140 +3 +4 +-22 -48 18 +-22 -48 26 +-22 -48 34 +-22 -48 42 +-36,195,171 +8 +8 +8 +8 +8 +8 +-31,188,178 +8 +-30,188,178 +7 +8 +0 +-36,195,179 +0 +1 +1 +1 +1 +1 +1 +1 +8 +2 +2 +2 +2 +2 +2 +2 +8 +3 +3 +3 +3 +3 +3 +3 +8 +4 +4 +4 +4 +4 +4 +4 +8 +5 +5 +5 +5 +5 +5 +5 +8 +6 +6 +6 +6 +6 +6 +5 +8 +7 +7 +7 +6 +6 +6 +6 +-22 -48 58 +-22 -48 66 +-22 -48 74 +-22 -48 82 +-22 -48 90 +-22 -48 98 +-22 -48 106 +-22 -48 114 +-22 -48 122 +-22 -48 130 +-22 -48 138 +-22 -48 146 +-14 -48 -150 +-14 -48 -142 +-14 -48 -134 +-14 -48 -126 +-14 -48 -118 +-14 -48 -110 +-14 -48 -102 +-14 -48 -94 +-14 -48 -86 +-14 -48 -78 +-14 -48 -70 +-14 -48 -62 +-14 -48 -54 +-14 -48 -46 +-14 -48 -38 +-14 -48 -30 +-14 -48 -22 +-14 -48 -14 +-28,195,115 +0 +4 +-25,190,122 +4 +-25,191,121 +-25,191,122 +4 +-25,192,122 +5 +-25,193,122 +8 +5 +-25,194,122 +8 +-24,194,121 +-24,194,122 +5 +8 +-24,195,118 +-24,195,119 +-24,195,120 +-24,195,121 +-24,195,122 +-14 -48 -6 +-28,195,123 +8 +-24,188,124 +-24,188,125 +-24,188,126 +-24,188,127 +-24,188,128 +8 +-23,188,129 +-23,188,130 +8 +-22,188,130 +4 +8 +-25,189,124 +8 +-24,189,124 +-24,189,125 +-24,189,126 +-24,189,127 +-24,189,128 +-24,189,129 +-24,189,130 +3 +4 +5 +8 +-25,190,124 +-25,190,125 +-25,190,126 +-25,190,127 +-25,190,128 +-25,190,129 +8 +-24,190,124 +-24,190,130 +3 +4 +5 +8 +-25,191,124 +-25,191,125 +-25,191,126 +-25,191,127 +-25,191,128 +-25,191,129 +-25,191,130 +2 +-24,191,124 +4 +-23,191,126 +5 +6 +8 +-25,192,124 +-25,192,125 +-25,192,126 +-25,192,127 +-25,192,128 +-25,192,129 +-25,192,130 +3 +-24,192,124 +-24,192,125 +4 +5 +6 +8 +-26,193,129 +-26,193,130 +5 +-25,193,124 +-25,193,125 +-25,193,126 +-25,193,127 +3 +-24,193,124 +-24,193,125 +4 +5 +6 +8 +-26,194,128 +-26,194,129 +-26,194,130 +4 +-25,194,124 +-25,194,125 +-25,194,126 +2 +-24,194,124 +4 +-23,194,126 +6 +-22,194,128 +7 +8 +-26,195,127 +-26,195,128 +-26,195,129 +-26,195,130 +3 +-25,195,124 +-25,195,125 +2 +-24,195,124 +5 +-23,195,126 +-23,195,127 +6 +7 +-14 -48 2 +-28,195,131 +8 +2 +-21,188,132 +8 +-23,189,132 +3 +-22,189,133 +4 +-21,189,134 +8 +-24,190,132 +4 +-23,190,134 +5 +-22,190,135 +6 +-21,190,136 +8 +-25,191,132 +4 +-24,191,134 +6 +-23,191,136 +7 +-22,191,137 +7 +8 +-25,192,132 +-25,192,133 +-25,192,134 +-25,192,135 +7 +-24,192,136 +-24,192,137 +8 +-23,192,138 +8 +8 +5 +-26,193,132 +-26,193,133 +-26,193,134 +8 +-25,193,136 +-25,193,137 +-25,193,138 +8 +3 +-26,194,132 +-26,194,133 +-26,194,134 +-26,194,135 +-26,194,136 +-26,194,137 +-26,194,138 +2 +-27,195,132 +-27,195,133 +-27,195,134 +-27,195,135 +-27,195,136 +-27,195,137 +-27,195,138 +-14 -48 10 +-28,195,139 +8 +5 +5 +6 +5 +5 +5 +5 +8 +5 +6 +6 +6 +6 +5 +5 +8 +5 +6 +6 +6 +6 +6 +5 +8 +5 +6 +6 +6 +6 +6 +6 +8 +6 +6 +6 +6 +6 +6 +-22,192,144 +6 +-21,192,140 +-21,192,144 +8 +6 +6 +6 +6 +-24,193,140 +-24,193,144 +6 +-23,193,140 +-23,193,141 +-23,193,142 +-23,193,144 +5 +-22,193,141 +-22,193,142 +-22,193,143 +5 +-21,193,142 +-21,193,143 +6 +6 +6 +-26,194,140 +-26,194,141 +-26,194,144 +5 +-25,194,140 +-25,194,141 +-25,194,142 +-25,194,143 +5 +-24,194,142 +-24,194,143 +5 +3 +5 +-27,195,140 +-27,195,141 +-27,195,142 +-27,195,143 +5 +-26,195,143 +-14 -48 18 +-14 -48 26 +-14 -48 34 +-14 -48 42 +-28,195,171 +8 +7 +-27,188,177 +6 +6 +-25,188,176 +5 +5 +-23,188,175 +4 +-22,188,174 +4 +-21,188,174 +8 +8 +8 +-26,189,178 +7 +7 +-24,189,177 +6 +6 +-22,189,176 +5 +8 +8 +8 +-23,190,178 +7 +7 +-21,190,177 +8 +8 +0 +-28,195,179 +0 +1 +1 +6 +-28,191,181 +2 +2 +2 +-25,191,180 +1 +1 +8 +3 +3 +3 +2 +2 +1 +1 +8 +4 +4 +4 +3 +3 +2 +2 +8 +5 +5 +4 +4 +4 +3 +3 +8 +6 +5 +5 +5 +5 +4 +4 +-14 -48 58 +-14 -48 66 +-14 -48 74 +-14 -48 82 +-14 -48 90 +-14 -48 98 +-14 -48 106 +-14 -48 114 +-14 -48 122 +-14 -48 130 +-14 -48 138 +-14 -48 146 +-6 -48 -150 +-6 -48 -142 +-6 -48 -134 +-6 -48 -126 +-6 -48 -118 +-6 -48 -110 +-6 -48 -102 +-6 -48 -94 +-6 -48 -86 +-6 -48 -78 +-6 -48 -70 +-6 -48 -62 +-6 -48 -54 +-6 -48 -46 +-6 -48 -38 +-6 -48 -30 +-20,195,99 +0 +8 +6 +-6 -48 -22 +-20,195,107 +0 +2 +-6 -48 -14 +-20,195,115 +8 +5 +-15,188,119 +8 +-14,188,120 +-14,188,121 +-14,188,122 +4 +8 +4 +-15,189,118 +6 +-14,189,119 +-14,189,120 +8 +-13,189,121 +-13,189,122 +8 +4 +-15,190,118 +5 +-14,190,119 +8 +-13,190,120 +-13,190,121 +-13,190,122 +8 +4 +-15,191,117 +-15,191,118 +5 +-14,191,119 +7 +-13,191,120 +-13,191,121 +8 +2 +3 +-15,192,117 +5 +-14,192,118 +-14,192,119 +6 +-13,192,120 +8 +2 +3 +-15,193,117 +5 +-14,193,118 +-14,193,119 +6 +-13,193,120 +8 +2 +-17,194,116 +3 +-16,194,117 +4 +-15,194,118 +5 +-14,194,119 +6 +-13,194,120 +8 +2 +-17,195,116 +3 +-16,195,117 +4 +-15,195,118 +5 +-14,195,119 +6 +-13,195,120 +-6 -48 -6 +-20,195,123 +7 +5 +5 +4 +4 +3 +2 +-14,188,124 +8 +5 +5 +5 +4 +4 +3 +-14,189,125 +1 +8 +6 +6 +6 +5 +5 +4 +3 +-13,190,124 +-13,190,125 +8 +6 +6 +6 +6 +6 +5 +4 +8 +7 +7 +7 +7 +6 +6 +5 +8 +7 +8 +8 +7 +7 +7 +6 +8 +8 +8 +8 +8 +8 +8 +7 +8 +8 +0 +8 +-6 -48 2 +-20,195,131 +8 +-20,188,133 +3 +-19,188,133 +3 +3 +3 +3 +3 +3 +8 +5 +-19,189,135 +5 +-18,189,135 +5 +-17,189,135 +5 +-16,189,135 +5 +-15,189,135 +5 +-14,189,135 +5 +-13,189,135 +8 +-20,190,136 +6 +7 +-18,190,137 +7 +-17,190,137 +7 +-16,190,137 +7 +-15,190,137 +7 +-14,190,137 +7 +-13,190,137 +8 +-20,191,138 +8 +-19,191,138 +8 +8 +8 +8 +8 +8 +0 +1 +1 +1 +-6 -48 10 +-20,195,139 +8 +5 +4 +4 +4 +3 +3 +2 +8 +5 +4 +4 +4 +3 +3 +3 +8 +5 +5 +4 +4 +4 +3 +3 +8 +5 +5 +-18,191,143 +5 +-17,191,143 +4 +-16,191,142 +4 +-15,191,142 +4 +-14,191,142 +3 +-13,191,141 +8 +-20,192,140 +-20,192,144 +5 +-19,192,140 +-19,192,141 +-19,192,143 +5 +-18,192,141 +-18,192,143 +5 +-17,192,141 +-17,192,143 +4 +-16,192,141 +-16,192,142 +3 +-15,192,141 +3 +-14,192,141 +2 +4 +-20,193,142 +-20,193,143 +4 +4 +4 +0 +-6 -48 26 +-6 -48 34 +-20,195,163 +8 +8 +-17,188,170 +7 +-16,188,169 +7 +-15,188,168 +-15,188,169 +6 +-14,188,167 +-14,188,168 +4 +-13,188,165 +-13,188,166 +8 +8 +8 +-14,189,170 +7 +-13,189,168 +-13,189,169 +8 +0 +-20,195,171 +3 +-20,188,173 +2 +-19,188,172 +1 +6 +-20,189,175 +4 +-19,189,174 +3 +-18,189,173 +2 +-17,189,172 +2 +-16,189,172 +1 +8 +5 +5 +-18,190,175 +4 +-17,190,174 +3 +3 +-15,190,173 +2 +-14,190,172 +1 +8 +7 +-19,191,177 +6 +6 +-17,191,176 +5 +-16,191,175 +4 +4 +-14,191,174 +3 +-13,191,173 +8 +8 +8 +-18,192,178 +7 +6 +6 +-15,192,176 +5 +5 +-13,192,175 +8 +8 +-16,193,178 +7 +7 +-14,193,177 +6 +8 +8 +7 +8 +-6 -48 50 +-20,195,179 +0 +3 +1 +1 +5 +2 +2 +1 +1 +7 +3 +3 +2 +2 +1 +1 +-6 -48 58 +-6 -48 66 +-6 -48 74 +-6 -48 82 +-6 -48 90 +-6 -48 98 +-6 -48 106 +-6 -48 114 +-6 -48 122 +-6 -48 130 +-6 -48 138 +-6 -48 146 +2 -48 -150 +2 -48 -142 +2 -48 -134 +2 -48 -126 +2 -48 -118 +2 -48 -110 +2 -48 -102 +2 -48 -94 +2 -48 -86 +2 -48 -78 +2 -48 -70 +2 -48 -62 +2 -48 -54 +2 -48 -46 +2 -48 -38 +2 -48 -30 +inventorymanager.lua:13: attempt to index global 'pack' (a nil value) + +Terminated + + +-12,195,99 +8 +3 +8 +3 +3 +8 +0 +3 +3 +-5,190,101 +8 +4 +3 +3 +3 +-5,191,101 +8 +0 +4 +4 +4 +-7,192,102 +3 +3 +-5,192,101 +8 +5 +4 +4 +4 +4 +-7,193,102 +4 +-6,193,102 +3 +-5,193,101 +8 +5 +5 +-10,194,103 +4 +4 +-8,194,102 +4 +-7,194,102 +4 +-6,194,102 +4 +-5,194,102 +8 +5 +5 +-10,195,103 +5 +-9,195,103 +4 +-8,195,102 +4 +-7,195,102 +4 +-6,195,102 +4 +-5,195,102 +2 -48 -22 +2 -48 -14 +-12,195,115 +8 +5 +5 +5 +6 +-8,188,120 +6 +6 +6 +8 +4 +4 +5 +5 +5 +5 +5 +-5,189,119 +8 +4 +4 +4 +4 +4 +4 +4 +8 +-12,191,122 +3 +3 +3 +3 +3 +3 +3 +8 +-12,192,121 +-12,192,122 +3 +3 +3 +3 +3 +3 +2 +8 +-12,193,121 +8 +-11,193,122 +3 +3 +2 +2 +2 +2 +8 +-12,194,121 +8 +-11,194,122 +2 +2 +2 +2 +2 +1 +8 +-12,195,121 +8 +-11,195,122 +2 +2 +2 +2 +1 +1 +2 -48 -6 +-12,195,123 +0 +-12,191,124 +-12,191,125 +2 +-12,192,125 +-12,192,126 +2 +2 +4 +-11,193,124 +-11,193,125 +-11,193,126 +3 +5 +-11,194,127 +4 +-10,194,125 +-10,194,126 +3 +7 +-11,195,129 +5 +-10,195,124 +-10,195,125 +-10,195,126 +-10,195,127 +2 -48 2 +-12,195,131 +8 +-12,188,133 +3 +-11,188,133 +3 +-10,188,133 +3 +-9,188,133 +3 +-8,188,133 +8 +-7,188,132 +-7,188,133 +-7,188,138 +8 +-6,188,132 +-6,188,138 +8 +-5,188,132 +-5,188,138 +8 +-12,189,135 +5 +-11,189,135 +5 +-10,189,135 +5 +-9,189,135 +5 +-8,189,135 +5 +-7,189,135 +8 +-6,189,134 +-6,189,135 +-6,189,138 +8 +-5,189,134 +-5,189,138 +8 +-12,190,137 +7 +-11,190,137 +7 +-10,190,137 +7 +-9,190,137 +7 +-8,190,137 +7 +-7,190,137 +7 +-6,190,137 +8 +-5,190,136 +-5,190,137 +-5,190,138 +7 +8 +8 +8 +8 +8 +8 +0 +-12,195,139 +5 +2 +1 +1 +1 +6 +2 +2 +1 +1 +1 +7 +2 +2 +2 +1 +1 +1 +4 +-12,191,141 +3 +-11,191,141 +2 +-10,191,140 +1 +2 +2 +0 +-12,195,147 +8 +-6,188,154 +8 +-5,188,153 +-5,188,154 +0 +-12,195,155 +8 +-11,188,162 +8 +-10,188,160 +-10,188,161 +-10,188,162 +8 +-9,188,159 +-9,188,160 +-9,188,161 +-9,188,162 +6 +-8,188,157 +-8,188,158 +-8,188,159 +-8,188,160 +5 +-7,188,156 +-7,188,157 +-7,188,158 +-7,188,159 +4 +-6,188,156 +-6,188,157 +-6,188,158 +3 +-5,188,156 +-5,188,157 +8 +-8,189,162 +8 +-7,189,161 +-7,189,162 +8 +-6,189,160 +-6,189,161 +-6,189,162 +8 +-5,189,159 +-5,189,160 +-5,189,161 +-5,189,162 +0 +2 -48 34 +-12,195,163 +3 +-12,188,164 +-12,188,165 +2 +-11,188,164 +1 +6 +-12,189,167 +-12,189,168 +5 +-11,189,166 +-11,189,167 +4 +-10,189,165 +-10,189,166 +3 +-9,189,164 +-9,189,165 +2 +-8,189,164 +1 +8 +-12,190,170 +8 +-11,190,169 +-11,190,170 +7 +-10,190,168 +-10,190,169 +6 +-9,190,167 +-9,190,168 +5 +-8,190,166 +-8,190,167 +4 +-7,190,165 +-7,190,166 +4 +-6,190,164 +-6,190,165 +-6,190,166 +3 +-5,190,164 +-5,190,165 +8 +8 +-9,191,170 +7 +-8,191,169 +7 +-7,191,168 +-7,191,169 +6 +-6,191,168 +6 +-5,191,167 +-5,191,168 +8 +8 +8 +-6,192,170 +8 +-5,192,170 +0 +-12,195,171 +0 +-12,191,172 +2 +-11,191,172 +1 +6 +-12,192,174 +3 +3 +-10,192,173 +2 +-9,192,172 +1 +1 +8 +5 +-11,193,175 +4 +4 +-9,193,174 +3 +-8,193,173 +3 +-7,193,173 +2 +-6,193,172 +2 +-5,193,172 +8 +-12,194,177 +6 +6 +-10,194,176 +5 +5 +-8,194,175 +4 +4 +-6,194,174 +3 +8 +7 +7 +6 +6 +6 +-7,195,176 +5 +5 +-5,195,175 +2 -48 50 +2 -48 58 +2 -48 66 +2 -48 74 +2 -48 82 +2 -48 90 +2 -48 98 +2 -48 106 +2 -48 114 +2 -48 122 +2 -48 130 +2 -48 138 +2 -48 146 +10 -48 -150 +10 -48 -142 +10 -48 -134 +10 -48 -126 +10 -48 -118 +10 -48 -110 +10 -48 -102 +10 -48 -94 +10 -48 -86 +10 -48 -78 +10 -48 -70 +10 -48 -62 +10 -48 -54 +10 -48 -46 +10 -48 -38 +-4,195,91 +8 +8 +8 +8 +8 +7 +8 +8 +8 +7 +8 +8 +7 +7 +8 +8 +8 +7 +7 +8 +8 +7 +7 +6 +8 +8 +8 +7 +7 +6 +8 +8 +7 +7 +6 +6 +10 -48 -30 +too lazy for that +-250,96,108 +-250,96,108 + + +too lazy for that +-250,96,108 +-250,96,108 + +Fuel level is 1672 + +Fuel level is 6712 + +going towards tree +temp +true table: 77755b6d +going towards tree +temp +true table: 2842af97 +going towards tree +temp +true table: 262659c0 +going towards tree +temp +true table: 78b1eb0c +going towards tree +temp +true table: 1c493c58 +going towards tree +temp +true table: 7ba926ef +going towards tree +temp +true table: 7242a2a7 +going towards tree +temp +true table: 2ff7e1d5 +going towards tree +temp +true table: 5fbd6d88 +going towards tree +temp +true table: 22ec917 +-250,96,108 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +going towards tree + +Fuel level is 3680 + +going towards tree +temp +true table: 3a419509 +going towards tree +temp +true table: 7862c39b +going towards tree +temp +true table: 35ae0d0b + + + + + + +going towards tree +temp +true table: 648d5c7c +going towards tree +temp +true table: 54e6d934 +going towards tree +temp +true table: 2417229b +going towards tree +temp +true table: 1be93b87 +going towards tree +temp +true table: 76ef2ddd +going towards tree +temp +true table: 3a3fbd4f +going towards tree +temp +true table: 662ecb4f +-250,96,106 + + + + + + + + + + +going towards tree +temp +true table: 752b1f44 +going towards tree +temp +false No block to inspect +going towards tree +temp +false No block to inspect +going towards tree +temp +true table: 33e084e +going towards tree +temp +true table: 1fdb93c0 +going towards tree +temp +true table: 74e19be5 +going towards tree +temp +true table: 45ba1bc6 +going towards tree +temp +true table: 4293e9b5 +going towards tree +temp + + +-250,96,108 + +i can halt now +dropping down + + +i can halt now +not confident i can pick it all up :( + + +vector.lua:98: attempt to index local 'o' (a nil value) + + + +-250,96,108 + + +-250,96,108 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +18,-48,-142 +18,-48,-38 +18,-48,90 +26,-48,138 +42,-48,122 +58,-48,-118 +66,-48,-46 +74,-48,-6 +74,-48,130 +82,-48,-14 +90,-48,-150 +90,-48,-126 +90,-48,-86 +90,-48,-38 +90,-48,18 +90,-48,82 +90,-48,130 +98,-48,-6 +106,-48,122 +130,-48,-54 +-150,-40,-102 +-134,-40,122 +-110,-40,-118 +-94,-40,-150 +-94,-40,-110 +-94,-40,-62 +-94,-40,-14 +-94,-40,34 +-94,-40,82 +-94,-40,122 +-78,-40,-62 +-70,-40,-70 +-70,-40,26 +-70,-40,122 +-62,-40,-94 +-62,-40,-6 +-62,-40,90 +-46,-40,-150 +-30,-40,138 +-6,-40,-134 +-6,-40,74 +10,-40,10 +18,-40,-22 +26,-40,-126 +42,-40,146 +58,-40,146 +82,-40,-126 +90,-40,-134 +90,-40,-70 +90,-40,10 +90,-40,82 +98,-40,-126 +106,-40,-46 +122,-40,74 +146,-40,98 +-134,-32,-22 +-118,-32,34 +-94,-32,-150 +-94,-32,-110 +-94,-32,-62 +-94,-32,-14 +-94,-32,26 +-94,-32,82 +-94,-32,130 +-78,-32,2 +-70,-32,-78 +-70,-32,34 +-70,-32,146 +-62,-32,-62 +-62,-32,26 +-62,-32,114 +-46,-32,74 +-22,-32,50 +-6,-32,-78 +-6,-32,98 +10,-32,130 +18,-32,26 +26,-32,146 +50,-32,26 +66,-32,114 +82,-32,-6 +90,-32,-118 +90,-32,-46 +90,-32,26 +90,-32,90 +98,-32,-62 +114,-32,-134 +130,-32,82 +-150,-24,50 +-126,-24,-14 +-110,-24,82 +-94,-24,-134 +-94,-24,-94 +-94,-24,-38 +-94,-24,2 +-94,-24,50 +-94,-24,98 +-94,-24,146 +-70,-24,-142 +-70,-24,-30 +-70,-24,74 +-62,-24,-126 +-62,-24,-38 +-62,-24,50 +-62,-24,138 +-38,-24,-6 +-14,-24,-62 +-6,-24,-30 +-6,-24,146 +18,-24,-110 +18,-24,82 +34,-24,98 +58,-24,-110 +74,-24,-38 +82,-24,122 +90,-24,-94 +90,-24,-22 +90,-24,42 +90,-24,122 +98,-24,74 +122,-24,-94 +138,-24,114 +-142,-16,98 +-118,-16,-38 +-102,-16,-6 +-94,-16,-118 + + +18,-48,-30 +26,-48,-110 +50,-48,-110 +66,-48,-70 +82,-48,-86 +90,-48,-126 +90,-48,-54 +90,-48,10 +90,-48,90 +98,-48,-86 +106,-48,130 +130,-48,-46 +-150,-40,-6 +-126,-40,-126 +-110,-40,-86 +-94,-40,-142 +-94,-40,-94 +-94,-40,-46 +-94,-40,2 +-94,-40,42 +-94,-40,98 +-94,-40,146 +-70,-40,-134 +-70,-40,-38 +-70,-40,58 +-62,-40,-134 +-62,-40,-38 +-62,-40,58 +-62,-40,138 +-38,-40,-134 +-22,-40,66 +-6,-40,-46 +-6,-40,146 +18,-40,-134 +18,-40,50 +34,-40,10 +58,-40,-150 +74,-40,-150 +82,-40,42 +90,-40,-102 +90,-40,-30 +90,-40,42 +90,-40,106 +98,-40,18 +114,-40,138 +138,-40,18 +-142,-32,-118 +-126,-32,90 +-102,-32,-134 +-94,-32,-134 +-94,-32,-78 +-94,-32,-30 +-94,-32,18 +-94,-32,66 +-94,-32,114 +-86,-32,-54 +-70,-32,-110 +-70,-32,-6 +-70,-32,98 +-62,-32,-110 +-62,-32,-22 +-62,-32,82 +-54,-32,-62 +-30,-32,-70 +-14,-32,66 +-6,-32,2 +2,-32,98 +18,-32,-62 +18,-32,114 +42,-32,-38 +58,-32,58 +74,-32,82 +90,-32,-150 +90,-32,-78 +90,-32,-14 +90,-32,66 +90,-32,138 +98,-32,146 +122,-32,-6 +146,-32,-86 +-134,-24,-118 +-118,-24,10 +-102,-24,34 +-94,-24,-118 +-94,-24,-70 +-94,-24,-22 +-94,-24,26 +-94,-24,74 +-94,-24,114 +-86,-24,-54 +-70,-24,-110 +-70,-24,-6 +-70,-24,98 +-62,-24,-110 +-62,-24,-22 +-62,-24,66 +-54,-24,-30 +-30,-24,-102 +-14,-24,42 +-6,-24,-6 +2,-24,26 +18,-24,-86 +18,-24,106 +42,-24,-86 +58,-24,34 +74,-24,74 +90,-24,-150 +90,-24,-78 +90,-24,-14 +90,-24,66 +90,-24,138 +98,-24,146 +122,-24,-6 +146,-24,26 +-134,-16,-70 +-118,-16,2 +-102,-16,74 +-94,-16,-110 +-94,-16,-62 +-94,-16,-14 +-94,-16,26 +-94,-16,74 +-94,-16,114 +-86,-16,106 +-70,-16,-94 +-70,-16,2 + + +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +Terminated + + + + +18,-48,-14 +26,-48,-54 +34,-48,-142 +50,-48,-30 +50,-48,50 +58,-48,26 +74,-48,-118 +74,-48,-62 +82,-48,50 +90,-48,-102 +90,-48,-38 +90,-48,42 +90,-48,122 +90,-48,130 +98,-48,82 +114,-48,18 +138,-48,-142 +138,-48,-94 +-150,-40,82 +-150,-40,98 +-134,-40,138 +-126,-40,-14 +-110,-40,26 +-102,-40,-126 +-94,-40,-134 +-94,-40,-86 +-94,-40,-38 +-94,-40,2 +-94,-40,42 +-94,-40,98 +-94,-40,138 +-86,-40,66 +-70,-40,-118 +-70,-40,-22 +-70,-40,74 +-62,-40,-134 +-62,-40,-46 +-62,-40,34 +-62,-40,122 +-46,-40,18 +-46,-40,146 +-22,-40,34 +-6,-40,-86 +-6,-40,98 +2,-40,-78 +18,-40,-118 +18,-40,58 +18,-40,114 +42,-40,-62 +42,-40,2 +58,-40,-6 +66,-40,-110 +82,-40,-126 +82,-40,82 +90,-40,-94 +90,-40,-22 +90,-40,42 +90,-40,122 +98,-40,66 +106,-40,-30 +122,-40,74 +130,-40,-142 +146,-40,50 +-134,-32,-110 +-134,-32,-62 +-118,-32,2 +-118,-32,130 +-102,-32,74 +-94,-32,-118 +-94,-32,-62 +-94,-32,-14 +-94,-32,18 +-94,-32,66 +-94,-32,106 +-86,-32,-6 +-70,-32,-102 +-70,-32,-94 +-70,-32,2 +-70,-32,98 +-62,-32,-110 +-62,-32,-30 +-62,-32,74 +-54,-32,-126 +-54,-32,98 +-30,-32,-14 +-14,-32,-46 +-6,-32,-126 +-6,-32,50 +10,-32,-126 +10,-32,66 +18,-32,2 +26,-32,-14 +34,-32,-46 +50,-32,114 +50,-32,146 +66,-32,98 +74,-32,34 +82,-32,130 +90,-32,-94 +90,-32,-22 +90,-32,42 +90,-32,122 +98,-32,-78 +106,-32,34 +114,-32,114 +138,-32,-14 +138,-32,2 +-142,-24,-150 +-142,-24,-110 +-126,-24,-38 +-126,-24,82 +-110,-24,34 +-102,-24,-30 +-94,-24,-126 +-94,-24,-78 +-94,-24,-30 +-94,-24,10 +-94,-24,66 +-94,-24,114 +-86,-24,50 +-78,-24,-142 +-70,-24,-94 +-70,-24,2 +-70,-24,98 +-62,-24,-110 +-62,-24,-30 +-62,-24,50 +-62,-24,138 +-38,-24,-142 +-38,-24,-62 +-22,-24,130 +-6,-24,-54 +2,-24,-150 +2,-24,18 +18,-24,-102 +18,-24,74 +26,-24,-94 +42,-24,98 +58,-24,58 +66,-24,-14 +74,-24,146 +90,-24,-142 +90,-24,-126 +90,-24,-54 +90,-24,18 +90,-24,90 +98,-24,-54 +106,-24,66 +130,-24,-118 +130,-24,-46 +146,-24,146 +-134,-16,-22 +-134,-16,34 +-118,-16,82 +-110,-16,-78 +-94,-16,-150 +-94,-16,-102 +-94,-16,-62 +-94,-16,-6 +-94,-16,42 +-94,-16,90 +-94,-16,114 +-86,-16,2 +-70,-16,-118 +-70,-16,2 +-70,-16,98 +-62,-16,-110 +-62,-16,-22 +-62,-16,82 +-54,-16,42 +-46,-16,-110 +-30,-16,66 +-30,-16,82 +-6,-16,-150 +-6,-16,-30 +-6,-16,146 +18,-16,-150 +18,-16,-142 +18,-16,34 +34,-16,-142 +34,-16,50 +58,-16,-134 +58,-16,-62 +74,-16,-54 +74,-16,130 +90,-16,-142 +90,-16,-70 +90,-16,-6 +90,-16,74 +90,-16,146 +98,-16,18 +114,-16,18 +122,-16,-94 +138,-16,82 +138,-16,98 +-142,-8,-110 +-142,-8,-14 +-126,-8,-14 +-118,-8,-126 +-110,-8,146 +-102,-8,66 +-94,-8,-118 +-94,-8,-70 +-94,-8,-30 +-94,-8,26 +-94,-8,74 +-94,-8,122 +-86,-8,114 +-78,-8,-46 +-70,-8,-86 +-70,-8,18 +-70,-8,114 +-62,-8,-102 +-62,-8,2 +-62,-8,82 +-62,-8,146 +-38,-8,-46 +-38,-8,34 +-14,-8,-94 +-14,-8,-78 +-6,-8,-46 +-6,-8,130 +2,-8,-86 +2,-8,10 +2,-8,98 +2,-8,114 +18,-8,-142 +18,-8,34 +26,-8,2 +50,-8,-110 +58,-8,114 +66,-8,82 +82,-8,-46 +90,-8,-126 +90,-8,-54 +90,-8,-30 +90,-8,42 +90,-8,114 +98,-8,-22 +114,-8,-142 +130,-8,-14 +130,-8,50 +146,-8,130 +-150,0,-62 +-134,0,74 +-134,0,130 +-110,0,-150 +-110,0,18 +-94,0,-142 +-94,0,-94 +-94,0,-54 +-94,0,2 +-94,0,42 +-94,0,90 +-94,0,138 +-86,0,-94 +-70,0,-134 +-70,0,-30 +-70,0,58 +-70,0,98 +-62,0,-110 +-62,0,-22 +-62,0,66 +-62,0,146 +-46,0,-14 +-22,0,-126 +-6,0,-118 +-6,0,66 +2,0,90 +18,0,-102 +18,0,-46 +18,0,130 +34,0,146 +58,0,-78 +58,0,34 +74,0,26 +82,0,-78 +90,0,-126 +90,0,-62 +90,0,10 +90,0,74 +98,0,-134 +98,0,114 +122,0,-70 +122,0,2 +146,0,-110 +-142,8,-14 +-142,8,82 +-126,8,58 +-118,8,-30 +-102,8,-30 +-94,8,-142 +-94,8,-102 +-94,8,-62 +-94,8,-6 +-94,8,42 +-94,8,90 +-94,8,138 +-78,8,50 +-70,8,-70 +-70,8,34 +-70,8,130 +-62,8,-70 +-62,8,34 +-62,8,130 +-54,8,-62 +-38,8,90 +-38,8,130 +-22,8,122 +-14,8,18 +2,8,42 +10,8,-94 +10,8,-30 +10,8,50 +10,8,138 +26,8,98 +42,8,-46 +50,8,-150 +50,8,-78 +50,8,-14 +50,8,58 +50,8,138 +74,8,-126 +74,8,66 +82,8,-118 +82,8,-54 +82,8,2 +82,8,74 +82,8,138 +90,8,-118 +90,8,-86 +90,8,-46 +90,8,-14 +90,8,26 +90,8,66 +90,8,106 +90,8,138 +114,8,-46 +130,8,106 +130,8,146 +-150,16,2 +-150,16,34 +-134,16,74 +-126,16,-78 +-110,16,-30 +-110,16,114 +-94,16,-134 +-94,16,-86 +-94,16,-46 +-94,16,10 +-94,16,58 +-94,16,106 +-86,16,-118 +-86,16,2 +-70,16,-118 +-70,16,-22 +-70,16,74 +-62,16,-134 +-62,16,-110 +-62,16,-22 +-62,16,66 +-54,16,-22 +-46,16,82 +-22,16,-30 +-6,16,-102 +-6,16,106 +2,16,-142 +18,16,-118 +18,16,50 +26,16,98 +42,16,-62 +58,16,98 +58,16,130 +74,16,122 +82,16,18 +90,16,-110 +90,16,-38 +90,16,34 +90,16,114 +98,16,106 +106,16,-94 +122,16,18 +122,16,98 +146,16,-14 +-142,24,138 +-134,24,-126 +-118,24,-22 +-118,24,66 +-102,24,34 +-94,24,-118 +-94,24,-78 +-94,24,-46 +-94,24,2 +-94,24,42 +-94,24,98 +-94,24,138 +-78,24,146 +-70,24,-54 +-70,24,50 +-70,24,146 +-62,24,-78 +-62,24,18 +-62,24,114 +-54,24,34 +-30,24,-102 +-30,24,-78 +-14,24,50 +-14,24,114 +-6,24,-78 +-6,24,10 +-6,24,98 +2,24,82 +10,24,2 +18,24,-38 +18,24,122 +26,24,138 +34,24,-110 +42,24,-78 +50,24,82 +74,24,-30 +90,24,-134 +90,24,-46 +90,24,34 +90,24,114 +98,24,-142 +106,24,138 +114,24,50 +138,24,-94 +138,24,-62 +-150,32,18 +-150,32,130 +-126,32,-70 +-126,32,18 +-110,32,58 +-102,32,-94 +-94,32,-134 +-94,32,-86 +-94,32,-38 +-94,32,2 +-94,32,58 +-94,32,106 +-86,32,-62 +-86,32,98 +-70,32,-102 +-70,32,-6 +-70,32,90 +-62,32,-102 +-62,32,-22 +-62,32,-14 +-62,32,74 +-54,32,-78 +-38,32,-126 +-22,32,66 +-6,32,-134 +-6,32,-78 +-6,32,-22 +-6,32,34 +-6,32,82 +-6,32,146 +2,32,-46 +18,32,-134 +18,32,-54 +18,32,42 +18,32,130 +18,32,146 +26,32,-54 +26,32,50 +34,32,-118 +42,32,34 +58,32,42 +66,32,-78 +82,32,-86 +82,32,114 +90,32,-86 +90,32,-6 +90,32,74 +90,32,146 +106,32,2 +122,32,34 +130,32,-110 +146,32,82 +-134,40,-70 +-134,40,-30 +-118,40,34 +-110,40,-142 +-102,40,130 +-94,40,-110 +-94,40,-70 +-94,40,-30 +-94,40,26 +-94,40,50 +-94,40,98 +-94,40,138 +-70,40,-142 +-70,40,-62 +-70,40,34 +-70,40,130 +-62,40,-86 +-62,40,2 +-62,40,106 +-54,40,122 +-54,40,130 +-30,40,18 +-14,40,146 +-6,40,-94 +10,40,34 +10,40,98 +18,40,-110 +18,40,-62 +18,40,-14 +18,40,26 +18,40,82 +18,40,130 +34,40,-14 +50,40,122 +58,40,-126 +58,40,98 +74,40,66 +90,40,-118 +90,40,-38 +90,40,58 +90,40,130 +98,40,-46 +114,40,146 +138,40,-46 +138,40,34 +-142,48,-94 +-142,48,-78 +-126,48,-46 +-126,48,114 +-110,48,146 +-102,48,2 +-94,48,-126 +-94,48,-78 +-94,48,-30 +-94,48,10 +-94,48,66 +-94,48,114 +-86,48,58 +-78,48,-110 +-70,48,-94 +-70,48,2 +-70,48,98 +-62,48,-110 +-62,48,-30 +-62,48,74 +-62,48,82 +-54,48,-22 +-38,48,-30 +-22,48,146 +-14,48,-142 +2,48,-134 +2,48,50 +18,48,-134 +18,48,-86 +18,48,-46 +18,48,2 +18,48,42 +18,48,98 +18,48,146 +26,48,-62 +42,48,-14 +42,48,130 +58,48,-54 +66,48,-102 +66,48,18 +90,48,-150 +90,48,-94 +90,48,-14 +90,48,66 +90,48,138 +106,48,98 +122,48,90 +130,48,-14 +-150,56,-126 +-134,56,26 +-134,56,66 +-118,56,106 +-110,56,-46 +-94,56,-150 +-94,56,-102 +-94,56,-62 +-94,56,-6 +-94,56,34 +-94,56,82 +-94,56,130 +-94,56,146 +-70,56,-142 +-70,56,-30 +-70,56,34 +-70,56,130 +-62,56,-86 +-62,56,2 +-62,56,98 +-46,56,-94 +-46,56,-78 +-30,56,114 +-6,56,-110 +-6,56,2 +10,56,98 +18,56,-110 +34,56,-70 +34,56,82 +58,56,-134 +58,56,-38 +58,56,-30 +58,56,66 +66,56,-94 +82,56,-142 +90,56,-102 +90,56,-22 +90,56,50 +90,56,138 +98,56,50 +122,56,-110 +122,56,-62 +138,56,130 +-142,64,-14 +-142,64,18 +-126,64,106 +-118,64,-94 +-102,64,-118 +-102,64,98 +-94,64,-118 +-94,64,-70 +-94,64,-22 +-94,64,18 +-94,64,66 +-94,64,122 +-86,64,90 +-78,64,-14 +-70,64,-78 +-70,64,18 +-70,64,130 +-62,64,-70 +-62,64,18 +-62,64,106 +-54,64,-126 +-38,64,-14 +-38,64,66 +-14,64,-86 +-14,64,-46 +2,64,-22 +2,64,146 +26,64,-46 +26,64,34 +42,64,82 +50,64,-78 +50,64,34 +50,64,146 +66,64,114 +82,64,-38 +90,64,-150 +90,64,-94 +90,64,-22 +90,64,2 +90,64,66 +90,64,122 +106,64,146 +114,64,-110 +130,64,18 +130,64,82 +-150,72,-102 +-150,72,-30 +-134,72,98 +-126,72,-142 +-110,72,-118 +-110,72,50 +-94,72,-142 +-94,72,-94 +-94,72,-54 +-94,72,2 +-94,72,50 +-94,72,98 +-94,72,146 +-86,72,-62 +-70,72,-126 +-70,72,-30 +-70,72,82 +-70,72,130 +-62,72,-86 +-62,72,2 +-62,72,90 +-54,72,98 +-46,72,18 +-22,72,-94 +-6,72,10 +-6,72,98 +10,72,82 +18,72,-14 +34,72,74 +42,72,-126 +50,72,-62 +50,72,66 +58,72,66 +82,72,-150 +82,72,-70 +82,72,-46 +82,72,34 +82,72,114 +90,72,-118 +90,72,-70 +90,72,-14 +90,72,42 +90,72,90 +90,72,138 +98,72,146 +122,72,-22 +122,72,34 +146,72,-86 +146,72,-78 +-142,80,10 +-142,80,114 +-126,80,98 +-118,80,2 +-102,80,26 +-94,80,-118 +-94,80,-110 +-94,80,-62 +-94,80,-22 +-94,80,34 +-94,80,82 +-94,80,130 +-78,80,-46 +-78,80,82 +-70,80,-70 +-70,80,26 +-70,80,122 +-62,80,-94 +-62,80,-6 +-62,80,98 +-54,80,-30 +-38,80,130 +-30,80,-142 +-14,80,10 +-14,80,50 +10,80,-150 +10,80,-70 +10,80,-62 +10,80,18 +10,80,98 +18,80,106 +26,80,130 +42,80,-38 +50,80,-150 +50,80,-78 +50,80,18 +50,80,98 +58,80,90 +74,80,-94 +74,80,74 +82,80,-118 +82,80,-54 +82,80,2 +82,80,74 +82,80,138 +90,80,-126 +90,80,-86 +90,80,-46 +90,80,-14 +90,80,26 +90,80,66 +90,80,98 +90,80,138 +106,80,130 +114,80,-14 +130,80,146 +138,80,-126 + + + + + + +18,-48,-30 +18,-48,58 +26,-48,-22 +34,-48,-142 +50,-48,34 +50,-48,50 +66,-48,-6 +74,-48,-62 +82,-48,42 +90,-48,-110 +90,-48,-46 +90,-48,18 +90,-48,82 +90,-48,130 +98,-48,82 +114,-48,18 +130,-48,106 +138,-48,-94 +-150,-40,26 +-150,-40,98 +-126,-40,-102 +-126,-40,-14 +-110,-40,26 +-102,-40,-126 +-94,-40,-134 +-94,-40,-86 +-94,-40,-54 +-94,-40,-14 +-94,-40,42 +-94,-40,82 +-94,-40,130 +-86,-40,66 +-70,-40,-110 +-70,-40,-14 +-70,-40,82 +-62,-40,-110 +-62,-40,-46 +-62,-40,34 +-62,-40,122 +-46,-40,18 +-46,-40,146 +-22,-40,34 +-6,-40,-78 +-6,-40,130 +2,-40,-78 +18,-40,-126 +18,-40,50 +18,-40,114 +42,-40,-46 +42,-40,2 +58,-40,-22 +66,-40,-110 +82,-40,-134 +82,-40,82 +90,-40,-102 +90,-40,-30 +90,-40,42 +90,-40,106 +98,-40,18 +106,-40,-30 +122,-40,82 +130,-40,-142 +146,-40,10 +146,-40,50 +-142,-32,82 +-134,-32,-62 +-118,-32,-22 +-118,-32,130 +-102,-32,114 +-94,-32,-118 +-94,-32,-70 +-94,-32,-30 +-94,-32,18 +-94,-32,50 +-94,-32,98 +-94,-32,146 +-70,-32,-150 +-70,-32,-94 +-70,-32,2 +-70,-32,98 +-62,-32,-110 +-62,-32,-30 +-62,-32,74 +-54,-32,-14 +-54,-32,98 +-30,-32,-110 +-30,-32,-14 +-14,-32,34 +-6,-32,-126 +-6,-32,50 +10,-32,-126 +10,-32,66 +18,-32,-6 +26,-32,-38 +34,-32,-46 +50,-32,114 +50,-32,146 +74,-32,-150 +74,-32,34 +82,-32,130 +90,-32,-94 +90,-32,-22 +90,-32,42 +90,-32,122 +98,-32,-78 +106,-32,74 +114,-32,114 +138,-32,-14 +138,-32,2 +-142,-24,-126 +-142,-24,-110 +-126,-24,-62 +-126,-24,82 +-110,-24,122 +-102,-24,-30 +-94,-24,-126 +-94,-24,-78 +-94,-24,-30 +-94,-24,10 +-94,-24,66 +-94,-24,114 +-86,-24,42 +-78,-24,-142 +-70,-24,-102 +-70,-24,-6 +-70,-24,90 +-62,-24,-118 +-62,-24,-14 +-62,-24,50 +-62,-24,138 +-38,-24,-134 +-38,-24,-62 +-22,-24,122 +-22,-24,130 +-6,-24,-70 +-6,-24,106 +2,-24,18 +18,-24,-94 +18,-24,82 +26,-24,-94 +42,-24,98 +58,-24,50 +66,-24,-14 +82,-24,-94 +90,-24,-134 +90,-24,-126 +90,-24,-62 +90,-24,10 +90,-24,82 +90,-24,146 +106,-24,18 +106,-24,66 +130,-24,-118 +130,-24,-46 +146,-24,106 +146,-24,146 +-142,-16,130 +-134,-16,34 +-118,-16,66 +-110,-16,-78 +-94,-16,-150 +-94,-16,-110 +-94,-16,-54 +-94,-16,-6 +-94,-16,42 +-94,-16,90 +-94,-16,114 +-86,-16,-14 +-70,-16,-118 +-70,-16,-30 +-70,-16,2 +-70,-16,98 +-62,-16,-110 +-62,-16,-22 +-62,-16,58 +-54,-16,-86 +-46,-16,-110 +-30,-16,-62 +-30,-16,82 +-14,-16,10 +-6,-16,-30 +-6,-16,138 +18,-16,-150 +18,-16,-142 +18,-16,34 +34,-16,-150 +34,-16,50 +58,-16,-134 +58,-16,-62 +74,-16,-70 +74,-16,130 +90,-16,-142 +90,-16,-70 +90,-16,-6 +90,-16,74 +98,-16,-134 +98,-16,18 +114,-16,10 +122,-16,-94 +138,-16,34 +138,-16,98 +-142,-8,-70 +-142,-8,-14 +-126,-8,18 +-118,-8,-126 +-102,-8,-150 +-102,-8,66 +-94,-8,-118 +-94,-8,-70 +-94,-8,-22 +-94,-8,18 +-94,-8,74 +-94,-8,122 +-78,-8,-118 +-78,-8,-46 +-70,-8,-86 +-70,-8,10 +-70,-8,106 +-62,-8,-102 +-62,-8,-22 +-62,-8,82 +-62,-8,146 +-38,-8,-46 +-38,-8,34 +-14,-8,-94 +-14,-8,-78 +-6,-8,-46 +-6,-8,130 +2,-8,-86 +2,-8,-6 +2,-8,66 +2,-8,114 +18,-8,-142 +18,-8,34 +26,-8,2 +50,-8,-110 +58,-8,114 +66,-8,82 +82,-8,-54 +90,-8,-126 +90,-8,-54 +90,-8,-30 +90,-8,42 +90,-8,114 +98,-8,-22 +114,-8,-142 +130,-8,-6 +130,-8,50 +-150,0,-142 +-150,0,-62 +-134,0,82 +-134,0,130 +-118,0,122 +-110,0,18 +-94,0,-142 +-94,0,-94 +-94,0,-54 +-94,0,2 +-94,0,50 +-94,0,98 +-94,0,146 +-86,0,-94 +-70,0,-134 +-70,0,-30 +-70,0,66 +-70,0,98 +-62,0,-118 +-62,0,-30 +-62,0,58 +-54,0,-86 +-46,0,-14 +-22,0,-142 +-22,0,-126 +-6,0,-134 +-6,0,42 +-6,0,66 +2,0,82 +18,0,-134 +18,0,-46 +18,0,130 +34,0,146 +58,0,-78 +58,0,34 +74,0,42 +82,0,-78 +90,0,-126 +90,0,-54 +90,0,10 +90,0,90 +98,0,-54 +98,0,114 +122,0,-70 +122,0,2 +146,0,-150 +146,0,-110 +-142,8,26 +-142,8,82 +-118,8,-134 +-118,8,-30 +-102,8,-6 +-94,8,-142 +-94,8,-94 +-94,8,-54 +-94,8,-6 +-94,8,34 +-94,8,74 +-94,8,130 +-78,8,18 +-78,8,50 +-70,8,-70 +-70,8,26 +-70,8,122 +-62,8,-94 +-62,8,-6 +-62,8,98 +-54,8,-62 +-38,8,90 +-38,8,130 +-22,8,138 +-14,8,18 +2,8,42 +10,8,-94 +10,8,-22 +10,8,58 +18,8,-150 +26,8,98 +42,8,-54 +42,8,146 +50,8,-78 +50,8,-14 +50,8,58 +50,8,138 +74,8,-150 +74,8,-126 +74,8,66 +82,8,-118 +82,8,-54 +82,8,2 +82,8,74 +82,8,138 +90,8,-118 +90,8,-86 +90,8,-46 +90,8,-14 +90,8,26 +90,8,58 +90,8,66 +90,8,106 +90,8,138 +114,8,-46 +130,8,98 +130,8,146 +-150,16,18 +-150,16,34 +-134,16,74 +-126,16,-78 +-110,16,-30 +-110,16,114 +-94,16,-142 +-94,16,-94 +-94,16,-54 +-94,16,-6 +-94,16,34 +-94,16,90 +-94,16,138 +-86,16,2 +-70,16,-118 +-70,16,-22 +-70,16,74 +-62,16,-134 +-62,16,-110 +-62,16,-22 +-62,16,82 +-54,16,10 +-46,16,82 +-22,16,-30 +-6,16,-94 +-6,16,114 +2,16,-142 +18,16,-118 +18,16,50 +26,16,74 +42,16,-62 +58,16,106 +58,16,130 +82,16,-126 +82,16,18 +90,16,-102 +90,16,-30 +90,16,50 +90,16,130 +106,16,-118 +106,16,-94 +122,16,-102 +122,16,98 +146,16,-14 +-142,24,138 +-134,24,-126 +-118,24,-54 +-118,24,66 +-102,24,90 +-94,24,-118 +-94,24,-70 +-94,24,-46 +-94,24,2 +-94,24,42 +-94,24,90 +-94,24,130 +-78,24,82 +-78,24,146 +-70,24,-54 +-70,24,50 +-70,24,146 +-62,24,-54 +-62,24,26 +-62,24,130 +-54,24,34 +-30,24,-94 +-30,24,-78 +-14,24,50 +-14,24,114 +-6,24,-78 +-6,24,10 +-6,24,98 +2,24,82 +10,24,2 +18,24,-30 +18,24,130 +34,24,-150 +34,24,-110 +42,24,-102 +50,24,82 +74,24,-30 +90,24,-134 +90,24,-46 +90,24,34 +90,24,106 +98,24,-142 +114,24,-150 +114,24,50 +138,24,-86 +138,24,-62 +-150,32,114 +-150,32,130 +-126,32,-78 +-126,32,18 +-110,32,58 +-102,32,-94 +-94,32,-134 +-94,32,-86 +-94,32,-46 +-94,32,2 +-94,32,42 +-94,32,98 +-94,32,138 +-86,32,98 +-70,32,-102 +-70,32,-6 +-70,32,90 +-62,32,-118 +-62,32,-14 +-62,32,74 +-54,32,-70 +-38,32,-126 +-22,32,-14 +-22,32,66 +-6,32,-126 +-6,32,-70 +-6,32,-6 +-6,32,58 +-6,32,122 +2,32,-46 +18,32,-134 +18,32,-54 +18,32,34 +18,32,130 +18,32,146 +26,32,-54 +26,32,50 +34,32,-14 +42,32,34 +58,32,42 +66,32,-78 +82,32,-94 +82,32,114 +90,32,-86 +90,32,-6 +90,32,74 +90,32,146 +106,32,2 +122,32,130 +130,32,-110 +146,32,82 +-134,40,-70 +-134,40,-30 +-118,40,26 +-110,40,-142 +-94,40,-150 +-94,40,-110 +-94,40,-54 +-94,40,-14 +-94,40,34 +-94,40,50 +-94,40,98 +-94,40,138 +-78,40,82 +-70,40,-62 +-70,40,34 +-70,40,130 +-62,40,-86 +-62,40,2 +-62,40,106 +-54,40,122 +-54,40,130 +-30,40,18 +-14,40,122 +-6,40,-94 +10,40,42 +10,40,98 +18,40,-118 +18,40,-70 +18,40,-30 +18,40,18 +18,40,50 +18,40,90 +18,40,130 +26,40,146 +34,40,-14 +42,40,-22 +50,40,-46 +58,40,-126 +58,40,90 +74,40,-86 +74,40,66 +90,40,-126 +90,40,-62 +90,40,2 +90,40,82 +98,40,-102 +98,40,-46 +114,40,18 +114,40,146 +138,40,-142 +138,40,34 +-150,48,26 +-142,48,-78 +-126,48,-134 +-126,48,114 +-110,48,-22 +-102,48,2 +-94,48,-126 +-94,48,-94 +-94,48,-54 +-94,48,-14 +-94,48,26 +-94,48,58 +-94,48,98 +-94,48,130 +-78,48,-110 +-70,48,-86 +-70,48,18 +-70,48,130 +-62,48,-78 +-62,48,18 +-62,48,82 +-54,48,-14 +-38,48,-30 +-22,48,138 +-14,48,-142 +2,48,-54 +2,48,50 +18,48,-134 +18,48,-86 +18,48,-46 +18,48,10 +18,48,50 +18,48,98 +18,48,146 +26,48,-62 +42,48,-30 +42,48,130 +58,48,-22 +66,48,-14 +66,48,18 +90,48,-150 +90,48,-94 +90,48,-14 +90,48,66 +98,48,-62 +106,48,98 +130,48,-102 +130,48,-14 +-150,56,-126 +-134,56,18 +-134,56,66 +-118,56,122 +-110,56,-46 +-94,56,-142 +-94,56,-102 +-94,56,-46 +-94,56,2 +-94,56,50 +-94,56,98 +-94,56,146 +-70,56,-150 +-70,56,-38 +-70,56,34 +-70,56,130 +-62,56,-86 +-62,56,2 +-62,56,106 +-54,56,122 +-46,56,-78 +-30,56,114 +-6,56,-94 +-6,56,2 +10,56,122 +18,56,-110 +34,56,-86 +34,56,82 +58,56,-134 +58,56,-30 +58,56,66 +66,56,-78 +82,56,-142 +90,56,-118 +90,56,-38 +90,56,42 +90,56,114 +98,56,50 +122,56,-110 +122,56,-62 +138,56,130 +-150,64,122 +-142,64,18 +-126,64,106 +-118,64,-94 +-102,64,-70 +-102,64,98 +-94,64,-118 +-94,64,-70 +-94,64,-22 +-94,64,18 +-94,64,74 +-94,64,122 +-78,64,-134 +-78,64,-14 +-70,64,-78 +-70,64,18 +-70,64,114 +-62,64,-102 +-62,64,2 +-62,64,98 +-54,64,-126 +-38,64,-6 +-38,64,66 +-14,64,-102 +-14,64,-46 +2,64,-70 +2,64,146 +26,64,-46 +26,64,34 +50,64,-150 +50,64,-78 +50,64,34 +50,64,146 +66,64,114 +82,64,-46 +82,64,146 +90,64,-94 +90,64,-38 +90,64,2 +90,64,66 +90,64,130 +106,64,50 +114,64,-110 +130,64,18 +130,64,82 +-150,72,-30 +-134,72,50 +-126,72,-142 +-118,72,138 +-110,72,50 +-94,72,-142 +-94,72,-94 +-94,72,-54 +-94,72,2 +-94,72,42 +-94,72,90 +-94,72,138 +-86,72,-62 +-70,72,-150 +-70,72,-54 +-70,72,50 +-70,72,130 +-62,72,-94 +-62,72,-6 +-62,72,82 +-54,72,98 +-46,72,18 +-22,72,-94 +-6,72,-46 +-6,72,98 +10,72,-54 +18,72,-14 +34,72,90 +42,72,-126 +50,72,-86 +50,72,26 +50,72,138 +58,72,66 +82,72,-150 +82,72,-70 +82,72,-46 +82,72,34 +82,72,114 +90,72,-118 +90,72,-70 +90,72,-14 +90,72,42 +90,72,90 +90,72,138 +98,72,146 +122,72,-6 +122,72,34 +146,72,-78 +-142,80,74 +-142,80,114 +-118,80,-134 +-118,80,2 +-102,80,26 +-94,80,-110 +-94,80,-62 +-94,80,-22 +-94,80,26 +-94,80,66 +-94,80,122 +-78,80,-118 +-78,80,82 +-70,80,-70 +-70,80,26 +-70,80,122 +-62,80,-94 +-62,80,-6 +-62,80,74 +-54,80,-30 +-38,80,122 +-30,80,-142 +-14,80,-110 +-14,80,50 +10,80,-150 +10,80,-78 +10,80,-62 +10,80,18 +10,80,98 +26,80,-102 +26,80,130 +42,80,-46 +50,80,-150 +50,80,-78 +50,80,10 +50,80,18 +50,80,98 +58,80,90 +74,80,-94 +74,80,106 +82,80,-110 +82,80,-46 +82,80,10 +82,80,82 +82,80,146 +90,80,-118 +90,80,-78 +90,80,-38 +90,80,-6 +90,80,34 +90,80,74 +90,80,98 +90,80,138 +106,80,130 +114,80,-14 +130,80,138 +138,80,-126 + + + +18,-48,-94 +18,-48,82 +34,-48,-142 +50,-48,50 +66,-48,-6 +74,-48,-62 +82,-48,50 +90,-48,-102 +90,-48,-38 +90,-48,42 +90,-48,122 +90,-48,130 +98,-48,82 +114,-48,18 +130,-48,106 +138,-48,-94 +-150,-40,90 +-150,-40,98 +-126,-40,-94 +-126,-40,-14 +-110,-40,-70 +-102,-40,-126 +-94,-40,-134 +-94,-40,-86 +-94,-40,-38 +-94,-40,2 +-94,-40,58 +-94,-40,106 +-86,-40,-78 +-86,-40,66 +-70,-40,-110 +-70,-40,-14 +-70,-40,82 +-62,-40,-126 +-62,-40,-46 +-62,-40,42 +-62,-40,130 +-46,-40,146 +-22,-40,34 +-6,-40,-110 +-6,-40,66 +2,-40,-78 +18,-40,-118 +18,-40,58 +18,-40,114 +42,-40,-46 +42,-40,2 +58,-40,2 +66,-40,-110 +82,-40,-134 +82,-40,82 +90,-40,-102 +90,-40,-30 +90,-40,42 +90,-40,106 +98,-40,18 +106,-40,-30 +122,-40,74 +130,-40,-142 +146,-40,-22 +146,-40,50 +-142,-32,82 +-134,-32,-62 +-118,-32,2 +-118,-32,130 +-102,-32,138 +-94,-32,-110 +-94,-32,-70 +-94,-32,-14 +-94,-32,18 +-94,-32,66 +-94,-32,106 +-86,-32,-14 +-70,-32,-102 +-70,-32,-94 +-70,-32,-14 +-70,-32,82 +-62,-32,-126 +-62,-32,-46 +-62,-32,58 +-54,-32,-142 +-54,-32,98 +-30,-32,-14 +-14,-32,66 +-6,-32,-126 +-6,-32,50 +10,-32,-134 +10,-32,66 +18,-32,-6 +26,-32,-38 +34,-32,-46 +50,-32,98 +50,-32,146 +66,-32,146 +74,-32,34 +82,-32,130 +90,-32,-94 +90,-32,-22 +90,-32,42 +90,-32,122 +98,-32,-78 +106,-32,82 +114,-32,114 +138,-32,-30 +138,-32,2 +-150,-24,138 +-142,-24,-110 +-134,-24,114 +-126,-24,82 +-110,-24,-30 +-102,-24,-30 +-94,-24,-134 +-94,-24,-94 +-94,-24,-54 +-94,-24,-14 +-94,-24,26 +-94,-24,58 +-94,-24,98 +-94,-24,138 +-78,-24,-142 +-70,-24,-110 +-70,-24,-30 +-70,-24,66 +-62,-24,-142 +-62,-24,-62 +-62,-24,10 +-62,-24,50 +-62,-24,122 +-46,-24,-142 +-38,-24,-62 +-22,-24,42 +-22,-24,130 +-6,-24,-86 +-6,-24,58 +2,-24,18 +18,-24,-134 +18,-24,2 +26,-24,-126 +26,-24,-94 +42,-24,18 +42,-24,98 +58,-24,-22 +66,-24,-14 +74,-24,-30 +82,-24,74 +90,-24,-126 +90,-24,-62 +90,-24,10 +90,-24,74 +90,-24,138 +98,-24,90 +106,-24,66 +130,-24,-142 +130,-24,-46 +146,-24,146 +-134,-16,-14 +-134,-16,34 +-118,-16,98 +-110,-16,-78 +-94,-16,-150 +-94,-16,-102 +-94,-16,-62 +-94,-16,-6 +-94,-16,34 +-94,-16,82 +-94,-16,114 +-86,-16,-14 +-70,-16,-126 +-70,-16,-14 +-70,-16,2 +-70,-16,98 +-62,-16,-118 +-62,-16,-30 +-62,-16,58 +-62,-16,138 +-46,-16,-110 +-30,-16,82 +-6,-16,-150 +-6,-16,-30 +-6,-16,122 +10,-16,58 +18,-16,-142 +18,-16,34 +34,-16,-142 +34,-16,50 +58,-16,-134 +58,-16,-62 +74,-16,-62 +74,-16,130 +90,-16,-142 +90,-16,-70 +90,-16,-6 +90,-16,74 +98,-16,-134 +98,-16,18 +114,-16,18 +122,-16,-94 +138,-16,98 +-142,-8,-86 +-142,-8,-14 +-126,-8,82 +-118,-8,-126 +-102,-8,-86 +-102,-8,66 +-94,-8,-118 +-94,-8,-70 +-94,-8,-30 +-94,-8,26 +-94,-8,74 +-94,-8,122 +-86,-8,122 +-78,-8,-46 +-70,-8,-86 +-70,-8,10 +-70,-8,106 +-62,-8,-102 +-62,-8,-22 +-62,-8,74 +-62,-8,146 +-38,-8,-70 +-38,-8,34 +-14,-8,-110 +-14,-8,-78 +-6,-8,-38 +-6,-8,138 +2,-8,-86 +2,-8,-6 +2,-8,82 +2,-8,114 +18,-8,-142 +18,-8,34 +26,-8,2 +42,-8,138 +50,-8,-110 +58,-8,98 +66,-8,82 +82,-8,-54 +90,-8,-126 +90,-8,-54 +90,-8,-30 +90,-8,42 +90,-8,114 +98,-8,-22 +114,-8,-142 +130,-8,-22 +130,-8,50 +-150,0,-62 +-134,0,74 +-134,0,130 +-110,0,-126 +-110,0,18 +-94,0,-142 +-94,0,-94 +-94,0,-54 +-94,0,2 +-94,0,50 +-94,0,98 +-94,0,146 +-86,0,-94 +-70,0,-134 +-70,0,-30 +-70,0,58 +-70,0,98 +-62,0,-110 +-62,0,-22 +-62,0,82 +-54,0,-62 +-46,0,-14 +-30,0,90 +-22,0,-126 +-6,0,-126 +-6,0,50 +-6,0,66 +2,0,90 +18,0,-102 +18,0,-46 +18,0,130 +34,0,146 +58,0,-78 +58,0,34 +74,0,42 +82,0,-78 +90,0,-126 +90,0,-54 +90,0,10 +90,0,90 +98,0,-78 +98,0,114 +122,0,-78 +122,0,2 +138,0,106 +146,0,-110 +-142,8,-118 +-142,8,82 +-118,8,-142 +-118,8,-30 +-102,8,-38 +-94,8,-142 +-94,8,-94 +-94,8,-54 +-94,8,2 +-94,8,50 +-94,8,98 +-94,8,146 +-78,8,50 +-70,8,-70 +-70,8,26 +-70,8,122 +-62,8,-78 +-62,8,26 +-62,8,106 +-54,8,-62 +-38,8,90 +-38,8,130 +-14,8,-70 +-14,8,18 +2,8,42 +10,8,-94 +10,8,-30 +10,8,50 +10,8,130 +26,8,98 +42,8,-46 +50,8,-150 +50,8,-78 +50,8,-14 +50,8,58 +50,8,138 +74,8,-126 +74,8,66 +82,8,-118 +82,8,-54 +82,8,2 +82,8,74 +82,8,138 +90,8,-118 +90,8,-78 +90,8,-46 +90,8,-6 +90,8,34 +90,8,66 +90,8,106 +90,8,138 +114,8,-46 +130,8,98 +130,8,146 +-150,16,34 +-134,16,10 +-126,16,-78 +-110,16,-38 +-110,16,114 +-94,16,-142 +-94,16,-94 +-94,16,-54 +-94,16,2 +-94,16,50 +-94,16,98 +-94,16,146 +-86,16,2 +-70,16,-118 +-70,16,-22 +-70,16,90 +-62,16,-110 +-62,16,-22 +-62,16,66 +-54,16,-134 +-46,16,82 +-22,16,-30 +-6,16,-94 +-6,16,114 +2,16,-142 +18,16,-118 +18,16,50 +26,16,106 +42,16,-62 +58,16,106 +58,16,130 +82,16,-110 +82,16,18 +90,16,-102 +90,16,-30 +90,16,42 +90,16,122 +106,16,-150 +106,16,-94 +122,16,34 +122,16,98 +146,16,-14 +-142,24,66 +-134,24,-126 +-126,24,114 +-118,24,66 +-102,24,74 +-94,24,-118 +-94,24,-70 +-94,24,-46 +-94,24,2 +-94,24,42 +-94,24,98 +-94,24,138 +-78,24,146 +-70,24,-62 +-70,24,34 +-70,24,130 +-62,24,-86 +-62,24,-6 +-62,24,98 +-54,24,34 +-30,24,-86 +-30,24,-78 +-14,24,-78 +-14,24,114 +-6,24,-78 +-6,24,10 +-6,24,98 +10,24,-38 +10,24,2 +18,24,-30 +18,24,130 +34,24,-150 +34,24,-110 +42,24,-78 +50,24,82 +74,24,-30 +90,24,-134 +90,24,-46 +90,24,34 +90,24,114 +98,24,-142 +114,24,-142 +114,24,50 +138,24,-86 +138,24,-62 +-150,32,98 +-150,32,130 +-126,32,-86 +-126,32,18 +-110,32,50 +-102,32,-94 +-94,32,-126 +-94,32,-78 +-94,32,-38 +-94,32,18 +-94,32,66 +-94,32,114 +-86,32,2 +-86,32,98 +-70,32,-102 +-70,32,-6 +-70,32,90 +-62,32,-102 +-62,32,-30 +-62,32,-14 +-62,32,74 +-54,32,-70 +-38,32,-126 +-22,32,42 +-22,32,66 +-6,32,-134 +-6,32,-78 +-6,32,-22 +-6,32,42 +-6,32,98 +2,32,-46 +18,32,-134 +18,32,-54 +18,32,26 +18,32,114 +18,32,146 +26,32,-54 +26,32,50 +34,32,-118 +42,32,34 +58,32,42 +66,32,-78 +82,32,-86 +82,32,114 +90,32,-86 +90,32,-14 +90,32,66 +90,32,138 +106,32,2 +122,32,122 +130,32,-110 +146,32,2 +146,32,82 +-134,40,-134 +-134,40,-30 +-118,40,34 +-110,40,-142 +-94,40,-150 +-94,40,-110 +-94,40,-54 +-94,40,-6 +-94,40,42 +-94,40,50 +-94,40,90 +-94,40,138 +-78,40,34 +-70,40,-62 +-70,40,42 +-70,40,138 +-62,40,-78 +-62,40,26 +-62,40,114 +-54,40,130 +-30,40,18 +-14,40,74 +-6,40,-94 +10,40,42 +10,40,98 +18,40,-118 +18,40,-70 +18,40,-30 +18,40,18 +18,40,58 +18,40,114 +26,40,58 +34,40,-14 +50,40,130 +58,40,-126 +58,40,90 +74,40,34 +74,40,66 +90,40,-126 +90,40,-46 +90,40,34 +90,40,106 +98,40,-46 +114,40,26 +114,40,146 +138,40,-22 +138,40,34 +-142,48,-126 +-142,48,-78 +-126,48,2 +-126,48,114 +-110,48,90 +-102,48,2 +-94,48,-118 +-94,48,-70 +-94,48,-30 +-94,48,26 +-94,48,74 +-94,48,122 +-86,48,114 +-78,48,-110 +-70,48,-94 +-70,48,2 +-70,48,98 +-62,48,-110 +-62,48,-30 +-62,48,74 +-62,48,82 +-54,48,-14 +-38,48,-30 +-22,48,98 +-14,48,-142 +2,48,-134 +2,48,50 +18,48,-134 +18,48,-86 +18,48,-46 +18,48,10 +18,48,58 +18,48,106 +26,48,-62 +42,48,-22 +42,48,130 +58,48,-62 +66,48,-126 +66,48,18 +90,48,-150 +90,48,-94 +90,48,-14 +90,48,66 +90,48,138 +106,48,98 +130,48,-126 +130,48,-14 +-150,56,-126 +-134,56,-6 +-134,56,66 +-118,56,122 +-110,56,-46 +-94,56,-142 +-94,56,-102 +-94,56,-46 +-94,56,2 +-94,56,50 +-94,56,98 +-94,56,146 +-70,56,-150 +-70,56,-38 +-70,56,34 +-70,56,130 +-62,56,-86 +-62,56,2 +-62,56,90 +-46,56,-142 +-46,56,-78 +-30,56,114 +-6,56,-94 +-6,56,2 +10,56,122 +18,56,-110 +26,56,74 +34,56,82 +58,56,-134 +58,56,-38 +58,56,-30 +58,56,66 +66,56,-78 +82,56,-142 +90,56,-102 +90,56,-6 +90,56,82 +98,56,18 +98,56,50 +122,56,-102 +122,56,-62 +138,56,130 +-142,64,-86 +-142,64,18 +-126,64,106 +-118,64,-94 +-102,64,-102 +-102,64,98 +-94,64,-118 +-94,64,-70 +-94,64,-22 +-94,64,18 +-94,64,74 +-94,64,122 +-78,64,-118 +-78,64,-14 +-70,64,-78 +-70,64,18 +-70,64,114 +-62,64,-102 +-62,64,2 +-62,64,98 +-54,64,-126 +-38,64,-6 +-38,64,66 +-22,64,146 +-14,64,-46 +2,64,18 +2,64,146 +18,64,138 +26,64,34 +42,64,58 +50,64,-78 +50,64,34 +50,64,146 +66,64,114 +82,64,-38 +90,64,-150 +90,64,-86 +90,64,-30 +90,64,2 +90,64,66 +90,64,122 +106,64,10 +114,64,-110 +130,64,26 +130,64,82 +-150,72,-30 +-134,72,58 +-126,72,-142 +-118,72,138 +-110,72,50 +-94,72,-142 +-94,72,-94 +-94,72,-54 +-94,72,-6 +-94,72,34 +-94,72,90 +-94,72,130 +-86,72,-62 +-70,72,-126 +-70,72,-30 +-70,72,66 +-70,72,130 +-62,72,-86 +-62,72,2 +-62,72,90 +-46,72,-142 +-46,72,18 +-22,72,-94 +-6,72,10 +-6,72,98 +10,72,26 +18,72,-14 +34,72,66 +42,72,-126 +50,72,-86 +50,72,26 +50,72,138 +58,72,66 +82,72,-142 +82,72,-70 +82,72,-46 +82,72,34 +82,72,114 +90,72,-126 +90,72,-78 +90,72,-30 +90,72,18 +90,72,66 +90,72,122 +98,72,146 +122,72,-46 +122,72,34 +146,72,-126 +146,72,-78 +-142,80,2 +-142,80,114 +-126,80,90 +-118,80,2 +-102,80,26 +-94,80,-118 +-94,80,-110 +-94,80,-62 +-94,80,-22 +-94,80,26 +-94,80,82 +-94,80,130 +-78,80,-46 +-78,80,82 +-70,80,-70 +-70,80,26 +-70,80,122 +-62,80,-94 +-62,80,-6 +-62,80,74 +-54,80,-30 +-38,80,130 +-30,80,-142 +-14,80,-62 +-14,80,50 +2,80,58 +10,80,-86 +10,80,-62 +10,80,18 +10,80,98 +26,80,-78 +26,80,130 +42,80,-38 +50,80,-150 +50,80,-54 +50,80,18 +50,80,98 +58,80,90 +74,80,-94 +74,80,82 +82,80,-118 +82,80,-54 +82,80,2 +82,80,58 +82,80,130 +90,80,-126 +90,80,-86 +90,80,-46 +90,80,-14 +90,80,26 +90,80,66 +90,80,98 +90,80,138 +106,80,138 +114,80,-14 +130,80,146 +138,80,-126 + + + + + + + + + + + + + + + +minecraft:moss_block + + + + + + + + + + + + +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:cobblestone +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:tuff +minecraft:moss_block +minecraft:diorite +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +create:cut_limestone +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:diorite +minecraft:andesite +minecraft:diorite +minecraft:andesite +bios.lua:128: Too long without yielding + + + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-134,-40,138 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-46,-40,-110 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-54,-32,-46 +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +82,-32,98 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +98,-32,-102 +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-102,-24,-150 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,-24,130 +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +10,-8,-134 +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,-8,98 +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +-150,0,-134 +minecraft:andesite +-134,0,2 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-126,8,98 +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-94,8,130 +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-54,32,-102 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +114,40,66 +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +42,48,-86 +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +90,64,114 +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-54,72,-86 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +58,72,-142 +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,80,50 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block + + + + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-102,-32,90 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +138,-32,-134 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +146,-24,90 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +26,-16,66 +minecraft:diorite +50,-16,42 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +138,-16,10 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +50,-8,-134 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-118,0,114 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-30,0,130 +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,0,-70 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-38,8,-6 +minecraft:moss_block +-14,8,-94 +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +-150,16,-46 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +-142,24,58 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-78,24,90 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +-6,24,2 +-6,24,82 +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +106,24,90 +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +82,48,114 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +122,48,130 +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-94,56,74 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +-142,64,-94 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +-14,64,-150 +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +82,64,-54 +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-118,72,146 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +10,72,-14 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block + + + + + + + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-62,-40,114 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +-6,-40,98 +minecraft:cobbled_deepslate +10,-40,-6 +minecraft:tuff +minecraft:tuff +42,-40,-142 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +74,-24,138 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +122,-24,106 +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-62,-16,-38 +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +10,-16,98 +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,-16,-86 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,-8,-62 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +82,-8,-78 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,16,-46 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:diorite +minecraft:diorite +90,24,-142 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +26,40,26 +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,40,138 +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-94,48,58 +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-38,48,-54 +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +-142,64,-110 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,64,-46 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +66,64,74 +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-118,72,146 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +58,80,58 +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +Terminated + + + + + + + + + + + + + + + + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +98,-48,26 +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-110,-40,-86 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +-142,-32,114 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-70,-32,-126 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-46,-24,90 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +-134,-16,-110 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,-16,-30 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-30,-16,18 +minecraft:tuff +minecraft:andesite +minecraft:tuff +-6,-16,130 +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-46,-8,82 +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +-118,0,114 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +82,8,-70 +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-22,16,-78 +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +2,32,-118 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-94,40,34 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +-14,56,138 +minecraft:moss_block +10,56,34 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +42,64,66 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +10,72,-30 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block + + + + + + + + + + + + + + + + + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +74,-40,130 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-118,-32,-62 +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +90,-32,-102 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-70,-24,-126 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +10,-16,34 +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +-142,-8,-142 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +58,-8,74 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +-94,0,-54 +-94,0,-6 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +58,0,-134 +minecraft:diorite +74,0,-6 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +114,0,146 +minecraft:moss_block +138,0,138 +minecraft:moss_block +-142,8,-54 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,8,18 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +122,8,138 +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +74,16,146 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +98,16,-46 +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +146,16,-62 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +-142,40,146 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +-150,48,90 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-62,48,66 +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +42,48,-86 +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:andesite +-134,56,-78 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +10,56,34 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,64,-62 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +-134,72,2 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +74,80,90 +minecraft:cobblestone +82,80,-62 +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +106,80,50 +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +34,-48,-134 +50,-48,58 +74,-48,-54 +90,-48,138 +114,-48,26 +138,-48,-86 +-150,-40,106 +-126,-40,-6 +-102,-40,-118 +-86,-40,74 +-62,-40,-38 +-38,-40,-150 +-22,-40,42 +2,-40,-70 +18,-40,122 +42,-40,10 +66,-40,-102 +82,-40,90 +106,-40,-22 +130,-40,-134 +146,-40,58 +-134,-32,-54 +-118,-32,138 +-94,-32,26 +-70,-32,-86 +-54,-32,106 +-30,-32,-6 +-6,-32,-118 +10,-32,74 +34,-32,-38 +58,-32,-150 +74,-32,42 +98,-32,-70 +114,-32,122 +138,-32,10 +-142,-24,-102 +-126,-24,90 +-102,-24,-22 +-78,-24,-134 +-62,-24,58 +-38,-24,-54 +-22,-24,138 +2,-24,26 +26,-24,-86 +42,-24,106 +66,-24,-6 +90,-24,-118 +106,-24,74 +130,-24,-38 +-150,-16,-150 +-134,-16,42 +-110,-16,-70 +-94,-16,122 +-70,-16,10 +-46,-16,-102 +-30,-16,90 +-6,-16,-22 +18,-16,-134 +34,-16,58 +58,-16,-54 +74,-16,138 +98,-16,26 +122,-16,-86 +138,-16,106 +-142,-8,-6 +-118,-8,-118 +-102,-8,74 +-78,-8,-38 +-54,-8,-150 +-38,-8,42 +-14,-8,-70 +2,-8,122 +26,-8,10 +50,-8,-102 +66,-8,90 +90,-8,-22 +114,-8,-134 +130,-8,58 +-150,0,-54 +-134,0,138 +-110,0,26 +-86,0,-86 +-70,0,106 +-46,0,-6 +-22,0,-118 +-6,0,74 +18,0,-38 +42,0,-150 +58,0,42 +82,0,-70 +98,0,122 +122,0,10 +146,0,-102 +-142,8,90 +-118,8,-22 +-94,8,-134 +-78,8,58 +-54,8,-54 +-38,8,138 +-14,8,26 +10,8,-86 +26,8,106 +50,8,-6 +74,8,-118 +90,8,74 +114,8,-38 +138,8,-150 +-150,16,42 +-126,16,-70 +-110,16,122 +-86,16,10 +-62,16,-102 +-46,16,90 +-22,16,-22 +2,16,-134 +18,16,58 +42,16,-54 +58,16,138 +82,16,26 +106,16,-86 +122,16,106 +146,16,-6 +-134,24,-118 +-118,24,74 +-94,24,-38 +-70,24,-150 +-54,24,42 +-30,24,-70 +-14,24,122 +10,24,10 +34,24,-102 +50,24,90 +74,24,-22 +98,24,-134 +114,24,58 +138,24,-54 +-150,32,138 +-126,32,26 +-102,32,-86 +-86,32,106 +-62,32,-6 +-38,32,-118 +-22,32,74 +2,32,-38 +26,32,-150 +42,32,42 +66,32,-70 +82,32,122 +106,32,10 +130,32,-102 +146,32,90 +-134,40,-22 +-110,40,-134 +-94,40,58 +-70,40,-54 +-54,40,138 +-30,40,26 +-6,40,-86 +10,40,106 +34,40,-6 +58,40,-118 +74,40,74 +98,40,-38 +122,40,-150 +138,40,42 +-142,48,-70 +-126,48,122 +-102,48,10 +-78,48,-102 +-62,48,90 +-38,48,-22 +-14,48,-134 +2,48,58 +26,48,-54 +42,48,138 +66,48,26 +90,48,-86 +106,48,106 +130,48,-6 +-150,56,-118 +-134,56,74 +-110,56,-38 +-86,56,-150 +-70,56,42 +-46,56,-70 +-30,56,122 +-6,56,10 +18,56,-102 +34,56,90 +58,56,-22 +82,56,-134 +98,56,58 +122,56,-54 +138,56,138 +-142,64,26 +-118,64,-86 +-102,64,106 +-78,64,-6 +-54,64,-118 +-38,64,74 +-14,64,-38 +10,64,-150 +26,64,42 +50,64,-70 +66,64,122 +90,64,10 +114,64,-102 +130,64,90 +-150,72,-22 +-126,72,-134 +-110,72,58 +-86,72,-54 +-70,72,138 +-46,72,26 +-22,72,-86 +-6,72,106 +18,72,-6 +42,72,-118 +58,72,74 +82,72,-38 +106,72,-150 +122,72,42 +146,72,-70 +-142,80,122 +-118,80,10 +-94,80,-102 +-78,80,90 +-54,80,-22 +-30,80,-134 +-14,80,58 +10,80,-54 +26,80,138 +50,80,26 +74,80,-86 +90,80,106 +114,80,-6 +138,80,-118 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +1,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,41,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,31,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,21,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,81,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,22,0,12,0,12,0,22,0,32,0,42,0,52,0,52,0,62,0,72,0,82,0,92,0,92,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,22,8,12,8,12,8,22,8,32,8,42,8,52,8,52,8,62,8,72,8,82,8,92,8,92,8,12,8,12,8,12,8,12,8,12,8,11,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,12,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,61,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,11,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,22,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,41,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,21,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,32,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,21,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,31,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,01,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,81,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,52,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,61,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,51,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,62,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,72,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,21,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,71,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,01,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,6 +1,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,41,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,31,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,21,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,81,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,22,0,12,0,12,0,22,0,32,0,42,0,52,0,52,0,62,0,72,0,82,0,92,0,92,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,22,8,12,8,12,8,22,8,32,8,42,8,52,8,52,8,62,8,72,8,82,8,92,8,92,8,12,8,12,8,12,8,12,8,12,8,11,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,12,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,61,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,11,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,22,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,41,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,21,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,32,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,21,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,31,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,01,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,81,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,52,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,61,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,51,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,62,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,72,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,21,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,71,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,01,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,6 + + + +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-134,-40,122 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-86,-32,-150 +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +-30,-32,-118 +minecraft:tuff +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +138,-32,-118 +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +-134,-16,-110 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +-14,-16,10 +minecraft:tuff +minecraft:tuff +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-126,-8,-6 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +-46,0,-62 +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +122,0,-150 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +106,8,-14 +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +-110,16,-102 +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +-142,40,82 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:andesite +minecraft:moss_block +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:cobblestone +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +90,40,26 +minecraft:diorite +minecraft:diorite +114,40,34 +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +-150,48,114 +minecraft:andesite +-126,48,-150 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +2,48,-150 +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:diorite +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:andesite +minecraft:moss_block +10,56,2 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +90,56,42 +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +-126,64,-22 +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:diorite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:tuff +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +10,72,-78 +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +82,72,98 +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:andesite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:diorite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:tuff +-22,80,74 +minecraft:andesite +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:moss_block +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobblestone +minecraft:cobbled_deepslate +minecraft:cobbled_deepslate +minecraft:diorite +minecraft:moss_block +34,-48,-134 +50,-48,58 +74,-48,-54 +90,-48,138 +114,-48,26 +138,-48,-86 +-150,-40,106 +-126,-40,-6 +-102,-40,-118 +-86,-40,74 +-62,-40,-38 +-38,-40,-150 +-22,-40,42 +2,-40,-70 +18,-40,122 +42,-40,10 +66,-40,-102 +82,-40,90 +106,-40,-22 +130,-40,-134 +146,-40,58 +-134,-32,-54 +-118,-32,138 +-94,-32,26 +-70,-32,-86 +-54,-32,106 +-30,-32,-6 +-6,-32,-118 +10,-32,74 +34,-32,-38 +58,-32,-150 +74,-32,42 +98,-32,-70 +114,-32,122 +138,-32,10 +-142,-24,-102 +-126,-24,90 +-102,-24,-22 +-78,-24,-134 +-62,-24,58 +-38,-24,-54 +-22,-24,138 +2,-24,26 +26,-24,-86 +42,-24,106 +66,-24,-6 +90,-24,-118 +106,-24,74 +130,-24,-38 +-150,-16,-150 +-134,-16,42 +-110,-16,-70 +-94,-16,122 +-70,-16,10 +-46,-16,-102 +-30,-16,90 +-6,-16,-22 +18,-16,-134 +34,-16,58 +58,-16,-54 +74,-16,138 +98,-16,26 +122,-16,-86 +138,-16,106 +-142,-8,-6 +-118,-8,-118 +-102,-8,74 +-78,-8,-38 +-54,-8,-150 +-38,-8,42 +-14,-8,-70 +2,-8,122 +26,-8,10 +50,-8,-102 +66,-8,90 +90,-8,-22 +114,-8,-134 +130,-8,58 +-150,0,-54 +-134,0,138 +-110,0,26 +-86,0,-86 +-70,0,106 +-46,0,-6 +-22,0,-118 +-6,0,74 +18,0,-38 +42,0,-150 +58,0,42 +82,0,-70 +98,0,122 +122,0,10 +146,0,-102 +-142,8,90 +-118,8,-22 +-94,8,-134 +-78,8,58 +-54,8,-54 +-38,8,138 +-14,8,26 +10,8,-86 +26,8,106 +50,8,-6 +74,8,-118 +90,8,74 +114,8,-38 +138,8,-150 +-150,16,42 +-126,16,-70 +-110,16,122 +-86,16,10 +-62,16,-102 +-46,16,90 +-22,16,-22 +2,16,-134 +18,16,58 +42,16,-54 +58,16,138 +82,16,26 +106,16,-86 +122,16,106 +146,16,-6 +-134,24,-118 +-118,24,74 +-94,24,-38 +-70,24,-150 +-54,24,42 +-30,24,-70 +-14,24,122 +10,24,10 +34,24,-102 +50,24,90 +74,24,-22 +98,24,-134 +114,24,58 +138,24,-54 +-150,32,138 +-126,32,26 +-102,32,-86 +-86,32,106 +-62,32,-6 +-38,32,-118 +-22,32,74 +2,32,-38 +26,32,-150 +42,32,42 +66,32,-70 +82,32,122 +106,32,10 +130,32,-102 +146,32,90 +-134,40,-22 +-110,40,-134 +-94,40,58 +-70,40,-54 +-54,40,138 +-30,40,26 +-6,40,-86 +10,40,106 +34,40,-6 +58,40,-118 +74,40,74 +98,40,-38 +122,40,-150 +138,40,42 +-142,48,-70 +-126,48,122 +-102,48,10 +-78,48,-102 +-62,48,90 +-38,48,-22 +-14,48,-134 +2,48,58 +26,48,-54 +42,48,138 +66,48,26 +90,48,-86 +106,48,106 +130,48,-6 +-150,56,-118 +-134,56,74 +-110,56,-38 +-86,56,-150 +-70,56,42 +-46,56,-70 +-30,56,122 +-6,56,10 +18,56,-102 +34,56,90 +58,56,-22 +82,56,-134 +98,56,58 +122,56,-54 +138,56,138 +-142,64,26 +-118,64,-86 +-102,64,106 +-78,64,-6 +-54,64,-118 +-38,64,74 +-14,64,-38 +10,64,-150 +26,64,42 +50,64,-70 +66,64,122 +90,64,10 +114,64,-102 +130,64,90 +-150,72,-22 +-126,72,-134 +-110,72,58 +-86,72,-54 +-70,72,138 +-46,72,26 +-22,72,-86 +-6,72,106 +18,72,-6 +42,72,-118 +58,72,74 +82,72,-38 +106,72,-150 +122,72,42 +146,72,-70 +-142,80,122 +-118,80,10 +-94,80,-102 +-78,80,90 +-54,80,-22 +-30,80,-134 +-14,80,58 +10,80,-54 +26,80,138 +50,80,26 +74,80,-86 +90,80,106 +114,80,-6 +138,80,-118 + + + + + + + + + + + +Terminated + + + + + + +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +42,-48,-134 +42,-48,-126 +42,-48,-118 +42,-48,-110 +42,-48,-102 +42,-48,-94 +42,-48,-86 +42,-48,-78 +42,-48,-70 +42,-48,-62 +42,-48,-54 +42,-48,-46 +42,-48,-38 +42,-48,-30 +42,-48,-22 +42,-48,-14 +42,-48,-6 +42,-48,2 +42,-48,10 +42,-48,18 +42,-48,26 +42,-48,34 +42,-48,42 +42,-48,50 +42,-48,58 +42,-48,66 +42,-48,74 +42,-48,82 +42,-48,90 +42,-48,98 +42,-48,106 +42,-48,114 +42,-48,122 +42,-48,130 +42,-48,138 +42,-48,146 +50,-48,-150 +50,-48,-142 +50,-48,-134 +50,-48,-126 +50,-48,-118 +50,-48,-110 +50,-48,-102 +50,-48,-94 +50,-48,-86 +50,-48,-78 +50,-48,-70 +50,-48,-62 +50,-48,-54 +50,-48,-46 +50,-48,-38 +50,-48,-30 +50,-48,-22 +50,-48,-14 +50,-48,-6 +50,-48,2 +50,-48,10 +50,-48,18 +50,-48,26 +50,-48,34 +50,-48,42 +50,-48,50 +50,-48,58 +50,-48,66 +50,-48,74 +50,-48,82 +50,-48,90 +50,-48,98 +50,-48,106 +50,-48,114 +50,-48,122 +50,-48,130 +50,-48,138 +50,-48,146 +58,-48,-150 +58,-48,-142 +58,-48,-134 +58,-48,-126 +58,-48,-118 +58,-48,-110 +58,-48,-102 +58,-48,-94 +58,-48,-86 +58,-48,-78 +58,-48,-70 +58,-48,-62 +58,-48,-54 +58,-48,-46 +58,-48,-38 +58,-48,-30 +58,-48,-14 +58,-48,-6 +58,-48,2 +58,-48,10 +58,-48,18 +58,-48,26 +58,-48,34 +58,-48,42 +58,-48,50 +58,-48,58 +58,-48,66 +58,-48,74 +58,-48,82 +58,-48,90 +58,-48,98 +58,-48,106 +58,-48,114 +-22,-40,58 +-22,-40,66 +-22,-40,74 +-22,-40,82 +-22,-40,90 +-22,-40,98 +-22,-40,106 +-22,-40,114 +-22,-40,122 +-22,-40,130 +-22,-40,138 +-22,-40,146 +-14,-40,-150 +-14,-40,-142 +-14,-40,-134 +-14,-40,-126 +-14,-40,-118 +-14,-40,-110 +-14,-40,-102 +-14,-40,-94 +-14,-40,-86 +-14,-40,-78 +-14,-40,-70 +-14,-40,-62 +-14,-40,-54 +-14,-40,-46 +-14,-40,-38 +-14,-40,-30 +-14,-40,-22 +-14,-40,-14 +-14,-40,-6 +-14,-40,2 +-14,-40,10 +-14,-40,18 +-14,-40,26 +-14,-40,34 +-14,-40,42 +-14,-40,50 +-14,-40,58 +-14,-40,66 +-14,-40,74 +-14,-40,82 +-14,-40,90 +-14,-40,98 +-14,-40,106 +-14,-40,114 +-14,-40,122 +-14,-40,130 +-14,-40,138 +-14,-40,146 +-6,-40,-150 +-6,-40,-142 +-6,-40,-134 +-6,-40,-126 +-6,-40,-118 +-6,-40,-110 +-6,-40,-102 +-6,-40,-94 +-6,-40,-86 +-6,-40,-78 +-6,-40,-70 +-6,-40,-62 +-6,-40,-54 +-6,-40,-46 +-6,-40,-38 +-6,-40,-30 +-6,-40,-22 +-6,-40,-14 +-6,-40,-6 +-6,-40,2 +-6,-40,10 +-6,-40,18 +-6,-40,26 +-6,-40,34 +-6,-40,42 +-6,-40,50 +-6,-40,58 +-6,-40,66 +-6,-40,74 +-6,-40,82 +-6,-40,90 +-6,-40,98 +-6,-40,106 +-6,-40,114 +-6,-40,122 +-6,-40,130 +-6,-40,138 +-6,-40,146 +2,-40,-150 +2,-40,-142 +2,-40,-134 +2,-40,-126 +2,-40,-118 +2,-40,-110 +2,-40,-102 +2,-40,-94 +2,-40,-86 +2,-40,-78 +2,-40,-70 +2,-40,-62 +2,-40,-54 +2,-40,-46 +2,-40,-38 +2,-40,-30 +2,-40,-22 +2,-40,-14 +2,-40,-6 +2,-40,2 +2,-40,10 +2,-40,18 +2,-40,26 +2,-40,34 +2,-40,42 +2,-40,50 +2,-40,58 +2,-40,66 +2,-40,74 +2,-40,82 +2,-40,90 +2,-40,98 +2,-40,106 +2,-40,114 +2,-40,122 +2,-40,130 +2,-40,138 +2,-40,146 +10,-40,-150 +10,-40,-142 +10,-40,-134 +10,-40,-126 +10,-40,-118 +10,-40,-110 +10,-40,-102 +10,-40,-94 +10,-40,-86 +10,-40,-78 +10,-40,-70 +10,-40,-62 +10,-40,-54 +10,-40,-46 +10,-40,-38 +10,-40,-30 +10,-40,-22 +10,-40,-14 +10,-40,-6 +10,-40,2 +10,-40,10 +10,-40,18 +10,-40,26 +10,-40,34 +10,-40,42 +10,-40,50 +10,-40,58 +10,-40,66 +10,-40,74 +10,-40,82 +10,-40,90 +10,-40,98 +10,-40,106 +10,-40,114 +10,-40,122 +10,-40,130 +10,-40,138 +10,-40,146 +18,-40,-150 +18,-40,-142 +18,-40,-134 +18,-40,-126 +18,-40,-118 +18,-40,-110 +18,-40,-102 +18,-40,-94 +18,-40,-86 +18,-40,-78 +18,-40,-70 +18,-40,-62 +18,-40,-54 +18,-40,-46 +18,-40,-38 +18,-40,-30 +18,-40,-22 +18,-40,-14 +18,-40,-6 +18,-40,2 +18,-40,10 +18,-40,18 +18,-40,26 +18,-40,34 +18,-40,42 +18,-40,50 +18,-40,58 +18,-40,66 +18,-40,74 +18,-40,82 +18,-40,90 +18,-40,98 +18,-40,106 +18,-40,114 +18,-40,122 +18,-40,130 +18,-40,138 +18,-40,146 +26,-40,-150 +26,-40,-142 +26,-40,-134 +26,-40,-126 +26,-40,-118 +26,-40,-110 +26,-40,-102 +26,-40,-94 +26,-40,-86 +26,-40,-78 +26,-40,-70 +26,-40,-62 +26,-40,-54 +26,-40,-46 +26,-40,-38 +26,-40,-30 +26,-40,-22 +26,-40,-14 +26,-40,-6 +26,-40,2 +26,-40,10 +26,-40,18 +26,-40,26 +26,-40,34 +26,-40,42 +26,-40,50 +26,-40,58 +26,-40,66 +26,-40,74 +26,-40,82 +26,-40,90 +26,-40,98 +26,-40,106 +26,-40,114 +26,-40,122 +26,-40,130 +26,-40,138 +26,-40,146 +34,-40,-150 +34,-40,-142 +34,-40,-134 +34,-40,-126 +34,-40,-118 +34,-40,-110 +34,-40,-102 +34,-40,-94 +34,-40,-86 +-54,-32,-22 +-54,-32,-14 +-54,-32,-6 +-54,-32,2 +-54,-32,10 +-54,-32,18 +-54,-32,26 +-54,-32,34 +-54,-32,42 +-54,-32,50 +-54,-32,58 +-54,-32,66 +-54,-32,74 +-54,-32,82 +-54,-32,90 +-54,-32,98 +-54,-32,106 +-54,-32,114 +-54,-32,122 +-54,-32,130 +-54,-32,138 +-54,-32,146 +-46,-32,-150 +-46,-32,-142 +-46,-32,-134 +-46,-32,-126 +-46,-32,-118 +-46,-32,-110 +-46,-32,-102 +-46,-32,-94 +-46,-32,-86 +-46,-32,-78 +-46,-32,-70 +-46,-32,-62 +-46,-32,-54 +-46,-32,-46 +-46,-32,-38 +-46,-32,-30 +-46,-32,-22 +-46,-32,-14 +-46,-32,-6 +-46,-32,2 +-46,-32,10 +-46,-32,18 +-46,-32,26 +-46,-32,34 +-46,-32,42 +-46,-32,50 +-46,-32,58 +-46,-32,66 +-46,-32,74 +-46,-32,82 +-46,-32,90 +-46,-32,98 +-46,-32,106 +-46,-32,114 +-46,-32,122 +-46,-32,130 +-46,-32,138 +-46,-32,146 +-38,-32,-150 +-38,-32,-142 +-38,-32,-134 +-38,-32,-126 +-38,-32,-118 +-38,-32,-110 +-38,-32,-102 +-38,-32,-94 +-38,-32,-86 +-38,-32,-78 +-38,-32,-70 +-38,-32,-62 +-38,-32,-54 +-38,-32,-46 +-38,-32,-38 +-38,-32,-30 +-38,-32,-22 +-38,-32,-14 +-38,-32,-6 +-38,-32,2 +-38,-32,10 +-38,-32,18 +-38,-32,26 +-38,-32,34 +-38,-32,42 +-38,-32,50 +-38,-32,58 +-38,-32,66 +-38,-32,74 +-38,-32,82 +-38,-32,90 +-38,-32,98 +-38,-32,106 +-38,-32,114 +-38,-32,122 +-38,-32,130 +-38,-32,138 +-38,-32,146 +-30,-32,-150 +-30,-32,-142 +-30,-32,-134 +-30,-32,-126 +-30,-32,-118 +-30,-32,-110 +-30,-32,-102 +-30,-32,-94 +-30,-32,-86 +-30,-32,-78 +-30,-32,-70 +-30,-32,-62 +-30,-32,-54 +-30,-32,-46 +-30,-32,-38 +-30,-32,-30 +-30,-32,-22 +-30,-32,-14 +-30,-32,-6 +-30,-32,2 +-30,-32,10 +-30,-32,18 +-30,-32,26 +-30,-32,34 +-30,-32,42 +-30,-32,50 +-30,-32,58 +-30,-32,66 +-30,-32,74 +-30,-32,82 +-30,-32,90 +-30,-32,98 +-30,-32,106 +-30,-32,114 +-30,-32,122 +-30,-32,130 +-30,-32,138 +-30,-32,146 +-22,-32,-150 +-22,-32,-142 +-22,-32,-134 +-22,-32,-126 +-22,-32,-118 +-22,-32,-110 +-22,-32,-102 +-22,-32,-94 +-22,-32,-86 +-22,-32,-78 +-22,-32,-70 +-22,-32,-62 +-22,-32,-54 +-22,-32,-46 +-22,-32,-38 +-22,-32,-30 +-22,-32,-22 +-22,-32,-14 +-22,-32,-6 +-22,-32,2 +-22,-32,10 +-22,-32,18 +-22,-32,26 +-22,-32,34 +-22,-32,42 +-22,-32,50 +-22,-32,58 +-22,-32,66 +-22,-32,74 +-22,-32,82 +-22,-32,90 +-22,-32,98 +-22,-32,106 +-22,-32,114 +-22,-32,122 +-22,-32,130 +-22,-32,138 +-22,-32,146 +-14,-32,-150 +-14,-32,-142 +-14,-32,-134 +-14,-32,-126 +-14,-32,-118 +-14,-32,-110 +-14,-32,-102 +-14,-32,-94 +-14,-32,-86 +-14,-32,-78 +-14,-32,-70 +-14,-32,-62 +-14,-32,-54 +-14,-32,-46 +-14,-32,-38 +-14,-32,-30 +-14,-32,-22 +-14,-32,-14 +-14,-32,-6 +-14,-32,2 +-14,-32,10 +-14,-32,18 +-14,-32,26 +-14,-32,34 +-14,-32,42 +-14,-32,50 +-14,-32,58 +-14,-32,66 +-14,-32,74 +-14,-32,82 +-14,-32,90 +-14,-32,98 +-14,-32,106 +-14,-32,114 +-14,-32,122 +-14,-32,130 +-14,-32,138 +-14,-32,146 +-6,-32,-150 +-6,-32,-142 +-6,-32,-134 +-6,-32,-126 +-6,-32,-118 +-6,-32,-110 +-6,-32,-102 +-6,-32,-94 +-6,-32,-86 +-6,-32,-78 +-6,-32,-70 +-6,-32,-62 +-6,-32,-54 +-6,-32,-46 +-6,-32,-38 +-6,-32,-30 +-6,-32,-22 +-6,-32,-6 +-6,-32,2 +-6,-32,10 +-6,-32,18 +-6,-32,26 +-6,-32,34 +-6,-32,42 +-6,-32,50 +-6,-32,58 +-6,-32,66 +-6,-32,74 +-6,-32,82 +-6,-32,90 +-6,-32,98 +18,-24,122 +18,-24,130 +18,-24,138 +18,-24,146 +26,-24,-150 +26,-24,-142 +26,-24,-134 +26,-24,-126 +26,-24,-118 +26,-24,-110 +26,-24,-102 +26,-24,-94 +26,-24,-86 +26,-24,-78 +26,-24,-70 +26,-24,-62 +26,-24,-54 +26,-24,-46 +26,-24,-38 +26,-24,-30 +26,-24,-22 +26,-24,-14 +26,-24,-6 +26,-24,2 +26,-24,10 +26,-24,18 +26,-24,26 +26,-24,34 +26,-24,42 +26,-24,50 +26,-24,58 +26,-24,66 +26,-24,74 +26,-24,82 +26,-24,90 +26,-24,98 +26,-24,106 +26,-24,114 +26,-24,122 +26,-24,130 +26,-24,138 +26,-24,146 +34,-24,-150 +34,-24,-142 +34,-24,-134 +34,-24,-126 +34,-24,-118 +34,-24,-110 +34,-24,-102 +34,-24,-94 +34,-24,-86 +34,-24,-78 +34,-24,-70 +34,-24,-62 +34,-24,-54 +34,-24,-46 +34,-24,-38 +34,-24,-30 +34,-24,-22 +34,-24,-14 +34,-24,-6 +34,-24,2 +34,-24,10 +34,-24,18 +34,-24,26 +34,-24,34 +34,-24,42 +34,-24,50 +34,-24,58 +34,-24,66 +34,-24,74 +34,-24,82 +34,-24,90 +34,-24,98 +34,-24,106 +34,-24,114 +34,-24,122 +34,-24,130 +34,-24,138 +34,-24,146 +42,-24,-150 +42,-24,-142 +42,-24,-134 +42,-24,-126 +42,-24,-118 +42,-24,-110 +42,-24,-102 +42,-24,-94 +42,-24,-86 +42,-24,-78 +42,-24,-70 +42,-24,-62 +42,-24,-54 +42,-24,-46 +42,-24,-38 +42,-24,-30 +42,-24,-22 +42,-24,-14 +42,-24,-6 +42,-24,2 +42,-24,10 +42,-24,18 +42,-24,26 +42,-24,34 +42,-24,42 +42,-24,50 +42,-24,58 +42,-24,66 +42,-24,74 +42,-24,82 +42,-24,90 +42,-24,98 +42,-24,106 +42,-24,114 +42,-24,122 +42,-24,130 +42,-24,138 +42,-24,146 +50,-24,-150 +50,-24,-142 +50,-24,-134 +50,-24,-126 +50,-24,-118 +50,-24,-110 +50,-24,-102 +50,-24,-94 +50,-24,-86 +50,-24,-78 +50,-24,-70 +50,-24,-62 +50,-24,-54 +50,-24,-46 +50,-24,-38 +50,-24,-30 +50,-24,-22 +50,-24,-14 +50,-24,-6 +50,-24,2 +50,-24,10 +50,-24,18 +50,-24,26 +50,-24,34 +50,-24,42 +50,-24,50 +50,-24,58 +50,-24,66 +50,-24,74 +50,-24,82 +50,-24,90 +50,-24,98 +50,-24,106 +50,-24,114 +50,-24,122 +50,-24,130 +50,-24,138 +50,-24,146 +58,-24,-150 +58,-24,-142 +58,-24,-134 +58,-24,-126 +58,-24,-118 +58,-24,-110 +58,-24,-102 +58,-24,-94 +58,-24,-86 +58,-24,-78 +58,-24,-70 +58,-24,-62 +58,-24,-54 +58,-24,-46 +58,-24,-38 +58,-24,-30 +58,-24,-22 +58,-24,-14 +58,-24,-6 +58,-24,2 +58,-24,10 +58,-24,18 +58,-24,26 +58,-24,34 +58,-24,42 +58,-24,50 +58,-24,58 +58,-24,66 +58,-24,74 +58,-24,82 +58,-24,90 +58,-24,98 +58,-24,106 +58,-24,114 +58,-24,122 +58,-24,130 +58,-24,138 +58,-24,146 +66,-24,-150 +66,-24,-142 +66,-24,-134 +66,-24,-126 +66,-24,-118 +66,-24,-110 +66,-24,-102 +66,-24,-94 +66,-24,-86 +66,-24,-78 +66,-24,-70 +66,-24,-62 +66,-24,-54 +66,-24,-46 +66,-24,-38 +66,-24,-30 +66,-24,-22 +66,-24,-14 +66,-24,-6 +66,-24,2 +66,-24,10 +66,-24,18 +66,-24,26 +66,-24,34 +66,-24,42 +66,-24,50 +66,-24,58 +66,-24,66 +66,-24,74 +66,-24,82 +66,-24,90 +66,-24,98 +66,-24,106 +66,-24,114 +66,-24,122 +66,-24,130 +66,-24,138 +66,-24,146 +74,-24,-150 +74,-24,-142 +74,-24,-134 +74,-24,-126 +74,-24,-118 +74,-24,-110 +74,-24,-102 +74,-24,-94 +74,-24,-86 +74,-24,-78 +74,-24,-70 +74,-24,-62 +74,-24,-54 +74,-24,-46 +74,-24,-38 +74,-24,-30 +74,-24,-22 +74,-24,-14 +74,-24,-6 +74,-24,2 +74,-24,10 +74,-24,18 +74,-24,26 +74,-24,34 +34,-16,130 +34,-16,138 +34,-16,146 +42,-16,-150 +42,-16,-142 +42,-16,-134 +42,-16,-126 +42,-16,-118 +42,-16,-110 +42,-16,-102 +42,-16,-94 +42,-16,-86 +42,-16,-78 +42,-16,-70 +42,-16,-62 +42,-16,-54 +42,-16,-46 +42,-16,-38 +42,-16,-30 +42,-16,-22 +42,-16,-14 +42,-16,-6 +42,-16,2 +42,-16,10 +42,-16,18 +42,-16,26 +42,-16,34 +42,-16,42 +42,-16,50 +42,-16,58 +42,-16,66 +42,-16,74 +42,-16,82 +42,-16,90 +42,-16,98 +42,-16,106 +42,-16,114 +42,-16,122 +42,-16,130 +42,-16,138 +42,-16,146 +50,-16,-150 +50,-16,-142 +50,-16,-134 +50,-16,-126 +50,-16,-118 +50,-16,-110 +50,-16,-102 +50,-16,-94 +50,-16,-86 +50,-16,-78 +50,-16,-70 +50,-16,-62 +50,-16,-54 +50,-16,-46 +50,-16,-38 +50,-16,-30 +50,-16,-22 +50,-16,-14 +50,-16,-6 +50,-16,2 +50,-16,10 +50,-16,18 +50,-16,26 +50,-16,34 +50,-16,42 +50,-16,50 +50,-16,58 +50,-16,66 +50,-16,74 +50,-16,82 +50,-16,90 +50,-16,98 +50,-16,106 +50,-16,114 +50,-16,122 +50,-16,130 +50,-16,138 +50,-16,146 +58,-16,-150 +58,-16,-142 +58,-16,-134 +58,-16,-126 +58,-16,-118 +58,-16,-110 +58,-16,-102 +58,-16,-94 +58,-16,-86 +58,-16,-78 +58,-16,-70 +58,-16,-62 +58,-16,-54 +58,-16,-46 +58,-16,-38 +58,-16,-30 +58,-16,-22 +58,-16,-14 +58,-16,-6 +58,-16,2 +58,-16,10 +58,-16,18 +58,-16,26 +58,-16,34 +58,-16,42 +58,-16,50 +58,-16,58 +58,-16,66 +58,-16,74 +58,-16,82 +58,-16,90 +58,-16,98 +58,-16,106 +58,-16,114 +58,-16,122 +58,-16,130 +58,-16,138 +58,-16,146 +66,-16,-150 +66,-16,-142 +66,-16,-134 +66,-16,-126 +66,-16,-118 +66,-16,-110 +66,-16,-102 +66,-16,-94 +66,-16,-86 +66,-16,-78 +66,-16,-70 +66,-16,-62 +66,-16,-54 +66,-16,-46 +66,-16,-38 +66,-16,-30 +66,-16,-22 +66,-16,-14 +66,-16,-6 +66,-16,2 +66,-16,10 +66,-16,18 +66,-16,26 +66,-16,34 +66,-16,42 +66,-16,50 +66,-16,58 +66,-16,66 +66,-16,74 +66,-16,82 +66,-16,90 +66,-16,98 +66,-16,106 +66,-16,114 +66,-16,122 +66,-16,130 +66,-16,138 +66,-16,146 +74,-16,-150 +74,-16,-142 +74,-16,-134 +74,-16,-126 +74,-16,-118 +74,-16,-110 +74,-16,-102 +74,-16,-94 +74,-16,-86 +74,-16,-78 +74,-16,-70 +74,-16,-62 +74,-16,-54 +74,-16,-46 +74,-16,-38 +74,-16,-30 +74,-16,-22 +74,-16,-14 +74,-16,-6 +74,-16,2 +74,-16,10 +74,-16,18 +74,-16,26 +74,-16,34 +74,-16,42 +74,-16,50 +74,-16,58 +74,-16,66 +74,-16,74 +74,-16,82 +74,-16,90 +74,-16,98 +74,-16,106 +74,-16,114 +74,-16,122 +74,-16,130 +74,-16,138 +74,-16,146 +82,-16,-150 +82,-16,-142 +82,-16,-134 +82,-16,-126 +82,-16,-118 +82,-16,-110 +82,-16,-102 +82,-16,-94 +82,-16,-86 +82,-16,-78 +82,-16,-70 +82,-16,-62 +82,-16,-54 +82,-16,-46 +82,-16,-38 +82,-16,-30 +82,-16,-22 +82,-16,-14 +82,-16,-6 +82,-16,2 +82,-16,10 +82,-16,18 +82,-16,26 +82,-16,34 +82,-16,42 +82,-16,50 +82,-16,58 +82,-16,66 +82,-16,74 +82,-16,82 +82,-16,90 +82,-16,98 +82,-16,106 +82,-16,114 +82,-16,122 +82,-16,130 +82,-16,138 +82,-16,146 +90,-16,-150 +90,-16,-142 +90,-16,-134 +90,-16,-126 +90,-16,-118 +90,-16,-110 +90,-16,-102 +90,-16,-94 +90,-16,-86 +90,-16,-78 +90,-16,-70 +90,-16,-62 +90,-16,-54 +90,-16,-46 +90,-16,-38 +90,-16,-30 +90,-16,-22 +90,-16,-14 +90,-16,-6 +90,-16,2 +90,-16,10 +90,-16,18 +90,-16,26 +90,-16,34 +90,-16,42 +122,-8,-142 +122,-8,-134 +122,-8,-126 +122,-8,-118 +122,-8,-110 +122,-8,-102 +122,-8,-94 +122,-8,-86 +122,-8,-78 +122,-8,-70 +122,-8,-62 +122,-8,-54 +122,-8,-46 +122,-8,-38 +122,-8,-30 +122,-8,-22 +122,-8,-14 +122,-8,-6 +122,-8,2 +122,-8,10 +122,-8,18 +122,-8,26 +122,-8,34 +122,-8,42 +122,-8,50 +122,-8,58 +122,-8,66 +122,-8,74 +122,-8,82 +122,-8,90 +122,-8,98 +122,-8,106 +122,-8,114 +122,-8,122 +122,-8,130 +122,-8,138 +122,-8,146 +130,-8,-150 +130,-8,-142 +130,-8,-134 +130,-8,-126 +130,-8,-118 +130,-8,-110 +130,-8,-102 +130,-8,-94 +130,-8,-86 +130,-8,-78 +130,-8,-70 +130,-8,-62 +130,-8,-54 +130,-8,-46 +130,-8,-38 +130,-8,-30 +130,-8,-22 +130,-8,-14 +130,-8,-6 +130,-8,2 +130,-8,10 +130,-8,18 +130,-8,26 +130,-8,34 +130,-8,42 +130,-8,50 +130,-8,58 +130,-8,66 +130,-8,74 +130,-8,82 +130,-8,90 +130,-8,98 +130,-8,106 +130,-8,114 +130,-8,122 +130,-8,130 +130,-8,138 +130,-8,146 +138,-8,-150 +138,-8,-142 +138,-8,-134 +138,-8,-126 +138,-8,-118 +138,-8,-110 +138,-8,-102 +138,-8,-94 +138,-8,-86 +138,-8,-78 +138,-8,-70 +138,-8,-62 +138,-8,-54 +138,-8,-46 +138,-8,-38 +138,-8,-30 +138,-8,-22 +138,-8,-14 +138,-8,-6 +138,-8,2 +138,-8,10 +138,-8,18 +138,-8,26 +138,-8,34 +138,-8,42 +138,-8,50 +138,-8,58 +138,-8,66 +138,-8,74 +138,-8,82 +138,-8,90 +138,-8,98 +138,-8,106 +138,-8,114 +138,-8,122 +138,-8,130 +138,-8,138 +138,-8,146 +146,-8,-150 +146,-8,-142 +146,-8,-134 +146,-8,-126 +146,-8,-118 +146,-8,-110 +146,-8,-102 +146,-8,-94 +146,-8,-86 +146,-8,-78 +146,-8,-70 +146,-8,-62 +146,-8,-54 +146,-8,-46 +146,-8,-38 +146,-8,-30 +146,-8,-22 +146,-8,-14 +146,-8,-6 +146,-8,2 +146,-8,10 +146,-8,18 +146,-8,26 +146,-8,34 +146,-8,42 +146,-8,50 +146,-8,58 +146,-8,66 +146,-8,74 +146,-8,82 +146,-8,90 +146,-8,98 +146,-8,106 +146,-8,114 +146,-8,122 +146,-8,130 +146,-8,138 +146,-8,146 +-150,0,-150 +-150,0,-142 +-150,0,-134 +-150,0,-126 +-150,0,-118 +-150,0,-110 +-150,0,-102 +-150,0,-94 +-150,0,-86 +-150,0,-78 +-150,0,-70 +-150,0,-62 +-150,0,-54 +-150,0,-46 +-150,0,-38 +-150,0,-30 +-150,0,-22 +-150,0,-14 +-150,0,-6 +-150,0,2 +-150,0,10 +-150,0,18 +-150,0,26 +-150,0,34 +-150,0,42 +-150,0,50 +-150,0,58 +-150,0,66 +-150,0,74 +-150,0,82 +-150,0,90 +-150,0,98 +-150,0,106 +-150,0,114 +-150,0,122 +-150,0,130 +-150,0,138 +-150,0,146 +-142,0,-150 +-142,0,-142 +-142,0,-134 +-142,0,-126 +-142,0,-118 +-142,0,-110 +-142,0,-102 +-142,0,-94 +-142,0,-86 +-142,0,-78 +-142,0,-70 +-142,0,-62 +-142,0,-54 +-142,0,-46 +-142,0,-38 +-142,0,-30 +-142,0,-22 +-142,0,-14 +-142,0,-6 +-142,0,2 +-142,0,10 +-142,0,18 +-142,0,26 +-142,0,34 +-142,0,42 +-142,0,50 +-142,0,58 +-142,0,66 +-142,0,74 +-142,0,82 +-142,0,90 +-142,0,98 +-142,0,106 +-142,0,114 +-142,0,122 +-142,0,130 +-142,0,138 +-142,0,146 +-134,0,-150 +-134,0,-142 +-134,0,-134 +-134,0,-126 +-134,0,-118 +-134,0,-110 +-134,0,-102 +-134,0,-94 +-134,0,-86 +-134,0,-78 +-134,0,-70 +-134,0,-62 +-134,0,-54 +-134,0,-46 +-134,0,-38 +-134,0,-30 +-134,0,-22 +-134,0,-14 +-134,0,-6 +-134,0,2 +-134,0,10 +-134,0,18 +-134,0,26 +-134,0,34 +-134,0,42 +-134,0,50 +-134,0,58 +-134,0,66 +-134,0,74 +130,0,130 +130,0,138 +130,0,146 +138,0,-150 +138,0,-142 +138,0,-134 +138,0,-126 +138,0,-118 +138,0,-110 +138,0,-102 +138,0,-94 +138,0,-86 +138,0,-78 +138,0,-70 +138,0,-62 +138,0,-54 +138,0,-46 +138,0,-38 +138,0,-30 +138,0,-22 +138,0,-14 +138,0,-6 +138,0,2 +138,0,10 +138,0,18 +138,0,26 +138,0,34 +138,0,42 +138,0,50 +138,0,58 +138,0,66 +138,0,74 +138,0,82 +138,0,90 +138,0,98 +138,0,106 +138,0,114 +138,0,122 +138,0,130 +138,0,138 +138,0,146 +146,0,-150 +146,0,-142 +146,0,-134 +146,0,-126 +146,0,-118 +146,0,-110 +146,0,-102 +146,0,-94 +146,0,-86 +146,0,-78 +146,0,-70 +146,0,-62 +146,0,-54 +146,0,-46 +146,0,-38 +146,0,-30 +146,0,-22 +146,0,-14 +146,0,-6 +146,0,2 +146,0,10 +146,0,18 +146,0,26 +146,0,34 +146,0,42 +146,0,50 +146,0,58 +146,0,66 +146,0,74 +146,0,82 +146,0,90 +146,0,98 +146,0,106 +146,0,114 +146,0,122 +146,0,130 +146,0,138 +146,0,146 +-150,8,-150 +-150,8,-142 +-150,8,-134 +-150,8,-126 +-150,8,-118 +-150,8,-110 +-150,8,-102 +-150,8,-94 +-150,8,-86 +-150,8,-78 +-150,8,-70 +-150,8,-62 +-150,8,-54 +-150,8,-46 +-150,8,-38 +-150,8,-30 +-150,8,-22 +-150,8,-14 +-150,8,-6 +-150,8,2 +-150,8,10 +-150,8,18 +-150,8,26 +-150,8,34 +-150,8,42 +-150,8,50 +-150,8,58 +-150,8,66 +-150,8,74 +-150,8,82 +-150,8,90 +-150,8,98 +-150,8,106 +-150,8,114 +-150,8,122 +-150,8,130 +-150,8,138 +-150,8,146 +-142,8,-150 +-142,8,-142 +-142,8,-134 +-142,8,-126 +-142,8,-118 +-142,8,-110 +-142,8,-102 +-142,8,-94 +-142,8,-86 +-142,8,-78 +-142,8,-70 +-142,8,-62 +-142,8,-54 +-142,8,-46 +-142,8,-38 +-142,8,-30 +-142,8,-22 +-142,8,-14 +-142,8,-6 +-142,8,2 +-142,8,10 +-142,8,18 +-142,8,26 +-142,8,34 +-142,8,42 +-142,8,50 +-142,8,58 +-142,8,66 +-142,8,74 +-142,8,82 +-142,8,90 +-142,8,98 +-142,8,106 +-142,8,114 +-142,8,122 +-142,8,130 +-142,8,138 +-142,8,146 +-134,8,-150 +-134,8,-142 +-134,8,-134 +-134,8,-126 +-134,8,-118 +-134,8,-110 +-134,8,-102 +-134,8,-94 +-134,8,-86 +-134,8,-78 +-134,8,-70 +-134,8,-62 +-134,8,-54 +-134,8,-46 +-134,8,-38 +-134,8,-30 +-134,8,-22 +-134,8,-14 +-134,8,-6 +-134,8,2 +-134,8,10 +-134,8,18 +-134,8,26 +-134,8,34 +-134,8,42 +-134,8,50 +-134,8,58 +-134,8,66 +-134,8,74 +-134,8,82 +-134,8,90 +-134,8,98 +-134,8,106 +-134,8,114 +-134,8,122 +-134,8,130 +-134,8,138 +-134,8,146 +-126,8,-150 +-126,8,-142 +-126,8,-134 +-126,8,-126 +-126,8,-118 +-126,8,-110 +-126,8,-102 +-126,8,-94 +-126,8,-86 +-126,8,-78 +-126,8,-70 +-126,8,-62 +-126,8,-54 +-126,8,-46 +-126,8,-38 +-126,8,-30 +-126,8,-22 +-126,8,-14 +-126,8,-6 +-126,8,2 +-126,8,10 +-126,8,18 +-126,8,26 +-126,8,34 +-126,8,42 +-126,8,50 +-126,8,58 +-126,8,66 +-126,8,74 +-126,8,82 +-126,8,90 +-126,8,98 +-126,8,106 +-126,8,114 +-126,8,122 +-126,8,130 +-126,8,138 +-126,8,146 +-118,8,-150 +-118,8,-142 +-118,8,-134 +-118,8,-126 +-118,8,-118 +-118,8,-110 +-118,8,-102 +-118,8,-94 +-118,8,-86 +-118,8,-78 +-118,8,-70 +-118,8,-62 +-118,8,-54 +-118,8,-46 +-118,8,-38 +-118,8,-30 +-118,8,-22 +-118,8,-14 +-118,8,-6 +-118,8,2 +-118,8,10 +-118,8,18 +-118,8,26 +-118,8,34 +-118,8,42 +-94,16,90 +-94,16,98 +-94,16,106 +-94,16,114 +-94,16,122 +-94,16,130 +-94,16,138 +-94,16,146 +-86,16,-150 +-86,16,-142 +-86,16,-134 +-86,16,-126 +-86,16,-118 +-86,16,-110 +-86,16,-102 +-86,16,-94 +-86,16,-86 +-86,16,-78 +-86,16,-70 +-86,16,-62 +-86,16,-54 +-86,16,-46 +-86,16,-38 +-86,16,-30 +-86,16,-22 +-86,16,-14 +-86,16,-6 +-86,16,2 +-86,16,10 +-86,16,18 +-86,16,26 +-86,16,34 +-86,16,42 +-86,16,50 +-86,16,58 +-86,16,66 +-86,16,74 +-86,16,82 +-86,16,90 +-86,16,98 +-86,16,106 +-86,16,114 +-86,16,122 +-86,16,130 +-86,16,138 +-86,16,146 +-78,16,-150 +-78,16,-142 +-78,16,-134 +-78,16,-126 +-78,16,-118 +-78,16,-110 +-78,16,-102 +-78,16,-94 +-78,16,-86 +-78,16,-78 +-78,16,-70 +-78,16,-62 +-78,16,-54 +-78,16,-46 +-78,16,-38 +-78,16,-30 +-78,16,-22 +-78,16,-14 +-78,16,-6 +-78,16,2 +-78,16,10 +-78,16,18 +-78,16,26 +-78,16,34 +-78,16,42 +-78,16,50 +-78,16,58 +-78,16,66 +-78,16,74 +-78,16,82 +-78,16,90 +-78,16,98 +-78,16,106 +-78,16,114 +-78,16,122 +-78,16,130 +-78,16,138 +-78,16,146 +-70,16,-150 +-70,16,-142 +-70,16,-134 +-70,16,-126 +-70,16,-118 +-70,16,-110 +-70,16,-102 +-70,16,-94 +-70,16,-86 +-70,16,-78 +-70,16,-70 +-70,16,-62 +-70,16,-54 +-70,16,-46 +-70,16,-38 +-70,16,-30 +-70,16,-22 +-70,16,-14 +-70,16,-6 +-70,16,2 +-70,16,10 +-70,16,18 +-70,16,26 +-70,16,34 +-70,16,42 +-70,16,50 +-70,16,58 +-70,16,66 +-70,16,74 +-70,16,82 +-70,16,90 +-70,16,98 +-70,16,106 +-70,16,114 +-70,16,122 +-70,16,130 +-70,16,138 +-70,16,146 +-62,16,-150 +-62,16,-142 +-62,16,-134 +-62,16,-126 +-62,16,-118 +-62,16,-110 +-62,16,-102 +-62,16,-94 +-62,16,-86 +-62,16,-78 +-62,16,-70 +-62,16,-62 +-62,16,-54 +-62,16,-46 +-62,16,-38 +-62,16,-30 +-62,16,-22 +-62,16,-14 +-62,16,-6 +-62,16,2 +-62,16,10 +-62,16,18 +-62,16,26 +-62,16,34 +-62,16,42 +-62,16,50 +-62,16,58 +-62,16,66 +-62,16,74 +-62,16,82 +-62,16,90 +-62,16,98 +-62,16,106 +-62,16,114 +-62,16,122 +-62,16,130 +-62,16,138 +-62,16,146 +-54,16,-150 +-54,16,-142 +-54,16,-134 +-54,16,-126 +-54,16,-118 +-54,16,-110 +-54,16,-102 +-54,16,-94 +-54,16,-86 +-54,16,-78 +-54,16,-70 +-54,16,-62 +-54,16,-54 +-54,16,-46 +-54,16,-38 +-54,16,-30 +-54,16,-22 +-54,16,-14 +-54,16,-6 +-54,16,2 +-54,16,10 +-54,16,18 +-54,16,26 +-54,16,34 +-54,16,42 +-54,16,50 +-54,16,58 +-54,16,66 +-54,16,74 +-54,16,82 +-54,16,90 +-54,16,98 +-54,16,106 +-54,16,114 +-54,16,122 +-54,16,130 +-54,16,138 +-54,16,146 +-46,16,-150 +-46,16,-142 +-46,16,-134 +-46,16,-126 +-46,16,-118 +-46,16,-110 +-46,16,-102 +-46,16,-94 +-46,16,-86 +-46,16,-78 +-46,16,-70 +-46,16,-62 +-46,16,-54 +-46,16,-46 +-46,16,-38 +-46,16,-30 +-46,16,-22 +-46,16,-14 +-46,16,-6 +-46,16,2 +-46,16,10 +-46,16,18 +-46,16,26 +-46,16,34 +-46,16,42 +-46,16,50 +-46,16,58 +-46,16,66 +-46,16,74 +-46,16,82 +-46,16,90 +-46,16,98 +-46,16,106 +-46,16,114 +-46,16,122 +-46,16,130 +-46,16,138 +-46,16,146 +-38,16,-150 +-38,16,-142 +-38,16,-134 +-38,16,-126 +-38,16,-118 +-38,16,-110 +-38,16,-102 +-38,16,-94 +-38,16,-86 +-38,16,-78 +-38,16,-70 +-38,16,-62 +-38,16,-54 +-38,16,-46 +-38,16,-38 +-38,16,-30 +-38,16,-22 +-38,16,-14 +-38,16,-6 +-38,16,2 +-70,24,82 +-70,24,90 +-70,24,98 +-70,24,106 +-70,24,114 +-70,24,122 +-70,24,130 +-70,24,138 +-70,24,146 +-62,24,-150 +-62,24,-142 +-62,24,-134 +-62,24,-126 +-62,24,-118 +-62,24,-110 +-62,24,-102 +-62,24,-94 +-62,24,-86 +-62,24,-78 +-62,24,-70 +-62,24,-62 +-62,24,-54 +-62,24,-46 +-62,24,-38 +-62,24,-30 +-62,24,-22 +-62,24,-14 +-62,24,-6 +-62,24,2 +-62,24,10 +-62,24,18 +-62,24,26 +-62,24,34 +-62,24,42 +-62,24,50 +-62,24,58 +-62,24,66 +-62,24,74 +-62,24,82 +-62,24,90 +-62,24,98 +-62,24,106 +-62,24,114 +-62,24,122 +-62,24,130 +-62,24,138 +-62,24,146 +-54,24,-150 +-54,24,-142 +-54,24,-134 +-54,24,-126 +-54,24,-118 +-54,24,-110 +-54,24,-102 +-54,24,-94 +-54,24,-86 +-54,24,-78 +-54,24,-70 +-54,24,-62 +-54,24,-54 +-54,24,-46 +-54,24,-38 +-54,24,-30 +-54,24,-22 +-54,24,-14 +-54,24,-6 +-54,24,2 +-54,24,10 +-54,24,18 +-54,24,26 +-54,24,34 +-54,24,42 +-54,24,50 +-54,24,58 +-54,24,66 +-54,24,74 +-54,24,82 +-54,24,90 +-54,24,98 +-54,24,106 +-54,24,114 +-54,24,122 +-54,24,130 +-54,24,138 +-54,24,146 +-46,24,-150 +-46,24,-142 +-46,24,-134 +-46,24,-126 +-46,24,-118 +-46,24,-110 +-46,24,-102 +-46,24,-94 +-46,24,-86 +-46,24,-78 +-46,24,-70 +-46,24,-62 +-46,24,-54 +-46,24,-46 +-46,24,-38 +-46,24,-30 +-46,24,-22 +-46,24,-14 +-46,24,-6 +-46,24,2 +-46,24,10 +-46,24,18 +-46,24,26 +-46,24,34 +-46,24,42 +-46,24,50 +-46,24,58 +-46,24,66 +-46,24,74 +-46,24,82 +-46,24,90 +-46,24,98 +-46,24,106 +-46,24,114 +-46,24,122 +-46,24,130 +-46,24,138 +-46,24,146 +-38,24,-150 +-38,24,-142 +-38,24,-134 +-38,24,-126 +-38,24,-118 +-38,24,-110 +-38,24,-102 +-38,24,-94 +-38,24,-86 +-38,24,-78 +-38,24,-70 +-38,24,-62 +-38,24,-54 +-38,24,-46 +-38,24,-38 +-38,24,-30 +-38,24,-22 +-38,24,-14 +-38,24,-6 +-38,24,2 +-38,24,10 +-38,24,18 +-38,24,26 +-38,24,34 +-38,24,42 +-38,24,50 +-38,24,58 +-38,24,66 +-38,24,74 +-38,24,82 +-38,24,90 +-38,24,98 +-38,24,106 +-38,24,114 +-38,24,122 +-38,24,130 +-38,24,138 +-38,24,146 +-30,24,-150 +-30,24,-142 +-30,24,-134 +-30,24,-126 +-30,24,-118 +-30,24,-110 +-30,24,-102 +-30,24,-94 +-30,24,-86 +-30,24,-78 +-30,24,-70 +-30,24,-62 +-30,24,-54 +-30,24,-46 +-30,24,-38 +-30,24,-30 +-30,24,-22 +-30,24,-14 +-30,24,-6 +-30,24,2 +-30,24,10 +-30,24,18 +-30,24,26 +-30,24,34 +-30,24,42 +-30,24,50 +-30,24,58 +-30,24,66 +-30,24,74 +-30,24,82 +-30,24,90 +-30,24,98 +-30,24,106 +-30,24,114 +-30,24,122 +-30,24,130 +-30,24,138 +-30,24,146 +-22,24,-150 +-22,24,-142 +-22,24,-134 +-22,24,-126 +-22,24,-118 +-22,24,-110 +-22,24,-102 +-22,24,-94 +-22,24,-86 +-22,24,-78 +-22,24,-70 +-22,24,-62 +-22,24,-54 +-22,24,-46 +-22,24,-38 +-22,24,-30 +-22,24,-22 +-22,24,-14 +-22,24,-6 +-22,24,2 +-22,24,10 +-22,24,18 +-22,24,26 +-22,24,34 +-22,24,42 +-22,24,50 +-22,24,58 +-22,24,66 +-22,24,74 +-22,24,82 +-22,24,90 +-22,24,98 +-22,24,106 +-22,24,114 +-22,24,122 +-22,24,130 +-22,24,138 +-22,24,146 +-14,24,-150 +-14,24,-142 +-14,24,-134 +-14,24,-126 +-14,24,-118 +-14,24,-110 +-14,24,-102 +-14,24,-94 +-14,24,-86 +-14,24,-78 +-14,24,-70 +-14,24,-62 +-14,24,-54 +-14,24,-46 +-14,24,-38 +-14,24,-30 +-14,24,-22 +-14,24,-14 +-14,24,-6 +10,32,-38 +10,32,-30 +10,32,-22 +10,32,-14 +10,32,-6 +10,32,2 +10,32,10 +10,32,18 +10,32,26 +10,32,34 +10,32,42 +10,32,50 +10,32,58 +10,32,66 +10,32,74 +10,32,82 +10,32,90 +10,32,98 +10,32,106 +10,32,114 +10,32,122 +10,32,130 +10,32,138 +10,32,146 +18,32,-150 +18,32,-142 +18,32,-134 +18,32,-126 +18,32,-118 +18,32,-110 +18,32,-102 +18,32,-94 +18,32,-86 +18,32,-78 +18,32,-70 +18,32,-62 +18,32,-54 +18,32,-46 +18,32,-38 +18,32,-30 +18,32,-22 +18,32,-14 +18,32,-6 +18,32,2 +18,32,10 +18,32,18 +18,32,26 +18,32,34 +18,32,42 +18,32,50 +18,32,58 +18,32,66 +18,32,74 +18,32,82 +18,32,90 +18,32,98 +18,32,106 +18,32,114 +18,32,122 +18,32,130 +18,32,138 +18,32,146 +26,32,-150 +26,32,-142 +26,32,-134 +26,32,-126 +26,32,-118 +26,32,-110 +26,32,-102 +26,32,-94 +26,32,-86 +26,32,-78 +26,32,-70 +26,32,-62 +26,32,-54 +26,32,-46 +26,32,-38 +26,32,-30 +26,32,-22 +26,32,-14 +26,32,-6 +26,32,2 +26,32,10 +26,32,18 +26,32,26 +26,32,34 +26,32,42 +26,32,50 +26,32,58 +26,32,66 +26,32,74 +26,32,82 +26,32,90 +26,32,98 +26,32,106 +26,32,114 +26,32,122 +26,32,130 +26,32,138 +26,32,146 +34,32,-150 +34,32,-142 +34,32,-134 +34,32,-126 +34,32,-118 +34,32,-110 +34,32,-102 +34,32,-94 +34,32,-86 +34,32,-78 +34,32,-70 +34,32,-62 +34,32,-54 +34,32,-46 +34,32,-38 +34,32,-30 +34,32,-22 +34,32,-14 +34,32,-6 +34,32,2 +34,32,10 +34,32,18 +34,32,26 +34,32,34 +34,32,42 +34,32,50 +34,32,58 +34,32,66 +34,32,74 +34,32,82 +34,32,90 +34,32,98 +34,32,106 +34,32,114 +34,32,122 +34,32,130 +34,32,138 +34,32,146 +42,32,-150 +42,32,-142 +42,32,-134 +42,32,-126 +42,32,-118 +42,32,-110 +42,32,-102 +42,32,-94 +42,32,-86 +42,32,-78 +42,32,-70 +42,32,-62 +42,32,-54 +42,32,-46 +42,32,-38 +42,32,-30 +42,32,-22 +42,32,-14 +42,32,-6 +42,32,2 +42,32,10 +42,32,18 +42,32,26 +42,32,34 +42,32,42 +42,32,50 +42,32,58 +42,32,66 +42,32,74 +42,32,82 +42,32,90 +42,32,98 +42,32,106 +42,32,114 +42,32,122 +42,32,130 +42,32,138 +42,32,146 +50,32,-150 +50,32,-142 +50,32,-134 +50,32,-126 +50,32,-118 +50,32,-110 +50,32,-102 +50,32,-94 +50,32,-86 +50,32,-78 +50,32,-70 +50,32,-62 +50,32,-54 +50,32,-46 +50,32,-38 +50,32,-30 +50,32,-22 +50,32,-14 +50,32,-6 +50,32,2 +50,32,10 +50,32,18 +50,32,26 +50,32,34 +50,32,42 +50,32,50 +50,32,58 +50,32,66 +50,32,74 +50,32,82 +50,32,90 +50,32,98 +50,32,106 +50,32,114 +50,32,122 +50,32,130 +50,32,138 +50,32,146 +58,32,-150 +58,32,-142 +58,32,-134 +58,32,-126 +58,32,-118 +58,32,-110 +58,32,-102 +58,32,-94 +58,32,-86 +58,32,-78 +58,32,-70 +58,32,-62 +58,32,-54 +58,32,-46 +58,32,-38 +58,32,-30 +58,32,-22 +58,32,-14 +58,32,-6 +58,32,2 +58,32,10 +58,32,18 +58,32,26 +58,32,34 +58,32,42 +58,32,50 +58,32,58 +58,32,66 +58,32,74 +58,32,82 +58,32,90 +58,32,98 +58,32,106 +58,32,114 +58,32,122 +58,32,130 +58,32,138 +58,32,146 +66,32,-150 +66,32,-142 +66,32,-134 +66,32,-126 +90,40,-22 +90,40,-14 +90,40,-6 +90,40,2 +90,40,10 +90,40,18 +90,40,26 +90,40,34 +90,40,42 +90,40,50 +90,40,58 +90,40,66 +90,40,74 +90,40,82 +90,40,90 +90,40,98 +90,40,106 +90,40,114 +90,40,122 +90,40,130 +90,40,138 +90,40,146 +98,40,-150 +98,40,-142 +98,40,-134 +98,40,-126 +98,40,-118 +98,40,-110 +98,40,-102 +98,40,-94 +98,40,-86 +98,40,-78 +98,40,-70 +98,40,-62 +98,40,-54 +98,40,-46 +98,40,-38 +98,40,-30 +98,40,-22 +98,40,-14 +98,40,-6 +98,40,2 +98,40,10 +98,40,18 +98,40,26 +98,40,34 +98,40,42 +98,40,50 +98,40,58 +98,40,66 +98,40,74 +98,40,82 +98,40,90 +98,40,98 +98,40,106 +98,40,114 +98,40,122 +98,40,130 +98,40,138 +98,40,146 +106,40,-150 +106,40,-142 +106,40,-134 +106,40,-126 +106,40,-118 +106,40,-110 +106,40,-102 +106,40,-94 +106,40,-86 +106,40,-78 +106,40,-70 +106,40,-62 +106,40,-54 +106,40,-46 +106,40,-38 +106,40,-30 +106,40,-22 +106,40,-14 +106,40,-6 +106,40,2 +106,40,10 +106,40,18 +106,40,26 +106,40,34 +106,40,42 +106,40,50 +106,40,58 +106,40,66 +106,40,74 +106,40,82 +106,40,90 +106,40,98 +106,40,106 +106,40,114 +106,40,122 +106,40,130 +106,40,138 +106,40,146 +114,40,-150 +114,40,-142 +114,40,-134 +114,40,-126 +114,40,-118 +114,40,-110 +114,40,-102 +114,40,-94 +114,40,-86 +114,40,-78 +114,40,-70 +114,40,-62 +114,40,-54 +114,40,-46 +114,40,-38 +114,40,-30 +114,40,-22 +114,40,-14 +114,40,-6 +114,40,2 +114,40,10 +114,40,18 +114,40,26 +114,40,34 +114,40,42 +114,40,50 +114,40,58 +114,40,66 +114,40,74 +114,40,82 +114,40,90 +114,40,98 +114,40,106 +114,40,114 +114,40,122 +114,40,130 +114,40,138 +114,40,146 +122,40,-150 +122,40,-142 +122,40,-134 +122,40,-126 +122,40,-118 +122,40,-110 +122,40,-102 +122,40,-94 +122,40,-86 +122,40,-78 +122,40,-70 +122,40,-62 +122,40,-54 +122,40,-46 +122,40,-38 +122,40,-30 +122,40,-22 +122,40,-14 +122,40,-6 +122,40,2 +122,40,10 +122,40,18 +122,40,26 +122,40,34 +122,40,42 +122,40,50 +122,40,58 +122,40,66 +122,40,74 +122,40,82 +122,40,90 +122,40,98 +122,40,106 +122,40,114 +122,40,122 +122,40,130 +122,40,138 +122,40,146 +130,40,-150 +130,40,-142 +130,40,-134 +130,40,-126 +130,40,-118 +130,40,-110 +130,40,-102 +130,40,-94 +130,40,-86 +130,40,-78 +130,40,-70 +130,40,-62 +130,40,-54 +130,40,-46 +130,40,-38 +130,40,-30 +130,40,-22 +130,40,-14 +130,40,-6 +130,40,2 +130,40,10 +130,40,18 +130,40,26 +130,40,34 +130,40,42 +130,40,50 +130,40,58 +130,40,66 +130,40,74 +130,40,82 +130,40,90 +130,40,98 +130,40,106 +130,40,114 +130,40,122 +130,40,130 +130,40,138 +130,40,146 +138,40,-150 +138,40,-142 +138,40,-134 +138,40,-126 +138,40,-118 +138,40,-110 +138,40,-102 +138,40,-94 +138,40,-86 +138,40,-78 +138,40,-70 +138,40,-62 +138,40,-54 +138,40,-46 +138,40,-38 +138,40,-30 +138,40,-22 +138,40,-14 +138,40,-6 +138,40,2 +138,40,10 +138,40,18 +138,40,26 +138,40,34 +138,40,42 +138,40,50 +138,40,58 +138,40,66 +138,40,74 +138,40,82 +138,40,90 +138,40,98 +138,40,106 +138,40,114 +138,40,122 +138,40,130 +138,40,138 +138,40,146 +146,40,-150 +146,40,-142 +146,40,-134 +146,40,-126 +146,40,-118 +146,40,-110 +98,48,-142 +98,48,-134 +98,48,-126 +98,48,-118 +98,48,-110 +98,48,-102 +98,48,-94 +98,48,-86 +98,48,-78 +98,48,-70 +98,48,-62 +98,48,-54 +98,48,-46 +98,48,-38 +98,48,-30 +98,48,-22 +98,48,-14 +98,48,-6 +98,48,2 +98,48,10 +98,48,18 +98,48,26 +98,48,34 +98,48,42 +98,48,50 +98,48,58 +98,48,66 +98,48,74 +98,48,82 +98,48,90 +98,48,98 +98,48,106 +98,48,114 +98,48,122 +98,48,130 +98,48,138 +98,48,146 +106,48,-150 +106,48,-142 +106,48,-134 +106,48,-126 +106,48,-118 +106,48,-110 +106,48,-102 +106,48,-94 +106,48,-86 +106,48,-78 +106,48,-70 +106,48,-62 +106,48,-54 +106,48,-46 +106,48,-38 +106,48,-30 +106,48,-22 +106,48,-14 +106,48,-6 +106,48,2 +106,48,10 +106,48,18 +106,48,26 +106,48,34 +106,48,42 +106,48,50 +106,48,58 +106,48,66 +106,48,74 +106,48,82 +106,48,90 +106,48,98 +106,48,106 +106,48,114 +106,48,122 +106,48,130 +106,48,138 +106,48,146 +114,48,-150 +114,48,-142 +114,48,-134 +114,48,-126 +114,48,-118 +114,48,-110 +114,48,-102 +114,48,-94 +114,48,-86 +114,48,-78 +114,48,-70 +114,48,-62 +114,48,-54 +114,48,-46 +114,48,-38 +114,48,-30 +114,48,-22 +114,48,-14 +114,48,-6 +114,48,2 +114,48,10 +114,48,18 +114,48,26 +114,48,34 +114,48,42 +114,48,50 +114,48,58 +114,48,66 +114,48,74 +114,48,82 +114,48,90 +114,48,98 +114,48,106 +114,48,114 +114,48,122 +114,48,130 +114,48,138 +114,48,146 +122,48,-150 +122,48,-142 +122,48,-134 +122,48,-126 +122,48,-118 +122,48,-110 +122,48,-102 +122,48,-94 +122,48,-86 +122,48,-78 +122,48,-70 +122,48,-62 +122,48,-54 +122,48,-46 +122,48,-38 +122,48,-30 +122,48,-22 +122,48,-14 +122,48,-6 +122,48,2 +122,48,10 +122,48,18 +122,48,26 +122,48,34 +122,48,42 +122,48,50 +122,48,58 +122,48,66 +122,48,74 +122,48,82 +122,48,90 +122,48,98 +122,48,106 +122,48,114 +122,48,122 +122,48,130 +122,48,138 +122,48,146 +130,48,-150 +130,48,-142 +130,48,-134 +130,48,-126 +130,48,-118 +130,48,-110 +130,48,-102 +130,48,-94 +130,48,-86 +130,48,-78 +130,48,-70 +130,48,-62 +130,48,-54 +130,48,-46 +130,48,-38 +130,48,-30 +130,48,-22 +130,48,-14 +130,48,-6 +130,48,2 +130,48,10 +130,48,18 +130,48,26 +130,48,34 +130,48,42 +130,48,50 +130,48,58 +130,48,66 +130,48,74 +130,48,82 +130,48,90 +130,48,98 +130,48,106 +130,48,114 +130,48,122 +130,48,130 +130,48,138 +130,48,146 +138,48,-150 +138,48,-142 +138,48,-134 +138,48,-126 +138,48,-118 +138,48,-110 +138,48,-102 +138,48,-94 +138,48,-86 +138,48,-78 +138,48,-70 +138,48,-62 +138,48,-54 +138,48,-46 +138,48,-38 +138,48,-30 +138,48,-22 +138,48,-14 +138,48,-6 +138,48,2 +138,48,10 +138,48,18 +138,48,26 +138,48,34 +138,48,42 +138,48,50 +138,48,58 +138,48,66 +138,48,74 +138,48,82 +138,48,90 +138,48,98 +138,48,106 +138,48,114 +138,48,122 +138,48,130 +138,48,138 +138,48,146 +146,48,-150 +146,48,-142 +146,48,-134 +146,48,-126 +146,48,-118 +146,48,-110 +146,48,-102 +146,48,-94 +146,48,-86 +146,48,-78 +146,48,-70 +146,48,-62 +146,48,-54 +146,48,-46 +146,48,-38 +146,48,-30 +146,48,-22 +146,48,-14 +146,48,-6 +146,48,2 +146,48,10 +146,48,18 +146,48,26 +146,48,34 +146,48,42 +146,48,50 +146,48,58 +146,48,66 +146,48,74 +74,56,106 +74,56,114 +74,56,122 +74,56,130 +74,56,138 +74,56,146 +82,56,-150 +82,56,-142 +82,56,-134 +82,56,-126 +82,56,-118 +82,56,-110 +82,56,-102 +82,56,-94 +82,56,-86 +82,56,-78 +82,56,-70 +82,56,-62 +82,56,-54 +82,56,-46 +82,56,-38 +82,56,-30 +82,56,-22 +82,56,-14 +82,56,-6 +82,56,2 +82,56,10 +82,56,18 +82,56,26 +82,56,34 +82,56,42 +82,56,50 +82,56,58 +82,56,66 +82,56,74 +82,56,82 +82,56,90 +82,56,98 +82,56,106 +82,56,114 +82,56,122 +82,56,130 +82,56,138 +82,56,146 +90,56,-150 +90,56,-142 +90,56,-134 +90,56,-126 +90,56,-118 +90,56,-110 +90,56,-102 +90,56,-94 +90,56,-86 +90,56,-78 +90,56,-70 +90,56,-62 +90,56,-54 +90,56,-46 +90,56,-38 +90,56,-30 +90,56,-22 +90,56,-14 +90,56,-6 +90,56,2 +90,56,10 +90,56,18 +90,56,26 +90,56,34 +90,56,42 +90,56,50 +90,56,58 +90,56,66 +90,56,74 +90,56,82 +90,56,90 +90,56,98 +90,56,106 +90,56,114 +90,56,122 +90,56,130 +90,56,138 +90,56,146 +98,56,-150 +98,56,-142 +98,56,-134 +98,56,-126 +98,56,-118 +98,56,-110 +98,56,-102 +98,56,-94 +98,56,-86 +98,56,-78 +98,56,-70 +98,56,-62 +98,56,-54 +98,56,-46 +98,56,-38 +98,56,-30 +98,56,-22 +98,56,-14 +98,56,-6 +98,56,2 +98,56,10 +98,56,18 +98,56,26 +98,56,34 +98,56,42 +98,56,50 +98,56,58 +98,56,66 +98,56,74 +98,56,82 +98,56,90 +98,56,98 +98,56,106 +98,56,114 +98,56,122 +98,56,130 +98,56,138 +98,56,146 +106,56,-150 +106,56,-142 +106,56,-134 +106,56,-126 +106,56,-118 +106,56,-110 +106,56,-102 +106,56,-94 +106,56,-86 +106,56,-78 +106,56,-70 +106,56,-62 +106,56,-54 +106,56,-46 +106,56,-38 +106,56,-30 +106,56,-22 +106,56,-14 +106,56,-6 +106,56,2 +106,56,10 +106,56,18 +106,56,26 +106,56,34 +106,56,42 +106,56,50 +106,56,58 +106,56,66 +106,56,74 +106,56,82 +106,56,90 +106,56,98 +106,56,106 +106,56,114 +106,56,122 +106,56,130 +106,56,138 +106,56,146 +114,56,-150 +114,56,-142 +114,56,-134 +114,56,-126 +114,56,-118 +114,56,-110 +114,56,-102 +114,56,-94 +114,56,-86 +114,56,-78 +114,56,-70 +114,56,-62 +114,56,-54 +114,56,-46 +114,56,-38 +114,56,-30 +114,56,-22 +114,56,-14 +114,56,-6 +114,56,2 +114,56,10 +114,56,18 +114,56,26 +114,56,34 +114,56,42 +114,56,50 +114,56,58 +114,56,66 +114,56,74 +114,56,82 +114,56,90 +114,56,98 +114,56,106 +114,56,114 +114,56,122 +114,56,130 +114,56,138 +114,56,146 +122,56,-150 +122,56,-142 +122,56,-134 +122,56,-126 +122,56,-118 +122,56,-110 +122,56,-102 +122,56,-94 +122,56,-86 +122,56,-78 +122,56,-70 +122,56,-62 +122,56,-54 +122,56,-46 +122,56,-38 +122,56,-30 +122,56,-22 +122,56,-14 +122,56,-6 +122,56,2 +122,56,10 +122,56,18 +122,56,26 +122,56,34 +122,56,42 +122,56,50 +122,56,58 +122,56,66 +122,56,74 +122,56,82 +122,56,90 +122,56,98 +122,56,106 +122,56,114 +122,56,122 +122,56,130 +122,56,138 +122,56,146 +130,56,-150 +130,56,-142 +130,56,-134 +130,56,-126 +130,56,-118 +130,56,-110 +130,56,-102 +130,56,-94 +130,56,-86 +130,56,-78 +130,56,-70 +130,56,-62 +130,56,-54 +130,56,-46 +130,56,-38 +130,56,-30 +130,56,-22 +130,56,-14 +130,56,-6 +130,56,2 +130,56,10 +130,56,18 +106,64,-46 +106,64,-38 +106,64,-30 +106,64,-22 +106,64,-14 +106,64,-6 +106,64,2 +106,64,10 +106,64,18 +106,64,26 +106,64,34 +106,64,42 +106,64,50 +106,64,58 +106,64,66 +106,64,74 +106,64,82 +106,64,90 +106,64,98 +106,64,106 +106,64,114 +106,64,122 +106,64,130 +106,64,138 +106,64,146 +114,64,-150 +114,64,-142 +114,64,-134 +114,64,-126 +114,64,-118 +114,64,-110 +114,64,-102 +114,64,-94 +114,64,-86 +114,64,-78 +114,64,-70 +114,64,-62 +114,64,-54 +114,64,-46 +114,64,-38 +114,64,-30 +114,64,-22 +114,64,-14 +114,64,-6 +114,64,2 +114,64,10 +114,64,18 +114,64,26 +114,64,34 +114,64,42 +114,64,50 +114,64,58 +114,64,66 +114,64,74 +114,64,82 +114,64,90 +114,64,98 +114,64,106 +114,64,114 +114,64,122 +114,64,130 +114,64,138 +114,64,146 +122,64,-150 +122,64,-142 +122,64,-134 +122,64,-126 +122,64,-118 +122,64,-110 +122,64,-102 +122,64,-94 +122,64,-86 +122,64,-78 +122,64,-70 +122,64,-62 +122,64,-54 +122,64,-46 +122,64,-38 +122,64,-30 +122,64,-22 +122,64,-14 +122,64,-6 +122,64,2 +122,64,10 +122,64,18 +122,64,26 +122,64,34 +122,64,42 +122,64,50 +122,64,58 +122,64,66 +122,64,74 +122,64,82 +122,64,90 +122,64,98 +122,64,106 +122,64,114 +122,64,122 +122,64,130 +122,64,138 +122,64,146 +130,64,-150 +130,64,-142 +130,64,-134 +130,64,-126 +130,64,-118 +130,64,-110 +130,64,-102 +130,64,-94 +130,64,-86 +130,64,-78 +130,64,-70 +130,64,-62 +130,64,-54 +130,64,-46 +130,64,-38 +130,64,-30 +130,64,-22 +130,64,-14 +130,64,-6 +130,64,2 +130,64,10 +130,64,18 +130,64,26 +130,64,34 +130,64,42 +130,64,50 +130,64,58 +130,64,66 +130,64,74 +130,64,82 +130,64,90 +130,64,98 +130,64,106 +130,64,114 +130,64,122 +130,64,130 +130,64,138 +130,64,146 +138,64,-150 +138,64,-142 +138,64,-134 +138,64,-126 +138,64,-118 +138,64,-110 +138,64,-102 +138,64,-94 +138,64,-86 +138,64,-78 +138,64,-70 +138,64,-62 +138,64,-54 +138,64,-46 +138,64,-38 +138,64,-30 +138,64,-22 +138,64,-14 +138,64,-6 +138,64,2 +138,64,10 +138,64,18 +138,64,26 +138,64,34 +138,64,42 +138,64,50 +138,64,58 +138,64,66 +138,64,74 +138,64,82 +138,64,90 +138,64,98 +138,64,106 +138,64,114 +138,64,122 +138,64,130 +138,64,138 +138,64,146 +146,64,-150 +146,64,-142 +146,64,-134 +146,64,-126 +146,64,-118 +146,64,-110 +146,64,-102 +146,64,-94 +146,64,-86 +146,64,-78 +146,64,-70 +146,64,-62 +146,64,-54 +146,64,-46 +146,64,-38 +146,64,-30 +146,64,-22 +146,64,-14 +146,64,-6 +146,64,2 +146,64,10 +146,64,18 +146,64,26 +146,64,34 +146,64,42 +146,64,50 +146,64,58 +146,64,66 +146,64,74 +146,64,82 +146,64,90 +146,64,98 +146,64,106 +146,64,114 +146,64,122 +146,64,130 +146,64,138 +146,64,146 +-150,72,-150 +-150,72,-142 +-150,72,-134 +-150,72,-126 +-150,72,-118 +-150,72,-110 +-150,72,-102 +-150,72,-94 +-150,72,-86 +-150,72,-78 +-150,72,-70 +-150,72,-62 +-150,72,-54 +-150,72,-46 +-150,72,-38 +-150,72,-30 +-150,72,-22 +-150,72,-14 +-150,72,-6 +-150,72,2 +-150,72,10 +-150,72,18 +-150,72,26 +-150,72,34 +-150,72,42 +-150,72,50 +-150,72,58 +-150,72,66 +-150,72,74 +-150,72,82 +-150,72,90 +-150,72,98 +-150,72,106 +-150,72,114 +-150,72,122 +-150,72,130 +-150,72,138 +-150,72,146 +-142,72,-150 +-142,72,-142 +-142,72,-134 +-110,80,-134 +-110,80,-126 +-110,80,-118 +-110,80,-110 +-110,80,-102 +-110,80,-94 +-110,80,-86 +-110,80,-78 +-110,80,-70 +-110,80,-62 +-110,80,-54 +-110,80,-46 +-110,80,-38 +-110,80,-30 +-110,80,-22 +-110,80,-14 +-110,80,-6 +-110,80,2 +-110,80,10 +-110,80,18 +-110,80,26 +-110,80,34 +-110,80,42 +-110,80,50 +-110,80,58 +-110,80,66 +-110,80,74 +-110,80,82 +-110,80,90 +-110,80,98 +-110,80,106 +-110,80,114 +-110,80,122 +-110,80,130 +-110,80,138 +-110,80,146 +-102,80,-150 +-102,80,-142 +-102,80,-134 +-102,80,-126 +-102,80,-118 +-102,80,-110 +-102,80,-102 +-102,80,-94 +-102,80,-86 +-102,80,-78 +-102,80,-70 +-102,80,-62 +-102,80,-54 +-102,80,-46 +-102,80,-38 +-102,80,-30 +-102,80,-22 +-102,80,-14 +-102,80,-6 +-102,80,2 +-102,80,10 +-102,80,18 +-102,80,26 +-102,80,34 +-102,80,42 +-102,80,50 +-102,80,58 +-102,80,66 +-102,80,74 +-102,80,82 +-102,80,90 +-102,80,98 +-102,80,106 +-102,80,114 +-102,80,122 +-102,80,130 +-102,80,138 +-102,80,146 +-94,80,-150 +-94,80,-142 +-94,80,-134 +-94,80,-126 +-94,80,-118 +-94,80,-110 +-94,80,-102 +-94,80,-94 +-94,80,-86 +-94,80,-78 +-94,80,-70 +-94,80,-62 +-94,80,-54 +-94,80,-46 +-94,80,-38 +-94,80,-30 +-94,80,-22 +-94,80,-14 +-94,80,-6 +-94,80,2 +-94,80,10 +-94,80,18 +-94,80,26 +-94,80,34 +-94,80,42 +-94,80,50 +-94,80,58 +-94,80,66 +-94,80,74 +-94,80,82 +-94,80,90 +-94,80,98 +-94,80,106 +-94,80,114 +-94,80,122 +-94,80,130 +-94,80,138 +-94,80,146 +-86,80,-150 +-86,80,-142 +-86,80,-134 +-86,80,-126 +-86,80,-118 +-86,80,-110 +-86,80,-102 +-86,80,-94 +-86,80,-86 +-86,80,-78 +-86,80,-70 +-86,80,-62 +-86,80,-54 +-86,80,-46 +-86,80,-38 +-86,80,-30 +-86,80,-22 +-86,80,-14 +-86,80,-6 +-86,80,2 +-86,80,10 +-86,80,18 +-86,80,26 +-86,80,34 +-86,80,42 +-86,80,50 +-86,80,58 +-86,80,66 +-86,80,74 +-86,80,82 +-86,80,90 +-86,80,98 +-86,80,106 +-86,80,114 +-86,80,122 +-86,80,130 +-86,80,138 +-86,80,146 +-78,80,-150 +-78,80,-142 +-78,80,-134 +-78,80,-126 +-78,80,-118 +-78,80,-110 +-78,80,-102 +-78,80,-94 +-78,80,-86 +-78,80,-78 +-78,80,-70 +-78,80,-62 +-78,80,-54 +-78,80,-46 +-78,80,-38 +-78,80,-30 +-78,80,-22 +-78,80,-14 +-78,80,-6 +-78,80,2 +-78,80,10 +-78,80,18 +-78,80,26 +-78,80,34 +-78,80,42 +-78,80,50 +-78,80,58 +-78,80,66 +-78,80,74 +-78,80,82 +-78,80,90 +-78,80,98 +-78,80,106 +-78,80,114 +-78,80,122 +-78,80,130 +-78,80,138 +-78,80,146 +-70,80,-150 +-70,80,-142 +-70,80,-134 +-70,80,-126 +-70,80,-118 +-70,80,-110 +-70,80,-102 +-70,80,-94 +-70,80,-86 +-70,80,-78 +-70,80,-70 +-70,80,-62 +-70,80,-54 +-70,80,-46 +-70,80,-38 +-70,80,-30 +-70,80,-22 +-70,80,-14 +-70,80,-6 +-70,80,2 +-70,80,10 +-70,80,18 +-70,80,26 +-70,80,34 +-70,80,42 +-70,80,50 +-70,80,58 +-70,80,66 +-70,80,74 +-70,80,82 +-70,80,90 +-70,80,98 +-70,80,106 +-70,80,114 +-70,80,122 +-70,80,130 +-70,80,138 +-70,80,146 +-62,80,-150 +-62,80,-142 +-62,80,-134 +-62,80,-126 +-62,80,-118 +-62,80,-110 +-62,80,-102 +-62,80,-94 +-62,80,-86 +-62,80,-78 +-62,80,-70 +-62,80,-62 +-62,80,-54 +-62,80,-46 +-62,80,-38 +-62,80,-30 +-62,80,-22 +-62,80,-14 +-62,80,-6 +-62,80,2 +-62,80,10 +-62,80,18 +-62,80,26 +-62,80,34 +-62,80,42 +-62,80,50 +-62,80,58 +-62,80,66 +-62,80,74 +-62,80,82 + + +Terminated + +going towards tree +temp +true table: 40264054 +going towards tree +temp +true table: 334b62b2 +going towards tree +temp +true table: df11a5c +going towards tree +temp +true table: 5f2c9e37 +going towards tree +temp +true table: 1f6a9d30 +going towards tree +temp +true table: 47a1ae +going towards tree +temp +true table: 5feccebc +going towards tree +temp +true table: 605cfa1d +going towards tree +temp +true table: 1d5f702f +going towards tree +temp +true table: 354a673b +-250,96,106 + +i can halt now +i can halt now +dropping down +mining layer:104 +i can halt now +not confident i can pick it all up :( +-251,96,99 +-250,96,108 +i can halt now +dropping down +mining layer:7 +Terminated + +i can halt now +dropping down +i can halt now +dropping down +mining layer:107 +i can halt now +not confident i can pick it all up :( + +-250,96,108 + +i can halt now +dropping down +mining layer:110 + +going towards tree +temp +true table: 7a41fb87 +going towards tree +temp +true table: 5bcff589 +going towards tree +temp +true table: 45abf49d +going towards tree +temp +true table: 7c066e30 +going towards tree +temp +true table: 6d1d8e56 +going towards tree +temp +true table: 11fc5416 +going towards tree +temp +true table: 2fd4e64b +-251,96,99 +going towards tree +temp +true table: 28c0e790 +-250,96,108 +i can halt now +going towards tree +lookat +temp +true table: 589511f5 +going towards tree +temp +true table: 7a378e06 diff --git a/computer/5/report.lua b/computer/5/report.lua new file mode 100644 index 0000000..1e90d9b --- /dev/null +++ b/computer/5/report.lua @@ -0,0 +1,12 @@ +while true do + id,mess,dist = rednet.receive() + _,_,_,_,_,dist = os.pullEvent("modem_message") + print(id..":"..tostring(mess)..tostring(dist)) + --str = mess.x..","..mess.y..","..mess.z + --print(str) + file = fs.open("logs","a") + file.write(tostring(mess).."\n") + file.close() + + --term.clear() +end diff --git a/computer/5/startup.lua b/computer/5/startup.lua new file mode 100644 index 0000000..8f4df72 --- /dev/null +++ b/computer/5/startup.lua @@ -0,0 +1,11 @@ +rednet.open("back") +--shell.run("report") +func1 = function() + sleep(2) + print("func1 terminate") +end +func2 = function() + sleep(1) + print("func2 teminate") +end +parallel.waitForAny(func1,func2) diff --git a/computer/6/programs/test.lua b/computer/6/programs/test.lua new file mode 100644 index 0000000..17f6b92 --- /dev/null +++ b/computer/6/programs/test.lua @@ -0,0 +1,4 @@ +while true do + redstone.setOutput("left", not redstone.getOutput("left")) + sleep(0.5) +end diff --git a/disk/0/build b/disk/0/build new file mode 100644 index 0000000..6bbb42d --- /dev/null +++ b/disk/0/build @@ -0,0 +1,116 @@ +sf = require("structure") +local pf = require("pathfinding") +local im = require("inventorymanager") +local origin = vector.new(-15,235,120) +function build(x,y,z) + store = {height = 0} + grocerylist = {} + for h = 1,8 do + store[h] = {width = 0} + for w = 1,8 do + store[h][w] = {depth = 0} + for d = 1,8 do + bool, data = sf.blockat(x+w,z+d,y+h) + if bool then + store[h][w][d] = data + store[h][w].depth = d + grocerylist[store[h][w][d]] = + (grocerylist[store[h][w][d]] or 0)+1 + end + end + if store[h][w].depth>0 then + store[h].width = w + end + end + if store[h].width>0 then + store.height = h + end + end + if store.height==0 then + --print("cell at",x,y,z,"is done") + removechunk(x,y,z) + return true + + end + flag = false + for k,v in pairs(grocerylist) do + if im.count(k) < v then + print("not enough "..k.." need "..v.." of it") + flag = true + end + end + if turtle.getFuelLevel() < 2000 then + print("too lazy for that") + flag = true + end + if flag then + pf.to(vector.new(pf.home.x,position.y+8,pf.home.z)) + pf.returnHome() + return false + end + pf.to(origin + vector.new(x+1,y+8,z+1)) + for h = 1,8 do + print(store[h].width) + for w = 1,store[h].width do + print(store[h][w].depth) + for d = 1,store[h][w].depth do + if store[h][w][d] then + pf.to(origin+vector.new(x+w,y+h,z+d)) + im.select(store[h][w][d]) + turtle.placeDown() + end + end + end + end + removechunk(x,y,z) + return true +end + +function removechunk(x,y,z) + + --::success:: + local file = fs.open("tobuild","r") + local rest = {} + line = file.readLine() + while line do + table.insert(rest,line) + line = file.readLine() + end + file.close() + file = fs.open("tobuild","w") + str = tostring(vector.new(x,y,z)) + for _,v in ipairs(rest) do + if v ~= str then + file.writeLine(v) + end + end + file.close() +end +function stringtovec(str) + parts = {} + for part in string.gmatch(str, "([^,]+)") do + table.insert(parts, part) + end + return vector.new(unpack(parts)) +end +--pf.to(origin) +file=fs.open("tobuild","r") +chunk = file.readLine() +file.close() +print(chunk) +vec = stringtovec(chunk) +X1,Y1,Z1 = vec.x,vec.y,vec.z +print(X1,Y1,Z1) +while build(X1,Y1,Z1) do +-- term.clear() + print(X1,Y1,Z1) + file = fs.open("tobuild","r") + chunk = file.readLine() + vec = stringtovec(chunk) + X1,Y1,Z1 = vec.x,vec.y,vec.z + file.close() + --term.clear() + sleep(0) +end +pf.returnHome() + diff --git a/disk/0/felling b/disk/0/felling new file mode 100644 index 0000000..23c5591 --- /dev/null +++ b/disk/0/felling @@ -0,0 +1,45 @@ +trees = { + vector.new(-261, 95, 119), + vector.new(-258, 95, 124), + vector.new(-264, 95, 124), + vector.new(-265, 95, 121), + vector.new(-263, 94, 116), + vector.new(-265, 94, 107), + vector.new(-263, 94, 104), + vector.new(-261,94,94), + vector.new(-259,94,100), + vector.new(-257,94,103) +} +pf = require("pathfinding") +im = require("inventorymanager") +function fell(index) + im.select("minecraft:birch_sapling") + print("going towards tree") + pf.lookat(trees[index or math.random(#trees)]) + has, data = turtle.inspect() + print(has,data) + if + has and data.name == + "minecraft:birch_log" + then + turtle.dig() + turtle.forward() + height = 0 + while turtle.digUp() do + turtle.up() + height = height + 1 + end + for i = 1,height do + turtle.down() + end + turtle.back() + end + turtle.place() +end + +for i = 1,#trees do + fell(i) +end +pf.returnHome() + + diff --git a/disk/0/im b/disk/0/im new file mode 100644 index 0000000..2656f8e --- /dev/null +++ b/disk/0/im @@ -0,0 +1,89 @@ +function count(name) + local value = 0 + for i = 1,16 do + local item = turtle.getItemDetail(i) + if item and item.name == name then + value = value + item.count + end + if item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(.1) + pack = peripheral.wrap("top") + items = pack.list() + for i,v in pairs(items) do + if v.name == name then + value = value + v.count + end + end + turtle.digUp() + end + end + return value +end +function select(name) + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if not item then + flag = true + end + if item and item.name == name then + turtle.select(i) + return true + end + end + for i = 1,16 do + item = turtle.getItemDetail(i) + if flag and item and item.name == "packages:package" then + turtle.select(i) + turtle.placeUp() + sleep(0.1) + items = peripheral.call("top","list") + for i,v in pairs(items) do + if v.name == name then + turtle.suckUp(64) + break + end + end + turtle.digUp() + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + return true + end + end + end + end + print("no"..name.."found") + return false +end + +function pull(name, slot) + slot = slot or turtle.getSelectedSlot() + turtle.select(slot) + i = 1 + item = turtle.getItemDetail(slot) + while item and item.name~=name and i <=16 do + turtle.transferTo(i) + item = turtle.getItemDetail(slot) + i = i+1 + end + local flag = false + for i = 1,16 do + item = turtle.getItemDetail(i) + if item and item.name == name then + turtle.select(i) + turtle.transferTo(slot) + flag = true + end + end + turtle.select(slot) + if flag then + return turtle.getItemCount(slot) + end + return error("there is no '"..name.."' in my inventory") +end + +return {pull=pull,count=count,select=select} diff --git a/disk/0/pf b/disk/0/pf new file mode 100644 index 0000000..4fb5ec0 --- /dev/null +++ b/disk/0/pf @@ -0,0 +1,113 @@ +home = vector.new(-250, 96, 108) +up = vector.new(0,1,0) +south = vector.new(0,0,1) +east = vector.new(1,0,0) +function greedystep(target) + if (target-position):dot(facing) > 0 then + if turtle.forward() then + position = position + facing + elseif position + facing ==target then + return false, "the target is occupied" + else + + + temp = (target-position):dot(facing:cross(up)) + if temp>0 then + turtle.turnRight() + facing = facing:cross(up) + elseif temp<0 then + turtle.turnLeft() + facing = - facing:cross(up) + else + temp = (target-position):dot(up) + if temp>0 then + if turtle.up() then + position = position+up + end + elseif temp<0 then + if turtle.down() then + position = position-up + end + else + error("help me im stuck") + end + end + end + else + --we did not need to move in that direction + temp = (target-position):dot(facing:cross(up)) + if temp > 0 then + turtle.turnRight() + facing=facing:cross(up) + elseif temp < 0 then + turtle.turnLeft() + facing=facing:cross(-up) + else + if (target-position):dot(facing) == 0 then + temp = (target-position):dot(up) + if temp == 0 then + return false,"the target has been reached" + else + if temp > 0 then + if turtle.up() then + position:add(up) + else + position.sub(up) + end + end + end + + + end + end + end +-- print(position,facing) + _G.position = position + _G.facing = facing + return true +end +greedystep = require("pathfinding2").greedystep +function to(target) + print(tostring(target)) + while greedystep(target) do + end +end +function returnhome() + to(home) + if facing == south then + turtle.turnRight() + facing=facing:cross(up) + end + if facing == east then + turtle.turnLeft() + facing=facing:cross(-up) + end + if facing == -south then + turtle.turnLeft() + facing=facing:cross(-up) + end + _G.facing = facing + _G.position = position +end +function lookat(target) + print("lookat") + while (position+facing).x ~= target.x + or (position+facing).z ~= target.z do + greedystep(target) + end + print("temp") + temp = target.y-position.y + while target.y > position.y do + turtle.up() + position = position+up + end + while target.y < position.y do + turtle.down() + position = position-up + end + _G.position = position +end +return {to = to, +returnHome=returnhome, +lookat = lookat, +home = home} diff --git a/disk/0/pf2 b/disk/0/pf2 new file mode 100644 index 0000000..9ce56c6 --- /dev/null +++ b/disk/0/pf2 @@ -0,0 +1,35 @@ +up = vector.new(0,1,0) +function greedystep(target) + --rednet.broadcast(position) + vec = target-position + if target == position then + return false + end + if vec.y > 0 then + if turtle.up() then + _G.position = position + up + return true + end + elseif vec.y < 0 then + if turtle.down() then + _G.position = position - up + return true + end + end + if vec:dot(facing) > 0 then + if turtle.forward() then + _G.position = position + facing + return true + end + end + if vec:dot(facing:cross(up)) > 0 then + turtle.turnRight() + _G.facing = facing:cross(up) + return true + else + turtle.turnLeft() + _G.facing = - facing:cross(up) + return true + end +end +return {greedystep = greedystep} diff --git a/disk/0/report b/disk/0/report new file mode 100644 index 0000000..7c8996f --- /dev/null +++ b/disk/0/report @@ -0,0 +1,2 @@ +print("i believe i am at", position) +print("and looking", facing) diff --git a/disk/0/startup b/disk/0/startup new file mode 100644 index 0000000..d8a5dee --- /dev/null +++ b/disk/0/startup @@ -0,0 +1,14 @@ +_G.position = vector.new(-250,96,108) +_G.facing = vector.new(-1,0,0) +rednet.open("left") +old_print = _G.print +new_print = function(...) + x = "" + for i,v in ipairs(arg) do + x = x..tostring(v).." " + end + old_print(x) + rednet.broadcast(x) +end +_G.print = new_print + diff --git a/disk/0/structure b/disk/0/structure new file mode 100644 index 0000000..8ef5c5b --- /dev/null +++ b/disk/0/structure @@ -0,0 +1,106 @@ +v = 0.55 +X = vector.new(0,-0.92836897,0.28899258) +Y = vector.new(-0.94538565,0.06753674,0.21695717) +Z = vector.new(0.23369713,0.28899258,0.92836897) +r1 = 40 +r2 = 10 +a = {1,-2,3,1,0,-1,-1,2,0,0} +b = {-1.2314479651658854,-1.5872747213793104,0.04683103835434217,1.9674748180974897,1.153043896136355,-0.10238369338887907,1.7042206782594087,-1.242120063575402,0.5603127510670854,2.66234724349466} +c = {4.321312860949716,2.116116100402904,2.7194094703705165,3.0821962706516177,5.994638109825947,0.8990716738267982,0.06271719387139103,0.7355961093238955,2.1949825399445198,5.522266625688897} +l = vector.new(0.57735027,0.57735027,0.57735027) +function surface(uv) + --print("surface") + total = 0 + for i = 1,#a do + total = total + math.sin(a[i]*uv.x+math.floor(.5+b[i])*uv.y+c[i]) + end + return math.pow(math.mod(total,2)-1,2) +end +function map(xyz) + --print("map") + local u = math.atan2( + xyz:dot(X),xyz:dot(Y) + ) + local v = math.atan2( + xyz:dot(Z:normalize()), + math.sqrt( + xyz:dot(X)^2+xyz:dot(X)^2 + ) + -r1 + ) + return vector.new(u,v) +end +function lerp(x,y,t) + --print("lerp") + return x - (x-y)*t +end +function project(x,y) + --print("project x:",x," y:",y) + return x-( + y*( + ( + x:dot( + y + ) + )/( + y:dot( + y + ) + ) + ) + ) +end +function setmag(x,y) + --print("setmag") + return x:normalize()*y +end +function f(x,y,z) + --print("f") + xyz = vector.new(x,y,z) + dist = (xyz-setmag(project(xyz,Z),r1)):length()-r2 + detail = lerp(5*surface(map(xyz)),r1,v) + return dist-detail +end +function blockat(x,y,z) + --print("blockat") + if f(x,y,z) < 0 then + flag = false + for k,v in pairs({ + {1,0,0}, + {0,1,0}, + {0,0,1}, + {-1,0,0}, + {0,-1,0}, + {0,0,-1} + })do + flag = f(x+v[1],y+v[2],z+v[3])>0 or flag + end + if flag then + dx = f(x+0.1,y,z)-f(x-0.1,y,z) + dy = f(x,y+0.1,z)-f(x,y-0.1,z) + dz = f(x,y,z+0.1)-f(x,y,z-0.1) + normal = vector.new(dx,dy,dz):normalize() + if normal:dot(vector.new(0,0,1)) > 0.5 then + return true, "minecraft:moss_block" + end + dot = normal:dot(l) + lighttable = { + {-.7,"minecraft:cobbled_deepslate"}, + {-.5,"minecraft:andesite"}, + {-.3,"minecraft:tuff"}, + {0,"minecraft:cobblestone"}, + {.5,"minecraft:diorite"}, + {.7,"create:cut_limestone"}, + {2,"minecraft:calcite"} + } + for i,v in ipairs(lighttable) do + if dot < v[1] then + return true, v[2] + end + end + end + end +-- print(x,y,z,"is not part of the set") + return false +end +return {blockat = blockat} diff --git a/disk/0/tobuild b/disk/0/tobuild new file mode 100644 index 0000000..b0a4deb --- /dev/null +++ b/disk/0/tobuild @@ -0,0 +1,9619 @@ +10,-48,-22 +10,-48,-14 +10,-48,-6 +10,-48,2 +10,-48,10 +10,-48,18 +10,-48,26 +10,-48,34 +10,-48,42 +10,-48,50 +10,-48,58 +10,-48,66 +10,-48,74 +10,-48,82 +10,-48,90 +10,-48,98 +10,-48,106 +10,-48,114 +10,-48,122 +10,-48,130 +10,-48,138 +10,-48,146 +18,-48,-150 +18,-48,-142 +18,-48,-134 +18,-48,-126 +18,-48,-118 +18,-48,-110 +18,-48,-102 +18,-48,-94 +18,-48,-86 +18,-48,-78 +18,-48,-70 +18,-48,-62 +18,-48,-54 +18,-48,-46 +18,-48,-38 +18,-48,-30 +18,-48,-22 +18,-48,-14 +18,-48,-6 +18,-48,2 +18,-48,10 +18,-48,18 +18,-48,26 +18,-48,34 +18,-48,42 +18,-48,50 +18,-48,58 +18,-48,66 +18,-48,74 +18,-48,82 +18,-48,90 +18,-48,98 +18,-48,106 +18,-48,114 +18,-48,122 +18,-48,130 +18,-48,138 +18,-48,146 +26,-48,-150 +26,-48,-142 +26,-48,-134 +26,-48,-126 +26,-48,-118 +26,-48,-110 +26,-48,-102 +26,-48,-94 +26,-48,-86 +26,-48,-78 +26,-48,-70 +26,-48,-62 +26,-48,-54 +26,-48,-46 +26,-48,-38 +26,-48,-30 +26,-48,-22 +26,-48,-14 +26,-48,-6 +26,-48,2 +26,-48,10 +26,-48,18 +26,-48,26 +26,-48,34 +26,-48,42 +26,-48,50 +26,-48,58 +26,-48,66 +26,-48,74 +26,-48,82 +26,-48,90 +26,-48,98 +26,-48,106 +26,-48,114 +26,-48,122 +26,-48,130 +26,-48,138 +26,-48,146 +34,-48,-150 +34,-48,-142 +34,-48,-134 +34,-48,-126 +34,-48,-118 +34,-48,-110 +34,-48,-102 +34,-48,-94 +34,-48,-86 +34,-48,-78 +34,-48,-70 +34,-48,-62 +34,-48,-54 +34,-48,-46 +34,-48,-38 +34,-48,-30 +34,-48,-22 +34,-48,-14 +34,-48,-6 +34,-48,2 +34,-48,10 +34,-48,18 +34,-48,26 +34,-48,34 +34,-48,42 +34,-48,50 +34,-48,58 +34,-48,66 +34,-48,74 +34,-48,82 +34,-48,90 +34,-48,98 +34,-48,106 +34,-48,114 +34,-48,122 +34,-48,130 +34,-48,138 +34,-48,146 +42,-48,-150 +42,-48,-142 +42,-48,-134 +42,-48,-126 +42,-48,-118 +42,-48,-110 +42,-48,-102 +42,-48,-94 +42,-48,-86 +42,-48,-78 +42,-48,-70 +42,-48,-62 +42,-48,-54 +42,-48,-46 +42,-48,-38 +42,-48,-30 +42,-48,-22 +42,-48,-14 +42,-48,-6 +42,-48,2 +42,-48,10 +42,-48,18 +42,-48,26 +42,-48,34 +42,-48,42 +42,-48,50 +42,-48,58 +42,-48,66 +42,-48,74 +42,-48,82 +42,-48,90 +42,-48,98 +42,-48,106 +42,-48,114 +42,-48,122 +42,-48,130 +42,-48,138 +42,-48,146 +50,-48,-150 +50,-48,-142 +50,-48,-134 +50,-48,-126 +50,-48,-118 +50,-48,-110 +50,-48,-102 +50,-48,-94 +50,-48,-86 +50,-48,-78 +50,-48,-70 +50,-48,-62 +50,-48,-54 +50,-48,-46 +50,-48,-38 +50,-48,-30 +50,-48,-22 +50,-48,-14 +50,-48,-6 +50,-48,2 +50,-48,10 +50,-48,18 +50,-48,26 +50,-48,34 +50,-48,42 +50,-48,50 +50,-48,58 +50,-48,66 +50,-48,74 +50,-48,82 +50,-48,90 +50,-48,98 +50,-48,106 +50,-48,114 +50,-48,122 +50,-48,130 +50,-48,138 +50,-48,146 +58,-48,-150 +58,-48,-142 +58,-48,-134 +58,-48,-126 +58,-48,-118 +58,-48,-110 +58,-48,-102 +58,-48,-94 +58,-48,-86 +58,-48,-78 +58,-48,-70 +58,-48,-62 +58,-48,-54 +58,-48,-46 +58,-48,-38 +58,-48,-30 +58,-48,-22 +58,-48,-14 +58,-48,-6 +58,-48,2 +58,-48,10 +58,-48,18 +58,-48,26 +58,-48,34 +58,-48,42 +58,-48,50 +58,-48,58 +58,-48,66 +58,-48,74 +58,-48,82 +58,-48,90 +58,-48,98 +58,-48,106 +58,-48,114 +58,-48,122 +58,-48,130 +58,-48,138 +58,-48,146 +66,-48,-150 +66,-48,-142 +66,-48,-134 +66,-48,-126 +66,-48,-118 +66,-48,-110 +66,-48,-102 +66,-48,-94 +66,-48,-86 +66,-48,-78 +66,-48,-70 +66,-48,-62 +66,-48,-54 +66,-48,-46 +66,-48,-38 +66,-48,-30 +66,-48,-22 +66,-48,-14 +66,-48,-6 +66,-48,2 +66,-48,10 +66,-48,18 +66,-48,26 +66,-48,34 +66,-48,42 +66,-48,50 +66,-48,58 +66,-48,66 +66,-48,74 +66,-48,82 +66,-48,90 +66,-48,98 +66,-48,106 +66,-48,114 +66,-48,122 +66,-48,130 +66,-48,138 +66,-48,146 +74,-48,-150 +74,-48,-142 +74,-48,-134 +74,-48,-126 +74,-48,-118 +74,-48,-110 +74,-48,-102 +74,-48,-94 +74,-48,-86 +74,-48,-78 +74,-48,-70 +74,-48,-62 +74,-48,-54 +74,-48,-46 +74,-48,-38 +74,-48,-30 +74,-48,-22 +74,-48,-14 +74,-48,-6 +74,-48,2 +74,-48,10 +74,-48,18 +74,-48,26 +74,-48,34 +74,-48,42 +74,-48,50 +74,-48,58 +74,-48,66 +74,-48,74 +74,-48,82 +74,-48,90 +74,-48,98 +74,-48,106 +74,-48,114 +74,-48,122 +74,-48,130 +74,-48,138 +74,-48,146 +82,-48,-150 +82,-48,-142 +82,-48,-134 +82,-48,-126 +82,-48,-118 +82,-48,-110 +82,-48,-102 +82,-48,-94 +82,-48,-86 +82,-48,-78 +82,-48,-70 +82,-48,-62 +82,-48,-54 +82,-48,-46 +82,-48,-38 +82,-48,-30 +82,-48,-22 +82,-48,-14 +82,-48,-6 +82,-48,2 +82,-48,10 +82,-48,18 +82,-48,26 +82,-48,34 +82,-48,42 +82,-48,50 +82,-48,58 +82,-48,66 +82,-48,74 +82,-48,82 +82,-48,90 +82,-48,98 +82,-48,106 +82,-48,114 +82,-48,122 +82,-48,130 +82,-48,138 +82,-48,146 +90,-48,-150 +90,-48,-142 +90,-48,-134 +90,-48,-126 +90,-48,-118 +90,-48,-110 +90,-48,-102 +90,-48,-94 +90,-48,-86 +90,-48,-78 +90,-48,-70 +90,-48,-62 +90,-48,-54 +90,-48,-46 +90,-48,-38 +90,-48,-30 +90,-48,-22 +90,-48,-14 +90,-48,-6 +90,-48,2 +90,-48,10 +90,-48,18 +90,-48,26 +90,-48,34 +90,-48,42 +90,-48,50 +90,-48,58 +90,-48,66 +90,-48,74 +90,-48,82 +90,-48,90 +90,-48,98 +90,-48,106 +90,-48,114 +90,-48,122 +90,-48,130 +90,-48,138 +90,-48,146 +98,-48,-150 +98,-48,-142 +98,-48,-134 +98,-48,-126 +98,-48,-118 +98,-48,-110 +98,-48,-102 +98,-48,-94 +98,-48,-86 +98,-48,-78 +98,-48,-70 +98,-48,-62 +98,-48,-54 +98,-48,-46 +98,-48,-38 +98,-48,-30 +98,-48,-22 +98,-48,-14 +98,-48,-6 +98,-48,2 +98,-48,10 +98,-48,18 +98,-48,26 +98,-48,34 +98,-48,42 +98,-48,50 +98,-48,58 +98,-48,66 +98,-48,74 +98,-48,82 +98,-48,90 +98,-48,98 +98,-48,106 +98,-48,114 +98,-48,122 +98,-48,130 +98,-48,138 +98,-48,146 +106,-48,-150 +106,-48,-142 +106,-48,-134 +106,-48,-126 +106,-48,-118 +106,-48,-110 +106,-48,-102 +106,-48,-94 +106,-48,-86 +106,-48,-78 +106,-48,-70 +106,-48,-62 +106,-48,-54 +106,-48,-46 +106,-48,-38 +106,-48,-30 +106,-48,-22 +106,-48,-14 +106,-48,-6 +106,-48,2 +106,-48,10 +106,-48,18 +106,-48,26 +106,-48,34 +106,-48,42 +106,-48,50 +106,-48,58 +106,-48,66 +106,-48,74 +106,-48,82 +106,-48,90 +106,-48,98 +106,-48,106 +106,-48,114 +106,-48,122 +106,-48,130 +106,-48,138 +106,-48,146 +114,-48,-150 +114,-48,-142 +114,-48,-134 +114,-48,-126 +114,-48,-118 +114,-48,-110 +114,-48,-102 +114,-48,-94 +114,-48,-86 +114,-48,-78 +114,-48,-70 +114,-48,-62 +114,-48,-54 +114,-48,-46 +114,-48,-38 +114,-48,-30 +114,-48,-22 +114,-48,-14 +114,-48,-6 +114,-48,2 +114,-48,10 +114,-48,18 +114,-48,26 +114,-48,34 +114,-48,42 +114,-48,50 +114,-48,58 +114,-48,66 +114,-48,74 +114,-48,82 +114,-48,90 +114,-48,98 +114,-48,106 +114,-48,114 +114,-48,122 +114,-48,130 +114,-48,138 +114,-48,146 +122,-48,-150 +122,-48,-142 +122,-48,-134 +122,-48,-126 +122,-48,-118 +122,-48,-110 +122,-48,-102 +122,-48,-94 +122,-48,-86 +122,-48,-78 +122,-48,-70 +122,-48,-62 +122,-48,-54 +122,-48,-46 +122,-48,-38 +122,-48,-30 +122,-48,-22 +122,-48,-14 +122,-48,-6 +122,-48,2 +122,-48,10 +122,-48,18 +122,-48,26 +122,-48,34 +122,-48,42 +122,-48,50 +122,-48,58 +122,-48,66 +122,-48,74 +122,-48,82 +122,-48,90 +122,-48,98 +122,-48,106 +122,-48,114 +122,-48,122 +122,-48,130 +122,-48,138 +122,-48,146 +130,-48,-150 +130,-48,-142 +130,-48,-134 +130,-48,-126 +130,-48,-118 +130,-48,-110 +130,-48,-102 +130,-48,-94 +130,-48,-86 +130,-48,-78 +130,-48,-70 +130,-48,-62 +130,-48,-54 +130,-48,-46 +130,-48,-38 +130,-48,-30 +130,-48,-22 +130,-48,-14 +130,-48,-6 +130,-48,2 +130,-48,10 +130,-48,18 +130,-48,26 +130,-48,34 +130,-48,42 +130,-48,50 +130,-48,58 +130,-48,66 +130,-48,74 +130,-48,82 +130,-48,90 +130,-48,98 +130,-48,106 +130,-48,114 +130,-48,122 +130,-48,130 +130,-48,138 +130,-48,146 +138,-48,-150 +138,-48,-142 +138,-48,-134 +138,-48,-126 +138,-48,-118 +138,-48,-110 +138,-48,-102 +138,-48,-94 +138,-48,-86 +138,-48,-78 +138,-48,-70 +138,-48,-62 +138,-48,-54 +138,-48,-46 +138,-48,-38 +138,-48,-30 +138,-48,-22 +138,-48,-14 +138,-48,-6 +138,-48,2 +138,-48,10 +138,-48,18 +138,-48,26 +138,-48,34 +138,-48,42 +138,-48,50 +138,-48,58 +138,-48,66 +138,-48,74 +138,-48,82 +138,-48,90 +138,-48,98 +138,-48,106 +138,-48,114 +138,-48,122 +138,-48,130 +138,-48,138 +138,-48,146 +146,-48,-150 +146,-48,-142 +146,-48,-134 +146,-48,-126 +146,-48,-118 +146,-48,-110 +146,-48,-102 +146,-48,-94 +146,-48,-86 +146,-48,-78 +146,-48,-70 +146,-48,-62 +146,-48,-54 +146,-48,-46 +146,-48,-38 +146,-48,-30 +146,-48,-22 +146,-48,-14 +146,-48,-6 +146,-48,2 +146,-48,10 +146,-48,18 +146,-48,26 +146,-48,34 +146,-48,42 +146,-48,50 +146,-48,58 +146,-48,66 +146,-48,74 +146,-48,82 +146,-48,90 +146,-48,98 +146,-48,106 +146,-48,114 +146,-48,122 +146,-48,130 +146,-48,138 +146,-48,146 +-150,-40,-150 +-150,-40,-142 +-150,-40,-134 +-150,-40,-126 +-150,-40,-118 +-150,-40,-110 +-150,-40,-102 +-150,-40,-94 +-150,-40,-86 +-150,-40,-78 +-150,-40,-70 +-150,-40,-62 +-150,-40,-54 +-150,-40,-46 +-150,-40,-38 +-150,-40,-30 +-150,-40,-22 +-150,-40,-14 +-150,-40,-6 +-150,-40,2 +-150,-40,10 +-150,-40,18 +-150,-40,26 +-150,-40,34 +-150,-40,42 +-150,-40,50 +-150,-40,58 +-150,-40,66 +-150,-40,74 +-150,-40,82 +-150,-40,90 +-150,-40,98 +-150,-40,106 +-150,-40,114 +-150,-40,122 +-150,-40,130 +-150,-40,138 +-150,-40,146 +-142,-40,-150 +-142,-40,-142 +-142,-40,-134 +-142,-40,-126 +-142,-40,-118 +-142,-40,-110 +-142,-40,-102 +-142,-40,-94 +-142,-40,-86 +-142,-40,-78 +-142,-40,-70 +-142,-40,-62 +-142,-40,-54 +-142,-40,-46 +-142,-40,-38 +-142,-40,-30 +-142,-40,-22 +-142,-40,-14 +-142,-40,-6 +-142,-40,2 +-142,-40,10 +-142,-40,18 +-142,-40,26 +-142,-40,34 +-142,-40,42 +-142,-40,50 +-142,-40,58 +-142,-40,66 +-142,-40,74 +-142,-40,82 +-142,-40,90 +-142,-40,98 +-142,-40,106 +-142,-40,114 +-142,-40,122 +-142,-40,130 +-142,-40,138 +-142,-40,146 +-134,-40,-150 +-134,-40,-142 +-134,-40,-134 +-134,-40,-126 +-134,-40,-118 +-134,-40,-110 +-134,-40,-102 +-134,-40,-94 +-134,-40,-86 +-134,-40,-78 +-134,-40,-70 +-134,-40,-62 +-134,-40,-54 +-134,-40,-46 +-134,-40,-38 +-134,-40,-30 +-134,-40,-22 +-134,-40,-14 +-134,-40,-6 +-134,-40,2 +-134,-40,10 +-134,-40,18 +-134,-40,26 +-134,-40,34 +-134,-40,42 +-134,-40,50 +-134,-40,58 +-134,-40,66 +-134,-40,74 +-134,-40,82 +-134,-40,90 +-134,-40,98 +-134,-40,106 +-134,-40,114 +-134,-40,122 +-134,-40,130 +-134,-40,138 +-134,-40,146 +-126,-40,-150 +-126,-40,-142 +-126,-40,-134 +-126,-40,-126 +-126,-40,-118 +-126,-40,-110 +-126,-40,-102 +-126,-40,-94 +-126,-40,-86 +-126,-40,-78 +-126,-40,-70 +-126,-40,-62 +-126,-40,-54 +-126,-40,-46 +-126,-40,-38 +-126,-40,-30 +-126,-40,-22 +-126,-40,-14 +-126,-40,-6 +-126,-40,2 +-126,-40,10 +-126,-40,18 +-126,-40,26 +-126,-40,34 +-126,-40,42 +-126,-40,50 +-126,-40,58 +-126,-40,66 +-126,-40,74 +-126,-40,82 +-126,-40,90 +-126,-40,98 +-126,-40,106 +-126,-40,114 +-126,-40,122 +-126,-40,130 +-126,-40,138 +-126,-40,146 +-118,-40,-150 +-118,-40,-142 +-118,-40,-134 +-118,-40,-126 +-118,-40,-118 +-118,-40,-110 +-118,-40,-102 +-118,-40,-94 +-118,-40,-86 +-118,-40,-78 +-118,-40,-70 +-118,-40,-62 +-118,-40,-54 +-118,-40,-46 +-118,-40,-38 +-118,-40,-30 +-118,-40,-22 +-118,-40,-14 +-118,-40,-6 +-118,-40,2 +-118,-40,10 +-118,-40,18 +-118,-40,26 +-118,-40,34 +-118,-40,42 +-118,-40,50 +-118,-40,58 +-118,-40,66 +-118,-40,74 +-118,-40,82 +-118,-40,90 +-118,-40,98 +-118,-40,106 +-118,-40,114 +-118,-40,122 +-118,-40,130 +-118,-40,138 +-118,-40,146 +-110,-40,-150 +-110,-40,-142 +-110,-40,-134 +-110,-40,-126 +-110,-40,-118 +-110,-40,-110 +-110,-40,-102 +-110,-40,-94 +-110,-40,-86 +-110,-40,-78 +-110,-40,-70 +-110,-40,-62 +-110,-40,-54 +-110,-40,-46 +-110,-40,-38 +-110,-40,-30 +-110,-40,-22 +-110,-40,-14 +-110,-40,-6 +-110,-40,2 +-110,-40,10 +-110,-40,18 +-110,-40,26 +-110,-40,34 +-110,-40,42 +-110,-40,50 +-110,-40,58 +-110,-40,66 +-110,-40,74 +-110,-40,82 +-110,-40,90 +-110,-40,98 +-110,-40,106 +-110,-40,114 +-110,-40,122 +-110,-40,130 +-110,-40,138 +-110,-40,146 +-102,-40,-150 +-102,-40,-142 +-102,-40,-134 +-102,-40,-126 +-102,-40,-118 +-102,-40,-110 +-102,-40,-102 +-102,-40,-94 +-102,-40,-86 +-102,-40,-78 +-102,-40,-70 +-102,-40,-62 +-102,-40,-54 +-102,-40,-46 +-102,-40,-38 +-102,-40,-30 +-102,-40,-22 +-102,-40,-14 +-102,-40,-6 +-102,-40,2 +-102,-40,10 +-102,-40,18 +-102,-40,26 +-102,-40,34 +-102,-40,42 +-102,-40,50 +-102,-40,58 +-102,-40,66 +-102,-40,74 +-102,-40,82 +-102,-40,90 +-102,-40,98 +-102,-40,106 +-102,-40,114 +-102,-40,122 +-102,-40,130 +-102,-40,138 +-102,-40,146 +-94,-40,-150 +-94,-40,-142 +-94,-40,-134 +-94,-40,-126 +-94,-40,-118 +-94,-40,-110 +-94,-40,-102 +-94,-40,-94 +-94,-40,-86 +-94,-40,-78 +-94,-40,-70 +-94,-40,-62 +-94,-40,-54 +-94,-40,-46 +-94,-40,-38 +-94,-40,-30 +-94,-40,-22 +-94,-40,-14 +-94,-40,-6 +-94,-40,2 +-94,-40,10 +-94,-40,18 +-94,-40,26 +-94,-40,34 +-94,-40,42 +-94,-40,50 +-94,-40,58 +-94,-40,66 +-94,-40,74 +-94,-40,82 +-94,-40,90 +-94,-40,98 +-94,-40,106 +-94,-40,114 +-94,-40,122 +-94,-40,130 +-94,-40,138 +-94,-40,146 +-86,-40,-150 +-86,-40,-142 +-86,-40,-134 +-86,-40,-126 +-86,-40,-118 +-86,-40,-110 +-86,-40,-102 +-86,-40,-94 +-86,-40,-86 +-86,-40,-78 +-86,-40,-70 +-86,-40,-62 +-86,-40,-54 +-86,-40,-46 +-86,-40,-38 +-86,-40,-30 +-86,-40,-22 +-86,-40,-14 +-86,-40,-6 +-86,-40,2 +-86,-40,10 +-86,-40,18 +-86,-40,26 +-86,-40,34 +-86,-40,42 +-86,-40,50 +-86,-40,58 +-86,-40,66 +-86,-40,74 +-86,-40,82 +-86,-40,90 +-86,-40,98 +-86,-40,106 +-86,-40,114 +-86,-40,122 +-86,-40,130 +-86,-40,138 +-86,-40,146 +-78,-40,-150 +-78,-40,-142 +-78,-40,-134 +-78,-40,-126 +-78,-40,-118 +-78,-40,-110 +-78,-40,-102 +-78,-40,-94 +-78,-40,-86 +-78,-40,-78 +-78,-40,-70 +-78,-40,-62 +-78,-40,-54 +-78,-40,-46 +-78,-40,-38 +-78,-40,-30 +-78,-40,-22 +-78,-40,-14 +-78,-40,-6 +-78,-40,2 +-78,-40,10 +-78,-40,18 +-78,-40,26 +-78,-40,34 +-78,-40,42 +-78,-40,50 +-78,-40,58 +-78,-40,66 +-78,-40,74 +-78,-40,82 +-78,-40,90 +-78,-40,98 +-78,-40,106 +-78,-40,114 +-78,-40,122 +-78,-40,130 +-78,-40,138 +-78,-40,146 +-70,-40,-150 +-70,-40,-142 +-70,-40,-134 +-70,-40,-126 +-70,-40,-118 +-70,-40,-110 +-70,-40,-102 +-70,-40,-94 +-70,-40,-86 +-70,-40,-78 +-70,-40,-70 +-70,-40,-62 +-70,-40,-54 +-70,-40,-46 +-70,-40,-38 +-70,-40,-30 +-70,-40,-22 +-70,-40,-14 +-70,-40,-6 +-70,-40,2 +-70,-40,10 +-70,-40,18 +-70,-40,26 +-70,-40,34 +-70,-40,42 +-70,-40,50 +-70,-40,58 +-70,-40,66 +-70,-40,74 +-70,-40,82 +-70,-40,90 +-70,-40,98 +-70,-40,106 +-70,-40,114 +-70,-40,122 +-70,-40,130 +-70,-40,138 +-70,-40,146 +-62,-40,-150 +-62,-40,-142 +-62,-40,-134 +-62,-40,-126 +-62,-40,-118 +-62,-40,-110 +-62,-40,-102 +-62,-40,-94 +-62,-40,-86 +-62,-40,-78 +-62,-40,-70 +-62,-40,-62 +-62,-40,-54 +-62,-40,-46 +-62,-40,-38 +-62,-40,-30 +-62,-40,-22 +-62,-40,-14 +-62,-40,-6 +-62,-40,2 +-62,-40,10 +-62,-40,18 +-62,-40,26 +-62,-40,34 +-62,-40,42 +-62,-40,50 +-62,-40,58 +-62,-40,66 +-62,-40,74 +-62,-40,82 +-62,-40,90 +-62,-40,98 +-62,-40,106 +-62,-40,114 +-62,-40,122 +-62,-40,130 +-62,-40,138 +-62,-40,146 +-54,-40,-150 +-54,-40,-142 +-54,-40,-134 +-54,-40,-126 +-54,-40,-118 +-54,-40,-110 +-54,-40,-102 +-54,-40,-94 +-54,-40,-86 +-54,-40,-78 +-54,-40,-70 +-54,-40,-62 +-54,-40,-54 +-54,-40,-46 +-54,-40,-38 +-54,-40,-30 +-54,-40,-22 +-54,-40,-14 +-54,-40,-6 +-54,-40,2 +-54,-40,10 +-54,-40,18 +-54,-40,26 +-54,-40,34 +-54,-40,42 +-54,-40,50 +-54,-40,58 +-54,-40,66 +-54,-40,74 +-54,-40,82 +-54,-40,90 +-54,-40,98 +-54,-40,106 +-54,-40,114 +-54,-40,122 +-54,-40,130 +-54,-40,138 +-54,-40,146 +-46,-40,-150 +-46,-40,-142 +-46,-40,-134 +-46,-40,-126 +-46,-40,-118 +-46,-40,-110 +-46,-40,-102 +-46,-40,-94 +-46,-40,-86 +-46,-40,-78 +-46,-40,-70 +-46,-40,-62 +-46,-40,-54 +-46,-40,-46 +-46,-40,-38 +-46,-40,-30 +-46,-40,-22 +-46,-40,-14 +-46,-40,-6 +-46,-40,2 +-46,-40,10 +-46,-40,18 +-46,-40,26 +-46,-40,34 +-46,-40,42 +-46,-40,50 +-46,-40,58 +-46,-40,66 +-46,-40,74 +-46,-40,82 +-46,-40,90 +-46,-40,98 +-46,-40,106 +-46,-40,114 +-46,-40,122 +-46,-40,130 +-46,-40,138 +-46,-40,146 +-38,-40,-150 +-38,-40,-142 +-38,-40,-134 +-38,-40,-126 +-38,-40,-118 +-38,-40,-110 +-38,-40,-102 +-38,-40,-94 +-38,-40,-86 +-38,-40,-78 +-38,-40,-70 +-38,-40,-62 +-38,-40,-54 +-38,-40,-46 +-38,-40,-38 +-38,-40,-30 +-38,-40,-22 +-38,-40,-14 +-38,-40,-6 +-38,-40,2 +-38,-40,10 +-38,-40,18 +-38,-40,26 +-38,-40,34 +-38,-40,42 +-38,-40,50 +-38,-40,58 +-38,-40,66 +-38,-40,74 +-38,-40,82 +-38,-40,90 +-38,-40,98 +-38,-40,106 +-38,-40,114 +-38,-40,122 +-38,-40,130 +-38,-40,138 +-38,-40,146 +-30,-40,-150 +-30,-40,-142 +-30,-40,-134 +-30,-40,-126 +-30,-40,-118 +-30,-40,-110 +-30,-40,-102 +-30,-40,-94 +-30,-40,-86 +-30,-40,-78 +-30,-40,-70 +-30,-40,-62 +-30,-40,-54 +-30,-40,-46 +-30,-40,-38 +-30,-40,-30 +-30,-40,-22 +-30,-40,-14 +-30,-40,-6 +-30,-40,2 +-30,-40,10 +-30,-40,18 +-30,-40,26 +-30,-40,34 +-30,-40,42 +-30,-40,50 +-30,-40,58 +-30,-40,66 +-30,-40,74 +-30,-40,82 +-30,-40,90 +-30,-40,98 +-30,-40,106 +-30,-40,114 +-30,-40,122 +-30,-40,130 +-30,-40,138 +-30,-40,146 +-22,-40,-150 +-22,-40,-142 +-22,-40,-134 +-22,-40,-126 +-22,-40,-118 +-22,-40,-110 +-22,-40,-102 +-22,-40,-94 +-22,-40,-86 +-22,-40,-78 +-22,-40,-70 +-22,-40,-62 +-22,-40,-54 +-22,-40,-46 +-22,-40,-38 +-22,-40,-30 +-22,-40,-22 +-22,-40,-14 +-22,-40,-6 +-22,-40,2 +-22,-40,10 +-22,-40,18 +-22,-40,26 +-22,-40,34 +-22,-40,42 +-22,-40,50 +-22,-40,58 +-22,-40,66 +-22,-40,74 +-22,-40,82 +-22,-40,90 +-22,-40,98 +-22,-40,106 +-22,-40,114 +-22,-40,122 +-22,-40,130 +-22,-40,138 +-22,-40,146 +-14,-40,-150 +-14,-40,-142 +-14,-40,-134 +-14,-40,-126 +-14,-40,-118 +-14,-40,-110 +-14,-40,-102 +-14,-40,-94 +-14,-40,-86 +-14,-40,-78 +-14,-40,-70 +-14,-40,-62 +-14,-40,-54 +-14,-40,-46 +-14,-40,-38 +-14,-40,-30 +-14,-40,-22 +-14,-40,-14 +-14,-40,-6 +-14,-40,2 +-14,-40,10 +-14,-40,18 +-14,-40,26 +-14,-40,34 +-14,-40,42 +-14,-40,50 +-14,-40,58 +-14,-40,66 +-14,-40,74 +-14,-40,82 +-14,-40,90 +-14,-40,98 +-14,-40,106 +-14,-40,114 +-14,-40,122 +-14,-40,130 +-14,-40,138 +-14,-40,146 +-6,-40,-150 +-6,-40,-142 +-6,-40,-134 +-6,-40,-126 +-6,-40,-118 +-6,-40,-110 +-6,-40,-102 +-6,-40,-94 +-6,-40,-86 +-6,-40,-78 +-6,-40,-70 +-6,-40,-62 +-6,-40,-54 +-6,-40,-46 +-6,-40,-38 +-6,-40,-30 +-6,-40,-22 +-6,-40,-14 +-6,-40,-6 +-6,-40,2 +-6,-40,10 +-6,-40,18 +-6,-40,26 +-6,-40,34 +-6,-40,42 +-6,-40,50 +-6,-40,58 +-6,-40,66 +-6,-40,74 +-6,-40,82 +-6,-40,90 +-6,-40,98 +-6,-40,106 +-6,-40,114 +-6,-40,122 +-6,-40,130 +-6,-40,138 +-6,-40,146 +2,-40,-150 +2,-40,-142 +2,-40,-134 +2,-40,-126 +2,-40,-118 +2,-40,-110 +2,-40,-102 +2,-40,-94 +2,-40,-86 +2,-40,-78 +2,-40,-70 +2,-40,-62 +2,-40,-54 +2,-40,-46 +2,-40,-38 +2,-40,-30 +2,-40,-22 +2,-40,-14 +2,-40,-6 +2,-40,2 +2,-40,10 +2,-40,18 +2,-40,26 +2,-40,34 +2,-40,42 +2,-40,50 +2,-40,58 +2,-40,66 +2,-40,74 +2,-40,82 +2,-40,90 +2,-40,98 +2,-40,106 +2,-40,114 +2,-40,122 +2,-40,130 +2,-40,138 +2,-40,146 +10,-40,-150 +10,-40,-142 +10,-40,-134 +10,-40,-126 +10,-40,-118 +10,-40,-110 +10,-40,-102 +10,-40,-94 +10,-40,-86 +10,-40,-78 +10,-40,-70 +10,-40,-62 +10,-40,-54 +10,-40,-46 +10,-40,-38 +10,-40,-30 +10,-40,-22 +10,-40,-14 +10,-40,-6 +10,-40,2 +10,-40,10 +10,-40,18 +10,-40,26 +10,-40,34 +10,-40,42 +10,-40,50 +10,-40,58 +10,-40,66 +10,-40,74 +10,-40,82 +10,-40,90 +10,-40,98 +10,-40,106 +10,-40,114 +10,-40,122 +10,-40,130 +10,-40,138 +10,-40,146 +18,-40,-150 +18,-40,-142 +18,-40,-134 +18,-40,-126 +18,-40,-118 +18,-40,-110 +18,-40,-102 +18,-40,-94 +18,-40,-86 +18,-40,-78 +18,-40,-70 +18,-40,-62 +18,-40,-54 +18,-40,-46 +18,-40,-38 +18,-40,-30 +18,-40,-22 +18,-40,-14 +18,-40,-6 +18,-40,2 +18,-40,10 +18,-40,18 +18,-40,26 +18,-40,34 +18,-40,42 +18,-40,50 +18,-40,58 +18,-40,66 +18,-40,74 +18,-40,82 +18,-40,90 +18,-40,98 +18,-40,106 +18,-40,114 +18,-40,122 +18,-40,130 +18,-40,138 +18,-40,146 +26,-40,-150 +26,-40,-142 +26,-40,-134 +26,-40,-126 +26,-40,-118 +26,-40,-110 +26,-40,-102 +26,-40,-94 +26,-40,-86 +26,-40,-78 +26,-40,-70 +26,-40,-62 +26,-40,-54 +26,-40,-46 +26,-40,-38 +26,-40,-30 +26,-40,-22 +26,-40,-14 +26,-40,-6 +26,-40,2 +26,-40,10 +26,-40,18 +26,-40,26 +26,-40,34 +26,-40,42 +26,-40,50 +26,-40,58 +26,-40,66 +26,-40,74 +26,-40,82 +26,-40,90 +26,-40,98 +26,-40,106 +26,-40,114 +26,-40,122 +26,-40,130 +26,-40,138 +26,-40,146 +34,-40,-150 +34,-40,-142 +34,-40,-134 +34,-40,-126 +34,-40,-118 +34,-40,-110 +34,-40,-102 +34,-40,-94 +34,-40,-86 +34,-40,-78 +34,-40,-70 +34,-40,-62 +34,-40,-54 +34,-40,-46 +34,-40,-38 +34,-40,-30 +34,-40,-22 +34,-40,-14 +34,-40,-6 +34,-40,2 +34,-40,10 +34,-40,18 +34,-40,26 +34,-40,34 +34,-40,42 +34,-40,50 +34,-40,58 +34,-40,66 +34,-40,74 +34,-40,82 +34,-40,90 +34,-40,98 +34,-40,106 +34,-40,114 +34,-40,122 +34,-40,130 +34,-40,138 +34,-40,146 +42,-40,-150 +42,-40,-142 +42,-40,-134 +42,-40,-126 +42,-40,-118 +42,-40,-110 +42,-40,-102 +42,-40,-94 +42,-40,-86 +42,-40,-78 +42,-40,-70 +42,-40,-62 +42,-40,-54 +42,-40,-46 +42,-40,-38 +42,-40,-30 +42,-40,-22 +42,-40,-14 +42,-40,-6 +42,-40,2 +42,-40,10 +42,-40,18 +42,-40,26 +42,-40,34 +42,-40,42 +42,-40,50 +42,-40,58 +42,-40,66 +42,-40,74 +42,-40,82 +42,-40,90 +42,-40,98 +42,-40,106 +42,-40,114 +42,-40,122 +42,-40,130 +42,-40,138 +42,-40,146 +50,-40,-150 +50,-40,-142 +50,-40,-134 +50,-40,-126 +50,-40,-118 +50,-40,-110 +50,-40,-102 +50,-40,-94 +50,-40,-86 +50,-40,-78 +50,-40,-70 +50,-40,-62 +50,-40,-54 +50,-40,-46 +50,-40,-38 +50,-40,-30 +50,-40,-22 +50,-40,-14 +50,-40,-6 +50,-40,2 +50,-40,10 +50,-40,18 +50,-40,26 +50,-40,34 +50,-40,42 +50,-40,50 +50,-40,58 +50,-40,66 +50,-40,74 +50,-40,82 +50,-40,90 +50,-40,98 +50,-40,106 +50,-40,114 +50,-40,122 +50,-40,130 +50,-40,138 +50,-40,146 +58,-40,-150 +58,-40,-142 +58,-40,-134 +58,-40,-126 +58,-40,-118 +58,-40,-110 +58,-40,-102 +58,-40,-94 +58,-40,-86 +58,-40,-78 +58,-40,-70 +58,-40,-62 +58,-40,-54 +58,-40,-46 +58,-40,-38 +58,-40,-30 +58,-40,-22 +58,-40,-14 +58,-40,-6 +58,-40,2 +58,-40,10 +58,-40,18 +58,-40,26 +58,-40,34 +58,-40,42 +58,-40,50 +58,-40,58 +58,-40,66 +58,-40,74 +58,-40,82 +58,-40,90 +58,-40,98 +58,-40,106 +58,-40,114 +58,-40,122 +58,-40,130 +58,-40,138 +58,-40,146 +66,-40,-150 +66,-40,-142 +66,-40,-134 +66,-40,-126 +66,-40,-118 +66,-40,-110 +66,-40,-102 +66,-40,-94 +66,-40,-86 +66,-40,-78 +66,-40,-70 +66,-40,-62 +66,-40,-54 +66,-40,-46 +66,-40,-38 +66,-40,-30 +66,-40,-22 +66,-40,-14 +66,-40,-6 +66,-40,2 +66,-40,10 +66,-40,18 +66,-40,26 +66,-40,34 +66,-40,42 +66,-40,50 +66,-40,58 +66,-40,66 +66,-40,74 +66,-40,82 +66,-40,90 +66,-40,98 +66,-40,106 +66,-40,114 +66,-40,122 +66,-40,130 +66,-40,138 +66,-40,146 +74,-40,-150 +74,-40,-142 +74,-40,-134 +74,-40,-126 +74,-40,-118 +74,-40,-110 +74,-40,-102 +74,-40,-94 +74,-40,-86 +74,-40,-78 +74,-40,-70 +74,-40,-62 +74,-40,-54 +74,-40,-46 +74,-40,-38 +74,-40,-30 +74,-40,-22 +74,-40,-14 +74,-40,-6 +74,-40,2 +74,-40,10 +74,-40,18 +74,-40,26 +74,-40,34 +74,-40,42 +74,-40,50 +74,-40,58 +74,-40,66 +74,-40,74 +74,-40,82 +74,-40,90 +74,-40,98 +74,-40,106 +74,-40,114 +74,-40,122 +74,-40,130 +74,-40,138 +74,-40,146 +82,-40,-150 +82,-40,-142 +82,-40,-134 +82,-40,-126 +82,-40,-118 +82,-40,-110 +82,-40,-102 +82,-40,-94 +82,-40,-86 +82,-40,-78 +82,-40,-70 +82,-40,-62 +82,-40,-54 +82,-40,-46 +82,-40,-38 +82,-40,-30 +82,-40,-22 +82,-40,-14 +82,-40,-6 +82,-40,2 +82,-40,10 +82,-40,18 +82,-40,26 +82,-40,34 +82,-40,42 +82,-40,50 +82,-40,58 +82,-40,66 +82,-40,74 +82,-40,82 +82,-40,90 +82,-40,98 +82,-40,106 +82,-40,114 +82,-40,122 +82,-40,130 +82,-40,138 +82,-40,146 +90,-40,-150 +90,-40,-142 +90,-40,-134 +90,-40,-126 +90,-40,-118 +90,-40,-110 +90,-40,-102 +90,-40,-94 +90,-40,-86 +90,-40,-78 +90,-40,-70 +90,-40,-62 +90,-40,-54 +90,-40,-46 +90,-40,-38 +90,-40,-30 +90,-40,-22 +90,-40,-14 +90,-40,-6 +90,-40,2 +90,-40,10 +90,-40,18 +90,-40,26 +90,-40,34 +90,-40,42 +90,-40,50 +90,-40,58 +90,-40,66 +90,-40,74 +90,-40,82 +90,-40,90 +90,-40,98 +90,-40,106 +90,-40,114 +90,-40,122 +90,-40,130 +90,-40,138 +90,-40,146 +98,-40,-150 +98,-40,-142 +98,-40,-134 +98,-40,-126 +98,-40,-118 +98,-40,-110 +98,-40,-102 +98,-40,-94 +98,-40,-86 +98,-40,-78 +98,-40,-70 +98,-40,-62 +98,-40,-54 +98,-40,-46 +98,-40,-38 +98,-40,-30 +98,-40,-22 +98,-40,-14 +98,-40,-6 +98,-40,2 +98,-40,10 +98,-40,18 +98,-40,26 +98,-40,34 +98,-40,42 +98,-40,50 +98,-40,58 +98,-40,66 +98,-40,74 +98,-40,82 +98,-40,90 +98,-40,98 +98,-40,106 +98,-40,114 +98,-40,122 +98,-40,130 +98,-40,138 +98,-40,146 +106,-40,-150 +106,-40,-142 +106,-40,-134 +106,-40,-126 +106,-40,-118 +106,-40,-110 +106,-40,-102 +106,-40,-94 +106,-40,-86 +106,-40,-78 +106,-40,-70 +106,-40,-62 +106,-40,-54 +106,-40,-46 +106,-40,-38 +106,-40,-30 +106,-40,-22 +106,-40,-14 +106,-40,-6 +106,-40,2 +106,-40,10 +106,-40,18 +106,-40,26 +106,-40,34 +106,-40,42 +106,-40,50 +106,-40,58 +106,-40,66 +106,-40,74 +106,-40,82 +106,-40,90 +106,-40,98 +106,-40,106 +106,-40,114 +106,-40,122 +106,-40,130 +106,-40,138 +106,-40,146 +114,-40,-150 +114,-40,-142 +114,-40,-134 +114,-40,-126 +114,-40,-118 +114,-40,-110 +114,-40,-102 +114,-40,-94 +114,-40,-86 +114,-40,-78 +114,-40,-70 +114,-40,-62 +114,-40,-54 +114,-40,-46 +114,-40,-38 +114,-40,-30 +114,-40,-22 +114,-40,-14 +114,-40,-6 +114,-40,2 +114,-40,10 +114,-40,18 +114,-40,26 +114,-40,34 +114,-40,42 +114,-40,50 +114,-40,58 +114,-40,66 +114,-40,74 +114,-40,82 +114,-40,90 +114,-40,98 +114,-40,106 +114,-40,114 +114,-40,122 +114,-40,130 +114,-40,138 +114,-40,146 +122,-40,-150 +122,-40,-142 +122,-40,-134 +122,-40,-126 +122,-40,-118 +122,-40,-110 +122,-40,-102 +122,-40,-94 +122,-40,-86 +122,-40,-78 +122,-40,-70 +122,-40,-62 +122,-40,-54 +122,-40,-46 +122,-40,-38 +122,-40,-30 +122,-40,-22 +122,-40,-14 +122,-40,-6 +122,-40,2 +122,-40,10 +122,-40,18 +122,-40,26 +122,-40,34 +122,-40,42 +122,-40,50 +122,-40,58 +122,-40,66 +122,-40,74 +122,-40,82 +122,-40,90 +122,-40,98 +122,-40,106 +122,-40,114 +122,-40,122 +122,-40,130 +122,-40,138 +122,-40,146 +130,-40,-150 +130,-40,-142 +130,-40,-134 +130,-40,-126 +130,-40,-118 +130,-40,-110 +130,-40,-102 +130,-40,-94 +130,-40,-86 +130,-40,-78 +130,-40,-70 +130,-40,-62 +130,-40,-54 +130,-40,-46 +130,-40,-38 +130,-40,-30 +130,-40,-22 +130,-40,-14 +130,-40,-6 +130,-40,2 +130,-40,10 +130,-40,18 +130,-40,26 +130,-40,34 +130,-40,42 +130,-40,50 +130,-40,58 +130,-40,66 +130,-40,74 +130,-40,82 +130,-40,90 +130,-40,98 +130,-40,106 +130,-40,114 +130,-40,122 +130,-40,130 +130,-40,138 +130,-40,146 +138,-40,-150 +138,-40,-142 +138,-40,-134 +138,-40,-126 +138,-40,-118 +138,-40,-110 +138,-40,-102 +138,-40,-94 +138,-40,-86 +138,-40,-78 +138,-40,-70 +138,-40,-62 +138,-40,-54 +138,-40,-46 +138,-40,-38 +138,-40,-30 +138,-40,-22 +138,-40,-14 +138,-40,-6 +138,-40,2 +138,-40,10 +138,-40,18 +138,-40,26 +138,-40,34 +138,-40,42 +138,-40,50 +138,-40,58 +138,-40,66 +138,-40,74 +138,-40,82 +138,-40,90 +138,-40,98 +138,-40,106 +138,-40,114 +138,-40,122 +138,-40,130 +138,-40,138 +138,-40,146 +146,-40,-150 +146,-40,-142 +146,-40,-134 +146,-40,-126 +146,-40,-118 +146,-40,-110 +146,-40,-102 +146,-40,-94 +146,-40,-86 +146,-40,-78 +146,-40,-70 +146,-40,-62 +146,-40,-54 +146,-40,-46 +146,-40,-38 +146,-40,-30 +146,-40,-22 +146,-40,-14 +146,-40,-6 +146,-40,2 +146,-40,10 +146,-40,18 +146,-40,26 +146,-40,34 +146,-40,42 +146,-40,50 +146,-40,58 +146,-40,66 +146,-40,74 +146,-40,82 +146,-40,90 +146,-40,98 +146,-40,106 +146,-40,114 +146,-40,122 +146,-40,130 +146,-40,138 +146,-40,146 +-150,-32,-150 +-150,-32,-142 +-150,-32,-134 +-150,-32,-126 +-150,-32,-118 +-150,-32,-110 +-150,-32,-102 +-150,-32,-94 +-150,-32,-86 +-150,-32,-78 +-150,-32,-70 +-150,-32,-62 +-150,-32,-54 +-150,-32,-46 +-150,-32,-38 +-150,-32,-30 +-150,-32,-22 +-150,-32,-14 +-150,-32,-6 +-150,-32,2 +-150,-32,10 +-150,-32,18 +-150,-32,26 +-150,-32,34 +-150,-32,42 +-150,-32,50 +-150,-32,58 +-150,-32,66 +-150,-32,74 +-150,-32,82 +-150,-32,90 +-150,-32,98 +-150,-32,106 +-150,-32,114 +-150,-32,122 +-150,-32,130 +-150,-32,138 +-150,-32,146 +-142,-32,-150 +-142,-32,-142 +-142,-32,-134 +-142,-32,-126 +-142,-32,-118 +-142,-32,-110 +-142,-32,-102 +-142,-32,-94 +-142,-32,-86 +-142,-32,-78 +-142,-32,-70 +-142,-32,-62 +-142,-32,-54 +-142,-32,-46 +-142,-32,-38 +-142,-32,-30 +-142,-32,-22 +-142,-32,-14 +-142,-32,-6 +-142,-32,2 +-142,-32,10 +-142,-32,18 +-142,-32,26 +-142,-32,34 +-142,-32,42 +-142,-32,50 +-142,-32,58 +-142,-32,66 +-142,-32,74 +-142,-32,82 +-142,-32,90 +-142,-32,98 +-142,-32,106 +-142,-32,114 +-142,-32,122 +-142,-32,130 +-142,-32,138 +-142,-32,146 +-134,-32,-150 +-134,-32,-142 +-134,-32,-134 +-134,-32,-126 +-134,-32,-118 +-134,-32,-110 +-134,-32,-102 +-134,-32,-94 +-134,-32,-86 +-134,-32,-78 +-134,-32,-70 +-134,-32,-62 +-134,-32,-54 +-134,-32,-46 +-134,-32,-38 +-134,-32,-30 +-134,-32,-22 +-134,-32,-14 +-134,-32,-6 +-134,-32,2 +-134,-32,10 +-134,-32,18 +-134,-32,26 +-134,-32,34 +-134,-32,42 +-134,-32,50 +-134,-32,58 +-134,-32,66 +-134,-32,74 +-134,-32,82 +-134,-32,90 +-134,-32,98 +-134,-32,106 +-134,-32,114 +-134,-32,122 +-134,-32,130 +-134,-32,138 +-134,-32,146 +-126,-32,-150 +-126,-32,-142 +-126,-32,-134 +-126,-32,-126 +-126,-32,-118 +-126,-32,-110 +-126,-32,-102 +-126,-32,-94 +-126,-32,-86 +-126,-32,-78 +-126,-32,-70 +-126,-32,-62 +-126,-32,-54 +-126,-32,-46 +-126,-32,-38 +-126,-32,-30 +-126,-32,-22 +-126,-32,-14 +-126,-32,-6 +-126,-32,2 +-126,-32,10 +-126,-32,18 +-126,-32,26 +-126,-32,34 +-126,-32,42 +-126,-32,50 +-126,-32,58 +-126,-32,66 +-126,-32,74 +-126,-32,82 +-126,-32,90 +-126,-32,98 +-126,-32,106 +-126,-32,114 +-126,-32,122 +-126,-32,130 +-126,-32,138 +-126,-32,146 +-118,-32,-150 +-118,-32,-142 +-118,-32,-134 +-118,-32,-126 +-118,-32,-118 +-118,-32,-110 +-118,-32,-102 +-118,-32,-94 +-118,-32,-86 +-118,-32,-78 +-118,-32,-70 +-118,-32,-62 +-118,-32,-54 +-118,-32,-46 +-118,-32,-38 +-118,-32,-30 +-118,-32,-22 +-118,-32,-14 +-118,-32,-6 +-118,-32,2 +-118,-32,10 +-118,-32,18 +-118,-32,26 +-118,-32,34 +-118,-32,42 +-118,-32,50 +-118,-32,58 +-118,-32,66 +-118,-32,74 +-118,-32,82 +-118,-32,90 +-118,-32,98 +-118,-32,106 +-118,-32,114 +-118,-32,122 +-118,-32,130 +-118,-32,138 +-118,-32,146 +-110,-32,-150 +-110,-32,-142 +-110,-32,-134 +-110,-32,-126 +-110,-32,-118 +-110,-32,-110 +-110,-32,-102 +-110,-32,-94 +-110,-32,-86 +-110,-32,-78 +-110,-32,-70 +-110,-32,-62 +-110,-32,-54 +-110,-32,-46 +-110,-32,-38 +-110,-32,-30 +-110,-32,-22 +-110,-32,-14 +-110,-32,-6 +-110,-32,2 +-110,-32,10 +-110,-32,18 +-110,-32,26 +-110,-32,34 +-110,-32,42 +-110,-32,50 +-110,-32,58 +-110,-32,66 +-110,-32,74 +-110,-32,82 +-110,-32,90 +-110,-32,98 +-110,-32,106 +-110,-32,114 +-110,-32,122 +-110,-32,130 +-110,-32,138 +-110,-32,146 +-102,-32,-150 +-102,-32,-142 +-102,-32,-134 +-102,-32,-126 +-102,-32,-118 +-102,-32,-110 +-102,-32,-102 +-102,-32,-94 +-102,-32,-86 +-102,-32,-78 +-102,-32,-70 +-102,-32,-62 +-102,-32,-54 +-102,-32,-46 +-102,-32,-38 +-102,-32,-30 +-102,-32,-22 +-102,-32,-14 +-102,-32,-6 +-102,-32,2 +-102,-32,10 +-102,-32,18 +-102,-32,26 +-102,-32,34 +-102,-32,42 +-102,-32,50 +-102,-32,58 +-102,-32,66 +-102,-32,74 +-102,-32,82 +-102,-32,90 +-102,-32,98 +-102,-32,106 +-102,-32,114 +-102,-32,122 +-102,-32,130 +-102,-32,138 +-102,-32,146 +-94,-32,-150 +-94,-32,-142 +-94,-32,-134 +-94,-32,-126 +-94,-32,-118 +-94,-32,-110 +-94,-32,-102 +-94,-32,-94 +-94,-32,-86 +-94,-32,-78 +-94,-32,-70 +-94,-32,-62 +-94,-32,-54 +-94,-32,-46 +-94,-32,-38 +-94,-32,-30 +-94,-32,-22 +-94,-32,-14 +-94,-32,-6 +-94,-32,2 +-94,-32,10 +-94,-32,18 +-94,-32,26 +-94,-32,34 +-94,-32,42 +-94,-32,50 +-94,-32,58 +-94,-32,66 +-94,-32,74 +-94,-32,82 +-94,-32,90 +-94,-32,98 +-94,-32,106 +-94,-32,114 +-94,-32,122 +-94,-32,130 +-94,-32,138 +-94,-32,146 +-86,-32,-150 +-86,-32,-142 +-86,-32,-134 +-86,-32,-126 +-86,-32,-118 +-86,-32,-110 +-86,-32,-102 +-86,-32,-94 +-86,-32,-86 +-86,-32,-78 +-86,-32,-70 +-86,-32,-62 +-86,-32,-54 +-86,-32,-46 +-86,-32,-38 +-86,-32,-30 +-86,-32,-22 +-86,-32,-14 +-86,-32,-6 +-86,-32,2 +-86,-32,10 +-86,-32,18 +-86,-32,26 +-86,-32,34 +-86,-32,42 +-86,-32,50 +-86,-32,58 +-86,-32,66 +-86,-32,74 +-86,-32,82 +-86,-32,90 +-86,-32,98 +-86,-32,106 +-86,-32,114 +-86,-32,122 +-86,-32,130 +-86,-32,138 +-86,-32,146 +-78,-32,-150 +-78,-32,-142 +-78,-32,-134 +-78,-32,-126 +-78,-32,-118 +-78,-32,-110 +-78,-32,-102 +-78,-32,-94 +-78,-32,-86 +-78,-32,-78 +-78,-32,-70 +-78,-32,-62 +-78,-32,-54 +-78,-32,-46 +-78,-32,-38 +-78,-32,-30 +-78,-32,-22 +-78,-32,-14 +-78,-32,-6 +-78,-32,2 +-78,-32,10 +-78,-32,18 +-78,-32,26 +-78,-32,34 +-78,-32,42 +-78,-32,50 +-78,-32,58 +-78,-32,66 +-78,-32,74 +-78,-32,82 +-78,-32,90 +-78,-32,98 +-78,-32,106 +-78,-32,114 +-78,-32,122 +-78,-32,130 +-78,-32,138 +-78,-32,146 +-70,-32,-150 +-70,-32,-142 +-70,-32,-134 +-70,-32,-126 +-70,-32,-118 +-70,-32,-110 +-70,-32,-102 +-70,-32,-94 +-70,-32,-86 +-70,-32,-78 +-70,-32,-70 +-70,-32,-62 +-70,-32,-54 +-70,-32,-46 +-70,-32,-38 +-70,-32,-30 +-70,-32,-22 +-70,-32,-14 +-70,-32,-6 +-70,-32,2 +-70,-32,10 +-70,-32,18 +-70,-32,26 +-70,-32,34 +-70,-32,42 +-70,-32,50 +-70,-32,58 +-70,-32,66 +-70,-32,74 +-70,-32,82 +-70,-32,90 +-70,-32,98 +-70,-32,106 +-70,-32,114 +-70,-32,122 +-70,-32,130 +-70,-32,138 +-70,-32,146 +-62,-32,-150 +-62,-32,-142 +-62,-32,-134 +-62,-32,-126 +-62,-32,-118 +-62,-32,-110 +-62,-32,-102 +-62,-32,-94 +-62,-32,-86 +-62,-32,-78 +-62,-32,-70 +-62,-32,-62 +-62,-32,-54 +-62,-32,-46 +-62,-32,-38 +-62,-32,-30 +-62,-32,-22 +-62,-32,-14 +-62,-32,-6 +-62,-32,2 +-62,-32,10 +-62,-32,18 +-62,-32,26 +-62,-32,34 +-62,-32,42 +-62,-32,50 +-62,-32,58 +-62,-32,66 +-62,-32,74 +-62,-32,82 +-62,-32,90 +-62,-32,98 +-62,-32,106 +-62,-32,114 +-62,-32,122 +-62,-32,130 +-62,-32,138 +-62,-32,146 +-54,-32,-150 +-54,-32,-142 +-54,-32,-134 +-54,-32,-126 +-54,-32,-118 +-54,-32,-110 +-54,-32,-102 +-54,-32,-94 +-54,-32,-86 +-54,-32,-78 +-54,-32,-70 +-54,-32,-62 +-54,-32,-54 +-54,-32,-46 +-54,-32,-38 +-54,-32,-30 +-54,-32,-22 +-54,-32,-14 +-54,-32,-6 +-54,-32,2 +-54,-32,10 +-54,-32,18 +-54,-32,26 +-54,-32,34 +-54,-32,42 +-54,-32,50 +-54,-32,58 +-54,-32,66 +-54,-32,74 +-54,-32,82 +-54,-32,90 +-54,-32,98 +-54,-32,106 +-54,-32,114 +-54,-32,122 +-54,-32,130 +-54,-32,138 +-54,-32,146 +-46,-32,-150 +-46,-32,-142 +-46,-32,-134 +-46,-32,-126 +-46,-32,-118 +-46,-32,-110 +-46,-32,-102 +-46,-32,-94 +-46,-32,-86 +-46,-32,-78 +-46,-32,-70 +-46,-32,-62 +-46,-32,-54 +-46,-32,-46 +-46,-32,-38 +-46,-32,-30 +-46,-32,-22 +-46,-32,-14 +-46,-32,-6 +-46,-32,2 +-46,-32,10 +-46,-32,18 +-46,-32,26 +-46,-32,34 +-46,-32,42 +-46,-32,50 +-46,-32,58 +-46,-32,66 +-46,-32,74 +-46,-32,82 +-46,-32,90 +-46,-32,98 +-46,-32,106 +-46,-32,114 +-46,-32,122 +-46,-32,130 +-46,-32,138 +-46,-32,146 +-38,-32,-150 +-38,-32,-142 +-38,-32,-134 +-38,-32,-126 +-38,-32,-118 +-38,-32,-110 +-38,-32,-102 +-38,-32,-94 +-38,-32,-86 +-38,-32,-78 +-38,-32,-70 +-38,-32,-62 +-38,-32,-54 +-38,-32,-46 +-38,-32,-38 +-38,-32,-30 +-38,-32,-22 +-38,-32,-14 +-38,-32,-6 +-38,-32,2 +-38,-32,10 +-38,-32,18 +-38,-32,26 +-38,-32,34 +-38,-32,42 +-38,-32,50 +-38,-32,58 +-38,-32,66 +-38,-32,74 +-38,-32,82 +-38,-32,90 +-38,-32,98 +-38,-32,106 +-38,-32,114 +-38,-32,122 +-38,-32,130 +-38,-32,138 +-38,-32,146 +-30,-32,-150 +-30,-32,-142 +-30,-32,-134 +-30,-32,-126 +-30,-32,-118 +-30,-32,-110 +-30,-32,-102 +-30,-32,-94 +-30,-32,-86 +-30,-32,-78 +-30,-32,-70 +-30,-32,-62 +-30,-32,-54 +-30,-32,-46 +-30,-32,-38 +-30,-32,-30 +-30,-32,-22 +-30,-32,-14 +-30,-32,-6 +-30,-32,2 +-30,-32,10 +-30,-32,18 +-30,-32,26 +-30,-32,34 +-30,-32,42 +-30,-32,50 +-30,-32,58 +-30,-32,66 +-30,-32,74 +-30,-32,82 +-30,-32,90 +-30,-32,98 +-30,-32,106 +-30,-32,114 +-30,-32,122 +-30,-32,130 +-30,-32,138 +-30,-32,146 +-22,-32,-150 +-22,-32,-142 +-22,-32,-134 +-22,-32,-126 +-22,-32,-118 +-22,-32,-110 +-22,-32,-102 +-22,-32,-94 +-22,-32,-86 +-22,-32,-78 +-22,-32,-70 +-22,-32,-62 +-22,-32,-54 +-22,-32,-46 +-22,-32,-38 +-22,-32,-30 +-22,-32,-22 +-22,-32,-14 +-22,-32,-6 +-22,-32,2 +-22,-32,10 +-22,-32,18 +-22,-32,26 +-22,-32,34 +-22,-32,42 +-22,-32,50 +-22,-32,58 +-22,-32,66 +-22,-32,74 +-22,-32,82 +-22,-32,90 +-22,-32,98 +-22,-32,106 +-22,-32,114 +-22,-32,122 +-22,-32,130 +-22,-32,138 +-22,-32,146 +-14,-32,-150 +-14,-32,-142 +-14,-32,-134 +-14,-32,-126 +-14,-32,-118 +-14,-32,-110 +-14,-32,-102 +-14,-32,-94 +-14,-32,-86 +-14,-32,-78 +-14,-32,-70 +-14,-32,-62 +-14,-32,-54 +-14,-32,-46 +-14,-32,-38 +-14,-32,-30 +-14,-32,-22 +-14,-32,-14 +-14,-32,-6 +-14,-32,2 +-14,-32,10 +-14,-32,18 +-14,-32,26 +-14,-32,34 +-14,-32,42 +-14,-32,50 +-14,-32,58 +-14,-32,66 +-14,-32,74 +-14,-32,82 +-14,-32,90 +-14,-32,98 +-14,-32,106 +-14,-32,114 +-14,-32,122 +-14,-32,130 +-14,-32,138 +-14,-32,146 +-6,-32,-150 +-6,-32,-142 +-6,-32,-134 +-6,-32,-126 +-6,-32,-118 +-6,-32,-110 +-6,-32,-102 +-6,-32,-94 +-6,-32,-86 +-6,-32,-78 +-6,-32,-70 +-6,-32,-62 +-6,-32,-54 +-6,-32,-46 +-6,-32,-38 +-6,-32,-30 +-6,-32,-22 +-6,-32,-14 +-6,-32,-6 +-6,-32,2 +-6,-32,10 +-6,-32,18 +-6,-32,26 +-6,-32,34 +-6,-32,42 +-6,-32,50 +-6,-32,58 +-6,-32,66 +-6,-32,74 +-6,-32,82 +-6,-32,90 +-6,-32,98 +-6,-32,106 +-6,-32,114 +-6,-32,122 +-6,-32,130 +-6,-32,138 +-6,-32,146 +2,-32,-150 +2,-32,-142 +2,-32,-134 +2,-32,-126 +2,-32,-118 +2,-32,-110 +2,-32,-102 +2,-32,-94 +2,-32,-86 +2,-32,-78 +2,-32,-70 +2,-32,-62 +2,-32,-54 +2,-32,-46 +2,-32,-38 +2,-32,-30 +2,-32,-22 +2,-32,-14 +2,-32,-6 +2,-32,2 +2,-32,10 +2,-32,18 +2,-32,26 +2,-32,34 +2,-32,42 +2,-32,50 +2,-32,58 +2,-32,66 +2,-32,74 +2,-32,82 +2,-32,90 +2,-32,98 +2,-32,106 +2,-32,114 +2,-32,122 +2,-32,130 +2,-32,138 +2,-32,146 +10,-32,-150 +10,-32,-142 +10,-32,-134 +10,-32,-126 +10,-32,-118 +10,-32,-110 +10,-32,-102 +10,-32,-94 +10,-32,-86 +10,-32,-78 +10,-32,-70 +10,-32,-62 +10,-32,-54 +10,-32,-46 +10,-32,-38 +10,-32,-30 +10,-32,-22 +10,-32,-14 +10,-32,-6 +10,-32,2 +10,-32,10 +10,-32,18 +10,-32,26 +10,-32,34 +10,-32,42 +10,-32,50 +10,-32,58 +10,-32,66 +10,-32,74 +10,-32,82 +10,-32,90 +10,-32,98 +10,-32,106 +10,-32,114 +10,-32,122 +10,-32,130 +10,-32,138 +10,-32,146 +18,-32,-150 +18,-32,-142 +18,-32,-134 +18,-32,-126 +18,-32,-118 +18,-32,-110 +18,-32,-102 +18,-32,-94 +18,-32,-86 +18,-32,-78 +18,-32,-70 +18,-32,-62 +18,-32,-54 +18,-32,-46 +18,-32,-38 +18,-32,-30 +18,-32,-22 +18,-32,-14 +18,-32,-6 +18,-32,2 +18,-32,10 +18,-32,18 +18,-32,26 +18,-32,34 +18,-32,42 +18,-32,50 +18,-32,58 +18,-32,66 +18,-32,74 +18,-32,82 +18,-32,90 +18,-32,98 +18,-32,106 +18,-32,114 +18,-32,122 +18,-32,130 +18,-32,138 +18,-32,146 +26,-32,-150 +26,-32,-142 +26,-32,-134 +26,-32,-126 +26,-32,-118 +26,-32,-110 +26,-32,-102 +26,-32,-94 +26,-32,-86 +26,-32,-78 +26,-32,-70 +26,-32,-62 +26,-32,-54 +26,-32,-46 +26,-32,-38 +26,-32,-30 +26,-32,-22 +26,-32,-14 +26,-32,-6 +26,-32,2 +26,-32,10 +26,-32,18 +26,-32,26 +26,-32,34 +26,-32,42 +26,-32,50 +26,-32,58 +26,-32,66 +26,-32,74 +26,-32,82 +26,-32,90 +26,-32,98 +26,-32,106 +26,-32,114 +26,-32,122 +26,-32,130 +26,-32,138 +26,-32,146 +34,-32,-150 +34,-32,-142 +34,-32,-134 +34,-32,-126 +34,-32,-118 +34,-32,-110 +34,-32,-102 +34,-32,-94 +34,-32,-86 +34,-32,-78 +34,-32,-70 +34,-32,-62 +34,-32,-54 +34,-32,-46 +34,-32,-38 +34,-32,-30 +34,-32,-22 +34,-32,-14 +34,-32,-6 +34,-32,2 +34,-32,10 +34,-32,18 +34,-32,26 +34,-32,34 +34,-32,42 +34,-32,50 +34,-32,58 +34,-32,66 +34,-32,74 +34,-32,82 +34,-32,90 +34,-32,98 +34,-32,106 +34,-32,114 +34,-32,122 +34,-32,130 +34,-32,138 +34,-32,146 +42,-32,-150 +42,-32,-142 +42,-32,-134 +42,-32,-126 +42,-32,-118 +42,-32,-110 +42,-32,-102 +42,-32,-94 +42,-32,-86 +42,-32,-78 +42,-32,-70 +42,-32,-62 +42,-32,-54 +42,-32,-46 +42,-32,-38 +42,-32,-30 +42,-32,-22 +42,-32,-14 +42,-32,-6 +42,-32,2 +42,-32,10 +42,-32,18 +42,-32,26 +42,-32,34 +42,-32,42 +42,-32,50 +42,-32,58 +42,-32,66 +42,-32,74 +42,-32,82 +42,-32,90 +42,-32,98 +42,-32,106 +42,-32,114 +42,-32,122 +42,-32,130 +42,-32,138 +42,-32,146 +50,-32,-150 +50,-32,-142 +50,-32,-134 +50,-32,-126 +50,-32,-118 +50,-32,-110 +50,-32,-102 +50,-32,-94 +50,-32,-86 +50,-32,-78 +50,-32,-70 +50,-32,-62 +50,-32,-54 +50,-32,-46 +50,-32,-38 +50,-32,-30 +50,-32,-22 +50,-32,-14 +50,-32,-6 +50,-32,2 +50,-32,10 +50,-32,18 +50,-32,26 +50,-32,34 +50,-32,42 +50,-32,50 +50,-32,58 +50,-32,66 +50,-32,74 +50,-32,82 +50,-32,90 +50,-32,98 +50,-32,106 +50,-32,114 +50,-32,122 +50,-32,130 +50,-32,138 +50,-32,146 +58,-32,-150 +58,-32,-142 +58,-32,-134 +58,-32,-126 +58,-32,-118 +58,-32,-110 +58,-32,-102 +58,-32,-94 +58,-32,-86 +58,-32,-78 +58,-32,-70 +58,-32,-62 +58,-32,-54 +58,-32,-46 +58,-32,-38 +58,-32,-30 +58,-32,-22 +58,-32,-14 +58,-32,-6 +58,-32,2 +58,-32,10 +58,-32,18 +58,-32,26 +58,-32,34 +58,-32,42 +58,-32,50 +58,-32,58 +58,-32,66 +58,-32,74 +58,-32,82 +58,-32,90 +58,-32,98 +58,-32,106 +58,-32,114 +58,-32,122 +58,-32,130 +58,-32,138 +58,-32,146 +66,-32,-150 +66,-32,-142 +66,-32,-134 +66,-32,-126 +66,-32,-118 +66,-32,-110 +66,-32,-102 +66,-32,-94 +66,-32,-86 +66,-32,-78 +66,-32,-70 +66,-32,-62 +66,-32,-54 +66,-32,-46 +66,-32,-38 +66,-32,-30 +66,-32,-22 +66,-32,-14 +66,-32,-6 +66,-32,2 +66,-32,10 +66,-32,18 +66,-32,26 +66,-32,34 +66,-32,42 +66,-32,50 +66,-32,58 +66,-32,66 +66,-32,74 +66,-32,82 +66,-32,90 +66,-32,98 +66,-32,106 +66,-32,114 +66,-32,122 +66,-32,130 +66,-32,138 +66,-32,146 +74,-32,-150 +74,-32,-142 +74,-32,-134 +74,-32,-126 +74,-32,-118 +74,-32,-110 +74,-32,-102 +74,-32,-94 +74,-32,-86 +74,-32,-78 +74,-32,-70 +74,-32,-62 +74,-32,-54 +74,-32,-46 +74,-32,-38 +74,-32,-30 +74,-32,-22 +74,-32,-14 +74,-32,-6 +74,-32,2 +74,-32,10 +74,-32,18 +74,-32,26 +74,-32,34 +74,-32,42 +74,-32,50 +74,-32,58 +74,-32,66 +74,-32,74 +74,-32,82 +74,-32,90 +74,-32,98 +74,-32,106 +74,-32,114 +74,-32,122 +74,-32,130 +74,-32,138 +74,-32,146 +82,-32,-150 +82,-32,-142 +82,-32,-134 +82,-32,-126 +82,-32,-118 +82,-32,-110 +82,-32,-102 +82,-32,-94 +82,-32,-86 +82,-32,-78 +82,-32,-70 +82,-32,-62 +82,-32,-54 +82,-32,-46 +82,-32,-38 +82,-32,-30 +82,-32,-22 +82,-32,-14 +82,-32,-6 +82,-32,2 +82,-32,10 +82,-32,18 +82,-32,26 +82,-32,34 +82,-32,42 +82,-32,50 +82,-32,58 +82,-32,66 +82,-32,74 +82,-32,82 +82,-32,90 +82,-32,98 +82,-32,106 +82,-32,114 +82,-32,122 +82,-32,130 +82,-32,138 +82,-32,146 +90,-32,-150 +90,-32,-142 +90,-32,-134 +90,-32,-126 +90,-32,-118 +90,-32,-110 +90,-32,-102 +90,-32,-94 +90,-32,-86 +90,-32,-78 +90,-32,-70 +90,-32,-62 +90,-32,-54 +90,-32,-46 +90,-32,-38 +90,-32,-30 +90,-32,-22 +90,-32,-14 +90,-32,-6 +90,-32,2 +90,-32,10 +90,-32,18 +90,-32,26 +90,-32,34 +90,-32,42 +90,-32,50 +90,-32,58 +90,-32,66 +90,-32,74 +90,-32,82 +90,-32,90 +90,-32,98 +90,-32,106 +90,-32,114 +90,-32,122 +90,-32,130 +90,-32,138 +90,-32,146 +98,-32,-150 +98,-32,-142 +98,-32,-134 +98,-32,-126 +98,-32,-118 +98,-32,-110 +98,-32,-102 +98,-32,-94 +98,-32,-86 +98,-32,-78 +98,-32,-70 +98,-32,-62 +98,-32,-54 +98,-32,-46 +98,-32,-38 +98,-32,-30 +98,-32,-22 +98,-32,-14 +98,-32,-6 +98,-32,2 +98,-32,10 +98,-32,18 +98,-32,26 +98,-32,34 +98,-32,42 +98,-32,50 +98,-32,58 +98,-32,66 +98,-32,74 +98,-32,82 +98,-32,90 +98,-32,98 +98,-32,106 +98,-32,114 +98,-32,122 +98,-32,130 +98,-32,138 +98,-32,146 +106,-32,-150 +106,-32,-142 +106,-32,-134 +106,-32,-126 +106,-32,-118 +106,-32,-110 +106,-32,-102 +106,-32,-94 +106,-32,-86 +106,-32,-78 +106,-32,-70 +106,-32,-62 +106,-32,-54 +106,-32,-46 +106,-32,-38 +106,-32,-30 +106,-32,-22 +106,-32,-14 +106,-32,-6 +106,-32,2 +106,-32,10 +106,-32,18 +106,-32,26 +106,-32,34 +106,-32,42 +106,-32,50 +106,-32,58 +106,-32,66 +106,-32,74 +106,-32,82 +106,-32,90 +106,-32,98 +106,-32,106 +106,-32,114 +106,-32,122 +106,-32,130 +106,-32,138 +106,-32,146 +114,-32,-150 +114,-32,-142 +114,-32,-134 +114,-32,-126 +114,-32,-118 +114,-32,-110 +114,-32,-102 +114,-32,-94 +114,-32,-86 +114,-32,-78 +114,-32,-70 +114,-32,-62 +114,-32,-54 +114,-32,-46 +114,-32,-38 +114,-32,-30 +114,-32,-22 +114,-32,-14 +114,-32,-6 +114,-32,2 +114,-32,10 +114,-32,18 +114,-32,26 +114,-32,34 +114,-32,42 +114,-32,50 +114,-32,58 +114,-32,66 +114,-32,74 +114,-32,82 +114,-32,90 +114,-32,98 +114,-32,106 +114,-32,114 +114,-32,122 +114,-32,130 +114,-32,138 +114,-32,146 +122,-32,-150 +122,-32,-142 +122,-32,-134 +122,-32,-126 +122,-32,-118 +122,-32,-110 +122,-32,-102 +122,-32,-94 +122,-32,-86 +122,-32,-78 +122,-32,-70 +122,-32,-62 +122,-32,-54 +122,-32,-46 +122,-32,-38 +122,-32,-30 +122,-32,-22 +122,-32,-14 +122,-32,-6 +122,-32,2 +122,-32,10 +122,-32,18 +122,-32,26 +122,-32,34 +122,-32,42 +122,-32,50 +122,-32,58 +122,-32,66 +122,-32,74 +122,-32,82 +122,-32,90 +122,-32,98 +122,-32,106 +122,-32,114 +122,-32,122 +122,-32,130 +122,-32,138 +122,-32,146 +130,-32,-150 +130,-32,-142 +130,-32,-134 +130,-32,-126 +130,-32,-118 +130,-32,-110 +130,-32,-102 +130,-32,-94 +130,-32,-86 +130,-32,-78 +130,-32,-70 +130,-32,-62 +130,-32,-54 +130,-32,-46 +130,-32,-38 +130,-32,-30 +130,-32,-22 +130,-32,-14 +130,-32,-6 +130,-32,2 +130,-32,10 +130,-32,18 +130,-32,26 +130,-32,34 +130,-32,42 +130,-32,50 +130,-32,58 +130,-32,66 +130,-32,74 +130,-32,82 +130,-32,90 +130,-32,98 +130,-32,106 +130,-32,114 +130,-32,122 +130,-32,130 +130,-32,138 +130,-32,146 +138,-32,-150 +138,-32,-142 +138,-32,-134 +138,-32,-126 +138,-32,-118 +138,-32,-110 +138,-32,-102 +138,-32,-94 +138,-32,-86 +138,-32,-78 +138,-32,-70 +138,-32,-62 +138,-32,-54 +138,-32,-46 +138,-32,-38 +138,-32,-30 +138,-32,-22 +138,-32,-14 +138,-32,-6 +138,-32,2 +138,-32,10 +138,-32,18 +138,-32,26 +138,-32,34 +138,-32,42 +138,-32,50 +138,-32,58 +138,-32,66 +138,-32,74 +138,-32,82 +138,-32,90 +138,-32,98 +138,-32,106 +138,-32,114 +138,-32,122 +138,-32,130 +138,-32,138 +138,-32,146 +146,-32,-150 +146,-32,-142 +146,-32,-134 +146,-32,-126 +146,-32,-118 +146,-32,-110 +146,-32,-102 +146,-32,-94 +146,-32,-86 +146,-32,-78 +146,-32,-70 +146,-32,-62 +146,-32,-54 +146,-32,-46 +146,-32,-38 +146,-32,-30 +146,-32,-22 +146,-32,-14 +146,-32,-6 +146,-32,2 +146,-32,10 +146,-32,18 +146,-32,26 +146,-32,34 +146,-32,42 +146,-32,50 +146,-32,58 +146,-32,66 +146,-32,74 +146,-32,82 +146,-32,90 +146,-32,98 +146,-32,106 +146,-32,114 +146,-32,122 +146,-32,130 +146,-32,138 +146,-32,146 +-150,-24,-150 +-150,-24,-142 +-150,-24,-134 +-150,-24,-126 +-150,-24,-118 +-150,-24,-110 +-150,-24,-102 +-150,-24,-94 +-150,-24,-86 +-150,-24,-78 +-150,-24,-70 +-150,-24,-62 +-150,-24,-54 +-150,-24,-46 +-150,-24,-38 +-150,-24,-30 +-150,-24,-22 +-150,-24,-14 +-150,-24,-6 +-150,-24,2 +-150,-24,10 +-150,-24,18 +-150,-24,26 +-150,-24,34 +-150,-24,42 +-150,-24,50 +-150,-24,58 +-150,-24,66 +-150,-24,74 +-150,-24,82 +-150,-24,90 +-150,-24,98 +-150,-24,106 +-150,-24,114 +-150,-24,122 +-150,-24,130 +-150,-24,138 +-150,-24,146 +-142,-24,-150 +-142,-24,-142 +-142,-24,-134 +-142,-24,-126 +-142,-24,-118 +-142,-24,-110 +-142,-24,-102 +-142,-24,-94 +-142,-24,-86 +-142,-24,-78 +-142,-24,-70 +-142,-24,-62 +-142,-24,-54 +-142,-24,-46 +-142,-24,-38 +-142,-24,-30 +-142,-24,-22 +-142,-24,-14 +-142,-24,-6 +-142,-24,2 +-142,-24,10 +-142,-24,18 +-142,-24,26 +-142,-24,34 +-142,-24,42 +-142,-24,50 +-142,-24,58 +-142,-24,66 +-142,-24,74 +-142,-24,82 +-142,-24,90 +-142,-24,98 +-142,-24,106 +-142,-24,114 +-142,-24,122 +-142,-24,130 +-142,-24,138 +-142,-24,146 +-134,-24,-150 +-134,-24,-142 +-134,-24,-134 +-134,-24,-126 +-134,-24,-118 +-134,-24,-110 +-134,-24,-102 +-134,-24,-94 +-134,-24,-86 +-134,-24,-78 +-134,-24,-70 +-134,-24,-62 +-134,-24,-54 +-134,-24,-46 +-134,-24,-38 +-134,-24,-30 +-134,-24,-22 +-134,-24,-14 +-134,-24,-6 +-134,-24,2 +-134,-24,10 +-134,-24,18 +-134,-24,26 +-134,-24,34 +-134,-24,42 +-134,-24,50 +-134,-24,58 +-134,-24,66 +-134,-24,74 +-134,-24,82 +-134,-24,90 +-134,-24,98 +-134,-24,106 +-134,-24,114 +-134,-24,122 +-134,-24,130 +-134,-24,138 +-134,-24,146 +-126,-24,-150 +-126,-24,-142 +-126,-24,-134 +-126,-24,-126 +-126,-24,-118 +-126,-24,-110 +-126,-24,-102 +-126,-24,-94 +-126,-24,-86 +-126,-24,-78 +-126,-24,-70 +-126,-24,-62 +-126,-24,-54 +-126,-24,-46 +-126,-24,-38 +-126,-24,-30 +-126,-24,-22 +-126,-24,-14 +-126,-24,-6 +-126,-24,2 +-126,-24,10 +-126,-24,18 +-126,-24,26 +-126,-24,34 +-126,-24,42 +-126,-24,50 +-126,-24,58 +-126,-24,66 +-126,-24,74 +-126,-24,82 +-126,-24,90 +-126,-24,98 +-126,-24,106 +-126,-24,114 +-126,-24,122 +-126,-24,130 +-126,-24,138 +-126,-24,146 +-118,-24,-150 +-118,-24,-142 +-118,-24,-134 +-118,-24,-126 +-118,-24,-118 +-118,-24,-110 +-118,-24,-102 +-118,-24,-94 +-118,-24,-86 +-118,-24,-78 +-118,-24,-70 +-118,-24,-62 +-118,-24,-54 +-118,-24,-46 +-118,-24,-38 +-118,-24,-30 +-118,-24,-22 +-118,-24,-14 +-118,-24,-6 +-118,-24,2 +-118,-24,10 +-118,-24,18 +-118,-24,26 +-118,-24,34 +-118,-24,42 +-118,-24,50 +-118,-24,58 +-118,-24,66 +-118,-24,74 +-118,-24,82 +-118,-24,90 +-118,-24,98 +-118,-24,106 +-118,-24,114 +-118,-24,122 +-118,-24,130 +-118,-24,138 +-118,-24,146 +-110,-24,-150 +-110,-24,-142 +-110,-24,-134 +-110,-24,-126 +-110,-24,-118 +-110,-24,-110 +-110,-24,-102 +-110,-24,-94 +-110,-24,-86 +-110,-24,-78 +-110,-24,-70 +-110,-24,-62 +-110,-24,-54 +-110,-24,-46 +-110,-24,-38 +-110,-24,-30 +-110,-24,-22 +-110,-24,-14 +-110,-24,-6 +-110,-24,2 +-110,-24,10 +-110,-24,18 +-110,-24,26 +-110,-24,34 +-110,-24,42 +-110,-24,50 +-110,-24,58 +-110,-24,66 +-110,-24,74 +-110,-24,82 +-110,-24,90 +-110,-24,98 +-110,-24,106 +-110,-24,114 +-110,-24,122 +-110,-24,130 +-110,-24,138 +-110,-24,146 +-102,-24,-150 +-102,-24,-142 +-102,-24,-134 +-102,-24,-126 +-102,-24,-118 +-102,-24,-110 +-102,-24,-102 +-102,-24,-94 +-102,-24,-86 +-102,-24,-78 +-102,-24,-70 +-102,-24,-62 +-102,-24,-54 +-102,-24,-46 +-102,-24,-38 +-102,-24,-30 +-102,-24,-22 +-102,-24,-14 +-102,-24,-6 +-102,-24,2 +-102,-24,10 +-102,-24,18 +-102,-24,26 +-102,-24,34 +-102,-24,42 +-102,-24,50 +-102,-24,58 +-102,-24,66 +-102,-24,74 +-102,-24,82 +-102,-24,90 +-102,-24,98 +-102,-24,106 +-102,-24,114 +-102,-24,122 +-102,-24,130 +-102,-24,138 +-102,-24,146 +-94,-24,-150 +-94,-24,-142 +-94,-24,-134 +-94,-24,-126 +-94,-24,-118 +-94,-24,-110 +-94,-24,-102 +-94,-24,-94 +-94,-24,-86 +-94,-24,-78 +-94,-24,-70 +-94,-24,-62 +-94,-24,-54 +-94,-24,-46 +-94,-24,-38 +-94,-24,-30 +-94,-24,-22 +-94,-24,-14 +-94,-24,-6 +-94,-24,2 +-94,-24,10 +-94,-24,18 +-94,-24,26 +-94,-24,34 +-94,-24,42 +-94,-24,50 +-94,-24,58 +-94,-24,66 +-94,-24,74 +-94,-24,82 +-94,-24,90 +-94,-24,98 +-94,-24,106 +-94,-24,114 +-94,-24,122 +-94,-24,130 +-94,-24,138 +-94,-24,146 +-86,-24,-150 +-86,-24,-142 +-86,-24,-134 +-86,-24,-126 +-86,-24,-118 +-86,-24,-110 +-86,-24,-102 +-86,-24,-94 +-86,-24,-86 +-86,-24,-78 +-86,-24,-70 +-86,-24,-62 +-86,-24,-54 +-86,-24,-46 +-86,-24,-38 +-86,-24,-30 +-86,-24,-22 +-86,-24,-14 +-86,-24,-6 +-86,-24,2 +-86,-24,10 +-86,-24,18 +-86,-24,26 +-86,-24,34 +-86,-24,42 +-86,-24,50 +-86,-24,58 +-86,-24,66 +-86,-24,74 +-86,-24,82 +-86,-24,90 +-86,-24,98 +-86,-24,106 +-86,-24,114 +-86,-24,122 +-86,-24,130 +-86,-24,138 +-86,-24,146 +-78,-24,-150 +-78,-24,-142 +-78,-24,-134 +-78,-24,-126 +-78,-24,-118 +-78,-24,-110 +-78,-24,-102 +-78,-24,-94 +-78,-24,-86 +-78,-24,-78 +-78,-24,-70 +-78,-24,-62 +-78,-24,-54 +-78,-24,-46 +-78,-24,-38 +-78,-24,-30 +-78,-24,-22 +-78,-24,-14 +-78,-24,-6 +-78,-24,2 +-78,-24,10 +-78,-24,18 +-78,-24,26 +-78,-24,34 +-78,-24,42 +-78,-24,50 +-78,-24,58 +-78,-24,66 +-78,-24,74 +-78,-24,82 +-78,-24,90 +-78,-24,98 +-78,-24,106 +-78,-24,114 +-78,-24,122 +-78,-24,130 +-78,-24,138 +-78,-24,146 +-70,-24,-150 +-70,-24,-142 +-70,-24,-134 +-70,-24,-126 +-70,-24,-118 +-70,-24,-110 +-70,-24,-102 +-70,-24,-94 +-70,-24,-86 +-70,-24,-78 +-70,-24,-70 +-70,-24,-62 +-70,-24,-54 +-70,-24,-46 +-70,-24,-38 +-70,-24,-30 +-70,-24,-22 +-70,-24,-14 +-70,-24,-6 +-70,-24,2 +-70,-24,10 +-70,-24,18 +-70,-24,26 +-70,-24,34 +-70,-24,42 +-70,-24,50 +-70,-24,58 +-70,-24,66 +-70,-24,74 +-70,-24,82 +-70,-24,90 +-70,-24,98 +-70,-24,106 +-70,-24,114 +-70,-24,122 +-70,-24,130 +-70,-24,138 +-70,-24,146 +-62,-24,-150 +-62,-24,-142 +-62,-24,-134 +-62,-24,-126 +-62,-24,-118 +-62,-24,-110 +-62,-24,-102 +-62,-24,-94 +-62,-24,-86 +-62,-24,-78 +-62,-24,-70 +-62,-24,-62 +-62,-24,-54 +-62,-24,-46 +-62,-24,-38 +-62,-24,-30 +-62,-24,-22 +-62,-24,-14 +-62,-24,-6 +-62,-24,2 +-62,-24,10 +-62,-24,18 +-62,-24,26 +-62,-24,34 +-62,-24,42 +-62,-24,50 +-62,-24,58 +-62,-24,66 +-62,-24,74 +-62,-24,82 +-62,-24,90 +-62,-24,98 +-62,-24,106 +-62,-24,114 +-62,-24,122 +-62,-24,130 +-62,-24,138 +-62,-24,146 +-54,-24,-150 +-54,-24,-142 +-54,-24,-134 +-54,-24,-126 +-54,-24,-118 +-54,-24,-110 +-54,-24,-102 +-54,-24,-94 +-54,-24,-86 +-54,-24,-78 +-54,-24,-70 +-54,-24,-62 +-54,-24,-54 +-54,-24,-46 +-54,-24,-38 +-54,-24,-30 +-54,-24,-22 +-54,-24,-14 +-54,-24,-6 +-54,-24,2 +-54,-24,10 +-54,-24,18 +-54,-24,26 +-54,-24,34 +-54,-24,42 +-54,-24,50 +-54,-24,58 +-54,-24,66 +-54,-24,74 +-54,-24,82 +-54,-24,90 +-54,-24,98 +-54,-24,106 +-54,-24,114 +-54,-24,122 +-54,-24,130 +-54,-24,138 +-54,-24,146 +-46,-24,-150 +-46,-24,-142 +-46,-24,-134 +-46,-24,-126 +-46,-24,-118 +-46,-24,-110 +-46,-24,-102 +-46,-24,-94 +-46,-24,-86 +-46,-24,-78 +-46,-24,-70 +-46,-24,-62 +-46,-24,-54 +-46,-24,-46 +-46,-24,-38 +-46,-24,-30 +-46,-24,-22 +-46,-24,-14 +-46,-24,-6 +-46,-24,2 +-46,-24,10 +-46,-24,18 +-46,-24,26 +-46,-24,34 +-46,-24,42 +-46,-24,50 +-46,-24,58 +-46,-24,66 +-46,-24,74 +-46,-24,82 +-46,-24,90 +-46,-24,98 +-46,-24,106 +-46,-24,114 +-46,-24,122 +-46,-24,130 +-46,-24,138 +-46,-24,146 +-38,-24,-150 +-38,-24,-142 +-38,-24,-134 +-38,-24,-126 +-38,-24,-118 +-38,-24,-110 +-38,-24,-102 +-38,-24,-94 +-38,-24,-86 +-38,-24,-78 +-38,-24,-70 +-38,-24,-62 +-38,-24,-54 +-38,-24,-46 +-38,-24,-38 +-38,-24,-30 +-38,-24,-22 +-38,-24,-14 +-38,-24,-6 +-38,-24,2 +-38,-24,10 +-38,-24,18 +-38,-24,26 +-38,-24,34 +-38,-24,42 +-38,-24,50 +-38,-24,58 +-38,-24,66 +-38,-24,74 +-38,-24,82 +-38,-24,90 +-38,-24,98 +-38,-24,106 +-38,-24,114 +-38,-24,122 +-38,-24,130 +-38,-24,138 +-38,-24,146 +-30,-24,-150 +-30,-24,-142 +-30,-24,-134 +-30,-24,-126 +-30,-24,-118 +-30,-24,-110 +-30,-24,-102 +-30,-24,-94 +-30,-24,-86 +-30,-24,-78 +-30,-24,-70 +-30,-24,-62 +-30,-24,-54 +-30,-24,-46 +-30,-24,-38 +-30,-24,-30 +-30,-24,-22 +-30,-24,-14 +-30,-24,-6 +-30,-24,2 +-30,-24,10 +-30,-24,18 +-30,-24,26 +-30,-24,34 +-30,-24,42 +-30,-24,50 +-30,-24,58 +-30,-24,66 +-30,-24,74 +-30,-24,82 +-30,-24,90 +-30,-24,98 +-30,-24,106 +-30,-24,114 +-30,-24,122 +-30,-24,130 +-30,-24,138 +-30,-24,146 +-22,-24,-150 +-22,-24,-142 +-22,-24,-134 +-22,-24,-126 +-22,-24,-118 +-22,-24,-110 +-22,-24,-102 +-22,-24,-94 +-22,-24,-86 +-22,-24,-78 +-22,-24,-70 +-22,-24,-62 +-22,-24,-54 +-22,-24,-46 +-22,-24,-38 +-22,-24,-30 +-22,-24,-22 +-22,-24,-14 +-22,-24,-6 +-22,-24,2 +-22,-24,10 +-22,-24,18 +-22,-24,26 +-22,-24,34 +-22,-24,42 +-22,-24,50 +-22,-24,58 +-22,-24,66 +-22,-24,74 +-22,-24,82 +-22,-24,90 +-22,-24,98 +-22,-24,106 +-22,-24,114 +-22,-24,122 +-22,-24,130 +-22,-24,138 +-22,-24,146 +-14,-24,-150 +-14,-24,-142 +-14,-24,-134 +-14,-24,-126 +-14,-24,-118 +-14,-24,-110 +-14,-24,-102 +-14,-24,-94 +-14,-24,-86 +-14,-24,-78 +-14,-24,-70 +-14,-24,-62 +-14,-24,-54 +-14,-24,-46 +-14,-24,-38 +-14,-24,-30 +-14,-24,-22 +-14,-24,-14 +-14,-24,-6 +-14,-24,2 +-14,-24,10 +-14,-24,18 +-14,-24,26 +-14,-24,34 +-14,-24,42 +-14,-24,50 +-14,-24,58 +-14,-24,66 +-14,-24,74 +-14,-24,82 +-14,-24,90 +-14,-24,98 +-14,-24,106 +-14,-24,114 +-14,-24,122 +-14,-24,130 +-14,-24,138 +-14,-24,146 +-6,-24,-150 +-6,-24,-142 +-6,-24,-134 +-6,-24,-126 +-6,-24,-118 +-6,-24,-110 +-6,-24,-102 +-6,-24,-94 +-6,-24,-86 +-6,-24,-78 +-6,-24,-70 +-6,-24,-62 +-6,-24,-54 +-6,-24,-46 +-6,-24,-38 +-6,-24,-30 +-6,-24,-22 +-6,-24,-14 +-6,-24,-6 +-6,-24,2 +-6,-24,10 +-6,-24,18 +-6,-24,26 +-6,-24,34 +-6,-24,42 +-6,-24,50 +-6,-24,58 +-6,-24,66 +-6,-24,74 +-6,-24,82 +-6,-24,90 +-6,-24,98 +-6,-24,106 +-6,-24,114 +-6,-24,122 +-6,-24,130 +-6,-24,138 +-6,-24,146 +2,-24,-150 +2,-24,-142 +2,-24,-134 +2,-24,-126 +2,-24,-118 +2,-24,-110 +2,-24,-102 +2,-24,-94 +2,-24,-86 +2,-24,-78 +2,-24,-70 +2,-24,-62 +2,-24,-54 +2,-24,-46 +2,-24,-38 +2,-24,-30 +2,-24,-22 +2,-24,-14 +2,-24,-6 +2,-24,2 +2,-24,10 +2,-24,18 +2,-24,26 +2,-24,34 +2,-24,42 +2,-24,50 +2,-24,58 +2,-24,66 +2,-24,74 +2,-24,82 +2,-24,90 +2,-24,98 +2,-24,106 +2,-24,114 +2,-24,122 +2,-24,130 +2,-24,138 +2,-24,146 +10,-24,-150 +10,-24,-142 +10,-24,-134 +10,-24,-126 +10,-24,-118 +10,-24,-110 +10,-24,-102 +10,-24,-94 +10,-24,-86 +10,-24,-78 +10,-24,-70 +10,-24,-62 +10,-24,-54 +10,-24,-46 +10,-24,-38 +10,-24,-30 +10,-24,-22 +10,-24,-14 +10,-24,-6 +10,-24,2 +10,-24,10 +10,-24,18 +10,-24,26 +10,-24,34 +10,-24,42 +10,-24,50 +10,-24,58 +10,-24,66 +10,-24,74 +10,-24,82 +10,-24,90 +10,-24,98 +10,-24,106 +10,-24,114 +10,-24,122 +10,-24,130 +10,-24,138 +10,-24,146 +18,-24,-150 +18,-24,-142 +18,-24,-134 +18,-24,-126 +18,-24,-118 +18,-24,-110 +18,-24,-102 +18,-24,-94 +18,-24,-86 +18,-24,-78 +18,-24,-70 +18,-24,-62 +18,-24,-54 +18,-24,-46 +18,-24,-38 +18,-24,-30 +18,-24,-22 +18,-24,-14 +18,-24,-6 +18,-24,2 +18,-24,10 +18,-24,18 +18,-24,26 +18,-24,34 +18,-24,42 +18,-24,50 +18,-24,58 +18,-24,66 +18,-24,74 +18,-24,82 +18,-24,90 +18,-24,98 +18,-24,106 +18,-24,114 +18,-24,122 +18,-24,130 +18,-24,138 +18,-24,146 +26,-24,-150 +26,-24,-142 +26,-24,-134 +26,-24,-126 +26,-24,-118 +26,-24,-110 +26,-24,-102 +26,-24,-94 +26,-24,-86 +26,-24,-78 +26,-24,-70 +26,-24,-62 +26,-24,-54 +26,-24,-46 +26,-24,-38 +26,-24,-30 +26,-24,-22 +26,-24,-14 +26,-24,-6 +26,-24,2 +26,-24,10 +26,-24,18 +26,-24,26 +26,-24,34 +26,-24,42 +26,-24,50 +26,-24,58 +26,-24,66 +26,-24,74 +26,-24,82 +26,-24,90 +26,-24,98 +26,-24,106 +26,-24,114 +26,-24,122 +26,-24,130 +26,-24,138 +26,-24,146 +34,-24,-150 +34,-24,-142 +34,-24,-134 +34,-24,-126 +34,-24,-118 +34,-24,-110 +34,-24,-102 +34,-24,-94 +34,-24,-86 +34,-24,-78 +34,-24,-70 +34,-24,-62 +34,-24,-54 +34,-24,-46 +34,-24,-38 +34,-24,-30 +34,-24,-22 +34,-24,-14 +34,-24,-6 +34,-24,2 +34,-24,10 +34,-24,18 +34,-24,26 +34,-24,34 +34,-24,42 +34,-24,50 +34,-24,58 +34,-24,66 +34,-24,74 +34,-24,82 +34,-24,90 +34,-24,98 +34,-24,106 +34,-24,114 +34,-24,122 +34,-24,130 +34,-24,138 +34,-24,146 +42,-24,-150 +42,-24,-142 +42,-24,-134 +42,-24,-126 +42,-24,-118 +42,-24,-110 +42,-24,-102 +42,-24,-94 +42,-24,-86 +42,-24,-78 +42,-24,-70 +42,-24,-62 +42,-24,-54 +42,-24,-46 +42,-24,-38 +42,-24,-30 +42,-24,-22 +42,-24,-14 +42,-24,-6 +42,-24,2 +42,-24,10 +42,-24,18 +42,-24,26 +42,-24,34 +42,-24,42 +42,-24,50 +42,-24,58 +42,-24,66 +42,-24,74 +42,-24,82 +42,-24,90 +42,-24,98 +42,-24,106 +42,-24,114 +42,-24,122 +42,-24,130 +42,-24,138 +42,-24,146 +50,-24,-150 +50,-24,-142 +50,-24,-134 +50,-24,-126 +50,-24,-118 +50,-24,-110 +50,-24,-102 +50,-24,-94 +50,-24,-86 +50,-24,-78 +50,-24,-70 +50,-24,-62 +50,-24,-54 +50,-24,-46 +50,-24,-38 +50,-24,-30 +50,-24,-22 +50,-24,-14 +50,-24,-6 +50,-24,2 +50,-24,10 +50,-24,18 +50,-24,26 +50,-24,34 +50,-24,42 +50,-24,50 +50,-24,58 +50,-24,66 +50,-24,74 +50,-24,82 +50,-24,90 +50,-24,98 +50,-24,106 +50,-24,114 +50,-24,122 +50,-24,130 +50,-24,138 +50,-24,146 +58,-24,-150 +58,-24,-142 +58,-24,-134 +58,-24,-126 +58,-24,-118 +58,-24,-110 +58,-24,-102 +58,-24,-94 +58,-24,-86 +58,-24,-78 +58,-24,-70 +58,-24,-62 +58,-24,-54 +58,-24,-46 +58,-24,-38 +58,-24,-30 +58,-24,-22 +58,-24,-14 +58,-24,-6 +58,-24,2 +58,-24,10 +58,-24,18 +58,-24,26 +58,-24,34 +58,-24,42 +58,-24,50 +58,-24,58 +58,-24,66 +58,-24,74 +58,-24,82 +58,-24,90 +58,-24,98 +58,-24,106 +58,-24,114 +58,-24,122 +58,-24,130 +58,-24,138 +58,-24,146 +66,-24,-150 +66,-24,-142 +66,-24,-134 +66,-24,-126 +66,-24,-118 +66,-24,-110 +66,-24,-102 +66,-24,-94 +66,-24,-86 +66,-24,-78 +66,-24,-70 +66,-24,-62 +66,-24,-54 +66,-24,-46 +66,-24,-38 +66,-24,-30 +66,-24,-22 +66,-24,-14 +66,-24,-6 +66,-24,2 +66,-24,10 +66,-24,18 +66,-24,26 +66,-24,34 +66,-24,42 +66,-24,50 +66,-24,58 +66,-24,66 +66,-24,74 +66,-24,82 +66,-24,90 +66,-24,98 +66,-24,106 +66,-24,114 +66,-24,122 +66,-24,130 +66,-24,138 +66,-24,146 +74,-24,-150 +74,-24,-142 +74,-24,-134 +74,-24,-126 +74,-24,-118 +74,-24,-110 +74,-24,-102 +74,-24,-94 +74,-24,-86 +74,-24,-78 +74,-24,-70 +74,-24,-62 +74,-24,-54 +74,-24,-46 +74,-24,-38 +74,-24,-30 +74,-24,-22 +74,-24,-14 +74,-24,-6 +74,-24,2 +74,-24,10 +74,-24,18 +74,-24,26 +74,-24,34 +74,-24,42 +74,-24,50 +74,-24,58 +74,-24,66 +74,-24,74 +74,-24,82 +74,-24,90 +74,-24,98 +74,-24,106 +74,-24,114 +74,-24,122 +74,-24,130 +74,-24,138 +74,-24,146 +82,-24,-150 +82,-24,-142 +82,-24,-134 +82,-24,-126 +82,-24,-118 +82,-24,-110 +82,-24,-102 +82,-24,-94 +82,-24,-86 +82,-24,-78 +82,-24,-70 +82,-24,-62 +82,-24,-54 +82,-24,-46 +82,-24,-38 +82,-24,-30 +82,-24,-22 +82,-24,-14 +82,-24,-6 +82,-24,2 +82,-24,10 +82,-24,18 +82,-24,26 +82,-24,34 +82,-24,42 +82,-24,50 +82,-24,58 +82,-24,66 +82,-24,74 +82,-24,82 +82,-24,90 +82,-24,98 +82,-24,106 +82,-24,114 +82,-24,122 +82,-24,130 +82,-24,138 +82,-24,146 +90,-24,-150 +90,-24,-142 +90,-24,-134 +90,-24,-126 +90,-24,-118 +90,-24,-110 +90,-24,-102 +90,-24,-94 +90,-24,-86 +90,-24,-78 +90,-24,-70 +90,-24,-62 +90,-24,-54 +90,-24,-46 +90,-24,-38 +90,-24,-30 +90,-24,-22 +90,-24,-14 +90,-24,-6 +90,-24,2 +90,-24,10 +90,-24,18 +90,-24,26 +90,-24,34 +90,-24,42 +90,-24,50 +90,-24,58 +90,-24,66 +90,-24,74 +90,-24,82 +90,-24,90 +90,-24,98 +90,-24,106 +90,-24,114 +90,-24,122 +90,-24,130 +90,-24,138 +90,-24,146 +98,-24,-150 +98,-24,-142 +98,-24,-134 +98,-24,-126 +98,-24,-118 +98,-24,-110 +98,-24,-102 +98,-24,-94 +98,-24,-86 +98,-24,-78 +98,-24,-70 +98,-24,-62 +98,-24,-54 +98,-24,-46 +98,-24,-38 +98,-24,-30 +98,-24,-22 +98,-24,-14 +98,-24,-6 +98,-24,2 +98,-24,10 +98,-24,18 +98,-24,26 +98,-24,34 +98,-24,42 +98,-24,50 +98,-24,58 +98,-24,66 +98,-24,74 +98,-24,82 +98,-24,90 +98,-24,98 +98,-24,106 +98,-24,114 +98,-24,122 +98,-24,130 +98,-24,138 +98,-24,146 +106,-24,-150 +106,-24,-142 +106,-24,-134 +106,-24,-126 +106,-24,-118 +106,-24,-110 +106,-24,-102 +106,-24,-94 +106,-24,-86 +106,-24,-78 +106,-24,-70 +106,-24,-62 +106,-24,-54 +106,-24,-46 +106,-24,-38 +106,-24,-30 +106,-24,-22 +106,-24,-14 +106,-24,-6 +106,-24,2 +106,-24,10 +106,-24,18 +106,-24,26 +106,-24,34 +106,-24,42 +106,-24,50 +106,-24,58 +106,-24,66 +106,-24,74 +106,-24,82 +106,-24,90 +106,-24,98 +106,-24,106 +106,-24,114 +106,-24,122 +106,-24,130 +106,-24,138 +106,-24,146 +114,-24,-150 +114,-24,-142 +114,-24,-134 +114,-24,-126 +114,-24,-118 +114,-24,-110 +114,-24,-102 +114,-24,-94 +114,-24,-86 +114,-24,-78 +114,-24,-70 +114,-24,-62 +114,-24,-54 +114,-24,-46 +114,-24,-38 +114,-24,-30 +114,-24,-22 +114,-24,-14 +114,-24,-6 +114,-24,2 +114,-24,10 +114,-24,18 +114,-24,26 +114,-24,34 +114,-24,42 +114,-24,50 +114,-24,58 +114,-24,66 +114,-24,74 +114,-24,82 +114,-24,90 +114,-24,98 +114,-24,106 +114,-24,114 +114,-24,122 +114,-24,130 +114,-24,138 +114,-24,146 +122,-24,-150 +122,-24,-142 +122,-24,-134 +122,-24,-126 +122,-24,-118 +122,-24,-110 +122,-24,-102 +122,-24,-94 +122,-24,-86 +122,-24,-78 +122,-24,-70 +122,-24,-62 +122,-24,-54 +122,-24,-46 +122,-24,-38 +122,-24,-30 +122,-24,-22 +122,-24,-14 +122,-24,-6 +122,-24,2 +122,-24,10 +122,-24,18 +122,-24,26 +122,-24,34 +122,-24,42 +122,-24,50 +122,-24,58 +122,-24,66 +122,-24,74 +122,-24,82 +122,-24,90 +122,-24,98 +122,-24,106 +122,-24,114 +122,-24,122 +122,-24,130 +122,-24,138 +122,-24,146 +130,-24,-150 +130,-24,-142 +130,-24,-134 +130,-24,-126 +130,-24,-118 +130,-24,-110 +130,-24,-102 +130,-24,-94 +130,-24,-86 +130,-24,-78 +130,-24,-70 +130,-24,-62 +130,-24,-54 +130,-24,-46 +130,-24,-38 +130,-24,-30 +130,-24,-22 +130,-24,-14 +130,-24,-6 +130,-24,2 +130,-24,10 +130,-24,18 +130,-24,26 +130,-24,34 +130,-24,42 +130,-24,50 +130,-24,58 +130,-24,66 +130,-24,74 +130,-24,82 +130,-24,90 +130,-24,98 +130,-24,106 +130,-24,114 +130,-24,122 +130,-24,130 +130,-24,138 +130,-24,146 +138,-24,-150 +138,-24,-142 +138,-24,-134 +138,-24,-126 +138,-24,-118 +138,-24,-110 +138,-24,-102 +138,-24,-94 +138,-24,-86 +138,-24,-78 +138,-24,-70 +138,-24,-62 +138,-24,-54 +138,-24,-46 +138,-24,-38 +138,-24,-30 +138,-24,-22 +138,-24,-14 +138,-24,-6 +138,-24,2 +138,-24,10 +138,-24,18 +138,-24,26 +138,-24,34 +138,-24,42 +138,-24,50 +138,-24,58 +138,-24,66 +138,-24,74 +138,-24,82 +138,-24,90 +138,-24,98 +138,-24,106 +138,-24,114 +138,-24,122 +138,-24,130 +138,-24,138 +138,-24,146 +146,-24,-150 +146,-24,-142 +146,-24,-134 +146,-24,-126 +146,-24,-118 +146,-24,-110 +146,-24,-102 +146,-24,-94 +146,-24,-86 +146,-24,-78 +146,-24,-70 +146,-24,-62 +146,-24,-54 +146,-24,-46 +146,-24,-38 +146,-24,-30 +146,-24,-22 +146,-24,-14 +146,-24,-6 +146,-24,2 +146,-24,10 +146,-24,18 +146,-24,26 +146,-24,34 +146,-24,42 +146,-24,50 +146,-24,58 +146,-24,66 +146,-24,74 +146,-24,82 +146,-24,90 +146,-24,98 +146,-24,106 +146,-24,114 +146,-24,122 +146,-24,130 +146,-24,138 +146,-24,146 +-150,-16,-150 +-150,-16,-142 +-150,-16,-134 +-150,-16,-126 +-150,-16,-118 +-150,-16,-110 +-150,-16,-102 +-150,-16,-94 +-150,-16,-86 +-150,-16,-78 +-150,-16,-70 +-150,-16,-62 +-150,-16,-54 +-150,-16,-46 +-150,-16,-38 +-150,-16,-30 +-150,-16,-22 +-150,-16,-14 +-150,-16,-6 +-150,-16,2 +-150,-16,10 +-150,-16,18 +-150,-16,26 +-150,-16,34 +-150,-16,42 +-150,-16,50 +-150,-16,58 +-150,-16,66 +-150,-16,74 +-150,-16,82 +-150,-16,90 +-150,-16,98 +-150,-16,106 +-150,-16,114 +-150,-16,122 +-150,-16,130 +-150,-16,138 +-150,-16,146 +-142,-16,-150 +-142,-16,-142 +-142,-16,-134 +-142,-16,-126 +-142,-16,-118 +-142,-16,-110 +-142,-16,-102 +-142,-16,-94 +-142,-16,-86 +-142,-16,-78 +-142,-16,-70 +-142,-16,-62 +-142,-16,-54 +-142,-16,-46 +-142,-16,-38 +-142,-16,-30 +-142,-16,-22 +-142,-16,-14 +-142,-16,-6 +-142,-16,2 +-142,-16,10 +-142,-16,18 +-142,-16,26 +-142,-16,34 +-142,-16,42 +-142,-16,50 +-142,-16,58 +-142,-16,66 +-142,-16,74 +-142,-16,82 +-142,-16,90 +-142,-16,98 +-142,-16,106 +-142,-16,114 +-142,-16,122 +-142,-16,130 +-142,-16,138 +-142,-16,146 +-134,-16,-150 +-134,-16,-142 +-134,-16,-134 +-134,-16,-126 +-134,-16,-118 +-134,-16,-110 +-134,-16,-102 +-134,-16,-94 +-134,-16,-86 +-134,-16,-78 +-134,-16,-70 +-134,-16,-62 +-134,-16,-54 +-134,-16,-46 +-134,-16,-38 +-134,-16,-30 +-134,-16,-22 +-134,-16,-14 +-134,-16,-6 +-134,-16,2 +-134,-16,10 +-134,-16,18 +-134,-16,26 +-134,-16,34 +-134,-16,42 +-134,-16,50 +-134,-16,58 +-134,-16,66 +-134,-16,74 +-134,-16,82 +-134,-16,90 +-134,-16,98 +-134,-16,106 +-134,-16,114 +-134,-16,122 +-134,-16,130 +-134,-16,138 +-134,-16,146 +-126,-16,-150 +-126,-16,-142 +-126,-16,-134 +-126,-16,-126 +-126,-16,-118 +-126,-16,-110 +-126,-16,-102 +-126,-16,-94 +-126,-16,-86 +-126,-16,-78 +-126,-16,-70 +-126,-16,-62 +-126,-16,-54 +-126,-16,-46 +-126,-16,-38 +-126,-16,-30 +-126,-16,-22 +-126,-16,-14 +-126,-16,-6 +-126,-16,2 +-126,-16,10 +-126,-16,18 +-126,-16,26 +-126,-16,34 +-126,-16,42 +-126,-16,50 +-126,-16,58 +-126,-16,66 +-126,-16,74 +-126,-16,82 +-126,-16,90 +-126,-16,98 +-126,-16,106 +-126,-16,114 +-126,-16,122 +-126,-16,130 +-126,-16,138 +-126,-16,146 +-118,-16,-150 +-118,-16,-142 +-118,-16,-134 +-118,-16,-126 +-118,-16,-118 +-118,-16,-110 +-118,-16,-102 +-118,-16,-94 +-118,-16,-86 +-118,-16,-78 +-118,-16,-70 +-118,-16,-62 +-118,-16,-54 +-118,-16,-46 +-118,-16,-38 +-118,-16,-30 +-118,-16,-22 +-118,-16,-14 +-118,-16,-6 +-118,-16,2 +-118,-16,10 +-118,-16,18 +-118,-16,26 +-118,-16,34 +-118,-16,42 +-118,-16,50 +-118,-16,58 +-118,-16,66 +-118,-16,74 +-118,-16,82 +-118,-16,90 +-118,-16,98 +-118,-16,106 +-118,-16,114 +-118,-16,122 +-118,-16,130 +-118,-16,138 +-118,-16,146 +-110,-16,-150 +-110,-16,-142 +-110,-16,-134 +-110,-16,-126 +-110,-16,-118 +-110,-16,-110 +-110,-16,-102 +-110,-16,-94 +-110,-16,-86 +-110,-16,-78 +-110,-16,-70 +-110,-16,-62 +-110,-16,-54 +-110,-16,-46 +-110,-16,-38 +-110,-16,-30 +-110,-16,-22 +-110,-16,-14 +-110,-16,-6 +-110,-16,2 +-110,-16,10 +-110,-16,18 +-110,-16,26 +-110,-16,34 +-110,-16,42 +-110,-16,50 +-110,-16,58 +-110,-16,66 +-110,-16,74 +-110,-16,82 +-110,-16,90 +-110,-16,98 +-110,-16,106 +-110,-16,114 +-110,-16,122 +-110,-16,130 +-110,-16,138 +-110,-16,146 +-102,-16,-150 +-102,-16,-142 +-102,-16,-134 +-102,-16,-126 +-102,-16,-118 +-102,-16,-110 +-102,-16,-102 +-102,-16,-94 +-102,-16,-86 +-102,-16,-78 +-102,-16,-70 +-102,-16,-62 +-102,-16,-54 +-102,-16,-46 +-102,-16,-38 +-102,-16,-30 +-102,-16,-22 +-102,-16,-14 +-102,-16,-6 +-102,-16,2 +-102,-16,10 +-102,-16,18 +-102,-16,26 +-102,-16,34 +-102,-16,42 +-102,-16,50 +-102,-16,58 +-102,-16,66 +-102,-16,74 +-102,-16,82 +-102,-16,90 +-102,-16,98 +-102,-16,106 +-102,-16,114 +-102,-16,122 +-102,-16,130 +-102,-16,138 +-102,-16,146 +-94,-16,-150 +-94,-16,-142 +-94,-16,-134 +-94,-16,-126 +-94,-16,-118 +-94,-16,-110 +-94,-16,-102 +-94,-16,-94 +-94,-16,-86 +-94,-16,-78 +-94,-16,-70 +-94,-16,-62 +-94,-16,-54 +-94,-16,-46 +-94,-16,-38 +-94,-16,-30 +-94,-16,-22 +-94,-16,-14 +-94,-16,-6 +-94,-16,2 +-94,-16,10 +-94,-16,18 +-94,-16,26 +-94,-16,34 +-94,-16,42 +-94,-16,50 +-94,-16,58 +-94,-16,66 +-94,-16,74 +-94,-16,82 +-94,-16,90 +-94,-16,98 +-94,-16,106 +-94,-16,114 +-94,-16,122 +-94,-16,130 +-94,-16,138 +-94,-16,146 +-86,-16,-150 +-86,-16,-142 +-86,-16,-134 +-86,-16,-126 +-86,-16,-118 +-86,-16,-110 +-86,-16,-102 +-86,-16,-94 +-86,-16,-86 +-86,-16,-78 +-86,-16,-70 +-86,-16,-62 +-86,-16,-54 +-86,-16,-46 +-86,-16,-38 +-86,-16,-30 +-86,-16,-22 +-86,-16,-14 +-86,-16,-6 +-86,-16,2 +-86,-16,10 +-86,-16,18 +-86,-16,26 +-86,-16,34 +-86,-16,42 +-86,-16,50 +-86,-16,58 +-86,-16,66 +-86,-16,74 +-86,-16,82 +-86,-16,90 +-86,-16,98 +-86,-16,106 +-86,-16,114 +-86,-16,122 +-86,-16,130 +-86,-16,138 +-86,-16,146 +-78,-16,-150 +-78,-16,-142 +-78,-16,-134 +-78,-16,-126 +-78,-16,-118 +-78,-16,-110 +-78,-16,-102 +-78,-16,-94 +-78,-16,-86 +-78,-16,-78 +-78,-16,-70 +-78,-16,-62 +-78,-16,-54 +-78,-16,-46 +-78,-16,-38 +-78,-16,-30 +-78,-16,-22 +-78,-16,-14 +-78,-16,-6 +-78,-16,2 +-78,-16,10 +-78,-16,18 +-78,-16,26 +-78,-16,34 +-78,-16,42 +-78,-16,50 +-78,-16,58 +-78,-16,66 +-78,-16,74 +-78,-16,82 +-78,-16,90 +-78,-16,98 +-78,-16,106 +-78,-16,114 +-78,-16,122 +-78,-16,130 +-78,-16,138 +-78,-16,146 +-70,-16,-150 +-70,-16,-142 +-70,-16,-134 +-70,-16,-126 +-70,-16,-118 +-70,-16,-110 +-70,-16,-102 +-70,-16,-94 +-70,-16,-86 +-70,-16,-78 +-70,-16,-70 +-70,-16,-62 +-70,-16,-54 +-70,-16,-46 +-70,-16,-38 +-70,-16,-30 +-70,-16,-22 +-70,-16,-14 +-70,-16,-6 +-70,-16,2 +-70,-16,10 +-70,-16,18 +-70,-16,26 +-70,-16,34 +-70,-16,42 +-70,-16,50 +-70,-16,58 +-70,-16,66 +-70,-16,74 +-70,-16,82 +-70,-16,90 +-70,-16,98 +-70,-16,106 +-70,-16,114 +-70,-16,122 +-70,-16,130 +-70,-16,138 +-70,-16,146 +-62,-16,-150 +-62,-16,-142 +-62,-16,-134 +-62,-16,-126 +-62,-16,-118 +-62,-16,-110 +-62,-16,-102 +-62,-16,-94 +-62,-16,-86 +-62,-16,-78 +-62,-16,-70 +-62,-16,-62 +-62,-16,-54 +-62,-16,-46 +-62,-16,-38 +-62,-16,-30 +-62,-16,-22 +-62,-16,-14 +-62,-16,-6 +-62,-16,2 +-62,-16,10 +-62,-16,18 +-62,-16,26 +-62,-16,34 +-62,-16,42 +-62,-16,50 +-62,-16,58 +-62,-16,66 +-62,-16,74 +-62,-16,82 +-62,-16,90 +-62,-16,98 +-62,-16,106 +-62,-16,114 +-62,-16,122 +-62,-16,130 +-62,-16,138 +-62,-16,146 +-54,-16,-150 +-54,-16,-142 +-54,-16,-134 +-54,-16,-126 +-54,-16,-118 +-54,-16,-110 +-54,-16,-102 +-54,-16,-94 +-54,-16,-86 +-54,-16,-78 +-54,-16,-70 +-54,-16,-62 +-54,-16,-54 +-54,-16,-46 +-54,-16,-38 +-54,-16,-30 +-54,-16,-22 +-54,-16,-14 +-54,-16,-6 +-54,-16,2 +-54,-16,10 +-54,-16,18 +-54,-16,26 +-54,-16,34 +-54,-16,42 +-54,-16,50 +-54,-16,58 +-54,-16,66 +-54,-16,74 +-54,-16,82 +-54,-16,90 +-54,-16,98 +-54,-16,106 +-54,-16,114 +-54,-16,122 +-54,-16,130 +-54,-16,138 +-54,-16,146 +-46,-16,-150 +-46,-16,-142 +-46,-16,-134 +-46,-16,-126 +-46,-16,-118 +-46,-16,-110 +-46,-16,-102 +-46,-16,-94 +-46,-16,-86 +-46,-16,-78 +-46,-16,-70 +-46,-16,-62 +-46,-16,-54 +-46,-16,-46 +-46,-16,-38 +-46,-16,-30 +-46,-16,-22 +-46,-16,-14 +-46,-16,-6 +-46,-16,2 +-46,-16,10 +-46,-16,18 +-46,-16,26 +-46,-16,34 +-46,-16,42 +-46,-16,50 +-46,-16,58 +-46,-16,66 +-46,-16,74 +-46,-16,82 +-46,-16,90 +-46,-16,98 +-46,-16,106 +-46,-16,114 +-46,-16,122 +-46,-16,130 +-46,-16,138 +-46,-16,146 +-38,-16,-150 +-38,-16,-142 +-38,-16,-134 +-38,-16,-126 +-38,-16,-118 +-38,-16,-110 +-38,-16,-102 +-38,-16,-94 +-38,-16,-86 +-38,-16,-78 +-38,-16,-70 +-38,-16,-62 +-38,-16,-54 +-38,-16,-46 +-38,-16,-38 +-38,-16,-30 +-38,-16,-22 +-38,-16,-14 +-38,-16,-6 +-38,-16,2 +-38,-16,10 +-38,-16,18 +-38,-16,26 +-38,-16,34 +-38,-16,42 +-38,-16,50 +-38,-16,58 +-38,-16,66 +-38,-16,74 +-38,-16,82 +-38,-16,90 +-38,-16,98 +-38,-16,106 +-38,-16,114 +-38,-16,122 +-38,-16,130 +-38,-16,138 +-38,-16,146 +-30,-16,-150 +-30,-16,-142 +-30,-16,-134 +-30,-16,-126 +-30,-16,-118 +-30,-16,-110 +-30,-16,-102 +-30,-16,-94 +-30,-16,-86 +-30,-16,-78 +-30,-16,-70 +-30,-16,-62 +-30,-16,-54 +-30,-16,-46 +-30,-16,-38 +-30,-16,-30 +-30,-16,-22 +-30,-16,-14 +-30,-16,-6 +-30,-16,2 +-30,-16,10 +-30,-16,18 +-30,-16,26 +-30,-16,34 +-30,-16,42 +-30,-16,50 +-30,-16,58 +-30,-16,66 +-30,-16,74 +-30,-16,82 +-30,-16,90 +-30,-16,98 +-30,-16,106 +-30,-16,114 +-30,-16,122 +-30,-16,130 +-30,-16,138 +-30,-16,146 +-22,-16,-150 +-22,-16,-142 +-22,-16,-134 +-22,-16,-126 +-22,-16,-118 +-22,-16,-110 +-22,-16,-102 +-22,-16,-94 +-22,-16,-86 +-22,-16,-78 +-22,-16,-70 +-22,-16,-62 +-22,-16,-54 +-22,-16,-46 +-22,-16,-38 +-22,-16,-30 +-22,-16,-22 +-22,-16,-14 +-22,-16,-6 +-22,-16,2 +-22,-16,10 +-22,-16,18 +-22,-16,26 +-22,-16,34 +-22,-16,42 +-22,-16,50 +-22,-16,58 +-22,-16,66 +-22,-16,74 +-22,-16,82 +-22,-16,90 +-22,-16,98 +-22,-16,106 +-22,-16,114 +-22,-16,122 +-22,-16,130 +-22,-16,138 +-22,-16,146 +-14,-16,-150 +-14,-16,-142 +-14,-16,-134 +-14,-16,-126 +-14,-16,-118 +-14,-16,-110 +-14,-16,-102 +-14,-16,-94 +-14,-16,-86 +-14,-16,-78 +-14,-16,-70 +-14,-16,-62 +-14,-16,-54 +-14,-16,-46 +-14,-16,-38 +-14,-16,-30 +-14,-16,-22 +-14,-16,-14 +-14,-16,-6 +-14,-16,2 +-14,-16,10 +-14,-16,18 +-14,-16,26 +-14,-16,34 +-14,-16,42 +-14,-16,50 +-14,-16,58 +-14,-16,66 +-14,-16,74 +-14,-16,82 +-14,-16,90 +-14,-16,98 +-14,-16,106 +-14,-16,114 +-14,-16,122 +-14,-16,130 +-14,-16,138 +-14,-16,146 +-6,-16,-150 +-6,-16,-142 +-6,-16,-134 +-6,-16,-126 +-6,-16,-118 +-6,-16,-110 +-6,-16,-102 +-6,-16,-94 +-6,-16,-86 +-6,-16,-78 +-6,-16,-70 +-6,-16,-62 +-6,-16,-54 +-6,-16,-46 +-6,-16,-38 +-6,-16,-30 +-6,-16,-22 +-6,-16,-14 +-6,-16,-6 +-6,-16,2 +-6,-16,10 +-6,-16,18 +-6,-16,26 +-6,-16,34 +-6,-16,42 +-6,-16,50 +-6,-16,58 +-6,-16,66 +-6,-16,74 +-6,-16,82 +-6,-16,90 +-6,-16,98 +-6,-16,106 +-6,-16,114 +-6,-16,122 +-6,-16,130 +-6,-16,138 +-6,-16,146 +2,-16,-150 +2,-16,-142 +2,-16,-134 +2,-16,-126 +2,-16,-118 +2,-16,-110 +2,-16,-102 +2,-16,-94 +2,-16,-86 +2,-16,-78 +2,-16,-70 +2,-16,-62 +2,-16,-54 +2,-16,-46 +2,-16,-38 +2,-16,-30 +2,-16,-22 +2,-16,-14 +2,-16,-6 +2,-16,2 +2,-16,10 +2,-16,18 +2,-16,26 +2,-16,34 +2,-16,42 +2,-16,50 +2,-16,58 +2,-16,66 +2,-16,74 +2,-16,82 +2,-16,90 +2,-16,98 +2,-16,106 +2,-16,114 +2,-16,122 +2,-16,130 +2,-16,138 +2,-16,146 +10,-16,-150 +10,-16,-142 +10,-16,-134 +10,-16,-126 +10,-16,-118 +10,-16,-110 +10,-16,-102 +10,-16,-94 +10,-16,-86 +10,-16,-78 +10,-16,-70 +10,-16,-62 +10,-16,-54 +10,-16,-46 +10,-16,-38 +10,-16,-30 +10,-16,-22 +10,-16,-14 +10,-16,-6 +10,-16,2 +10,-16,10 +10,-16,18 +10,-16,26 +10,-16,34 +10,-16,42 +10,-16,50 +10,-16,58 +10,-16,66 +10,-16,74 +10,-16,82 +10,-16,90 +10,-16,98 +10,-16,106 +10,-16,114 +10,-16,122 +10,-16,130 +10,-16,138 +10,-16,146 +18,-16,-150 +18,-16,-142 +18,-16,-134 +18,-16,-126 +18,-16,-118 +18,-16,-110 +18,-16,-102 +18,-16,-94 +18,-16,-86 +18,-16,-78 +18,-16,-70 +18,-16,-62 +18,-16,-54 +18,-16,-46 +18,-16,-38 +18,-16,-30 +18,-16,-22 +18,-16,-14 +18,-16,-6 +18,-16,2 +18,-16,10 +18,-16,18 +18,-16,26 +18,-16,34 +18,-16,42 +18,-16,50 +18,-16,58 +18,-16,66 +18,-16,74 +18,-16,82 +18,-16,90 +18,-16,98 +18,-16,106 +18,-16,114 +18,-16,122 +18,-16,130 +18,-16,138 +18,-16,146 +26,-16,-150 +26,-16,-142 +26,-16,-134 +26,-16,-126 +26,-16,-118 +26,-16,-110 +26,-16,-102 +26,-16,-94 +26,-16,-86 +26,-16,-78 +26,-16,-70 +26,-16,-62 +26,-16,-54 +26,-16,-46 +26,-16,-38 +26,-16,-30 +26,-16,-22 +26,-16,-14 +26,-16,-6 +26,-16,2 +26,-16,10 +26,-16,18 +26,-16,26 +26,-16,34 +26,-16,42 +26,-16,50 +26,-16,58 +26,-16,66 +26,-16,74 +26,-16,82 +26,-16,90 +26,-16,98 +26,-16,106 +26,-16,114 +26,-16,122 +26,-16,130 +26,-16,138 +26,-16,146 +34,-16,-150 +34,-16,-142 +34,-16,-134 +34,-16,-126 +34,-16,-118 +34,-16,-110 +34,-16,-102 +34,-16,-94 +34,-16,-86 +34,-16,-78 +34,-16,-70 +34,-16,-62 +34,-16,-54 +34,-16,-46 +34,-16,-38 +34,-16,-30 +34,-16,-22 +34,-16,-14 +34,-16,-6 +34,-16,2 +34,-16,10 +34,-16,18 +34,-16,26 +34,-16,34 +34,-16,42 +34,-16,50 +34,-16,58 +34,-16,66 +34,-16,74 +34,-16,82 +34,-16,90 +34,-16,98 +34,-16,106 +34,-16,114 +34,-16,122 +34,-16,130 +34,-16,138 +34,-16,146 +42,-16,-150 +42,-16,-142 +42,-16,-134 +42,-16,-126 +42,-16,-118 +42,-16,-110 +42,-16,-102 +42,-16,-94 +42,-16,-86 +42,-16,-78 +42,-16,-70 +42,-16,-62 +42,-16,-54 +42,-16,-46 +42,-16,-38 +42,-16,-30 +42,-16,-22 +42,-16,-14 +42,-16,-6 +42,-16,2 +42,-16,10 +42,-16,18 +42,-16,26 +42,-16,34 +42,-16,42 +42,-16,50 +42,-16,58 +42,-16,66 +42,-16,74 +42,-16,82 +42,-16,90 +42,-16,98 +42,-16,106 +42,-16,114 +42,-16,122 +42,-16,130 +42,-16,138 +42,-16,146 +50,-16,-150 +50,-16,-142 +50,-16,-134 +50,-16,-126 +50,-16,-118 +50,-16,-110 +50,-16,-102 +50,-16,-94 +50,-16,-86 +50,-16,-78 +50,-16,-70 +50,-16,-62 +50,-16,-54 +50,-16,-46 +50,-16,-38 +50,-16,-30 +50,-16,-22 +50,-16,-14 +50,-16,-6 +50,-16,2 +50,-16,10 +50,-16,18 +50,-16,26 +50,-16,34 +50,-16,42 +50,-16,50 +50,-16,58 +50,-16,66 +50,-16,74 +50,-16,82 +50,-16,90 +50,-16,98 +50,-16,106 +50,-16,114 +50,-16,122 +50,-16,130 +50,-16,138 +50,-16,146 +58,-16,-150 +58,-16,-142 +58,-16,-134 +58,-16,-126 +58,-16,-118 +58,-16,-110 +58,-16,-102 +58,-16,-94 +58,-16,-86 +58,-16,-78 +58,-16,-70 +58,-16,-62 +58,-16,-54 +58,-16,-46 +58,-16,-38 +58,-16,-30 +58,-16,-22 +58,-16,-14 +58,-16,-6 +58,-16,2 +58,-16,10 +58,-16,18 +58,-16,26 +58,-16,34 +58,-16,42 +58,-16,50 +58,-16,58 +58,-16,66 +58,-16,74 +58,-16,82 +58,-16,90 +58,-16,98 +58,-16,106 +58,-16,114 +58,-16,122 +58,-16,130 +58,-16,138 +58,-16,146 +66,-16,-150 +66,-16,-142 +66,-16,-134 +66,-16,-126 +66,-16,-118 +66,-16,-110 +66,-16,-102 +66,-16,-94 +66,-16,-86 +66,-16,-78 +66,-16,-70 +66,-16,-62 +66,-16,-54 +66,-16,-46 +66,-16,-38 +66,-16,-30 +66,-16,-22 +66,-16,-14 +66,-16,-6 +66,-16,2 +66,-16,10 +66,-16,18 +66,-16,26 +66,-16,34 +66,-16,42 +66,-16,50 +66,-16,58 +66,-16,66 +66,-16,74 +66,-16,82 +66,-16,90 +66,-16,98 +66,-16,106 +66,-16,114 +66,-16,122 +66,-16,130 +66,-16,138 +66,-16,146 +74,-16,-150 +74,-16,-142 +74,-16,-134 +74,-16,-126 +74,-16,-118 +74,-16,-110 +74,-16,-102 +74,-16,-94 +74,-16,-86 +74,-16,-78 +74,-16,-70 +74,-16,-62 +74,-16,-54 +74,-16,-46 +74,-16,-38 +74,-16,-30 +74,-16,-22 +74,-16,-14 +74,-16,-6 +74,-16,2 +74,-16,10 +74,-16,18 +74,-16,26 +74,-16,34 +74,-16,42 +74,-16,50 +74,-16,58 +74,-16,66 +74,-16,74 +74,-16,82 +74,-16,90 +74,-16,98 +74,-16,106 +74,-16,114 +74,-16,122 +74,-16,130 +74,-16,138 +74,-16,146 +82,-16,-150 +82,-16,-142 +82,-16,-134 +82,-16,-126 +82,-16,-118 +82,-16,-110 +82,-16,-102 +82,-16,-94 +82,-16,-86 +82,-16,-78 +82,-16,-70 +82,-16,-62 +82,-16,-54 +82,-16,-46 +82,-16,-38 +82,-16,-30 +82,-16,-22 +82,-16,-14 +82,-16,-6 +82,-16,2 +82,-16,10 +82,-16,18 +82,-16,26 +82,-16,34 +82,-16,42 +82,-16,50 +82,-16,58 +82,-16,66 +82,-16,74 +82,-16,82 +82,-16,90 +82,-16,98 +82,-16,106 +82,-16,114 +82,-16,122 +82,-16,130 +82,-16,138 +82,-16,146 +90,-16,-150 +90,-16,-142 +90,-16,-134 +90,-16,-126 +90,-16,-118 +90,-16,-110 +90,-16,-102 +90,-16,-94 +90,-16,-86 +90,-16,-78 +90,-16,-70 +90,-16,-62 +90,-16,-54 +90,-16,-46 +90,-16,-38 +90,-16,-30 +90,-16,-22 +90,-16,-14 +90,-16,-6 +90,-16,2 +90,-16,10 +90,-16,18 +90,-16,26 +90,-16,34 +90,-16,42 +90,-16,50 +90,-16,58 +90,-16,66 +90,-16,74 +90,-16,82 +90,-16,90 +90,-16,98 +90,-16,106 +90,-16,114 +90,-16,122 +90,-16,130 +90,-16,138 +90,-16,146 +98,-16,-150 +98,-16,-142 +98,-16,-134 +98,-16,-126 +98,-16,-118 +98,-16,-110 +98,-16,-102 +98,-16,-94 +98,-16,-86 +98,-16,-78 +98,-16,-70 +98,-16,-62 +98,-16,-54 +98,-16,-46 +98,-16,-38 +98,-16,-30 +98,-16,-22 +98,-16,-14 +98,-16,-6 +98,-16,2 +98,-16,10 +98,-16,18 +98,-16,26 +98,-16,34 +98,-16,42 +98,-16,50 +98,-16,58 +98,-16,66 +98,-16,74 +98,-16,82 +98,-16,90 +98,-16,98 +98,-16,106 +98,-16,114 +98,-16,122 +98,-16,130 +98,-16,138 +98,-16,146 +106,-16,-150 +106,-16,-142 +106,-16,-134 +106,-16,-126 +106,-16,-118 +106,-16,-110 +106,-16,-102 +106,-16,-94 +106,-16,-86 +106,-16,-78 +106,-16,-70 +106,-16,-62 +106,-16,-54 +106,-16,-46 +106,-16,-38 +106,-16,-30 +106,-16,-22 +106,-16,-14 +106,-16,-6 +106,-16,2 +106,-16,10 +106,-16,18 +106,-16,26 +106,-16,34 +106,-16,42 +106,-16,50 +106,-16,58 +106,-16,66 +106,-16,74 +106,-16,82 +106,-16,90 +106,-16,98 +106,-16,106 +106,-16,114 +106,-16,122 +106,-16,130 +106,-16,138 +106,-16,146 +114,-16,-150 +114,-16,-142 +114,-16,-134 +114,-16,-126 +114,-16,-118 +114,-16,-110 +114,-16,-102 +114,-16,-94 +114,-16,-86 +114,-16,-78 +114,-16,-70 +114,-16,-62 +114,-16,-54 +114,-16,-46 +114,-16,-38 +114,-16,-30 +114,-16,-22 +114,-16,-14 +114,-16,-6 +114,-16,2 +114,-16,10 +114,-16,18 +114,-16,26 +114,-16,34 +114,-16,42 +114,-16,50 +114,-16,58 +114,-16,66 +114,-16,74 +114,-16,82 +114,-16,90 +114,-16,98 +114,-16,106 +114,-16,114 +114,-16,122 +114,-16,130 +114,-16,138 +114,-16,146 +122,-16,-150 +122,-16,-142 +122,-16,-134 +122,-16,-126 +122,-16,-118 +122,-16,-110 +122,-16,-102 +122,-16,-94 +122,-16,-86 +122,-16,-78 +122,-16,-70 +122,-16,-62 +122,-16,-54 +122,-16,-46 +122,-16,-38 +122,-16,-30 +122,-16,-22 +122,-16,-14 +122,-16,-6 +122,-16,2 +122,-16,10 +122,-16,18 +122,-16,26 +122,-16,34 +122,-16,42 +122,-16,50 +122,-16,58 +122,-16,66 +122,-16,74 +122,-16,82 +122,-16,90 +122,-16,98 +122,-16,106 +122,-16,114 +122,-16,122 +122,-16,130 +122,-16,138 +122,-16,146 +130,-16,-150 +130,-16,-142 +130,-16,-134 +130,-16,-126 +130,-16,-118 +130,-16,-110 +130,-16,-102 +130,-16,-94 +130,-16,-86 +130,-16,-78 +130,-16,-70 +130,-16,-62 +130,-16,-54 +130,-16,-46 +130,-16,-38 +130,-16,-30 +130,-16,-22 +130,-16,-14 +130,-16,-6 +130,-16,2 +130,-16,10 +130,-16,18 +130,-16,26 +130,-16,34 +130,-16,42 +130,-16,50 +130,-16,58 +130,-16,66 +130,-16,74 +130,-16,82 +130,-16,90 +130,-16,98 +130,-16,106 +130,-16,114 +130,-16,122 +130,-16,130 +130,-16,138 +130,-16,146 +138,-16,-150 +138,-16,-142 +138,-16,-134 +138,-16,-126 +138,-16,-118 +138,-16,-110 +138,-16,-102 +138,-16,-94 +138,-16,-86 +138,-16,-78 +138,-16,-70 +138,-16,-62 +138,-16,-54 +138,-16,-46 +138,-16,-38 +138,-16,-30 +138,-16,-22 +138,-16,-14 +138,-16,-6 +138,-16,2 +138,-16,10 +138,-16,18 +138,-16,26 +138,-16,34 +138,-16,42 +138,-16,50 +138,-16,58 +138,-16,66 +138,-16,74 +138,-16,82 +138,-16,90 +138,-16,98 +138,-16,106 +138,-16,114 +138,-16,122 +138,-16,130 +138,-16,138 +138,-16,146 +146,-16,-150 +146,-16,-142 +146,-16,-134 +146,-16,-126 +146,-16,-118 +146,-16,-110 +146,-16,-102 +146,-16,-94 +146,-16,-86 +146,-16,-78 +146,-16,-70 +146,-16,-62 +146,-16,-54 +146,-16,-46 +146,-16,-38 +146,-16,-30 +146,-16,-22 +146,-16,-14 +146,-16,-6 +146,-16,2 +146,-16,10 +146,-16,18 +146,-16,26 +146,-16,34 +146,-16,42 +146,-16,50 +146,-16,58 +146,-16,66 +146,-16,74 +146,-16,82 +146,-16,90 +146,-16,98 +146,-16,106 +146,-16,114 +146,-16,122 +146,-16,130 +146,-16,138 +146,-16,146 +-150,-8,-150 +-150,-8,-142 +-150,-8,-134 +-150,-8,-126 +-150,-8,-118 +-150,-8,-110 +-150,-8,-102 +-150,-8,-94 +-150,-8,-86 +-150,-8,-78 +-150,-8,-70 +-150,-8,-62 +-150,-8,-54 +-150,-8,-46 +-150,-8,-38 +-150,-8,-30 +-150,-8,-22 +-150,-8,-14 +-150,-8,-6 +-150,-8,2 +-150,-8,10 +-150,-8,18 +-150,-8,26 +-150,-8,34 +-150,-8,42 +-150,-8,50 +-150,-8,58 +-150,-8,66 +-150,-8,74 +-150,-8,82 +-150,-8,90 +-150,-8,98 +-150,-8,106 +-150,-8,114 +-150,-8,122 +-150,-8,130 +-150,-8,138 +-150,-8,146 +-142,-8,-150 +-142,-8,-142 +-142,-8,-134 +-142,-8,-126 +-142,-8,-118 +-142,-8,-110 +-142,-8,-102 +-142,-8,-94 +-142,-8,-86 +-142,-8,-78 +-142,-8,-70 +-142,-8,-62 +-142,-8,-54 +-142,-8,-46 +-142,-8,-38 +-142,-8,-30 +-142,-8,-22 +-142,-8,-14 +-142,-8,-6 +-142,-8,2 +-142,-8,10 +-142,-8,18 +-142,-8,26 +-142,-8,34 +-142,-8,42 +-142,-8,50 +-142,-8,58 +-142,-8,66 +-142,-8,74 +-142,-8,82 +-142,-8,90 +-142,-8,98 +-142,-8,106 +-142,-8,114 +-142,-8,122 +-142,-8,130 +-142,-8,138 +-142,-8,146 +-134,-8,-150 +-134,-8,-142 +-134,-8,-134 +-134,-8,-126 +-134,-8,-118 +-134,-8,-110 +-134,-8,-102 +-134,-8,-94 +-134,-8,-86 +-134,-8,-78 +-134,-8,-70 +-134,-8,-62 +-134,-8,-54 +-134,-8,-46 +-134,-8,-38 +-134,-8,-30 +-134,-8,-22 +-134,-8,-14 +-134,-8,-6 +-134,-8,2 +-134,-8,10 +-134,-8,18 +-134,-8,26 +-134,-8,34 +-134,-8,42 +-134,-8,50 +-134,-8,58 +-134,-8,66 +-134,-8,74 +-134,-8,82 +-134,-8,90 +-134,-8,98 +-134,-8,106 +-134,-8,114 +-134,-8,122 +-134,-8,130 +-134,-8,138 +-134,-8,146 +-126,-8,-150 +-126,-8,-142 +-126,-8,-134 +-126,-8,-126 +-126,-8,-118 +-126,-8,-110 +-126,-8,-102 +-126,-8,-94 +-126,-8,-86 +-126,-8,-78 +-126,-8,-70 +-126,-8,-62 +-126,-8,-54 +-126,-8,-46 +-126,-8,-38 +-126,-8,-30 +-126,-8,-22 +-126,-8,-14 +-126,-8,-6 +-126,-8,2 +-126,-8,10 +-126,-8,18 +-126,-8,26 +-126,-8,34 +-126,-8,42 +-126,-8,50 +-126,-8,58 +-126,-8,66 +-126,-8,74 +-126,-8,82 +-126,-8,90 +-126,-8,98 +-126,-8,106 +-126,-8,114 +-126,-8,122 +-126,-8,130 +-126,-8,138 +-126,-8,146 +-118,-8,-150 +-118,-8,-142 +-118,-8,-134 +-118,-8,-126 +-118,-8,-118 +-118,-8,-110 +-118,-8,-102 +-118,-8,-94 +-118,-8,-86 +-118,-8,-78 +-118,-8,-70 +-118,-8,-62 +-118,-8,-54 +-118,-8,-46 +-118,-8,-38 +-118,-8,-30 +-118,-8,-22 +-118,-8,-14 +-118,-8,-6 +-118,-8,2 +-118,-8,10 +-118,-8,18 +-118,-8,26 +-118,-8,34 +-118,-8,42 +-118,-8,50 +-118,-8,58 +-118,-8,66 +-118,-8,74 +-118,-8,82 +-118,-8,90 +-118,-8,98 +-118,-8,106 +-118,-8,114 +-118,-8,122 +-118,-8,130 +-118,-8,138 +-118,-8,146 +-110,-8,-150 +-110,-8,-142 +-110,-8,-134 +-110,-8,-126 +-110,-8,-118 +-110,-8,-110 +-110,-8,-102 +-110,-8,-94 +-110,-8,-86 +-110,-8,-78 +-110,-8,-70 +-110,-8,-62 +-110,-8,-54 +-110,-8,-46 +-110,-8,-38 +-110,-8,-30 +-110,-8,-22 +-110,-8,-14 +-110,-8,-6 +-110,-8,2 +-110,-8,10 +-110,-8,18 +-110,-8,26 +-110,-8,34 +-110,-8,42 +-110,-8,50 +-110,-8,58 +-110,-8,66 +-110,-8,74 +-110,-8,82 +-110,-8,90 +-110,-8,98 +-110,-8,106 +-110,-8,114 +-110,-8,122 +-110,-8,130 +-110,-8,138 +-110,-8,146 +-102,-8,-150 +-102,-8,-142 +-102,-8,-134 +-102,-8,-126 +-102,-8,-118 +-102,-8,-110 +-102,-8,-102 +-102,-8,-94 +-102,-8,-86 +-102,-8,-78 +-102,-8,-70 +-102,-8,-62 +-102,-8,-54 +-102,-8,-46 +-102,-8,-38 +-102,-8,-30 +-102,-8,-22 +-102,-8,-14 +-102,-8,-6 +-102,-8,2 +-102,-8,10 +-102,-8,18 +-102,-8,26 +-102,-8,34 +-102,-8,42 +-102,-8,50 +-102,-8,58 +-102,-8,66 +-102,-8,74 +-102,-8,82 +-102,-8,90 +-102,-8,98 +-102,-8,106 +-102,-8,114 +-102,-8,122 +-102,-8,130 +-102,-8,138 +-102,-8,146 +-94,-8,-150 +-94,-8,-142 +-94,-8,-134 +-94,-8,-126 +-94,-8,-118 +-94,-8,-110 +-94,-8,-102 +-94,-8,-94 +-94,-8,-86 +-94,-8,-78 +-94,-8,-70 +-94,-8,-62 +-94,-8,-54 +-94,-8,-46 +-94,-8,-38 +-94,-8,-30 +-94,-8,-22 +-94,-8,-14 +-94,-8,-6 +-94,-8,2 +-94,-8,10 +-94,-8,18 +-94,-8,26 +-94,-8,34 +-94,-8,42 +-94,-8,50 +-94,-8,58 +-94,-8,66 +-94,-8,74 +-94,-8,82 +-94,-8,90 +-94,-8,98 +-94,-8,106 +-94,-8,114 +-94,-8,122 +-94,-8,130 +-94,-8,138 +-94,-8,146 +-86,-8,-150 +-86,-8,-142 +-86,-8,-134 +-86,-8,-126 +-86,-8,-118 +-86,-8,-110 +-86,-8,-102 +-86,-8,-94 +-86,-8,-86 +-86,-8,-78 +-86,-8,-70 +-86,-8,-62 +-86,-8,-54 +-86,-8,-46 +-86,-8,-38 +-86,-8,-30 +-86,-8,-22 +-86,-8,-14 +-86,-8,-6 +-86,-8,2 +-86,-8,10 +-86,-8,18 +-86,-8,26 +-86,-8,34 +-86,-8,42 +-86,-8,50 +-86,-8,58 +-86,-8,66 +-86,-8,74 +-86,-8,82 +-86,-8,90 +-86,-8,98 +-86,-8,106 +-86,-8,114 +-86,-8,122 +-86,-8,130 +-86,-8,138 +-86,-8,146 +-78,-8,-150 +-78,-8,-142 +-78,-8,-134 +-78,-8,-126 +-78,-8,-118 +-78,-8,-110 +-78,-8,-102 +-78,-8,-94 +-78,-8,-86 +-78,-8,-78 +-78,-8,-70 +-78,-8,-62 +-78,-8,-54 +-78,-8,-46 +-78,-8,-38 +-78,-8,-30 +-78,-8,-22 +-78,-8,-14 +-78,-8,-6 +-78,-8,2 +-78,-8,10 +-78,-8,18 +-78,-8,26 +-78,-8,34 +-78,-8,42 +-78,-8,50 +-78,-8,58 +-78,-8,66 +-78,-8,74 +-78,-8,82 +-78,-8,90 +-78,-8,98 +-78,-8,106 +-78,-8,114 +-78,-8,122 +-78,-8,130 +-78,-8,138 +-78,-8,146 +-70,-8,-150 +-70,-8,-142 +-70,-8,-134 +-70,-8,-126 +-70,-8,-118 +-70,-8,-110 +-70,-8,-102 +-70,-8,-94 +-70,-8,-86 +-70,-8,-78 +-70,-8,-70 +-70,-8,-62 +-70,-8,-54 +-70,-8,-46 +-70,-8,-38 +-70,-8,-30 +-70,-8,-22 +-70,-8,-14 +-70,-8,-6 +-70,-8,2 +-70,-8,10 +-70,-8,18 +-70,-8,26 +-70,-8,34 +-70,-8,42 +-70,-8,50 +-70,-8,58 +-70,-8,66 +-70,-8,74 +-70,-8,82 +-70,-8,90 +-70,-8,98 +-70,-8,106 +-70,-8,114 +-70,-8,122 +-70,-8,130 +-70,-8,138 +-70,-8,146 +-62,-8,-150 +-62,-8,-142 +-62,-8,-134 +-62,-8,-126 +-62,-8,-118 +-62,-8,-110 +-62,-8,-102 +-62,-8,-94 +-62,-8,-86 +-62,-8,-78 +-62,-8,-70 +-62,-8,-62 +-62,-8,-54 +-62,-8,-46 +-62,-8,-38 +-62,-8,-30 +-62,-8,-22 +-62,-8,-14 +-62,-8,-6 +-62,-8,2 +-62,-8,10 +-62,-8,18 +-62,-8,26 +-62,-8,34 +-62,-8,42 +-62,-8,50 +-62,-8,58 +-62,-8,66 +-62,-8,74 +-62,-8,82 +-62,-8,90 +-62,-8,98 +-62,-8,106 +-62,-8,114 +-62,-8,122 +-62,-8,130 +-62,-8,138 +-62,-8,146 +-54,-8,-150 +-54,-8,-142 +-54,-8,-134 +-54,-8,-126 +-54,-8,-118 +-54,-8,-110 +-54,-8,-102 +-54,-8,-94 +-54,-8,-86 +-54,-8,-78 +-54,-8,-70 +-54,-8,-62 +-54,-8,-54 +-54,-8,-46 +-54,-8,-38 +-54,-8,-30 +-54,-8,-22 +-54,-8,-14 +-54,-8,-6 +-54,-8,2 +-54,-8,10 +-54,-8,18 +-54,-8,26 +-54,-8,34 +-54,-8,42 +-54,-8,50 +-54,-8,58 +-54,-8,66 +-54,-8,74 +-54,-8,82 +-54,-8,90 +-54,-8,98 +-54,-8,106 +-54,-8,114 +-54,-8,122 +-54,-8,130 +-54,-8,138 +-54,-8,146 +-46,-8,-150 +-46,-8,-142 +-46,-8,-134 +-46,-8,-126 +-46,-8,-118 +-46,-8,-110 +-46,-8,-102 +-46,-8,-94 +-46,-8,-86 +-46,-8,-78 +-46,-8,-70 +-46,-8,-62 +-46,-8,-54 +-46,-8,-46 +-46,-8,-38 +-46,-8,-30 +-46,-8,-22 +-46,-8,-14 +-46,-8,-6 +-46,-8,2 +-46,-8,10 +-46,-8,18 +-46,-8,26 +-46,-8,34 +-46,-8,42 +-46,-8,50 +-46,-8,58 +-46,-8,66 +-46,-8,74 +-46,-8,82 +-46,-8,90 +-46,-8,98 +-46,-8,106 +-46,-8,114 +-46,-8,122 +-46,-8,130 +-46,-8,138 +-46,-8,146 +-38,-8,-150 +-38,-8,-142 +-38,-8,-134 +-38,-8,-126 +-38,-8,-118 +-38,-8,-110 +-38,-8,-102 +-38,-8,-94 +-38,-8,-86 +-38,-8,-78 +-38,-8,-70 +-38,-8,-62 +-38,-8,-54 +-38,-8,-46 +-38,-8,-38 +-38,-8,-30 +-38,-8,-22 +-38,-8,-14 +-38,-8,-6 +-38,-8,2 +-38,-8,10 +-38,-8,18 +-38,-8,26 +-38,-8,34 +-38,-8,42 +-38,-8,50 +-38,-8,58 +-38,-8,66 +-38,-8,74 +-38,-8,82 +-38,-8,90 +-38,-8,98 +-38,-8,106 +-38,-8,114 +-38,-8,122 +-38,-8,130 +-38,-8,138 +-38,-8,146 +-30,-8,-150 +-30,-8,-142 +-30,-8,-134 +-30,-8,-126 +-30,-8,-118 +-30,-8,-110 +-30,-8,-102 +-30,-8,-94 +-30,-8,-86 +-30,-8,-78 +-30,-8,-70 +-30,-8,-62 +-30,-8,-54 +-30,-8,-46 +-30,-8,-38 +-30,-8,-30 +-30,-8,-22 +-30,-8,-14 +-30,-8,-6 +-30,-8,2 +-30,-8,10 +-30,-8,18 +-30,-8,26 +-30,-8,34 +-30,-8,42 +-30,-8,50 +-30,-8,58 +-30,-8,66 +-30,-8,74 +-30,-8,82 +-30,-8,90 +-30,-8,98 +-30,-8,106 +-30,-8,114 +-30,-8,122 +-30,-8,130 +-30,-8,138 +-30,-8,146 +-22,-8,-150 +-22,-8,-142 +-22,-8,-134 +-22,-8,-126 +-22,-8,-118 +-22,-8,-110 +-22,-8,-102 +-22,-8,-94 +-22,-8,-86 +-22,-8,-78 +-22,-8,-70 +-22,-8,-62 +-22,-8,-54 +-22,-8,-46 +-22,-8,-38 +-22,-8,-30 +-22,-8,-22 +-22,-8,-14 +-22,-8,-6 +-22,-8,2 +-22,-8,10 +-22,-8,18 +-22,-8,26 +-22,-8,34 +-22,-8,42 +-22,-8,50 +-22,-8,58 +-22,-8,66 +-22,-8,74 +-22,-8,82 +-22,-8,90 +-22,-8,98 +-22,-8,106 +-22,-8,114 +-22,-8,122 +-22,-8,130 +-22,-8,138 +-22,-8,146 +-14,-8,-150 +-14,-8,-142 +-14,-8,-134 +-14,-8,-126 +-14,-8,-118 +-14,-8,-110 +-14,-8,-102 +-14,-8,-94 +-14,-8,-86 +-14,-8,-78 +-14,-8,-70 +-14,-8,-62 +-14,-8,-54 +-14,-8,-46 +-14,-8,-38 +-14,-8,-30 +-14,-8,-22 +-14,-8,-14 +-14,-8,-6 +-14,-8,2 +-14,-8,10 +-14,-8,18 +-14,-8,26 +-14,-8,34 +-14,-8,42 +-14,-8,50 +-14,-8,58 +-14,-8,66 +-14,-8,74 +-14,-8,82 +-14,-8,90 +-14,-8,98 +-14,-8,106 +-14,-8,114 +-14,-8,122 +-14,-8,130 +-14,-8,138 +-14,-8,146 +-6,-8,-150 +-6,-8,-142 +-6,-8,-134 +-6,-8,-126 +-6,-8,-118 +-6,-8,-110 +-6,-8,-102 +-6,-8,-94 +-6,-8,-86 +-6,-8,-78 +-6,-8,-70 +-6,-8,-62 +-6,-8,-54 +-6,-8,-46 +-6,-8,-38 +-6,-8,-30 +-6,-8,-22 +-6,-8,-14 +-6,-8,-6 +-6,-8,2 +-6,-8,10 +-6,-8,18 +-6,-8,26 +-6,-8,34 +-6,-8,42 +-6,-8,50 +-6,-8,58 +-6,-8,66 +-6,-8,74 +-6,-8,82 +-6,-8,90 +-6,-8,98 +-6,-8,106 +-6,-8,114 +-6,-8,122 +-6,-8,130 +-6,-8,138 +-6,-8,146 +2,-8,-150 +2,-8,-142 +2,-8,-134 +2,-8,-126 +2,-8,-118 +2,-8,-110 +2,-8,-102 +2,-8,-94 +2,-8,-86 +2,-8,-78 +2,-8,-70 +2,-8,-62 +2,-8,-54 +2,-8,-46 +2,-8,-38 +2,-8,-30 +2,-8,-22 +2,-8,-14 +2,-8,-6 +2,-8,2 +2,-8,10 +2,-8,18 +2,-8,26 +2,-8,34 +2,-8,42 +2,-8,50 +2,-8,58 +2,-8,66 +2,-8,74 +2,-8,82 +2,-8,90 +2,-8,98 +2,-8,106 +2,-8,114 +2,-8,122 +2,-8,130 +2,-8,138 +2,-8,146 +10,-8,-150 +10,-8,-142 +10,-8,-134 +10,-8,-126 +10,-8,-118 +10,-8,-110 +10,-8,-102 +10,-8,-94 +10,-8,-86 +10,-8,-78 +10,-8,-70 +10,-8,-62 +10,-8,-54 +10,-8,-46 +10,-8,-38 +10,-8,-30 +10,-8,-22 +10,-8,-14 +10,-8,-6 +10,-8,2 +10,-8,10 +10,-8,18 +10,-8,26 +10,-8,34 +10,-8,42 +10,-8,50 +10,-8,58 +10,-8,66 +10,-8,74 +10,-8,82 +10,-8,90 +10,-8,98 +10,-8,106 +10,-8,114 +10,-8,122 +10,-8,130 +10,-8,138 +10,-8,146 +18,-8,-150 +18,-8,-142 +18,-8,-134 +18,-8,-126 +18,-8,-118 +18,-8,-110 +18,-8,-102 +18,-8,-94 +18,-8,-86 +18,-8,-78 +18,-8,-70 +18,-8,-62 +18,-8,-54 +18,-8,-46 +18,-8,-38 +18,-8,-30 +18,-8,-22 +18,-8,-14 +18,-8,-6 +18,-8,2 +18,-8,10 +18,-8,18 +18,-8,26 +18,-8,34 +18,-8,42 +18,-8,50 +18,-8,58 +18,-8,66 +18,-8,74 +18,-8,82 +18,-8,90 +18,-8,98 +18,-8,106 +18,-8,114 +18,-8,122 +18,-8,130 +18,-8,138 +18,-8,146 +26,-8,-150 +26,-8,-142 +26,-8,-134 +26,-8,-126 +26,-8,-118 +26,-8,-110 +26,-8,-102 +26,-8,-94 +26,-8,-86 +26,-8,-78 +26,-8,-70 +26,-8,-62 +26,-8,-54 +26,-8,-46 +26,-8,-38 +26,-8,-30 +26,-8,-22 +26,-8,-14 +26,-8,-6 +26,-8,2 +26,-8,10 +26,-8,18 +26,-8,26 +26,-8,34 +26,-8,42 +26,-8,50 +26,-8,58 +26,-8,66 +26,-8,74 +26,-8,82 +26,-8,90 +26,-8,98 +26,-8,106 +26,-8,114 +26,-8,122 +26,-8,130 +26,-8,138 +26,-8,146 +34,-8,-150 +34,-8,-142 +34,-8,-134 +34,-8,-126 +34,-8,-118 +34,-8,-110 +34,-8,-102 +34,-8,-94 +34,-8,-86 +34,-8,-78 +34,-8,-70 +34,-8,-62 +34,-8,-54 +34,-8,-46 +34,-8,-38 +34,-8,-30 +34,-8,-22 +34,-8,-14 +34,-8,-6 +34,-8,2 +34,-8,10 +34,-8,18 +34,-8,26 +34,-8,34 +34,-8,42 +34,-8,50 +34,-8,58 +34,-8,66 +34,-8,74 +34,-8,82 +34,-8,90 +34,-8,98 +34,-8,106 +34,-8,114 +34,-8,122 +34,-8,130 +34,-8,138 +34,-8,146 +42,-8,-150 +42,-8,-142 +42,-8,-134 +42,-8,-126 +42,-8,-118 +42,-8,-110 +42,-8,-102 +42,-8,-94 +42,-8,-86 +42,-8,-78 +42,-8,-70 +42,-8,-62 +42,-8,-54 +42,-8,-46 +42,-8,-38 +42,-8,-30 +42,-8,-22 +42,-8,-14 +42,-8,-6 +42,-8,2 +42,-8,10 +42,-8,18 +42,-8,26 +42,-8,34 +42,-8,42 +42,-8,50 +42,-8,58 +42,-8,66 +42,-8,74 +42,-8,82 +42,-8,90 +42,-8,98 +42,-8,106 +42,-8,114 +42,-8,122 +42,-8,130 +42,-8,138 +42,-8,146 +50,-8,-150 +50,-8,-142 +50,-8,-134 +50,-8,-126 +50,-8,-118 +50,-8,-110 +50,-8,-102 +50,-8,-94 +50,-8,-86 +50,-8,-78 +50,-8,-70 +50,-8,-62 +50,-8,-54 +50,-8,-46 +50,-8,-38 +50,-8,-30 +50,-8,-22 +50,-8,-14 +50,-8,-6 +50,-8,2 +50,-8,10 +50,-8,18 +50,-8,26 +50,-8,34 +50,-8,42 +50,-8,50 +50,-8,58 +50,-8,66 +50,-8,74 +50,-8,82 +50,-8,90 +50,-8,98 +50,-8,106 +50,-8,114 +50,-8,122 +50,-8,130 +50,-8,138 +50,-8,146 +58,-8,-150 +58,-8,-142 +58,-8,-134 +58,-8,-126 +58,-8,-118 +58,-8,-110 +58,-8,-102 +58,-8,-94 +58,-8,-86 +58,-8,-78 +58,-8,-70 +58,-8,-62 +58,-8,-54 +58,-8,-46 +58,-8,-38 +58,-8,-30 +58,-8,-22 +58,-8,-14 +58,-8,-6 +58,-8,2 +58,-8,10 +58,-8,18 +58,-8,26 +58,-8,34 +58,-8,42 +58,-8,50 +58,-8,58 +58,-8,66 +58,-8,74 +58,-8,82 +58,-8,90 +58,-8,98 +58,-8,106 +58,-8,114 +58,-8,122 +58,-8,130 +58,-8,138 +58,-8,146 +66,-8,-150 +66,-8,-142 +66,-8,-134 +66,-8,-126 +66,-8,-118 +66,-8,-110 +66,-8,-102 +66,-8,-94 +66,-8,-86 +66,-8,-78 +66,-8,-70 +66,-8,-62 +66,-8,-54 +66,-8,-46 +66,-8,-38 +66,-8,-30 +66,-8,-22 +66,-8,-14 +66,-8,-6 +66,-8,2 +66,-8,10 +66,-8,18 +66,-8,26 +66,-8,34 +66,-8,42 +66,-8,50 +66,-8,58 +66,-8,66 +66,-8,74 +66,-8,82 +66,-8,90 +66,-8,98 +66,-8,106 +66,-8,114 +66,-8,122 +66,-8,130 +66,-8,138 +66,-8,146 +74,-8,-150 +74,-8,-142 +74,-8,-134 +74,-8,-126 +74,-8,-118 +74,-8,-110 +74,-8,-102 +74,-8,-94 +74,-8,-86 +74,-8,-78 +74,-8,-70 +74,-8,-62 +74,-8,-54 +74,-8,-46 +74,-8,-38 +74,-8,-30 +74,-8,-22 +74,-8,-14 +74,-8,-6 +74,-8,2 +74,-8,10 +74,-8,18 +74,-8,26 +74,-8,34 +74,-8,42 +74,-8,50 +74,-8,58 +74,-8,66 +74,-8,74 +74,-8,82 +74,-8,90 +74,-8,98 +74,-8,106 +74,-8,114 +74,-8,122 +74,-8,130 +74,-8,138 +74,-8,146 +82,-8,-150 +82,-8,-142 +82,-8,-134 +82,-8,-126 +82,-8,-118 +82,-8,-110 +82,-8,-102 +82,-8,-94 +82,-8,-86 +82,-8,-78 +82,-8,-70 +82,-8,-62 +82,-8,-54 +82,-8,-46 +82,-8,-38 +82,-8,-30 +82,-8,-22 +82,-8,-14 +82,-8,-6 +82,-8,2 +82,-8,10 +82,-8,18 +82,-8,26 +82,-8,34 +82,-8,42 +82,-8,50 +82,-8,58 +82,-8,66 +82,-8,74 +82,-8,82 +82,-8,90 +82,-8,98 +82,-8,106 +82,-8,114 +82,-8,122 +82,-8,130 +82,-8,138 +82,-8,146 +90,-8,-150 +90,-8,-142 +90,-8,-134 +90,-8,-126 +90,-8,-118 +90,-8,-110 +90,-8,-102 +90,-8,-94 +90,-8,-86 +90,-8,-78 +90,-8,-70 +90,-8,-62 +90,-8,-54 +90,-8,-46 +90,-8,-38 +90,-8,-30 +90,-8,-22 +90,-8,-14 +90,-8,-6 +90,-8,2 +90,-8,10 +90,-8,18 +90,-8,26 +90,-8,34 +90,-8,42 +90,-8,50 +90,-8,58 +90,-8,66 +90,-8,74 +90,-8,82 +90,-8,90 +90,-8,98 +90,-8,106 +90,-8,114 +90,-8,122 +90,-8,130 +90,-8,138 +90,-8,146 +98,-8,-150 +98,-8,-142 +98,-8,-134 +98,-8,-126 +98,-8,-118 +98,-8,-110 +98,-8,-102 +98,-8,-94 +98,-8,-86 +98,-8,-78 +98,-8,-70 +98,-8,-62 +98,-8,-54 +98,-8,-46 +98,-8,-38 +98,-8,-30 +98,-8,-22 +98,-8,-14 +98,-8,-6 +98,-8,2 +98,-8,10 +98,-8,18 +98,-8,26 +98,-8,34 +98,-8,42 +98,-8,50 +98,-8,58 +98,-8,66 +98,-8,74 +98,-8,82 +98,-8,90 +98,-8,98 +98,-8,106 +98,-8,114 +98,-8,122 +98,-8,130 +98,-8,138 +98,-8,146 +106,-8,-150 +106,-8,-142 +106,-8,-134 +106,-8,-126 +106,-8,-118 +106,-8,-110 +106,-8,-102 +106,-8,-94 +106,-8,-86 +106,-8,-78 +106,-8,-70 +106,-8,-62 +106,-8,-54 +106,-8,-46 +106,-8,-38 +106,-8,-30 +106,-8,-22 +106,-8,-14 +106,-8,-6 +106,-8,2 +106,-8,10 +106,-8,18 +106,-8,26 +106,-8,34 +106,-8,42 +106,-8,50 +106,-8,58 +106,-8,66 +106,-8,74 +106,-8,82 +106,-8,90 +106,-8,98 +106,-8,106 +106,-8,114 +106,-8,122 +106,-8,130 +106,-8,138 +106,-8,146 +114,-8,-150 +114,-8,-142 +114,-8,-134 +114,-8,-126 +114,-8,-118 +114,-8,-110 +114,-8,-102 +114,-8,-94 +114,-8,-86 +114,-8,-78 +114,-8,-70 +114,-8,-62 +114,-8,-54 +114,-8,-46 +114,-8,-38 +114,-8,-30 +114,-8,-22 +114,-8,-14 +114,-8,-6 +114,-8,2 +114,-8,10 +114,-8,18 +114,-8,26 +114,-8,34 +114,-8,42 +114,-8,50 +114,-8,58 +114,-8,66 +114,-8,74 +114,-8,82 +114,-8,90 +114,-8,98 +114,-8,106 +114,-8,114 +114,-8,122 +114,-8,130 +114,-8,138 +114,-8,146 +122,-8,-150 +122,-8,-142 +122,-8,-134 +122,-8,-126 +122,-8,-118 +122,-8,-110 +122,-8,-102 +122,-8,-94 +122,-8,-86 +122,-8,-78 +122,-8,-70 +122,-8,-62 +122,-8,-54 +122,-8,-46 +122,-8,-38 +122,-8,-30 +122,-8,-22 +122,-8,-14 +122,-8,-6 +122,-8,2 +122,-8,10 +122,-8,18 +122,-8,26 +122,-8,34 +122,-8,42 +122,-8,50 +122,-8,58 +122,-8,66 +122,-8,74 +122,-8,82 +122,-8,90 +122,-8,98 +122,-8,106 +122,-8,114 +122,-8,122 +122,-8,130 +122,-8,138 +122,-8,146 +130,-8,-150 +130,-8,-142 +130,-8,-134 +130,-8,-126 +130,-8,-118 +130,-8,-110 +130,-8,-102 +130,-8,-94 +130,-8,-86 +130,-8,-78 +130,-8,-70 +130,-8,-62 +130,-8,-54 +130,-8,-46 +130,-8,-38 +130,-8,-30 +130,-8,-22 +130,-8,-14 +130,-8,-6 +130,-8,2 +130,-8,10 +130,-8,18 +130,-8,26 +130,-8,34 +130,-8,42 +130,-8,50 +130,-8,58 +130,-8,66 +130,-8,74 +130,-8,82 +130,-8,90 +130,-8,98 +130,-8,106 +130,-8,114 +130,-8,122 +130,-8,130 +130,-8,138 +130,-8,146 +138,-8,-150 +138,-8,-142 +138,-8,-134 +138,-8,-126 +138,-8,-118 +138,-8,-110 +138,-8,-102 +138,-8,-94 +138,-8,-86 +138,-8,-78 +138,-8,-70 +138,-8,-62 +138,-8,-54 +138,-8,-46 +138,-8,-38 +138,-8,-30 +138,-8,-22 +138,-8,-14 +138,-8,-6 +138,-8,2 +138,-8,10 +138,-8,18 +138,-8,26 +138,-8,34 +138,-8,42 +138,-8,50 +138,-8,58 +138,-8,66 +138,-8,74 +138,-8,82 +138,-8,90 +138,-8,98 +138,-8,106 +138,-8,114 +138,-8,122 +138,-8,130 +138,-8,138 +138,-8,146 +146,-8,-150 +146,-8,-142 +146,-8,-134 +146,-8,-126 +146,-8,-118 +146,-8,-110 +146,-8,-102 +146,-8,-94 +146,-8,-86 +146,-8,-78 +146,-8,-70 +146,-8,-62 +146,-8,-54 +146,-8,-46 +146,-8,-38 +146,-8,-30 +146,-8,-22 +146,-8,-14 +146,-8,-6 +146,-8,2 +146,-8,10 +146,-8,18 +146,-8,26 +146,-8,34 +146,-8,42 +146,-8,50 +146,-8,58 +146,-8,66 +146,-8,74 +146,-8,82 +146,-8,90 +146,-8,98 +146,-8,106 +146,-8,114 +146,-8,122 +146,-8,130 +146,-8,138 +146,-8,146 +-150,0,-150 +-150,0,-142 +-150,0,-134 +-150,0,-126 +-150,0,-118 +-150,0,-110 +-150,0,-102 +-150,0,-94 +-150,0,-86 +-150,0,-78 +-150,0,-70 +-150,0,-62 +-150,0,-54 +-150,0,-46 +-150,0,-38 +-150,0,-30 +-150,0,-22 +-150,0,-14 +-150,0,-6 +-150,0,2 +-150,0,10 +-150,0,18 +-150,0,26 +-150,0,34 +-150,0,42 +-150,0,50 +-150,0,58 +-150,0,66 +-150,0,74 +-150,0,82 +-150,0,90 +-150,0,98 +-150,0,106 +-150,0,114 +-150,0,122 +-150,0,130 +-150,0,138 +-150,0,146 +-142,0,-150 +-142,0,-142 +-142,0,-134 +-142,0,-126 +-142,0,-118 +-142,0,-110 +-142,0,-102 +-142,0,-94 +-142,0,-86 +-142,0,-78 +-142,0,-70 +-142,0,-62 +-142,0,-54 +-142,0,-46 +-142,0,-38 +-142,0,-30 +-142,0,-22 +-142,0,-14 +-142,0,-6 +-142,0,2 +-142,0,10 +-142,0,18 +-142,0,26 +-142,0,34 +-142,0,42 +-142,0,50 +-142,0,58 +-142,0,66 +-142,0,74 +-142,0,82 +-142,0,90 +-142,0,98 +-142,0,106 +-142,0,114 +-142,0,122 +-142,0,130 +-142,0,138 +-142,0,146 +-134,0,-150 +-134,0,-142 +-134,0,-134 +-134,0,-126 +-134,0,-118 +-134,0,-110 +-134,0,-102 +-134,0,-94 +-134,0,-86 +-134,0,-78 +-134,0,-70 +-134,0,-62 +-134,0,-54 +-134,0,-46 +-134,0,-38 +-134,0,-30 +-134,0,-22 +-134,0,-14 +-134,0,-6 +-134,0,2 +-134,0,10 +-134,0,18 +-134,0,26 +-134,0,34 +-134,0,42 +-134,0,50 +-134,0,58 +-134,0,66 +-134,0,74 +-134,0,82 +-134,0,90 +-134,0,98 +-134,0,106 +-134,0,114 +-134,0,122 +-134,0,130 +-134,0,138 +-134,0,146 +-126,0,-150 +-126,0,-142 +-126,0,-134 +-126,0,-126 +-126,0,-118 +-126,0,-110 +-126,0,-102 +-126,0,-94 +-126,0,-86 +-126,0,-78 +-126,0,-70 +-126,0,-62 +-126,0,-54 +-126,0,-46 +-126,0,-38 +-126,0,-30 +-126,0,-22 +-126,0,-14 +-126,0,-6 +-126,0,2 +-126,0,10 +-126,0,18 +-126,0,26 +-126,0,34 +-126,0,42 +-126,0,50 +-126,0,58 +-126,0,66 +-126,0,74 +-126,0,82 +-126,0,90 +-126,0,98 +-126,0,106 +-126,0,114 +-126,0,122 +-126,0,130 +-126,0,138 +-126,0,146 +-118,0,-150 +-118,0,-142 +-118,0,-134 +-118,0,-126 +-118,0,-118 +-118,0,-110 +-118,0,-102 +-118,0,-94 +-118,0,-86 +-118,0,-78 +-118,0,-70 +-118,0,-62 +-118,0,-54 +-118,0,-46 +-118,0,-38 +-118,0,-30 +-118,0,-22 +-118,0,-14 +-118,0,-6 +-118,0,2 +-118,0,10 +-118,0,18 +-118,0,26 +-118,0,34 +-118,0,42 +-118,0,50 +-118,0,58 +-118,0,66 +-118,0,74 +-118,0,82 +-118,0,90 +-118,0,98 +-118,0,106 +-118,0,114 +-118,0,122 +-118,0,130 +-118,0,138 +-118,0,146 +-110,0,-150 +-110,0,-142 +-110,0,-134 +-110,0,-126 +-110,0,-118 +-110,0,-110 +-110,0,-102 +-110,0,-94 +-110,0,-86 +-110,0,-78 +-110,0,-70 +-110,0,-62 +-110,0,-54 +-110,0,-46 +-110,0,-38 +-110,0,-30 +-110,0,-22 +-110,0,-14 +-110,0,-6 +-110,0,2 +-110,0,10 +-110,0,18 +-110,0,26 +-110,0,34 +-110,0,42 +-110,0,50 +-110,0,58 +-110,0,66 +-110,0,74 +-110,0,82 +-110,0,90 +-110,0,98 +-110,0,106 +-110,0,114 +-110,0,122 +-110,0,130 +-110,0,138 +-110,0,146 +-102,0,-150 +-102,0,-142 +-102,0,-134 +-102,0,-126 +-102,0,-118 +-102,0,-110 +-102,0,-102 +-102,0,-94 +-102,0,-86 +-102,0,-78 +-102,0,-70 +-102,0,-62 +-102,0,-54 +-102,0,-46 +-102,0,-38 +-102,0,-30 +-102,0,-22 +-102,0,-14 +-102,0,-6 +-102,0,2 +-102,0,10 +-102,0,18 +-102,0,26 +-102,0,34 +-102,0,42 +-102,0,50 +-102,0,58 +-102,0,66 +-102,0,74 +-102,0,82 +-102,0,90 +-102,0,98 +-102,0,106 +-102,0,114 +-102,0,122 +-102,0,130 +-102,0,138 +-102,0,146 +-94,0,-150 +-94,0,-142 +-94,0,-134 +-94,0,-126 +-94,0,-118 +-94,0,-110 +-94,0,-102 +-94,0,-94 +-94,0,-86 +-94,0,-78 +-94,0,-70 +-94,0,-62 +-94,0,-54 +-94,0,-46 +-94,0,-38 +-94,0,-30 +-94,0,-22 +-94,0,-14 +-94,0,-6 +-94,0,2 +-94,0,10 +-94,0,18 +-94,0,26 +-94,0,34 +-94,0,42 +-94,0,50 +-94,0,58 +-94,0,66 +-94,0,74 +-94,0,82 +-94,0,90 +-94,0,98 +-94,0,106 +-94,0,114 +-94,0,122 +-94,0,130 +-94,0,138 +-94,0,146 +-86,0,-150 +-86,0,-142 +-86,0,-134 +-86,0,-126 +-86,0,-118 +-86,0,-110 +-86,0,-102 +-86,0,-94 +-86,0,-86 +-86,0,-78 +-86,0,-70 +-86,0,-62 +-86,0,-54 +-86,0,-46 +-86,0,-38 +-86,0,-30 +-86,0,-22 +-86,0,-14 +-86,0,-6 +-86,0,2 +-86,0,10 +-86,0,18 +-86,0,26 +-86,0,34 +-86,0,42 +-86,0,50 +-86,0,58 +-86,0,66 +-86,0,74 +-86,0,82 +-86,0,90 +-86,0,98 +-86,0,106 +-86,0,114 +-86,0,122 +-86,0,130 +-86,0,138 +-86,0,146 +-78,0,-150 +-78,0,-142 +-78,0,-134 +-78,0,-126 +-78,0,-118 +-78,0,-110 +-78,0,-102 +-78,0,-94 +-78,0,-86 +-78,0,-78 +-78,0,-70 +-78,0,-62 +-78,0,-54 +-78,0,-46 +-78,0,-38 +-78,0,-30 +-78,0,-22 +-78,0,-14 +-78,0,-6 +-78,0,2 +-78,0,10 +-78,0,18 +-78,0,26 +-78,0,34 +-78,0,42 +-78,0,50 +-78,0,58 +-78,0,66 +-78,0,74 +-78,0,82 +-78,0,90 +-78,0,98 +-78,0,106 +-78,0,114 +-78,0,122 +-78,0,130 +-78,0,138 +-78,0,146 +-70,0,-150 +-70,0,-142 +-70,0,-134 +-70,0,-126 +-70,0,-118 +-70,0,-110 +-70,0,-102 +-70,0,-94 +-70,0,-86 +-70,0,-78 +-70,0,-70 +-70,0,-62 +-70,0,-54 +-70,0,-46 +-70,0,-38 +-70,0,-30 +-70,0,-22 +-70,0,-14 +-70,0,-6 +-70,0,2 +-70,0,10 +-70,0,18 +-70,0,26 +-70,0,34 +-70,0,42 +-70,0,50 +-70,0,58 +-70,0,66 +-70,0,74 +-70,0,82 +-70,0,90 +-70,0,98 +-70,0,106 +-70,0,114 +-70,0,122 +-70,0,130 +-70,0,138 +-70,0,146 +-62,0,-150 +-62,0,-142 +-62,0,-134 +-62,0,-126 +-62,0,-118 +-62,0,-110 +-62,0,-102 +-62,0,-94 +-62,0,-86 +-62,0,-78 +-62,0,-70 +-62,0,-62 +-62,0,-54 +-62,0,-46 +-62,0,-38 +-62,0,-30 +-62,0,-22 +-62,0,-14 +-62,0,-6 +-62,0,2 +-62,0,10 +-62,0,18 +-62,0,26 +-62,0,34 +-62,0,42 +-62,0,50 +-62,0,58 +-62,0,66 +-62,0,74 +-62,0,82 +-62,0,90 +-62,0,98 +-62,0,106 +-62,0,114 +-62,0,122 +-62,0,130 +-62,0,138 +-62,0,146 +-54,0,-150 +-54,0,-142 +-54,0,-134 +-54,0,-126 +-54,0,-118 +-54,0,-110 +-54,0,-102 +-54,0,-94 +-54,0,-86 +-54,0,-78 +-54,0,-70 +-54,0,-62 +-54,0,-54 +-54,0,-46 +-54,0,-38 +-54,0,-30 +-54,0,-22 +-54,0,-14 +-54,0,-6 +-54,0,2 +-54,0,10 +-54,0,18 +-54,0,26 +-54,0,34 +-54,0,42 +-54,0,50 +-54,0,58 +-54,0,66 +-54,0,74 +-54,0,82 +-54,0,90 +-54,0,98 +-54,0,106 +-54,0,114 +-54,0,122 +-54,0,130 +-54,0,138 +-54,0,146 +-46,0,-150 +-46,0,-142 +-46,0,-134 +-46,0,-126 +-46,0,-118 +-46,0,-110 +-46,0,-102 +-46,0,-94 +-46,0,-86 +-46,0,-78 +-46,0,-70 +-46,0,-62 +-46,0,-54 +-46,0,-46 +-46,0,-38 +-46,0,-30 +-46,0,-22 +-46,0,-14 +-46,0,-6 +-46,0,2 +-46,0,10 +-46,0,18 +-46,0,26 +-46,0,34 +-46,0,42 +-46,0,50 +-46,0,58 +-46,0,66 +-46,0,74 +-46,0,82 +-46,0,90 +-46,0,98 +-46,0,106 +-46,0,114 +-46,0,122 +-46,0,130 +-46,0,138 +-46,0,146 +-38,0,-150 +-38,0,-142 +-38,0,-134 +-38,0,-126 +-38,0,-118 +-38,0,-110 +-38,0,-102 +-38,0,-94 +-38,0,-86 +-38,0,-78 +-38,0,-70 +-38,0,-62 +-38,0,-54 +-38,0,-46 +-38,0,-38 +-38,0,-30 +-38,0,-22 +-38,0,-14 +-38,0,-6 +-38,0,2 +-38,0,10 +-38,0,18 +-38,0,26 +-38,0,34 +-38,0,42 +-38,0,50 +-38,0,58 +-38,0,66 +-38,0,74 +-38,0,82 +-38,0,90 +-38,0,98 +-38,0,106 +-38,0,114 +-38,0,122 +-38,0,130 +-38,0,138 +-38,0,146 +-30,0,-150 +-30,0,-142 +-30,0,-134 +-30,0,-126 +-30,0,-118 +-30,0,-110 +-30,0,-102 +-30,0,-94 +-30,0,-86 +-30,0,-78 +-30,0,-70 +-30,0,-62 +-30,0,-54 +-30,0,-46 +-30,0,-38 +-30,0,-30 +-30,0,-22 +-30,0,-14 +-30,0,-6 +-30,0,2 +-30,0,10 +-30,0,18 +-30,0,26 +-30,0,34 +-30,0,42 +-30,0,50 +-30,0,58 +-30,0,66 +-30,0,74 +-30,0,82 +-30,0,90 +-30,0,98 +-30,0,106 +-30,0,114 +-30,0,122 +-30,0,130 +-30,0,138 +-30,0,146 +-22,0,-150 +-22,0,-142 +-22,0,-134 +-22,0,-126 +-22,0,-118 +-22,0,-110 +-22,0,-102 +-22,0,-94 +-22,0,-86 +-22,0,-78 +-22,0,-70 +-22,0,-62 +-22,0,-54 +-22,0,-46 +-22,0,-38 +-22,0,-30 +-22,0,-22 +-22,0,-14 +-22,0,-6 +-22,0,2 +-22,0,10 +-22,0,18 +-22,0,26 +-22,0,34 +-22,0,42 +-22,0,50 +-22,0,58 +-22,0,66 +-22,0,74 +-22,0,82 +-22,0,90 +-22,0,98 +-22,0,106 +-22,0,114 +-22,0,122 +-22,0,130 +-22,0,138 +-22,0,146 +-14,0,-150 +-14,0,-142 +-14,0,-134 +-14,0,-126 +-14,0,-118 +-14,0,-110 +-14,0,-102 +-14,0,-94 +-14,0,-86 +-14,0,-78 +-14,0,-70 +-14,0,-62 +-14,0,-54 +-14,0,-46 +-14,0,-38 +-14,0,-30 +-14,0,-22 +-14,0,-14 +-14,0,-6 +-14,0,2 +-14,0,10 +-14,0,18 +-14,0,26 +-14,0,34 +-14,0,42 +-14,0,50 +-14,0,58 +-14,0,66 +-14,0,74 +-14,0,82 +-14,0,90 +-14,0,98 +-14,0,106 +-14,0,114 +-14,0,122 +-14,0,130 +-14,0,138 +-14,0,146 +-6,0,-150 +-6,0,-142 +-6,0,-134 +-6,0,-126 +-6,0,-118 +-6,0,-110 +-6,0,-102 +-6,0,-94 +-6,0,-86 +-6,0,-78 +-6,0,-70 +-6,0,-62 +-6,0,-54 +-6,0,-46 +-6,0,-38 +-6,0,-30 +-6,0,-22 +-6,0,-14 +-6,0,-6 +-6,0,2 +-6,0,10 +-6,0,18 +-6,0,26 +-6,0,34 +-6,0,42 +-6,0,50 +-6,0,58 +-6,0,66 +-6,0,74 +-6,0,82 +-6,0,90 +-6,0,98 +-6,0,106 +-6,0,114 +-6,0,122 +-6,0,130 +-6,0,138 +-6,0,146 +2,0,-150 +2,0,-142 +2,0,-134 +2,0,-126 +2,0,-118 +2,0,-110 +2,0,-102 +2,0,-94 +2,0,-86 +2,0,-78 +2,0,-70 +2,0,-62 +2,0,-54 +2,0,-46 +2,0,-38 +2,0,-30 +2,0,-22 +2,0,-14 +2,0,-6 +2,0,2 +2,0,10 +2,0,18 +2,0,26 +2,0,34 +2,0,42 +2,0,50 +2,0,58 +2,0,66 +2,0,74 +2,0,82 +2,0,90 +2,0,98 +2,0,106 +2,0,114 +2,0,122 +2,0,130 +2,0,138 +2,0,146 +10,0,-150 +10,0,-142 +10,0,-134 +10,0,-126 +10,0,-118 +10,0,-110 +10,0,-102 +10,0,-94 +10,0,-86 +10,0,-78 +10,0,-70 +10,0,-62 +10,0,-54 +10,0,-46 +10,0,-38 +10,0,-30 +10,0,-22 +10,0,-14 +10,0,-6 +10,0,2 +10,0,10 +10,0,18 +10,0,26 +10,0,34 +10,0,42 +10,0,50 +10,0,58 +10,0,66 +10,0,74 +10,0,82 +10,0,90 +10,0,98 +10,0,106 +10,0,114 +10,0,122 +10,0,130 +10,0,138 +10,0,146 +18,0,-150 +18,0,-142 +18,0,-134 +18,0,-126 +18,0,-118 +18,0,-110 +18,0,-102 +18,0,-94 +18,0,-86 +18,0,-78 +18,0,-70 +18,0,-62 +18,0,-54 +18,0,-46 +18,0,-38 +18,0,-30 +18,0,-22 +18,0,-14 +18,0,-6 +18,0,2 +18,0,10 +18,0,18 +18,0,26 +18,0,34 +18,0,42 +18,0,50 +18,0,58 +18,0,66 +18,0,74 +18,0,82 +18,0,90 +18,0,98 +18,0,106 +18,0,114 +18,0,122 +18,0,130 +18,0,138 +18,0,146 +26,0,-150 +26,0,-142 +26,0,-134 +26,0,-126 +26,0,-118 +26,0,-110 +26,0,-102 +26,0,-94 +26,0,-86 +26,0,-78 +26,0,-70 +26,0,-62 +26,0,-54 +26,0,-46 +26,0,-38 +26,0,-30 +26,0,-22 +26,0,-14 +26,0,-6 +26,0,2 +26,0,10 +26,0,18 +26,0,26 +26,0,34 +26,0,42 +26,0,50 +26,0,58 +26,0,66 +26,0,74 +26,0,82 +26,0,90 +26,0,98 +26,0,106 +26,0,114 +26,0,122 +26,0,130 +26,0,138 +26,0,146 +34,0,-150 +34,0,-142 +34,0,-134 +34,0,-126 +34,0,-118 +34,0,-110 +34,0,-102 +34,0,-94 +34,0,-86 +34,0,-78 +34,0,-70 +34,0,-62 +34,0,-54 +34,0,-46 +34,0,-38 +34,0,-30 +34,0,-22 +34,0,-14 +34,0,-6 +34,0,2 +34,0,10 +34,0,18 +34,0,26 +34,0,34 +34,0,42 +34,0,50 +34,0,58 +34,0,66 +34,0,74 +34,0,82 +34,0,90 +34,0,98 +34,0,106 +34,0,114 +34,0,122 +34,0,130 +34,0,138 +34,0,146 +42,0,-150 +42,0,-142 +42,0,-134 +42,0,-126 +42,0,-118 +42,0,-110 +42,0,-102 +42,0,-94 +42,0,-86 +42,0,-78 +42,0,-70 +42,0,-62 +42,0,-54 +42,0,-46 +42,0,-38 +42,0,-30 +42,0,-22 +42,0,-14 +42,0,-6 +42,0,2 +42,0,10 +42,0,18 +42,0,26 +42,0,34 +42,0,42 +42,0,50 +42,0,58 +42,0,66 +42,0,74 +42,0,82 +42,0,90 +42,0,98 +42,0,106 +42,0,114 +42,0,122 +42,0,130 +42,0,138 +42,0,146 +50,0,-150 +50,0,-142 +50,0,-134 +50,0,-126 +50,0,-118 +50,0,-110 +50,0,-102 +50,0,-94 +50,0,-86 +50,0,-78 +50,0,-70 +50,0,-62 +50,0,-54 +50,0,-46 +50,0,-38 +50,0,-30 +50,0,-22 +50,0,-14 +50,0,-6 +50,0,2 +50,0,10 +50,0,18 +50,0,26 +50,0,34 +50,0,42 +50,0,50 +50,0,58 +50,0,66 +50,0,74 +50,0,82 +50,0,90 +50,0,98 +50,0,106 +50,0,114 +50,0,122 +50,0,130 +50,0,138 +50,0,146 +58,0,-150 +58,0,-142 +58,0,-134 +58,0,-126 +58,0,-118 +58,0,-110 +58,0,-102 +58,0,-94 +58,0,-86 +58,0,-78 +58,0,-70 +58,0,-62 +58,0,-54 +58,0,-46 +58,0,-38 +58,0,-30 +58,0,-22 +58,0,-14 +58,0,-6 +58,0,2 +58,0,10 +58,0,18 +58,0,26 +58,0,34 +58,0,42 +58,0,50 +58,0,58 +58,0,66 +58,0,74 +58,0,82 +58,0,90 +58,0,98 +58,0,106 +58,0,114 +58,0,122 +58,0,130 +58,0,138 +58,0,146 +66,0,-150 +66,0,-142 +66,0,-134 +66,0,-126 +66,0,-118 +66,0,-110 +66,0,-102 +66,0,-94 +66,0,-86 +66,0,-78 +66,0,-70 +66,0,-62 +66,0,-54 +66,0,-46 +66,0,-38 +66,0,-30 +66,0,-22 +66,0,-14 +66,0,-6 +66,0,2 +66,0,10 +66,0,18 +66,0,26 +66,0,34 +66,0,42 +66,0,50 +66,0,58 +66,0,66 +66,0,74 +66,0,82 +66,0,90 +66,0,98 +66,0,106 +66,0,114 +66,0,122 +66,0,130 +66,0,138 +66,0,146 +74,0,-150 +74,0,-142 +74,0,-134 +74,0,-126 +74,0,-118 +74,0,-110 +74,0,-102 +74,0,-94 +74,0,-86 +74,0,-78 +74,0,-70 +74,0,-62 +74,0,-54 +74,0,-46 +74,0,-38 +74,0,-30 +74,0,-22 +74,0,-14 +74,0,-6 +74,0,2 +74,0,10 +74,0,18 +74,0,26 +74,0,34 +74,0,42 +74,0,50 +74,0,58 +74,0,66 +74,0,74 +74,0,82 +74,0,90 +74,0,98 +74,0,106 +74,0,114 +74,0,122 +74,0,130 +74,0,138 +74,0,146 +82,0,-150 +82,0,-142 +82,0,-134 +82,0,-126 +82,0,-118 +82,0,-110 +82,0,-102 +82,0,-94 +82,0,-86 +82,0,-78 +82,0,-70 +82,0,-62 +82,0,-54 +82,0,-46 +82,0,-38 +82,0,-30 +82,0,-22 +82,0,-14 +82,0,-6 +82,0,2 +82,0,10 +82,0,18 +82,0,26 +82,0,34 +82,0,42 +82,0,50 +82,0,58 +82,0,66 +82,0,74 +82,0,82 +82,0,90 +82,0,98 +82,0,106 +82,0,114 +82,0,122 +82,0,130 +82,0,138 +82,0,146 +90,0,-150 +90,0,-142 +90,0,-134 +90,0,-126 +90,0,-118 +90,0,-110 +90,0,-102 +90,0,-94 +90,0,-86 +90,0,-78 +90,0,-70 +90,0,-62 +90,0,-54 +90,0,-46 +90,0,-38 +90,0,-30 +90,0,-22 +90,0,-14 +90,0,-6 +90,0,2 +90,0,10 +90,0,18 +90,0,26 +90,0,34 +90,0,42 +90,0,50 +90,0,58 +90,0,66 +90,0,74 +90,0,82 +90,0,90 +90,0,98 +90,0,106 +90,0,114 +90,0,122 +90,0,130 +90,0,138 +90,0,146 +98,0,-150 +98,0,-142 +98,0,-134 +98,0,-126 +98,0,-118 +98,0,-110 +98,0,-102 +98,0,-94 +98,0,-86 +98,0,-78 +98,0,-70 +98,0,-62 +98,0,-54 +98,0,-46 +98,0,-38 +98,0,-30 +98,0,-22 +98,0,-14 +98,0,-6 +98,0,2 +98,0,10 +98,0,18 +98,0,26 +98,0,34 +98,0,42 +98,0,50 +98,0,58 +98,0,66 +98,0,74 +98,0,82 +98,0,90 +98,0,98 +98,0,106 +98,0,114 +98,0,122 +98,0,130 +98,0,138 +98,0,146 +106,0,-150 +106,0,-142 +106,0,-134 +106,0,-126 +106,0,-118 +106,0,-110 +106,0,-102 +106,0,-94 +106,0,-86 +106,0,-78 +106,0,-70 +106,0,-62 +106,0,-54 +106,0,-46 +106,0,-38 +106,0,-30 +106,0,-22 +106,0,-14 +106,0,-6 +106,0,2 +106,0,10 +106,0,18 +106,0,26 +106,0,34 +106,0,42 +106,0,50 +106,0,58 +106,0,66 +106,0,74 +106,0,82 +106,0,90 +106,0,98 +106,0,106 +106,0,114 +106,0,122 +106,0,130 +106,0,138 +106,0,146 +114,0,-150 +114,0,-142 +114,0,-134 +114,0,-126 +114,0,-118 +114,0,-110 +114,0,-102 +114,0,-94 +114,0,-86 +114,0,-78 +114,0,-70 +114,0,-62 +114,0,-54 +114,0,-46 +114,0,-38 +114,0,-30 +114,0,-22 +114,0,-14 +114,0,-6 +114,0,2 +114,0,10 +114,0,18 +114,0,26 +114,0,34 +114,0,42 +114,0,50 +114,0,58 +114,0,66 +114,0,74 +114,0,82 +114,0,90 +114,0,98 +114,0,106 +114,0,114 +114,0,122 +114,0,130 +114,0,138 +114,0,146 +122,0,-150 +122,0,-142 +122,0,-134 +122,0,-126 +122,0,-118 +122,0,-110 +122,0,-102 +122,0,-94 +122,0,-86 +122,0,-78 +122,0,-70 +122,0,-62 +122,0,-54 +122,0,-46 +122,0,-38 +122,0,-30 +122,0,-22 +122,0,-14 +122,0,-6 +122,0,2 +122,0,10 +122,0,18 +122,0,26 +122,0,34 +122,0,42 +122,0,50 +122,0,58 +122,0,66 +122,0,74 +122,0,82 +122,0,90 +122,0,98 +122,0,106 +122,0,114 +122,0,122 +122,0,130 +122,0,138 +122,0,146 +130,0,-150 +130,0,-142 +130,0,-134 +130,0,-126 +130,0,-118 +130,0,-110 +130,0,-102 +130,0,-94 +130,0,-86 +130,0,-78 +130,0,-70 +130,0,-62 +130,0,-54 +130,0,-46 +130,0,-38 +130,0,-30 +130,0,-22 +130,0,-14 +130,0,-6 +130,0,2 +130,0,10 +130,0,18 +130,0,26 +130,0,34 +130,0,42 +130,0,50 +130,0,58 +130,0,66 +130,0,74 +130,0,82 +130,0,90 +130,0,98 +130,0,106 +130,0,114 +130,0,122 +130,0,130 +130,0,138 +130,0,146 +138,0,-150 +138,0,-142 +138,0,-134 +138,0,-126 +138,0,-118 +138,0,-110 +138,0,-102 +138,0,-94 +138,0,-86 +138,0,-78 +138,0,-70 +138,0,-62 +138,0,-54 +138,0,-46 +138,0,-38 +138,0,-30 +138,0,-22 +138,0,-14 +138,0,-6 +138,0,2 +138,0,10 +138,0,18 +138,0,26 +138,0,34 +138,0,42 +138,0,50 +138,0,58 +138,0,66 +138,0,74 +138,0,82 +138,0,90 +138,0,98 +138,0,106 +138,0,114 +138,0,122 +138,0,130 +138,0,138 +138,0,146 +146,0,-150 +146,0,-142 +146,0,-134 +146,0,-126 +146,0,-118 +146,0,-110 +146,0,-102 +146,0,-94 +146,0,-86 +146,0,-78 +146,0,-70 +146,0,-62 +146,0,-54 +146,0,-46 +146,0,-38 +146,0,-30 +146,0,-22 +146,0,-14 +146,0,-6 +146,0,2 +146,0,10 +146,0,18 +146,0,26 +146,0,34 +146,0,42 +146,0,50 +146,0,58 +146,0,66 +146,0,74 +146,0,82 +146,0,90 +146,0,98 +146,0,106 +146,0,114 +146,0,122 +146,0,130 +146,0,138 +146,0,146 +-150,8,-150 +-150,8,-142 +-150,8,-134 +-150,8,-126 +-150,8,-118 +-150,8,-110 +-150,8,-102 +-150,8,-94 +-150,8,-86 +-150,8,-78 +-150,8,-70 +-150,8,-62 +-150,8,-54 +-150,8,-46 +-150,8,-38 +-150,8,-30 +-150,8,-22 +-150,8,-14 +-150,8,-6 +-150,8,2 +-150,8,10 +-150,8,18 +-150,8,26 +-150,8,34 +-150,8,42 +-150,8,50 +-150,8,58 +-150,8,66 +-150,8,74 +-150,8,82 +-150,8,90 +-150,8,98 +-150,8,106 +-150,8,114 +-150,8,122 +-150,8,130 +-150,8,138 +-150,8,146 +-142,8,-150 +-142,8,-142 +-142,8,-134 +-142,8,-126 +-142,8,-118 +-142,8,-110 +-142,8,-102 +-142,8,-94 +-142,8,-86 +-142,8,-78 +-142,8,-70 +-142,8,-62 +-142,8,-54 +-142,8,-46 +-142,8,-38 +-142,8,-30 +-142,8,-22 +-142,8,-14 +-142,8,-6 +-142,8,2 +-142,8,10 +-142,8,18 +-142,8,26 +-142,8,34 +-142,8,42 +-142,8,50 +-142,8,58 +-142,8,66 +-142,8,74 +-142,8,82 +-142,8,90 +-142,8,98 +-142,8,106 +-142,8,114 +-142,8,122 +-142,8,130 +-142,8,138 +-142,8,146 +-134,8,-150 +-134,8,-142 +-134,8,-134 +-134,8,-126 +-134,8,-118 +-134,8,-110 +-134,8,-102 +-134,8,-94 +-134,8,-86 +-134,8,-78 +-134,8,-70 +-134,8,-62 +-134,8,-54 +-134,8,-46 +-134,8,-38 +-134,8,-30 +-134,8,-22 +-134,8,-14 +-134,8,-6 +-134,8,2 +-134,8,10 +-134,8,18 +-134,8,26 +-134,8,34 +-134,8,42 +-134,8,50 +-134,8,58 +-134,8,66 +-134,8,74 +-134,8,82 +-134,8,90 +-134,8,98 +-134,8,106 +-134,8,114 +-134,8,122 +-134,8,130 +-134,8,138 +-134,8,146 +-126,8,-150 +-126,8,-142 +-126,8,-134 +-126,8,-126 +-126,8,-118 +-126,8,-110 +-126,8,-102 +-126,8,-94 +-126,8,-86 +-126,8,-78 +-126,8,-70 +-126,8,-62 +-126,8,-54 +-126,8,-46 +-126,8,-38 +-126,8,-30 +-126,8,-22 +-126,8,-14 +-126,8,-6 +-126,8,2 +-126,8,10 +-126,8,18 +-126,8,26 +-126,8,34 +-126,8,42 +-126,8,50 +-126,8,58 +-126,8,66 +-126,8,74 +-126,8,82 +-126,8,90 +-126,8,98 +-126,8,106 +-126,8,114 +-126,8,122 +-126,8,130 +-126,8,138 +-126,8,146 +-118,8,-150 +-118,8,-142 +-118,8,-134 +-118,8,-126 +-118,8,-118 +-118,8,-110 +-118,8,-102 +-118,8,-94 +-118,8,-86 +-118,8,-78 +-118,8,-70 +-118,8,-62 +-118,8,-54 +-118,8,-46 +-118,8,-38 +-118,8,-30 +-118,8,-22 +-118,8,-14 +-118,8,-6 +-118,8,2 +-118,8,10 +-118,8,18 +-118,8,26 +-118,8,34 +-118,8,42 +-118,8,50 +-118,8,58 +-118,8,66 +-118,8,74 +-118,8,82 +-118,8,90 +-118,8,98 +-118,8,106 +-118,8,114 +-118,8,122 +-118,8,130 +-118,8,138 +-118,8,146 +-110,8,-150 +-110,8,-142 +-110,8,-134 +-110,8,-126 +-110,8,-118 +-110,8,-110 +-110,8,-102 +-110,8,-94 +-110,8,-86 +-110,8,-78 +-110,8,-70 +-110,8,-62 +-110,8,-54 +-110,8,-46 +-110,8,-38 +-110,8,-30 +-110,8,-22 +-110,8,-14 +-110,8,-6 +-110,8,2 +-110,8,10 +-110,8,18 +-110,8,26 +-110,8,34 +-110,8,42 +-110,8,50 +-110,8,58 +-110,8,66 +-110,8,74 +-110,8,82 +-110,8,90 +-110,8,98 +-110,8,106 +-110,8,114 +-110,8,122 +-110,8,130 +-110,8,138 +-110,8,146 +-102,8,-150 +-102,8,-142 +-102,8,-134 +-102,8,-126 +-102,8,-118 +-102,8,-110 +-102,8,-102 +-102,8,-94 +-102,8,-86 +-102,8,-78 +-102,8,-70 +-102,8,-62 +-102,8,-54 +-102,8,-46 +-102,8,-38 +-102,8,-30 +-102,8,-22 +-102,8,-14 +-102,8,-6 +-102,8,2 +-102,8,10 +-102,8,18 +-102,8,26 +-102,8,34 +-102,8,42 +-102,8,50 +-102,8,58 +-102,8,66 +-102,8,74 +-102,8,82 +-102,8,90 +-102,8,98 +-102,8,106 +-102,8,114 +-102,8,122 +-102,8,130 +-102,8,138 +-102,8,146 +-94,8,-150 +-94,8,-142 +-94,8,-134 +-94,8,-126 +-94,8,-118 +-94,8,-110 +-94,8,-102 +-94,8,-94 +-94,8,-86 +-94,8,-78 +-94,8,-70 +-94,8,-62 +-94,8,-54 +-94,8,-46 +-94,8,-38 +-94,8,-30 +-94,8,-22 +-94,8,-14 +-94,8,-6 +-94,8,2 +-94,8,10 diff --git a/disk/1/tobuild b/disk/1/tobuild new file mode 100644 index 0000000..4ced44b --- /dev/null +++ b/disk/1/tobuild @@ -0,0 +1 @@ +1,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,42,0,41,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,32,0,31,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,22,0,21,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,82,0,81,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,00,6,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,02,0,22,0,12,0,12,0,22,0,32,0,42,0,52,0,52,0,62,0,72,0,82,0,92,0,92,0,12,0,12,0,12,0,12,0,12,0,11,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,0,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,01,8,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,02,6,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,03,4,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,04,2,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,0,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,05,8,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,06,6,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,07,4,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,08,2,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,0,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,09,8,01,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,22,8,12,8,12,8,22,8,32,8,42,8,52,8,52,8,62,8,72,8,82,8,92,8,92,8,12,8,12,8,12,8,12,8,12,8,11,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,10,6,12,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,61,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,0,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,11,8,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,13,4,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,0,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,15,8,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,16,6,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,17,4,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,0,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,19,8,11,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,22,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,42,2,41,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,0,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,21,8,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,22,6,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,23,4,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,0,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,25,8,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,26,6,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,27,4,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,0,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,29,8,21,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,30,6,32,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,22,3,21,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,0,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,31,8,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,32,6,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,33,4,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,34,2,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,35,8,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,36,6,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,37,4,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,38,2,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,0,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,39,8,31,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,02,4,01,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,40,6,42,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,82,4,81,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,0,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,41,8,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,43,4,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,44,2,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,0,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,45,8,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,46,6,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,47,4,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,0,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,49,8,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,50,6,52,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,62,5,61,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,0,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,51,8,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,52,6,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,53,4,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,54,2,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,0,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,55,8,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,56,6,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,57,4,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,0,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,59,8,51,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,62,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,42,6,41,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,61,8,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,62,6,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,63,4,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,0,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,65,8,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,66,6,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,67,4,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,68,2,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,0,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,69,8,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,70,6,72,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,22,7,21,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,0,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,71,8,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,72,6,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,73,4,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,74,2,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,0,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,75,8,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,76,6,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,77,4,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,78,2,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,0,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,79,8,71,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,60,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,1,00,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,9,40,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,8,60,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,80,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,7,00,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,6,20,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,5,40,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,4,60,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,80,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,3,00,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,2,20,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,80,6,82,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,02,8,01,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,0,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,81,8,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,82,6,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,83,4,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,84,2,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,0,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,85,8,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,86,6,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,87,4,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,88,2,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,0,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,89,8,81,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,0,61,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,2,21,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,01,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,3,81,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,61,4,6 \ No newline at end of file diff --git a/ids.json b/ids.json new file mode 100644 index 0000000..e019a96 --- /dev/null +++ b/ids.json @@ -0,0 +1,4 @@ +{ + "computer": 15, + "disk": 1 +} \ No newline at end of file