Skip to content

Instantly share code, notes, and snippets.

@Stingby12
Created January 15, 2026 10:43
Show Gist options
  • Select an option

  • Save Stingby12/bc26261d125177dac3ad5ddbb1237a55 to your computer and use it in GitHub Desktop.

Select an option

Save Stingby12/bc26261d125177dac3ad5ddbb1237a55 to your computer and use it in GitHub Desktop.
kysban (Puzzlescript Plus Script)
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
title kysban
author Stingby12
homepage www.puzzlescript.net
(
verbose_logging
)
again_interval 0.001
========
OBJECTS
========
Background
GREEN
BGPixel
darkgreen
Target
black
TargetX
white
TargetCoverTP
transparent
TargetCoverDel
transparent
WallPixel1
lightbrown
WallPixel2
darkbrown
PlayerPixel1
blue
PlayerPixel2
darkblue
BlayerPixel1
blue
BlayerPixel2
white
BlayerPixel3
lightred
BlayerPixel4
black
CratePixel1
lightbrown
CratePixel2A
Orange
CratePixel2B
Orange
CrateBU
transparent
CrateBD
transparent
CrateBL
transparent
CrateBR
transparent
BlockedTP
transparent
StopMoveTP
transparent
MoveU14
transparent
MoveU13
transparent
MoveU13B
transparent
MoveU12
transparent
MoveU11
transparent
MoveU10
transparent
MoveU9
transparent
MoveU8
transparent
MoveU7
transparent
MoveU6
transparent
MoveU5
transparent
MoveU4
transparent
MoveU3
transparent
MoveU2
transparent
MoveU1
transparent
MoveU0
transparent
MoveD14
transparent
MoveD13
transparent
MoveD13B
transparent
MoveD12
transparent
MoveD11
transparent
MoveD10
transparent
MoveD9
transparent
MoveD8
transparent
MoveD7
transparent
MoveD6
transparent
MoveD5
transparent
MoveD4
transparent
MoveD3
transparent
MoveD2
transparent
MoveD1
transparent
MoveD0
transparent
MoveL14
transparent
MoveL13
transparent
MoveL13B
transparent
MoveL12
transparent
MoveL11
transparent
MoveL10
transparent
MoveL9
transparent
MoveL8
transparent
MoveL7
transparent
MoveL6
transparent
MoveL5
transparent
MoveL4
transparent
MoveL3
transparent
MoveL2
transparent
MoveL1
transparent
MoveL0
transparent
MoveR14
transparent
MoveR13
transparent
MoveR13B
transparent
MoveR12
transparent
MoveR11
transparent
MoveR10
transparent
MoveR9
transparent
MoveR8
transparent
MoveR7
transparent
MoveR6
transparent
MoveR5
transparent
MoveR4
transparent
MoveR3
transparent
MoveR2
transparent
MoveR1
transparent
MoveR0
transparent
MoveTP
transparent
LandTP
transparent
CrateMoveSfx
transparent
=======
LEGEND
=======
. = Background
: = BGPixel
# = WallPixel1
$ = WallPixel2
P = PlayerPixel1
L = PlayerPixel2
B = BlayerPixel1
A = BlayerPixel2
Y = BlayerPixel3
E = BlayerPixel4
* = CratePixel1
µ = CratePixel1 and BGPixel
+ = CratePixel2A
x = CratePixel2B
/ = CratePixel2A and BGPixel
\ = CratePixel2B and BGPixel
O = Target
¤ = Target and BGPixel
@ = CratePixel1 and Target and TargetX
§ = CratePixel1 and Target and TargetX and BGPixel
PlayerA = PlayerPixel1 or PlayerPixel2
PlayerB = BlayerPixel1 or BlayerPixel2 or BlayerPixel3 or BlayerPixel4
Player = PlayerA or PlayerB
Wall = WallPixel1 or WallPixel2
Crate = CratePixel1 or CratePixel2A or CratePixel2B
CrateBorder = CrateBU or CrateBD or CrateBL or CrateBR
MoveU = MoveU14 or MoveU13 or MoveU13B or MoveU12 or MoveU11 or MoveU10 or MoveU9 or MoveU8 or MoveU7 or MoveU6 or MoveU5 or MoveU4 or MoveU3 or MoveU2 or MoveU1 or MoveU0
MoveD = MoveD14 or MoveD13 or MoveD13B or MoveD12 or MoveD11 or MoveD10 or MoveD9 or MoveD8 or MoveD7 or MoveD6 or MoveD5 or MoveD4 or MoveD3 or MoveD2 or MoveD1 or MoveD0
MoveL = MoveL14 or MoveL13 or MoveL13B or MoveL12 or MoveL11 or MoveL10 or MoveL9 or MoveL8 or MoveL7 or MoveL6 or MoveL5 or MoveL4 or MoveL3 or MoveL2 or MoveL1 or MoveL0
MoveR = MoveR14 or MoveR13 or MoveR13B or MoveR12 or MoveR11 or MoveR10 or MoveR9 or MoveR8 or MoveR7 or MoveR6 or MoveR5 or MoveR4 or MoveR3 or MoveR2 or MoveR1 or MoveR0
MoveDir = MoveU or MoveD or MoveL or MoveR
=======
SOUNDS
=======
MoveU14 create 37176107
MoveL14 create 37176107
MoveD14 create 37176107
MoveR14 create 37176107
MoveU13B create 37176107
MoveL13B create 37176107
MoveD13B create 37176107
MoveR13B create 37176107
CrateMoveSfx create 2682507
================
COLLISIONLAYERS
================
Background
BGPixel
Target
Player, Wall, Crate
TargetX
CrateBU
CrateBD
CrateBL
CrateBR
TargetCoverTP
TargetCoverDel
BlockedTP
StopMoveTP
MoveU
MoveD
MoveL
MoveR
MoveTP
LandTP
CrateMoveSfx
======
RULES
======
up [ CratePixel2A | no CratePixel2A ] -> [ CratePixel2A CrateBU | ]
down [ CratePixel2A | no CratePixel2A ] -> [ CratePixel2A CrateBD | ]
left [ CratePixel2A | no CratePixel2A ] -> [ CratePixel2A CrateBL | ]
right [ CratePixel2A | no CratePixel2A ] -> [ CratePixel2A CrateBR | ]
up [ CratePixel2B | no CratePixel2B ] -> [ CratePixel2B CrateBU | ]
down [ CratePixel2B | no CratePixel2B ] -> [ CratePixel2B CrateBD | ]
left [ CratePixel2B | no CratePixel2B ] -> [ CratePixel2B CrateBL | ]
right [ CratePixel2B | no CratePixel2B ] -> [ CratePixel2B CrateBR | ]
up [ CrateBU | CratePixel1 ] -> [ | CratePixel1 ]
down [ CrateBD | CratePixel1 ] -> [ | CratePixel1 ]
left [ CrateBL | CratePixel1 ] -> [ | CratePixel1 ]
right [ CrateBR | CratePixel1 ] -> [ | CratePixel1 ]
random [ up PlayerA no MoveTP ] -> [ MoveU14 MoveTP PlayerA ]
random [ left PlayerA no MoveTP ] -> [ MoveL14 MoveTP PlayerA ]
random [ down PlayerA no MoveTP ] -> [ MoveD14 MoveTP PlayerA ]
random [ right PlayerA no MoveTP ] -> [ MoveR14 MoveTP PlayerA ]
random [ up PlayerB no MoveTP ] -> [ MoveU13B MoveTP PlayerB ]
random [ left PlayerB no MoveTP ] -> [ MoveL13B MoveTP PlayerB ]
random [ down PlayerB no MoveTP ] -> [ MoveD13B MoveTP PlayerB ]
random [ right PlayerB no MoveTP ] -> [ MoveR13B MoveTP PlayerB ]
[ moving Player ] [ MoveDir ] -> [ Player MoveTP ] [ MoveDir ]
[ MoveU0 ] [ Player MoveTP ] -> [ MoveU0 ] [ up Player ] again
[ MoveU1 ] [ Player MoveTP ] -> [ MoveU1 ] [ up Player up MoveTP ] again
[ MoveU2 ] [ Player MoveTP ] -> [ MoveU2 ] [ up Player up MoveTP ] again
[ MoveU3 ] [ Player MoveTP ] -> [ MoveU3 ] [ up Player up MoveTP ] again
[ MoveU4 ] [ Player MoveTP ] -> [ MoveU4 ] [ up Player up MoveTP ] again
[ MoveU5 ] [ Player MoveTP ] -> [ MoveU5 ] [ up Player up MoveTP ] again
[ MoveU6 ] [ Player MoveTP ] -> [ MoveU6 ] [ up Player up MoveTP ] again
[ MoveU7 ] [ Player MoveTP ] -> [ MoveU7 ] [ up Player up MoveTP ] again
[ MoveU8 ] [ Player MoveTP ] -> [ MoveU8 ] [ up Player up MoveTP ] again
[ MoveU9 ] [ Player MoveTP ] -> [ MoveU9 ] [ up Player up MoveTP ] again
[ MoveU10 ] [ Player MoveTP ] -> [ MoveU10 ] [ up Player up MoveTP ] again
[ MoveU11 ] [ Player MoveTP ] -> [ MoveU11 ] [ up Player up MoveTP ] again
[ MoveU12 ] [ Player MoveTP ] -> [ MoveU12 ] [ up Player up MoveTP ] again
[ MoveU13 ] [ Player MoveTP ] -> [ MoveU13 ] [ up Player up MoveTP ] again
[ MoveU13B ] [ Player MoveTP ] -> [ MoveU13B ] [ up Player up MoveTP ] again
[ MoveU14 ] [ Player MoveTP ] -> [ MoveU14 ] [ up Player up MoveTP ] again
[ MoveL0 ] [ Player MoveTP ] -> [ MoveL0 ] [ left Player ] again
[ MoveL1 ] [ Player MoveTP ] -> [ MoveL1 ] [ left Player left MoveTP ] again
[ MoveL2 ] [ Player MoveTP ] -> [ MoveL2 ] [ left Player left MoveTP ] again
[ MoveL3 ] [ Player MoveTP ] -> [ MoveL3 ] [ left Player left MoveTP ] again
[ MoveL4 ] [ Player MoveTP ] -> [ MoveL4 ] [ left Player left MoveTP ] again
[ MoveL5 ] [ Player MoveTP ] -> [ MoveL5 ] [ left Player left MoveTP ] again
[ MoveL6 ] [ Player MoveTP ] -> [ MoveL6 ] [ left Player left MoveTP ] again
[ MoveL7 ] [ Player MoveTP ] -> [ MoveL7 ] [ left Player left MoveTP ] again
[ MoveL8 ] [ Player MoveTP ] -> [ MoveL8 ] [ left Player left MoveTP ] again
[ MoveL9 ] [ Player MoveTP ] -> [ MoveL9 ] [ left Player left MoveTP ] again
[ MoveL10 ] [ Player MoveTP ] -> [ MoveL10 ] [ left Player left MoveTP ] again
[ MoveL11 ] [ Player MoveTP ] -> [ MoveL11 ] [ left Player left MoveTP ] again
[ MoveL12 ] [ Player MoveTP ] -> [ MoveL12 ] [ left Player left MoveTP ] again
[ MoveL13 ] [ Player MoveTP ] -> [ MoveL13 ] [ left Player left MoveTP ] again
[ MoveL13B ] [ Player MoveTP ] -> [ MoveL13B ] [ left Player left MoveTP ] again
[ MoveL14 ] [ Player MoveTP ] -> [ MoveL14 ] [ left Player left MoveTP ] again
[ MoveD0 ] [ Player MoveTP ] -> [ MoveD0 ] [ down Player ] again
[ MoveD1 ] [ Player MoveTP ] -> [ MoveD1 ] [ down Player down MoveTP ] again
[ MoveD2 ] [ Player MoveTP ] -> [ MoveD2 ] [ down Player down MoveTP ] again
[ MoveD3 ] [ Player MoveTP ] -> [ MoveD3 ] [ down Player down MoveTP ] again
[ MoveD4 ] [ Player MoveTP ] -> [ MoveD4 ] [ down Player down MoveTP ] again
[ MoveD5 ] [ Player MoveTP ] -> [ MoveD5 ] [ down Player down MoveTP ] again
[ MoveD6 ] [ Player MoveTP ] -> [ MoveD6 ] [ down Player down MoveTP ] again
[ MoveD7 ] [ Player MoveTP ] -> [ MoveD7 ] [ down Player down MoveTP ] again
[ MoveD8 ] [ Player MoveTP ] -> [ MoveD8 ] [ down Player down MoveTP ] again
[ MoveD9 ] [ Player MoveTP ] -> [ MoveD9 ] [ down Player down MoveTP ] again
[ MoveD10 ] [ Player MoveTP ] -> [ MoveD10 ] [ down Player down MoveTP ] again
[ MoveD11 ] [ Player MoveTP ] -> [ MoveD11 ] [ down Player down MoveTP ] again
[ MoveD12 ] [ Player MoveTP ] -> [ MoveD12 ] [ down Player down MoveTP ] again
[ MoveD13 ] [ Player MoveTP ] -> [ MoveD13 ] [ down Player down MoveTP ] again
[ MoveD13B ] [ Player MoveTP ] -> [ MoveD13B ] [ down Player down MoveTP ] again
[ MoveD14 ] [ Player MoveTP ] -> [ MoveD14 ] [ down Player down MoveTP ] again
[ MoveR0 ] [ Player MoveTP ] -> [ MoveR0 ] [ right Player ] again
[ MoveR1 ] [ Player MoveTP ] -> [ MoveR1 ] [ right Player right MoveTP ] again
[ MoveR2 ] [ Player MoveTP ] -> [ MoveR2 ] [ right Player right MoveTP ] again
[ MoveR3 ] [ Player MoveTP ] -> [ MoveR3 ] [ right Player right MoveTP ] again
[ MoveR4 ] [ Player MoveTP ] -> [ MoveR4 ] [ right Player right MoveTP ] again
[ MoveR5 ] [ Player MoveTP ] -> [ MoveR5 ] [ right Player right MoveTP ] again
[ MoveR6 ] [ Player MoveTP ] -> [ MoveR6 ] [ right Player right MoveTP ] again
[ MoveR7 ] [ Player MoveTP ] -> [ MoveR7 ] [ right Player right MoveTP ] again
[ MoveR8 ] [ Player MoveTP ] -> [ MoveR8 ] [ right Player right MoveTP ] again
[ MoveR9 ] [ Player MoveTP ] -> [ MoveR9 ] [ right Player right MoveTP ] again
[ MoveR10 ] [ Player MoveTP ] -> [ MoveR10 ] [ right Player right MoveTP ] again
[ MoveR11 ] [ Player MoveTP ] -> [ MoveR11 ] [ right Player right MoveTP ] again
[ MoveR12 ] [ Player MoveTP ] -> [ MoveR12 ] [ right Player right MoveTP ] again
[ MoveR13 ] [ Player MoveTP ] -> [ MoveR13 ] [ right Player right MoveTP ] again
[ MoveR13B ] [ Player MoveTP ] -> [ MoveR13B ] [ right Player right MoveTP ] again
[ MoveR14 ] [ Player MoveTP ] -> [ MoveR14 ] [ right Player right MoveTP ] again
[ LandTP ] [ CrateMoveSfx ] -> [ LandTP ] [ ]
[ LandTP ] -> [ ]
[ MoveU0 ] -> [ LandTP ]
[ MoveU1 ] -> [ MoveU0 ]
[ MoveU2 ] -> [ MoveU1 ]
[ MoveU3 ] -> [ MoveU2 ]
[ MoveU4 ] -> [ MoveU3 ]
[ MoveU5 ] -> [ MoveU4 ]
[ MoveU6 ] -> [ MoveU5 ]
[ MoveU7 ] -> [ MoveU6 ]
[ MoveU8 ] -> [ MoveU7 ]
[ MoveU9 ] -> [ MoveU8 ]
[ MoveU10 ] -> [ MoveU9 ]
[ MoveU11 ] -> [ MoveU10 ]
[ MoveU12 ] -> [ MoveU11 ]
[ MoveU13 ] -> [ MoveU12 ]
[ MoveU13B ] -> [ MoveU12 ]
[ MoveU14 ] -> [ MoveU13 ]
[ MoveL0 ] -> [ LandTP ]
[ MoveL1 ] -> [ MoveL0 ]
[ MoveL2 ] -> [ MoveL1 ]
[ MoveL3 ] -> [ MoveL2 ]
[ MoveL4 ] -> [ MoveL3 ]
[ MoveL5 ] -> [ MoveL4 ]
[ MoveL6 ] -> [ MoveL5 ]
[ MoveL7 ] -> [ MoveL6 ]
[ MoveL8 ] -> [ MoveL7 ]
[ MoveL9 ] -> [ MoveL8 ]
[ MoveL10 ] -> [ MoveL9 ]
[ MoveL11 ] -> [ MoveL10 ]
[ MoveL12 ] -> [ MoveL11 ]
[ MoveL13 ] -> [ MoveL12 ]
[ MoveL13B ] -> [ MoveL12 ]
[ MoveL14 ] -> [ MoveL13 ]
[ MoveD0 ] -> [ LandTP ]
[ MoveD1 ] -> [ MoveD0 ]
[ MoveD2 ] -> [ MoveD1 ]
[ MoveD3 ] -> [ MoveD2 ]
[ MoveD4 ] -> [ MoveD3 ]
[ MoveD5 ] -> [ MoveD4 ]
[ MoveD6 ] -> [ MoveD5 ]
[ MoveD7 ] -> [ MoveD6 ]
[ MoveD8 ] -> [ MoveD7 ]
[ MoveD9 ] -> [ MoveD8 ]
[ MoveD10 ] -> [ MoveD9 ]
[ MoveD11 ] -> [ MoveD10 ]
[ MoveD12 ] -> [ MoveD11 ]
[ MoveD13 ] -> [ MoveD12 ]
[ MoveD13B ] -> [ MoveD12 ]
[ MoveD14 ] -> [ MoveD13 ]
[ MoveR0 ] -> [ LandTP ]
[ MoveR1 ] -> [ MoveR0 ]
[ MoveR2 ] -> [ MoveR1 ]
[ MoveR3 ] -> [ MoveR2 ]
[ MoveR4 ] -> [ MoveR3 ]
[ MoveR5 ] -> [ MoveR4 ]
[ MoveR6 ] -> [ MoveR5 ]
[ MoveR7 ] -> [ MoveR6 ]
[ MoveR8 ] -> [ MoveR7 ]
[ MoveR9 ] -> [ MoveR8 ]
[ MoveR10 ] -> [ MoveR9 ]
[ MoveR11 ] -> [ MoveR10 ]
[ MoveR12 ] -> [ MoveR11 ]
[ MoveR13 ] -> [ MoveR12 ]
[ MoveR13B ] -> [ MoveR12 ]
[ MoveR14 ] -> [ MoveR13 ]
[ > Player | Wall ] -> [ Player StopMoveTP | Wall ]
[ moving Player ] [ StopMoveTP ] -> [ Player ] [ StopMoveTP ]
[ MoveDir ] [ StopMoveTP ] -> [ ] [ StopMoveTP ]
[ MoveTp ] [ StopMoveTP ] -> [ ] [ StopMoveTP ]
late [ StopMoveTP ] -> [ ]
[ > Player | Crate ] -> [ > Player | > Crate ]
up [ moving Crate no CrateBU | Crate ] -> [ moving Crate | moving Crate ]
left [ moving Crate no CrateBL | Crate ] -> [ moving Crate | moving Crate ]
down [ moving Crate no CrateBD | Crate ] -> [ moving Crate | moving Crate ]
right [ moving Crate no CrateBR | Crate ] -> [ moving Crate | moving Crate ]
[ moving Crate CrateBorder ] -> [ moving Crate moving CrateBorder ]
[ moving Crate CrateMoveSfx ] -> [ moving Crate moving CrateMoveSfx ]
[ moving Crate no CrateMoveSfx ] -> [ moving Crate moving CrateMoveSfx ]
[ > Crate | Wall ] -> [ Crate BlockedTP | Wall ]
[ > Crate | stationary Crate ] -> [ Crate BlockedTP | Crate ]
up [ BlockedTP Crate no CrateBU | Crate ] -> [ BlockedTP Crate | BlockedTP Crate ]
left [ BlockedTP Crate no CrateBL | Crate ] -> [ BlockedTP Crate | BlockedTP Crate ]
down [ BlockedTP Crate no CrateBD | Crate ] -> [ BlockedTP Crate | BlockedTP Crate ]
right [ BlockedTP Crate no CrateBR | Crate ] -> [ BlockedTP Crate | BlockedTP Crate ]
[ moving Crate BlockedTP ] -> [ Crate BlockedTP ]
[ moving CrateBorder BlockedTP ] -> [ CrateBorder BlockedTP ]
late [ BlockedTP ] -> [ ]
[ > Player | stationary Crate ] -> [ Player StopMoveTP | Crate ]
[ moving Player ] [ StopMoveTP ] -> [ Player ] [ StopMoveTP ]
[ MoveDir ] [ StopMoveTP ] -> [ ] [ StopMoveTP ]
[ MoveTp ] [ StopMoveTP ] -> [ ] [ StopMoveTP ]
late [ StopMoveTP ] -> [ ]
late [ TargetX ] -> [ ]
late [ Target Crate ] -> [ Target Crate TargetCoverTP ]
late [ TargetCoverTP | Target ] -> [ TargetCoverTP | Target TargetCoverTP ]
late [ TargetCoverTP no Crate ] -> [ TargetCoverDel ]
late [ TargetCoverTP | TargetCoverDel ] -> [ TargetCoverDel | TargetCoverDel ]
late [ TargetCoverDel ] -> [ ]
late [ TargetCoverTP ] -> [ TargetX ]
==============
WINCONDITIONS
==============
All Target on TargetX
no MoveDir
=======
LEVELS
=======
(
###$####$####$####$####$####$####$####$####$#
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#$####$####$####$####$####$####$####$####$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$####$####$####$####$####$####$####$####$#
###$#:::::.....:::::.....:::::.....:::::###$#
$$$$$:::::.....:::::.....:::::.....:::::$$$$$
#$###:::::.....:::::.....:::::.....:::::#$###
$$$$$:::::.....:::::.....:::::.....:::::$$$$$
###$#:::::.....:::::.....:::::.....:::::###$#
###$#.....:::::.....:::::...../////.....###$#
$$$$$.....:::::.....:::::...../§§§/.....$$$$$
#$###.....:::::.....:::::...../§µ§/.....#$###
$$$$$.....:::::.....:::::...../§§§/.....$$$$$
###$#.....:::::.....:::::...../////.....###$#
###$#:::::.ppp.:::::+++++:::::.....:::::###$#
$$$$$:::::plplp:::::+***+:::::.¤¤¤.:::::$$$$$
#$###:::::ppppp:::::+***+:::::.¤.¤.:::::#$###
$$$$$:::::plllp:::::+***+:::::.¤¤¤.:::::$$$$$
###$#:::::.ppp.:::::+++++:::::.....:::::###$#
###$#.....:::::.....:::::.....:::::.....###$#
$$$$$.....:::::.....:::::.....:::::.....$$$$$
#$###.....:::::.....:::::.....:::::.....#$###
$$$$$.....:::::.....:::::.....:::::.....$$$$$
###$#.....:::::.....:::::.....:::::.....###$#
###$#:::::.....:::::.....:::::.....:::::###$#
$$$$$:::::.....:::::.....:::::.....:::::$$$$$
#$###:::::.....:::::.....:::::.....:::::#$###
$$$$$:::::.....:::::.....:::::.....:::::$$$$$
###$#:::::.....:::::.....:::::.....:::::###$#
###$####$####$####$####$####$####$####$####$#
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#$####$####$####$####$####$####$####$####$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$####$####$####$####$####$####$####$####$#
)
message Cover all targets with the crates
message Level 0 of 20
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
###$$$#########...............:::::::::::::::...............:::::::::::::::...............///§§§µµµ§§§///...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............///§§§µµµ§§§///...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............///§§§µµµ§§§///...............###$$$#########
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............///§§§§§§§§§///...............$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............///////////////...............#########$$$###
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::ppppppppppppppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤...¤¤¤...:::::::::::::::###$$$#########
###$$$#########:::::::::::::::ppppppppppppppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤...¤¤¤...:::::::::::::::###$$$#########
###$$$#########:::::::::::::::ppppppppppppppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤...¤¤¤...:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp:::::::::::::::+++*********+++:::::::::::::::...¤¤¤¤¤¤¤¤¤...:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...ppppppppp...:::::::::::::::+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
(
###$####$####$####$#.....:::::
$$$$$$$$$$$$$$$$$$$$.....:::::
#$####$####$####$###.....:::::
$$$$$$$$$$$$$$$$$$$$.....:::::
###$####$####$####$#.....:::::
###$#.....:::::###$#:::::.....
$$$$$.....:¤¤¤:$$$$$:::::.....
#$###.....:¤:¤:#$###:::::.....
$$$$$.....:¤¤¤:$$$$$:::::.....
###$#.....:::::###$#:::::.....
###$#:::::.....###$####$####$#
$$$$$:::::.....$$$$$$$$$$$$$$$
#$###:::::.....#$####$####$###
$$$$$:::::.....$$$$$$$$$$$$$$$
###$#:::::.....###$####$####$#
###$#+++++:::::.....:::::###$#
$$$$$+@@@+:::::.....:::::$$$$$
#$###+@*@+:::::.....:::::#$###
$$$$$+@@@+:::::.....:::::$$$$$
###$#+++++:::::.....:::::###$#
###$#:::::.ppp./////.....###$#
$$$$$:::::plplp/µµµ/.....$$$$$
#$###:::::ppppp/µµµ/.....#$###
$$$$$:::::plllp/µµµ/.....$$$$$
###$#:::::.ppp./////.....###$#
###$#.....:::::###$####$####$#
$$$$$.....:::::$$$$$$$$$$$$$$$
#$###.....:::::#$####$####$###
$$$$$.....:::::$$$$$$$$$$$$$$$
###$#.....:::::###$####$####$#
###$####$####$####$#.....:::::
$$$$$$$$$$$$$$$$$$$$.....:::::
#$####$####$####$###.....:::::
$$$$$$$$$$$$$$$$$$$$.....:::::
###$####$####$####$#.....:::::
)
message Level 1 of 20
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########+++@@@***@@@+++:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########+++@@@***@@@+++:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########+++@@@***@@@+++:::::::::::::::...............:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++@@@@@@@@@+++:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllppplllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::ppppppppppppppp///µµµµµµµµµ///...............###$$$#########
###$$$#########:::::::::::::::ppppppppppppppp///µµµµµµµµµ///...............###$$$#########
###$$$#########:::::::::::::::ppppppppppppppp///µµµµµµµµµ///...............###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::ppplllllllllppp///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
#########$$$###:::::::::::::::...ppppppppp...///////////////...............#########$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$#########...............:::::::::::::::###$$$############$$$############$$$#########
###$$$#########...............:::::::::::::::###$$$############$$$############$$$#########
###$$$#########...............:::::::::::::::###$$$############$$$############$$$#########
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
(
...bbbbbbbbb...
...bbbbbbbbb...
...ayybbbyaa...
bbyaaaabaaaaybb
bbaaeaabyaeaabb
bbyaaaybaaaaybb
bbbayabbbayabbb
babbbbbbbbbbbab
beabbbbbbbbbaeb
baeaaabbbaaaeab
bbaeeeaaaeeeabb
bbbaaaeeeaaabbb
...bbbaaabbb...
...bbbbbbbbb...
...bbbbbbbbb...
)
message Level 2 of 20
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@***@@@+++:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@***@@@+++:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@***@@@+++:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++@@@@@@@@@+++:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::+++++++++++++++:::::::::::::::#########$$$###
#########$$$###...bbbbbbbbb...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
#########$$$###...bbbbbbbbb...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
#########$$$###...ayybbbyaa...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
$$$$$$$$$$$$$$$bbyaaaabaaaaybb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$bbaaeaabyaeaabb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$bbyaaaybaaaaybb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
###$$$#########bbbayabbbayabbb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤:::¤¤¤:::...............###$$$#########
###$$$#########babbbbbbbbbbbab:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤:::¤¤¤:::...............###$$$#########
###$$$#########beabbbbbbbbbaeb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤:::¤¤¤:::...............###$$$#########
$$$$$$$$$$$$$$$baeaaabbbaaaeab:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$bbaeeeaaaeeeabb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$bbbaaaeeeaaabbb:::::::::::::::...............///µµµµµµµµµ///...............:::¤¤¤¤¤¤¤¤¤:::...............$$$$$$$$$$$$$$$
#########$$$###...bbbaaabbb...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
#########$$$###...bbbbbbbbb...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
#########$$$###...bbbbbbbbb...:::::::::::::::...............///////////////...............:::::::::::::::...............#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
###$$$#########:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
###$$$#########...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............###$$$#########
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$###...............:::::::::::::::...............:::::::::::::::...............:::::::::::::::...............#########$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
###$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$#########
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$############$$$###
message Level 3 of 20
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
###$$$#########...............:::¤¤¤:::¤¤¤:::###$$$#########:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
$$$$$$$$$$$$$$$...............:::¤¤¤¤¤¤¤¤¤:::$$$$$$$$$$$$$$$:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###...............:::::::::::::::#########$$$###:::::::::::::::...............
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
###$$$#########:::::::::::::::...............###$$$############$$$############$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###:::::::::::::::...............#########$$$############$$$############$$$###
#########$$$###+++++++++++++++:::::::::::::::...bbbbbbbbb...:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...bbbbbbbbb...:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...ayybbbyaa...:::::::::::::::#########$$$###
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::bbyaaaabaaaaybb:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::bbaaeaabyaeaabb:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::bbyaaaybaaaaybb:::::::::::::::$$$$$$$$$$$$$$$
###$$$#########+++*********+++:::::::::::::::bbbayabbbayabbb:::::::::::::::###$$$#########
###$$$#########+++*********+++:::::::::::::::babbbbbbbbbbbab:::::::::::::::###$$$#########
###$$$#########+++*********+++:::::::::::::::beabbbbbbbbbaeb:::::::::::::::###$$$#########
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::baeaaabbbaaaeab:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::bbaeeeaaaeeeabb:::::::::::::::$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$+++*********+++:::::::::::::::bbbaaaeeeaaabbb:::::::::::::::$$$$$$$$$$$$$$$
#########$$$###+++++++++++++++:::::::::::::::...bbbaaabbb...:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...bbbbbbbbb...:::::::::::::::#########$$$###
#########$$$###+++++++++++++++:::::::::::::::...bbbbbbbbb...:::::::::::::::#########$$$###
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
###$$$#########:::::::::::::::...............///µµµµµµµµµ///...............###$$$#########
###$$$#########:::::::::::::::...............///µµµµµµµµµ///...............###$$$#########
###$$$#########:::::::::::::::...............///µµµµµµµµµ///...............###$$$#########
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$:::::::::::::::...............///µµµµµµµµµ///...............$$$$$$$$$$$$$$$
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
#########$$$###:::::::::::::::...............///////////////...............#########$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
###$$$#########...ooo...ooo...:::::::::::::::###$$$############$$$############$$$#########
###$$$#########...ooo...ooo...:::::::::::::::###$$$############$$$############$$$#########
###$$$#########...ooo...ooo...:::::::::::::::###$$$############$$$############$$$#########
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$...ooooooooo...:::::::::::::::$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$###...............:::::::::::::::#########$$$############$$$############$$$###
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
###$$$############$$$############$$$############$$$#########...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
#########$$$############$$$############$$$############$$$###...............:::::::::::::::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment