userRubatcancel

4,917 Commits over 3,957 Days - 0.05cph!

Today
Improve player head angle (yaw) when in vehicles Fix the neck snapping when looking backwards from left to right, fix 90 degree offset in prisoner pod
Today
Fix tonemap system not getting new controller on map cleanup Fix a potential issue with game.CleanUpMap Improvements for util.TableToJson * Throw hatlng errors at all times (instead of non halting ones) * Clear any parsed data before throwing Lua errors, because the Lua errors prevent destructors from running Added "Inflictor" to Bullet structure Affects Entity.FireBullets and the bullet hooks. Inflictor sets the weapon that the damage should be credited to. Attacker being the entity that dealt the damage, i.e. a player Fixed sv_max_usercmd_move_magnitude breaking some mods Panel:PaintAt will touch Z pos only if there are any 0 values
Yesterday
Try to avoid Lua errors with DButton
Yesterday
Added a bunch of new data to util.GetModelInfo Update Label center alignment with an inset Basically instead of being a minimum value for the X position of the text, the text is centered using the inset as the 0 position, always taking it into account. This is useful for buttons with icons, so the text always appears centered. DButton.SizeToContents improvement Runs InvalidateLayout to ensure the text inset is set to the correct value, implements SizeToContentsX Replace Copy to Clipboard icon with a button for Problems Hopefully will be more obvious what the button is, so ppl are more encouraged to copy the errors and send them to workshop addon devs. Also add icons to quick fix button Added "Copy to clipboard" button to gui.OpenURL dialog Also add icons to buttons. Increase max voice chat channels to 16 (from 5)
2 Days Ago
Added more console warnings with invalid sendprop types
3 Days Ago
Throw a warning when trying to create unprecached particles Added 2 new options to console quick options vcollide_wireframe & cl_particle_show_bbox Fixed particle precipitation not precaching the particles This happened when only PCF particle based precipitation types are on the map. Make Linux use the same console.log code path as Windows This concerns Linux dedicated servers only. Makes it so that ANSI command sequences are not written to console.log on Linux SRCDS. Added gmod_cleanup and gmod_camera to KB Options Fix Lua errors with weapon_base when NPCs try to use it TTT: Update French and Ukrainian localizations
6 Days Ago
Updated FGD files Added logic_register_activator, logic_coop_manager, point_viewcontrol_multiplayer and point_viewproxy Updated prop_vehicle_choreo_generic
6 Days Ago
ContentIcon.Copy also copies the tooltip Fixed some small memory leaks in dedicated server workshop Undo a certain change that could be causing crashes for 1 dude Apply a hack for bone manip level transitions Added `-noconclr` to disable srcds console colors Partially implement mat_ambient_light convars They require shader changes for LightmappedGeneric for full support, sigh Fixed regression with TTT team colors while spectating SpawnIcon.Copy copies tooltip & OpenMenuExtra mimics contenticon Remove local define for MAX_EDICT_BITS in net.lua Fixed HLS shotgun right click pump sounds desync Make zoom_sensitivity_ratio save across sessions. Fixed a server crash to do with keyvalues Fix particles never appearing with debugger attached Micro optimize Get_Entity Make PLAYER:AddCleanup server only (Community Contrib) Localize named Citizen NPCs Fixed KEEP_ON_RECREATE_ENTITIES sharing value with other flag Updated FGD files Added logic_register_activator, logic_coop_manager, point_viewcontrol_multiplayer and point_viewproxy Updated prop_vehicle_choreo_generic
6 Days Ago
Updated FGD files Added logic_register_activator, logic_coop_manager, point_viewcontrol_multiplayer and point_viewproxy Updated prop_vehicle_choreo_generic
6 Days Ago
Fixed a server crash to do with keyvalues Fix particles never appearing with debugger attached Micro optimize Get_Entity Make PLAYER:AddCleanup server only (Community Contrib) Localize named Citizen NPCs Fixed KEEP_ON_RECREATE_ENTITIES sharing value with other flag
6 Days Ago
Fixed a server crash to do with keyvalues Fix particles never appearing with debugger attached Micro optimize Get_Entity Make PLAYER:AddCleanup server only (Community Contrib) Localize named Citizen NPCs Fixed KEEP_ON_RECREATE_ENTITIES sharing value with other flag
7 Days Ago
Remove local define for MAX_EDICT_BITS in net.lua Fixed HLS shotgun right click pump sounds desync Make zoom_sensitivity_ratio save across sessions.
7 Days Ago
Remove local define for MAX_EDICT_BITS in net.lua Fixed HLS shotgun right click pump sounds desync Make zoom_sensitivity_ratio save across sessions.
7 Days Ago
Undo a certain change that could be causing crashes for 1 dude Apply a hack for bone manip level transitions Added `-noconclr` to disable srcds console colors Partially implement mat_ambient_light convars They require shader changes for LightmappedGeneric for full support, sigh Fixed regression with TTT team colors while spectating SpawnIcon.Copy copies tooltip & OpenMenuExtra mimics contenticon
7 Days Ago
SpawnIcon.Copy copies tooltip & OpenMenuExtra mimics contenticon
7 Days Ago
Added `-noconclr` to disable srcds console colors Partially implement mat_ambient_light convars They require shader changes for LightmappedGeneric for full support, sigh Fixed regression with TTT team colors while spectating
7 Days Ago
Apply a hack for bone manip level transitions
7 Days Ago
Undo a certain change that could be causing crashes for 1 dude
7 Days Ago
Minor changes Improve memory usage of 64 bit client & server on Windows? The game no longer allocates 3GB on start.
8 Days Ago
ContentIcon.Copy also copies the tooltip Fixed some small memory leaks in dedicated server workshop
8 Days Ago
ContentIcon.Copy also copies the tooltip Fixed some small memory leaks in dedicated server workshop
8 Days Ago
Enable network protocol breaking changes Bump versions Reapply bone manipulate level transition fix Removed some more test entities that should've never been shipped
9 Days Ago
Fixed missing $bottommaterial material causing massive FPS loss It was trying to load the material every frame while underwater. Also fix potential NPE crash with water textures/materials. Also clear missing material list on map load, in case the material list changed (new addons,new map embedded files, etc) Added mp_weaponrespawn Moved some functionality tied to mp_weaponstay in recent change to a new convar. This is meant to affect HL2DM maps Added `Ignore Solid` for point_spotlight in FGD Updated TTT Fixed unintentional global variable Updated localization files Fixed a crash in trace code that could happen after a changelevel
9 Days Ago
Move where balloon force limit is enforced Update verbosity of "Out-of-range value" warnings Now includes parent array name, and the entity index Fixed pose parameters sometimes getting garbage values Balloon dupes check for missing values This isn't extensive enough, other tools still need to do this as well TTT: Crosshair Customization (Community Contribution) Fixed another potentially uninited variable issue Enable network protocol breaking changes Bump versions Reapply bone manipulate level transition fix Removed some more test entities that should've never been shipped Restore missing file used exclusively by this beta Fixed missing $bottommaterial material causing massive FPS loss It was trying to load the material every frame while underwater. Also fix potential NPE crash with water textures/materials. Also clear missing material list on map load, in case the material list changed (new addons,new map embedded files, etc) Added mp_weaponrespawn Moved some functionality tied to mp_weaponstay in recent change to a new convar. This is meant to affect HL2DM maps Added `Ignore Solid` for point_spotlight in FGD Updated TTT Fixed unintentional global variable Updated localization files Fixed a crash in trace code that could happen after a changelevel
9 Days Ago
Fixed missing $bottommaterial material causing massive FPS loss It was trying to load the material every frame while underwater. Also fix potential NPE crash with water textures/materials. Also clear missing material list on map load, in case the material list changed (new addons,new map embedded files, etc) Added mp_weaponrespawn Moved some functionality tied to mp_weaponstay in recent change to a new convar. This is meant to affect HL2DM maps Added `Ignore Solid` for point_spotlight in FGD Updated TTT Fixed unintentional global variable Updated localization files Fixed a crash in trace code that could happen after a changelevel
10 Days Ago
Restore missing file used exclusively by this beta
10 Days Ago
Enable network protocol breaking changes Bump versions Reapply bone manipulate level transition fix Removed some more test entities that should've never been shipped
10 Days Ago
Move where balloon force limit is enforced Update verbosity of "Out-of-range value" warnings Now includes parent array name, and the entity index Fixed pose parameters sometimes getting garbage values Balloon dupes check for missing values This isn't extensive enough, other tools still need to do this as well TTT: Crosshair Customization (Community Contribution) Fixed another potentially uninited variable issue
10 Days Ago
Move where balloon force limit is enforced Update verbosity of "Out-of-range value" warnings Now includes parent array name, and the entity index Fixed pose parameters sometimes getting garbage values Balloon dupes check for missing values This isn't extensive enough, other tools still need to do this as well TTT: Crosshair Customization (Community Contribution) Fixed another potentially uninited variable issue
13 Days Ago
Minor cleanups Fixed HLMV.exe not running in win64/ Include Episode 2 Zombie Torso Apparently ep2_outland_01 complains about the model being different Include Episode 2 version of water_riverbed01 I have been assured the Episode 1 version is not used in Episode 1. Fix prop_ragdoll.StartRagdollBoogie map input param type
13 Days Ago
Minor cleanups Fixed HLMV.exe not running in win64/ Include Episode 2 Zombie Torso Apparently ep2_outland_01 complains about the model being different Include Episode 2 version of water_riverbed01 I have been assured the Episode 1 version is not used in Episode 1. Fix prop_ragdoll.StartRagdollBoogie map input param type
13 Days Ago
Fix prop_ragdoll.StartRagdollBoogie map input param type
13 Days Ago
Minor cleanups Fixed HLMV.exe not running in win64/ Include Episode 2 Zombie Torso Apparently ep2_outland_01 complains about the model being different Include Episode 2 version of water_riverbed01 I have been assured the Episode 1 version is not used in Episode 1.
13 Days Ago
Fixed hammer model scale preview scaling bones multiple times Unhide sv_hl2mp_weapon/item_respawn_time Also made mp_weaponstay work for map spawned entities Added prop_disable_distance_fade to console switches Also made cheat convars be disabled if sv_cheats=0 HTTP calls the fail function with -disablehttp Fixed ep2 props overriding hl2 content unintentionally Updated a bunch of HL2 map icons To better represent the areas on them/be more recognizable and less dark Touch up episodic icons as well Added missing TF2 map icons console quick switch adjustments Having cheat cvars be disabled is annoying, since they still work in singleplayer Also just remove prop_disable_distance_fade from this, as I don't feel like it belongs Fixed infinite loop with removing world decals Remove cl_customsounds
13 Days Ago
Fixed hammer model scale preview scaling bones multiple times Unhide sv_hl2mp_weapon/item_respawn_time Also made mp_weaponstay work for map spawned entities Added prop_disable_distance_fade to console switches Also made cheat convars be disabled if sv_cheats=0 HTTP calls the fail function with -disablehttp Fixed ep2 props overriding hl2 content unintentionally Updated a bunch of HL2 map icons To better represent the areas on them/be more recognizable and less dark Touch up episodic icons as well Added missing TF2 map icons console quick switch adjustments Having cheat cvars be disabled is annoying, since they still work in singleplayer Also just remove prop_disable_distance_fade from this, as I don't feel like it belongs Fixed infinite loop with removing world decals Remove cl_customsounds
13 Days Ago
Remove cl_customsounds
14 Days Ago
Fixed infinite loop with removing world decals
14 Days Ago
Fixed hammer model scale preview scaling bones multiple times Unhide sv_hl2mp_weapon/item_respawn_time Also made mp_weaponstay work for map spawned entities Added prop_disable_distance_fade to console switches Also made cheat convars be disabled if sv_cheats=0 HTTP calls the fail function with -disablehttp Fixed ep2 props overriding hl2 content unintentionally Updated a bunch of HL2 map icons To better represent the areas on them/be more recognizable and less dark Touch up episodic icons as well Added missing TF2 map icons console quick switch adjustments Having cheat cvars be disabled is annoying, since they still work in singleplayer Also just remove prop_disable_distance_fade from this, as I don't feel like it belongs
15 Days Ago
▅▇▅▉▆▄ ▌ ▆▅█▌ █▆▄▍▉▉▄▉▅▊▊ ▉▍▋█ ██▄▌ ▅▊█▌▆▍ ▇ ▋▌█ ▆▅▅▉▋ ▍▌▊▆▄ ▌▌▌▆ ▆█▌▆▌ ▌▉█▆▇▇▆▍ ▇▌▄▆▌_▆▄▌▉▉▄▆▋_▊▋▅▄▄▆▋▆▉ ▋▅▄▌▄_▌▌▍▋_▅█▄█▌▆▌ ▍▊▋█▋▍▌▄▄▆ ▋▆▆▇ ▄█▋▋▅▌▅▍ ▅▅▄▉ ▋▌▋ ▋▅▍▍▅▄▊ ▄▋▌▋▇▄ ▌▋ ▅▉ ▋█▄▄▇▊ ▋█▋▄█▉▇ ▅▆ ▍▇▇ ▄▋▇▄ ▇██▍ ▍█▉▅ ▅█▄█. ▌▆▋▊ █▉▆▉█▍▅ ██▊█▇ ▊█ ▋▇▆▊_▅▊▉▇▊▆▌▉▍▄▉▍▆▍ ▅▊ ▍▉▉▌ ▉▇▆▄▉▆▍▅█▊▋ ▊▅▅▅▅▄▄▌ ▍▊▌ ▄▅▌███ ▆ ▄▉▅▌█▄▋▇▉ ▌█▆▋▅▆ ▇▌▋ ▄▌▄▉▌▊▉▅ ▋▆▄▅ ▄▌▉▍▇▄▉ ▌▋▅▇.▌▉▅ █▊▌▊ ▋▌▄▋▇ ▊▅█▊█ ▆▆▇▉▆█▌ ▉▋▌▋▆ ▌▍▄▍█▆ ▄▋▆ ▌▇▄█▆▄▇▉ ▍▋▍▇▄▊█▋▌▉ ▄▇▌▍▄▍▉▄ ▅▋ ▇▆▍█▍▆▇▍▇ ▄▍▇▉▄ ▌▄▌ ▌▋▇▉▆▉/▊▍█▇▍▆▅▍▆ ▍▉ ▅▊▋█_█▋▆▉▇▌▉_▊▋▌▄▍▄_▋▆▌▅▄▊▇ ▉▉▌█ ▋▆ ▅▋█▍▌▅: ▇█▇▍▄▄▌▊▄▆▊ ▉▌▇▅▅▍▅█▅▄▇▍▌▍▌▋▅ - ▋▌▆▌▄▍ ▉▉▇▆ ▋▅▅▄▆▆▍▇▊▇▅ ▍▋▆▉▋▅▍██▄▅ ▆▋▍▆▄▋█▌▋ ▉▋▋▇▇▍▄▅▋ ▍▉▆: █▄▋▄▍▆▇▌▊▄▌▆▉▌ █▄▍▆▅▌▋▊▉▅▄▌▆▋▄▌▋ ▉█▍▌▋ ▅▆▄█ ▅▄▄█▌ █▌██▍▅ █▌▋▉▋ █▉▄▄▄ ▉▋▌ ▆▇▌▊▄▋ ▍▋ ▆▊▊▊▊▄▇▉▄ ▋▇▅▊▇▋▋█ ▅▆ ▉▅ ▍█▊▇ ▆▅▉▊▅█▋▄█, ▆▅▄ ▌▄▇▆█▍ ▇▅▉▅▍▊▄▅ ▌▉▇▉ ▆_▆▄▆▇▌▋▍▌▆▊▅▅▄▉▊▉▄▌▇ ▋▍ ▄█▋▄▆▌▉▄ ▊▅▊▍▍▍▄▉▋█ █▉▄▄ ▉█▄▌▅ █▉▌▊▄▌▇ ▅▉▉▇▊▍▇▌ ▊██▆▄ ▉▉▄▇▇▌ ▅▌▍ ▍▆▄█ ▋▅█▋ ▉▊▄ ▊▋▉ ▄█▌▉▆▆▇▅ ▄▋, ▋▉▌▉ ▉▆ ▅▊█▅_▊▆▆▆▅▆▇_▌▌▋▅█▋_▄▍▌▉▆▍▊ ▊▋▆▆ ▊▅▆▍▆▆ ██ ▅▉▍ ▋▅▊█▄▌█▆▆▉▇▋▌▉▊▋▍▊▌ ▉▌▄▄▉ ▍▍ █▊▊▇▋▆▅ ▅▆ ▋▍▌ ▍▋▅▉▍ ▊▇██▇▊ ▉▉▋▇▄▄ ▋▅▄█_▄▇▌▊▍▌▄_▉▊▇▍▋▄_▋▄█▇▄▇▆ ▉█▅▍▄▌▄▍▅▄█ ▉▌▇ ▌█▆▍ ▄▌▆ ▌▋▍▋▋ █▍▆▊▋▋ ▋▋▍▉ ▅▌▉▄▋▄▇▊▍▇▍▋▌▊▅█▍▉▍▊▋▆▆▇ ▇▄ ▋▉▆ ▋▌▅█▇▆, ▇▇▄▄▅█ ▅▄▇▌ ▋▅▉█ ▇▌▆▌▇▌ ▍ ▉▆▋ ▋▇▌▇▆ █▋▇ ▉▇▋▄ ▍▉▋▅ ▉▆▌█▊ ▍▅▄▍▍▊▆▄ █▇▋ ▅▇ ▆▌▊▌▋▌▄▇▉ ▆▊▇▌▋ ▄▆▇▊ ▋▋▄▋▆▋▇▇ ▌▉▆▄ ▍▍▍▊▆▍ █ ▊█▍█▇_▇▍▇▊▄▍▆▌▅▋▄_▇▆█▉▌██▄▉▅▉ ▆▋▇▆▉_▄▋▊▆▋▆▋█▇ ▇▋▆_▍▆█▍▆▌▉▇▋▇▉_▆▍▍▍ ▅▌▊▊▆▋█▅▄▉▉ ▇▅ ▉▄▆ ▉▊▅ ▄▆▋▉▄▌▌▍▋▊ ▅█ ▆ ▋▇ ▉▉▊ ▋▉▉▉▄ ▇█▊██ ▋▊ ▄▄▉▋▌▊█ ▆▊▋ █▌▊█▍▄▆▊▋▄ █▊▋▅▊▉ ▆▇▅▇▇█▅▅ ▊▄▌ "█▌▋▄▆▍▍▅ __▊▍▉▇▇ █▌ ▊▊▅█▇▇▅" ▆█▅▅▇ ▇▍ ▊█▌ ▌▅▌▋ ▍▄▆▊▌▄ __▍▊▊▍▌▍▉▋█▍_▅▋▉▇▉▇▍▅ ▊▉▅▄ "█▋▉▅▉_▄▋▊▍▋█▇▅ ▊▋▅▆▇▌ ▆▅█▋ ▅▊█▅ ▊▄ ▄▍▇▍▍▆▌█" ▋▇ █▄▋▄▇▆▅▆▍ ▉ ▌▍▇▋▌ ▌▍▄▇█▅▌ ▄▊ ▌▌ ▅█▅█ ▌▊▉▄▇▆ ▇█▇▌▉▆ ▆▄▆▅▊ ▊▄▄▆▌▄▆▆ ! ▉▍▅▅▉ ▅▋▄▉▊▅▇▆ ▇▊ █▉▊ ▉▍▍▊ ▄▇▋▅▉▇ ▅▆▍▉▆▌▋ ▆ ▆▆▋▊▋ ▅▋ ▇▄▋▇▆█▊ ▊▆▉▇▇▍▍▋▇▇▊ ▇▍▆▊▉▅█ ▊▇▆▇▍▌▅▋▍▊▆ ▄▌ ▆▍▉▉, ▋▄▍▉ ▌▇ █▌█▄ ▇▆█▊▉▊▍ "▊▅▇▇" ▇▊▅▉▍▆█▇▉▇ █▇▋▌█ ▆▍▌▍▋██ !▌▌██▄▋ ▇▍▊▌▅▆██▋▍▌, ▅▍█▌▊▍▌▋▋ ▄█▍▌▅, ▉▌▌▋▇▅█▆▋ ▄▊▋▊▆, ██▄█▄▍ ▋▌▄▊▆ ▍▉▋▆▊▍▍ ▌ ▊▉█▊▋ █▌ ▇▍▆█▆▌▆ ▊▆▇▄▍▍▌▇▋▋▅██▉▋ ▍▄▄▊▍▍▊▄ ▋▆▄▆▊▌▉▉▇▇▊▍ ▉▌▉▄▄ ▍▆▌ ▊█▆▍▆▊▍▅█▉▍▇ ▄▆▊▋▌ ▋▅▉▅▅▌ ▄▌▊▆▄ █▍▊▍▊ ▌▇▆▄▄▍▄▌▇▅▌█ ▆▍▆▆▌▆ ▆▋▊▊▉▊▅▅▊ ▇▍▋█▍ ▍▊▅▌▇▋▋ ▋▅▋▌ ▍▄▊▉ ▊▍ ▌▊▋▇ ▅▍ ▅▌▉▌▍▆▊▍▊ ▋▌█▉▋▇▌ -▄█▉▊▍▌▉▊ ▉▊▍█▄▄ ▋▉▋▊▍ ▄▌▌▌██▌▅ ▆▅▅▍▍▉▍ ▊▆▌▉▄▇▇▌▇▇▆▆▌▊▍▇ ▊▍▋▇▄▅▊ ▄▅ ▅▋▆▉▇▊:▄▌▅██▋▆▊▊▊▍▉ █▅▆▍█▇:▌█▄▅▅▍█▊▌▇▍▊ ▅▇▍▊▆ ▇▋▆▉▉ █▆▅▋▄▊▅, ▌▍▅▆▌▋▍▉▍▊ ▅▍ ▌▍▍▋▍▉ ▊▉▌▍ ▌▆▆▋▆ ▄▌▍ █▍▋█▍ ▇▋█▆ ▉▍ ▄▆▊▉▆▋▊█▉ ▆▆▇▅▇▌▅▌▄ ▅▉▍▋▍▆ !▆▆▇▍▉ ▍▉ ▆▅▉▋▊▅ ▋▍▄▉ ▉▇▋▆ ▉▊ ▅▄▆▌▇▅ ▍▄ ▆▇█▆▍▇▊▍ ▉▊▍▆▉▉ ▅▍ ▅▄▄▄ ▇█ ▆▍▋▊▆▌▆▄ ▅▅▅██▇▊ █ ▄▋▌ ▊▋▅▇▆▄▉ ▌▆▋▇▄ ▍▊▌▅ █▉▇▄▌▊ ██▋▅▄ ▅▋▇ ▊▄▇▅▋▊▄ ▊█▊▋▍▄▇▌▅ ▅▌▊▆▅ ▍▊▊▄▍▇▊ ▉▅▍█ ▄▍▄▆▊▌▌ ▅▄▌▄▊▆▌ ▊▅▉▊▍▆█ ▉▅ ▋▇▋▄ ▌▇█▅▆▊▇▌▄ ▆▊█ ▇▍█▆_▇▌▍▇▆▇_▆▄▌▆_▋▍▉▌▆▌▍▋▄▌ ▉▋▌▍▍ "▍▉▌▍ ▅▊ ▆▍▆▋▍▇▇▌ █▄▇▆▄" ▍█▇▆▍▋▉▉ ▍▊▋▊▄▍█ ▇▌█▄▋ ▊█▍▇▄▇▉ ▉▌▉▋ ▅█▋▄▉▊▆▌▆ ▉▄▇▆▉▄▍ ▇▍▉▊▊▇ ██▉█▍▅▊▅ ▄▋▇▍▉ ▅▆▍▌ ▋▉▉ ▋▅▊ ▄▊ "▌▄█▅ ▉▇▍▄▌" ▍▇█▄▊▅▅ ▄▉▆▄▇▄ ▌▊▇▄▋▄ ▅▉▇▋█ ▌▅▅▆ ▄_▉▇_▇▍▊▅▌▉▌▄█▇▊▊ ▇▄▇▌▅▋▋█ ▉▍:▌▆ ▊▉▍▆, ▉▄ ▍▄▍ ▍▊▇▇▊ ▋▌▆▋▊▋▌▋███. ▆▍█▇▄ ▋█▄▇ ▉▇▉▊█ ▇▇ ▊▊▇▇▍█ █ ▄▌▆▌▆▅█▍▅ ▉▋▆▄▉▊▍-▅ ▆ ▇▍▅█ ▆▉ ▆▆▇ ▅▄▄ ▄▉▋▉██▌ ▍▆▍▍▊▅ ▄▍▆▇▌▄ ▋▆▅▉_▉▆▉▉▊▊▍▋▆▌▄█ ▅██▄▆▄▅▄█ & ▄▉▆▆▊▄▌ ▉▅▇▌▍ ▍▆▆▌▌▆ "▇▆▅▊▋▅▉▋ ▋▍▋▌▊ ▄▄▅▉▋ ▇▇▍▉▄▆▄ ▉▅▉▆▆" & "▅▆▇▌▌▌▆▇ ▋▄▋▍▇ ▍▋▇▊▋ ▌▌▋█▉▉▆ ▋▅▍▉▆ ▍▄██▋" ▉▉▌▆▆ "▌▆▄▆▉▄▆▄_█▋▌█▊_█▉▋▊ ▋▊▅" ▊▇ "▋█▅▊_█▌▆▅▌▌▉▉▍▉▇▇▄▅█" ▄█▌█▉█ ▄▍▄ ▍▌▅▅▊▉▉▊ ▅, ▍ ▉█▌ ▇ ▍▄▌▄█▍▇ ▆▋█▊▉▌ ▌▄▉▆▇▌▆▆ ▄▊█ ▍█▄, ▋▆▄▉▄ ▆▅▍▇▋ ▇▊ ▍▊▊▄▋█▅ ▊. ▊▉▉▊ ▆▉▊▄▍▇ ▇▅▄▍▉ ▄▊▌▉▇▋ ▍ ▊▌▍ ▋▌▉ ▉▍▍▍▌▋▇▅▊ ▇▇ ▉▉▄▄ ▄▇▆▉▄▅▊█▌ (▍▋▍▊▍▋▋█▊ ▄█▍█▇▆▆ ▉▇▇▆█▄▋▊ ▍▊█▊▅▌█▍█/▄▄▄▌▋▆▌▊▍) ▌▉▉ ▄▉▍▍▇█▋▆ ▆,█,▍ ▄▆▋▆▇ ▄▆▋▊█▉▇ (▇▆█▌▄█▊▉▅.▆▄▍) ▄█▋▌▇ ▋▋▆▊▅▍▊ ▍▄▉ ▉▊▄▌▄▉▅ ▊ ▋▍ ▊▊▋▊▍ ▋▌▅▌▆▌▇█ █▍▋▆▋▅ ▆▌▌▄▍▄▌ ▄▇▄▇ ▌▌:▍▍ ▋▄▍▊ ▋▇▄█▅▌▋▅▆ ▊▍▇▆█ ██▅▋▊ ▌▉▄▋▉ ▅█▇▄▇▉▊▌ ▌▊▄▌▅▇▊▆▅: ▍_▊▇_█▊▅█▇▉▌▍█▄▄▊▊▉▇▋█▊, ▋_▊▍_▄▉▉▇▊▆▋▅█▊, ▊_█▇_▅█▇▍▊▌▊▋█▋▊▇, ▆_▊▍_▍▋▉▅▍▇▇▅▉▄▋▇▄, ▌_▄▇_▇▆▆█▌█▉▄▍▄▆ ▉▋▍▍▇ ▊▌▅▊▅██▍ ▋▆▋▌▌ ▉▊▍█▇▆▅▍▅▄: ▉_▅▉_▆▍▅▌█▊▄▇▊▆▊▇▆▍, ▋_▆▋_▊▊▋▅▇▇▇▄▇▋▌██▋▊▉, ▊_▆▉_▌▍▌▅▋▉▌▇▆▅▅▇█▊█, █_▌█_▇▌▉▌▋▄▌▆▍▆▉▄▌▉▊▅▇▋▋▉▍▊▉▍▄▍▅ █▇▋▍▆ ▋▄▆ ▇▄▄▅▋▆█▉ ▊▌▆▇▊▊▆▆▊▋: ▇_▉▋_▇▉▋▌▍█▌▅▆▇▆▋▆ ▇▅▇▊▄ ▆█▄ ▍▄▋▊▉▋▅ █▆ █_▇▉_█▄█▆▇▋▋▊█▇▉▍▉▇▇▄▍▄▋▅ - "▄▊██▄▅█ ▋▋▊▄▌ ▍▆ ▋▆▋▄ ▆▆ █▌▊▊▉▋▅▅█", "▄█▆▋▆▉▌ ▊▍▆▆▇▄▌▋▇", ▋▄ ▆▉▄▆ ▍▋ ▉▊▅▄▋ ▍▇▄▆▆▊▆▋▄ ▊▋▍▊▌/▌▄▌█▍▍▆ ▋▊▌▊ █▋▉▉▆ ▊▇▋▌▍▌▅▄ ▌▆█▉▋▇▉▉▇█▅▊ ▊▅▆▄▉▆▊ "▅▊▋▌▊▆▌▄ ▇▆▌▍▍▍▌▊▋ █▋▄▆▆▄" ▅▇▇ ▌_▉█▅▊_▇▋▆▄▇▄▇▌▇▍▆▅▇█▉▆▋▌▉█▊▋▅▇▍ ▉▊▉▆▇▆▊ ▆▉▉▅▊ ▍█▉▇▊█▅▍▅▋▊▌ ▅▅▋▌▊▄▉ ▉▌▄▋▇ ▌▉▍ ▋▊▌▋▍▇▉▌ █▄▄▍▇▄▇▌▌ "▄▊▄▆█▌▊█▄ ▊▌▌▊▅▉ ▅██▇▆▄", "▋▉▊▇▆▌▊▄▅ ▉█▆▍▇▅ █▊▆▌▆▆", "▍▋▋▄▌ ▌▉▌▌▊▄▉▌▇▅ █▍ ▅▄▍█▌▄▇▉▊▌ ▇▊▌▆▉▍▋▌ ▌▍▇█▍▄ ▆▇ ▌█▋▅▄▄", "▍▋▄▌▆▌▄▊ ██▅▄▅▅▄█ █▊▄▉▇▉", "▊▋▄▍▅▉▆▌ ▌█▋▆▊ ▄▅ ▋▊▍▋▅▉" ▌▇▌▍ ▄▆█▍▄▄▉▋ █▅▇▋▇▊▉█▉ ▊▊▆▍█ "▍▆▋▄▅ ▋▅▍▋ ▇▅▄ ▅▆▋▌▋ ▇▆▉ ▆▍▌▍▆▆▆", "▋▍▅▊▊▄▉ ▆▆▅▍▍▋ ▉█▇▍▉ ▇▉▆▊▋▌▆▍", "▇▆▄▇ ▌▌▍▉▇▄ ▊▊▉▄▉ ▄▉▊▌█▉▄▋" ▉▍█▌▊▍▅▆▆ █▊▊ ▆▆▍▇▅▄▅▅█▋: "▆▍▇▄▅▅▄▄" ▌█▇ "▉█▇█▍ ▆▉▆▌▇▆", "▍▇▆▌▊ ▇▊█▇▌▆" "▌▋██▊▋ ▍▅▅▊▅" ▇▋▋ ▉_▍▆_▋▊▍▊▇▍▄▄▌▇▉▋█▇▅█ "▇▊▊▍█▊ ▋▇ ▊▅▊▋▍▉ ▄▄ ██▊▋▍▊█ ▋▇█▌█" ██▋ ▆_▄▍_█▅▌▍▋▅▌▊▄▅▆▆ "▄▆▇█▇▄▋█ ▉▋▅▌▉" ▄▌▇ ▌_▅█_█▋▄▄▍▆█▊▉▌▇▉▆█▅▇▉▅▍ "▅▊▉▉▇▋ ▍▍ ▇▋▇▉▋▌ ▋▌ █▄▅▇▆▌█ ▅▉▅▅▍" ██▊ ▆_▆▍_▄▌▍▆▊▇▄▆▅▍▆▇▊▋▉▊▋▇▇▋▋▆▆ ▇▍▆▉▄ ▉▌▄▄ ▆▋▌▌ ▌▆▇▌▇▄▋█ ▍▆▉█▇▋▋▇▍ █▆▋▊ ▊▆:█▌ "▍▊▆▌▆▄▌▍ ▋▋█ ▍▉█▊▉▋█▋ ▊▅▊▋ ▅▊▄▋ ▉▄" ▆▆▍ "▌▍▇▇█▊▊▅ ▋▉ ▊▄▆▇█" ▄▉▆ ▍_▅▉_▌▊▆▌▄▅▅▆▆▌█ "█▉▅ ▉▅▆▄▅▋▉▌ ▊▄▋▍▇▊▋▄ ▌▇▄█▄" ▇▄▉ "██▉▌▉▊▅ ▉▋▆▌▍ ▆▅▋█▍▍▄▆ ▅▅▌▉▉▆▄▅█" ▄▅▅ ▄_▋▊_▊▆▊▇▄▍▅▅▅▋▌▋▊▉▊█▄▇▌▇▆▉ ▍▇▆▊▍ ▅▊▅▊▌▉▉▅▆: "▇▉▄▆▍▍▋▋ ▋█▇ ▊▋▉▄▌▆▇▇▅▆▇▅", "▇▍▄▉▍▄▄▅ ▅██▅ ▉▇ ▉█▇▌▆ ▉▋▆▇▇▄▄▌ ▉▅▅▄▍ ▍█▊▇" ▌█▋▋▋▆▆▆ ▇██▉▋▍▄▆▄▋▇ ▅▉▋█▌▆█▄▍ "▇█▆▄▋ ▅▉▌▄█▌ █▍▅", "▄▊▉▇▋ ▅▅▋▍▅▅ █▋▅", "▍▌▉ ▆▆▇▌▍▆" ▇▌▉ █_▅▆▉▍_▌▆█▋▌▇▌▋▌▋▊█▄▍▆█▇▍▅▍ "▉▆▊ ▇▄▇▅█▅", "▋▄██ ▆▆▆▆█▅▉▊ ▉█ ▉▅█▆█ ▉▅▄▆▅▊" ▇▉▉ ▅_▊█▅█_▉▄▋▆▄▋▊▄▅▍▋▉▆▄▌▅▅ "▊▅▋▍▄▋▌▇ ▋▌▋▊▅▌ ▋█▆▍▇▋▍██▋ ▉▍ ▄█▉▇▆ ▋█▍▄▆▇█ ▉▇▍▌▆ ▍▍▇ ▄▅▄ ▅▄▅█▇▆" ▅▋▄ █_▄▊█▌_▇▉▍▆▅▋█▅▋▇▄▋▄▅▉ "▋▅▌▍▇█▇ ▅▇▅▋ (▌/▉)" ▇▄█ ▊_▉▄▍▇_▄▅▍▇▊▍▆▋█▉▅▄ ▆▆▆▆ ▊▄█▍█▊▅▇ ▍▍▌▋▍▇ ▆▄▆▆▋▄▍ ▊▋█▅ ▇▌:▉▉ ▋▆▄▌▆▍ █▊▍▌█▄▉▇ ▊▅▉▌▅. ▇▅▋ ▄▉▅▇▄▇▍▌▄▋ ▉▋▅ ▊▋▌ ▊▇▋▇▇▇▆▄▇: "▆▄▆▊▉▋▆█ ▄▆█▊ ▍▌▅▊▄▋▋█▋", "▅▄█▊▅▋▉▌ █▊▇▅ ▍▌▇▋▆▉ ▍▇▇▅", "█▇▆▋█▉▋▆ ▉▉▉▊ ▄▍▌▍▇▄ ▊▊▉"/▉▅▉, "▍▄▌▌▌▆▋▅ ▇▍▉▅ █▇▆▄▄ ▆▄▋▊", "▇▋▇▍▆▅▍▋ ▋▊▌▅ ▊▌▇▋▌ ▇▇▋"/█▆▄, "█▋▉▄▋▊▉▇ █▇▌▊ ▇█▍▊▅▋█▊ ▇▋▍▋▉▍ ▆▆▌▋▄ ▆▅▊", "▍▆▊▅▆▅▆▇ ▇▋▋▅▄▇▍▊ ▅▄▄▉▋ ▊▋▌█", "▋▇▆█▊▇▊▉ ▊▉▊▄▄▉▆█ ▄▇▅▍▇▌ ▍▇▆▉▄ ▅▉▍"/▆█▌, "▊█▋▍▌▊█▅ ▊▇▋ ▆▊▅ ▉▋▅▊▇" ▊▌▅▍█▍▆▅ ▇█▍▋▇▅▆█▄▉█▆ ▊▊▌▊▉▅▄ ▉█▉█ █▆:▌▌ "▍█▉▆▄ ▉▉ (▅▊▋▉█▅█▋/█▅▊█▊/▍▄▉█▇ ▌▊▋▌▄)" ▉▉█ ▆_▆▍█▆_▇▊▄▉▆▌▍▊▍▅▊▄▆▋▋▅▍▌ "▍▅▍▆▍▌▆▉_▆▄▄▌_▅▌▍▍▆▌▉▇▌" ▊▉▊ ▌_▉▄▋▋_▋▌▆▇▇▄▇▇▅▊▆▇▊▊▍▊▅▍▋ ▄▇█ ▍_▊▊▄▇_▉▆▇█▋█▌▉▆▋▉▋▌▉ "▉▅▅▇▄▅▍" ▉▍▋ "▉▆▋▇▆▌" ▊▊▇ ▊_▋▄▌▆_█▌▌▅▋▍▉▆▍█▌▇▋▆ "▉▌▇ ▄▇▉▌█▋█▆ ▇▅▌█▅ ▋▉▆▌▌▆▇ ▌▌ ▄▆▆▇" ▆▉▍ ▅_▇▄█▇_▋▋▆▇▄▄▇▌▇▋▋▌ "▌▋▆ ▄▌▇▇█▉▅▇▇▊ ▅▉ ▌▇▅▋▋ ▍▋▍▌▍█▌ ▅▄▍█▆ ▉██ ▉▆▌ ▆▄▋▄▌" ▊▇▍ "▋▌▉█ ▉▅▄▍▌▄" ▋█▄ █_▉▆█▉_▊▄▋▅▋▄▊█▍▋▄▍▍▇█▍▊▄▉▉ "▇▇▆▉▉▇▋ ▌▋▌█ █▉▆▍▇" ▆▊▅ ▉_▌▄▆▆_▌▍▅▇▄▄▋█▊▌▅▇▌▅▉▇▆▋▋▅ ▆▉▇▊▇▅▋▄ ▍▄▋▆▄▍▊ ▊▆ █▋▊▄▄▋▊ ▅▊█▄▅▋▇▄ ▇▄▄▇▉█▄▍▇▋▉▊ ▅▌▆▍ █▌:▄▌ ▄▄▄▆▋ "▋▉▋▊ ▋▌▅▋▊▌ ▍▌▇▅▌▇" ▌▇▇ "█▅▉▆ ▇█▉▆▋▉ ▄▇▄▌▉▌" ▌▆▆ ▉▌█ ▍▉▍▆▅▅▋ ▆█▅ ▊▊▋▊ ▅▇▇▆▆▊█▅ ▊▉▍▄▌▆▍▅ "▊▋▉▍▆▄▆_▄▇█▉█▅", "▌▊▇▄▍ ▊▉ ▍▍▇▆▄", "▋▌█▇▅ ▆█▆▇▉▌▄ ▋▇ ▅▅ ▆▌▋▄▍▄▋▌", "▉▍▍▊█ ▅▊█▇▍▉ ▅▋ ▋▆ ▅▄▅▌▇▋▆▇", "▉█▇▊▄ ▉▅▄▊▅▉ ▋▅ ▆▌ ▌▅▌█▋▌▌▄", "▇▉▊▉▄ ▌▆█▄▆▊ █▅ ▄▉ ▉▌▆▌▌▄▅▍" ▄▍▅▇▊ .█▇▉ █▊█▄▅█▍▄▆ ▇▋██▉ ▌▋▋▊▆▉▉▍▄ ▄▅▉▉▊▍▉ ▉▍▋▋/▅▌▊▄ ▇▅▍▅▉█ ▆▊▉.▉▅▇ - ▉▄▆▋▄█▉ █▌▉▌ ▆▅▋ ▌▋▋ ▊▇▄▅▋▆▅ ▊▇█▊▋█ ▄ ▍▉▉ ▍▉▋▄▋ ▊▆▆▅ ▌▆▊▄ ▋▊▉▍▌▆▄▆▋▌ ▄▅▊▄▍ ▊█▉▌ ▋▉▌▇▄▋▍▊▋▌▊ ▇▌▍▆▊ ▍▆█▅▋█▆▆▊▊▌▄▉ ▆▉▊ ▆▇▍█▍▇ █▆▌▉▇█▄█▆▅▇ ▇▄ █▍▇▅▆▇▉▊▇ ▌▌▅ ▉▆▄▅ ▉▄▌▋▊▋▆▆▆ ▅▌▅▅█ ▊▊▅▆▅▊ ▌▆ ▋▅ ▇▊▄█ ▄█▋▅▄▇▊▅▉ ▊▇▊▋▅ ▌▄█▇▉▍▅ ▅▍ ▇▄ ▇▆▆▇ ▊▇▄:▊▋▆▌▇▊▅▌ ▋▉▅▉▌ █▍▋▇▊ ▋▄▅▅▆▌▉ █▄▋▄ █▌▌-▇▆ ▍▄ ▌▄ ▊▋▆▊ ▅▉▄▇█▊▇▉_▍ ▊▍▆▍▉ ██▇▍▉▇▋▇▋▆▅ ▉▉▍ ▍▇▍▍▋█▍ ▋▋▅▍█▇▉█▅▍ ▄▇█▉ █▋▋ ▅▌▍▌▌▌▆▌▄ █▊▉▋▍▉▉▊ ▋▊▆ ▄▅▄▆▌▉▆▅ ▆▄▇▉ ▊▆▋ ▍▉ ▅▌▍▍▄▇▌▍▌▇ ▍▉▌▌▋▋█ ▋▄▋▊▍▆▉▅ ▊▄▄▄ ▍▉ ▆▉▄█▍, ▊▆▍▋▅▇▍▆, ▇▉▇▆▊ ▋▅ ▉▋▅ ▌▅▉ █▌█▇▋ ▌▍▌▋▍▌▇▌, ▄▆▌▇▊ ▇▍▄ ▆▉▆ ▋█▇▌▍██ ▅▇ ▇▆█ █▇██▄▇▉ ▉▉▍▋▊▍, ▋█ ▉█ ▅▉▅▆ ▅▉ ▇█▄ ▌▆▉▊▍▉▌▋ ▇▍▅▍▍ ▋▊▄▋▌▋▊▍▆ ▄▌▋▆ ▌▄▆▇▌▅▍▍ █▆▍▌▍▆▌ ▆▇█▇▉▆▋▉▆▇ ▊▉▋▅▊▆▊▌ ▋▊▋█▄▄▄ (▍▍,▆▇,▄▍) ▍█▌▋▌ ▉▉▆▍ ▄▉▍▍▅▉▆▌ ▌▄▆▍▅▉ ▅▋ ▇▇ ▆▊▆█ ▅▆█▊▄▍█▋▊ ▅▊▋ ▊▅█▄▍▉ ▋▅█▇▋▍▌▍▊ ▍▉▅▆▊▋▉█▋▉█ █▆▇▅▇▅ ▇▇▌▄▆ ▇█ ▋▍▅ ▄▋█▉▌▅ ▇█▅▉▌▄▄▄▊▊▉█▄█▋▆▍▊▉█▄▊▋▆ ▊▉ ▋▊ █▊▇▄▊▆ ▌▍▍▌▆▇ ▇▌█ ▉▋▄▊ ██▌▌▌▍█ ▄▋▊▍.▌▇▆█▉▍▇▉▌▌▉▋ ▆▅▇▆ ▄▆▅▆█▊▌▇▆ ▊▌ █▅▅▆▅▆▄▄▌ ▄▍▆█▅▆▅ ▌▌▊▉▊█ ▊▇ ▌▉██ ▅▉▍▅▍ ▄▌ █ - ▊▉'█ ▉ ▆▅▉▆▅▄▋ ▄▆█▄█, ▉▄▅▄█▌▇ ▊▋ ▉▌▇▄▋ ▆▇▇▌▉▆▇▅▇ ▉▍█▅▌ ▋█▆▊ ██▊▌▌▌▍▋▆▋. ▋▊▆▅ ▅█▋▇▊ ▇▍▋▅█▋▊ ▄▄▊▉▌ ▆▆▅▌▉▅ ▇██▌▋ ▄▊█▊▇▌ ▆▋ ▄▇ ▋▌▋▋▇▅▅ ▆▋ ▌▄▊▍█▇▄ ▆▉▆▇▍ ▆ ▉▅▋ █▄▄▆▆▌▍▉██ ▇█ ▅▆▍_▆▅▊▍▋█_▋▍▆▆▉▊█_▊█▉▇▊▄▌ ▅▅ ▄▉▄ ▅▅█▍▄▊▅ ▇▇▅ ▋▉▉▇▆ ▋▄ ▋▍▊▅.█▌▍/▌▍▋▄▇▌ ▅▅▅ ▍▉▆▆▄ ▆▊█ ▆▅▉▋▄ ▌▆▋▄▄▇ ▄▌ ▌▋▇█▄ ▄▌ ▄▄█▄▉ ▇▊▌ ▍▉▄▉▇▆▍ ▆▆▅▌▅, █▇▆ ▋▌▅▆ ▄▌▍▌▍▆ ▋▇ ▆▋▉▆▋ ▆█ ▋▉▄▋▋▉ ▍█▄▆▆ ▍█▊▌▊_▆▇▅▉▍▄▊▄▇▉▍ & ▊▉▋▍ ▄▌▍▉▊ ▋▄█▊ ▄▇▌▉▋▇▇ ▊▇▄▇▌ ▊▊▉ ▋▌▍█ ▅▊▆▍▇▇▅ ▄█ ▅▅ ▌▅▍█ ▉▉▅▅▇▍▆▆▇█▇▄ █▅█▌▋▌▉▆▍ ▋██▆ ▉▆:▌▉, ▅▅▅▌▅▅▍▉▋▊ █▍█▍█▍ ▆▊ ▌▍▆█▄▊ ▋█▋▅▊▌▋ ▋▇▋▅▆▆▅/▇▍▉▇▍▆▄▆▉▋▍█▄, ▍█▍ ▇ ▋▅█▅▋█'▌ ▌▍▌▋ ▊▋▋ ▅▋▄▇▌█▌█▋▉█. ▌▍▅ ▅▌▌▆▇▇ █▅ ▋▄▉▉_▊█▄▇ ▆▊▌ ▍▌▋▍_▉▉██▇▇_▌▊▌█▋ ▊▄▄█▆▇▇, ▄▄▄▌▆▋▇, ▇█▇▌▍▍▆, █▌▇▋▍▌▅▌▌▇▋▅, ▍▌▄▇▋▇▉▊▌▋▍▋▆ ▊▄▍ ▍▉▌▍_██▆▆ ▋▋▇█▆▆▅▊▄▅▌▉▇▄▉██▇█▋ ▍▊█ ▆▌▅▌▆█▋▊▉▊▋▊▄▄▅▇▊▉▆▊▅▌▉▊▌ ▄█▉ ▅▍█▆_▅▆▅▊▄▇_▌▅▆█▇ ▍▉█▉▇ ▆▍▌▅▊▍_▇▇▇▉▄▆▄ ▆▉▉▅▉▉ ▋▍▉▆▇▊ ▄▇▋▉▉▄▇▉▄▆ ▅▄▆▊ ▅▍▋▇ ▉▆▊▅▍▌ ▋▌▄▍ ▋█▋▊▉▉ ▊▊▉▌▋█▋▋▄▄ ██▌▌▇▋▅▆▋▄ ▄▍▇▌▋ ▊▄▇▋▉███-▋▄██▌ ▉▅▉▍_▄▍█▆▄▅▊▍▆▉▍▉█ ▊▇▊▅▄ █▇▍▉▊ ▍▍▄▌▌▇▆ ▊▊▉▅▍███▊ ▌▋▋ ▆▌▉▍▆▇ ▅▋▋ █▊▅▍▉▆█▇▍▆▋▊▄ ▍▇▍▇ ▊▌▆▋█▉▊▅▆ ▌█▍▋█▊▊▉▆▍█▅█ ▅▍▅▊▊▄▅▆ ▍▅▄▍▊ ▇▉▄▄ ▅▉▌ ▆█▄▇ ▆▌▄, ▄█▊▇▉▆▆ ▋▆▊▋▌▉▄▄▌▆ ▍▌▋▇▅█▆▋▌▆▅▋ ▍▋█▌▍▅▋ ▆▋█ ▊█▉▆█▆▆▍. ▌▆▉▋ ▇▇▄▊▍ ▄█▊▊ ▍▄ ▄▆▌▆▄ ▉▌▆ ▉██▅ ▇▌ ▌▄ ▍█▍█▍▅▆█▅▋▇ ▅▋▌▅▌▊▇▉ ▍▊▄▆▇▍▍▍▆ ▌▅▊ ▌▄ ▍█▅ ▊█▅▌ ▄▇▅▆▆ ▊▉ ▋▇▊▉▍ ▆▍▇ "▍▆▊▉▄▅▄ ▊▍▅▉▅ ▋▇▍▅▆▆/▊▌▇▍.▍▅▆" █▆▌▅ ▊▊▉▅▉▉▍▄ ▍▅▋▄▋▅▅▋ ▉▋▇█▉▆▋ ▉▄▄ ▄▇█▆▉▌▅█▇█▍ ▍▆▌▍▄▆▅▍▌▉▋▋ █▊▋▍█ ▊▇▍▄-▅██▊▉▊▉▌ ▍▆▌▊ ▋▉▉███ ▄▉▊▅▉ ▆▉▄▉▌▍▊ ▌▍ ▉▍▌▋ █▇█▊▉▄▍ ▇▍▄ ▊▅▆█▄ ▅▇▇▇▍▍▅ ▅█▄ ▋▍▆█▌▅ ▌▊▋▄▅ ▍▇▄▊▆▆-▇███▉▉ ▊▊ ▉▆▉ ▍▋▆▆▍ ▉▌▄ ▊▌▄▍_▋██▇▌▅▍ ▇▋▊ ▋▋ ▊ ▄▊▅█▉▌▆▍ ▇▊▍ ▌▍▄ `▌▅▉▊_▇▇▉▊` ▍▅▅▌█▊▌ ▋▇▄█▉▍▍▋▊▅▄ ▋▍█ ▌▉▉ ▍▅▅▅▆▄▇█ ▅▇▊▄▆▋▇▊▄▉▇ ▍▇ ▇▄▌█▌█ ▇▊ ▉▆▅▉▊▌▆▉ ▋▉▇▊ ▍█▉ ▆▋██▊ ▄▍▌█▊▅▊ ▄▆▋▇▉ ▄▌▉ ▅▉█ ▊▍▄▅▇▄▍▆ █▍▉▉▋█▄▋ ▉▊▇▊▍█ ▅▆▆▍▆▋▊, ▅▌ ▇▋▇▌ ▉▉▍ ▉▌█▇▋▊▉▊ ▄▌▉▇▇▍▌▌█ ▅▋▌▌ ▇▋▆ ▊▆▅▅▋. █▊▉▅▉▄ ▉▅▊ ▋▉▊ ▉▍▇▆▇▌▌▉ ▍▌▋▋▊▄▅▄ ▆▋ █▉ ▇▌ ▉▆▍ ▅▋▌▇▊▌▇▆ ▆▇██. ▍▇▇ ▆▊▌▉▍ ▋▉█▍█▌▌▆ ▍▇▊ ▇▅▆▅▄▍▆ ▆▄▇▉█▋ ▋▊▇█▄▆ ▊▄▄, ▇▆▊ ▆▍▌ ▌▍▄▆ ▌▊▄▇▋ ▅▆▇█▊█▉▅ ▄▋▅ ▋▉ █▅▊▊▊ ▇▋▍ ▉▌▄ ▇█▄▇ ▇▉ ▅▋▇ ▊▇▋▍-▆█▉▋ ▅ ▉▉▋▅▆▉▌▉ ▆▍▊▉▋▉ █▆▄▅█▆ "▌▉▉██▍▄▇▋ ▇▆▋ ▍▌▄▆▇▆▅ ▉█ ▋▇ ▅▄▌▌▋▇▋▅▆▅▉ ▆▄▍▆▊▇██" ▌▌▊▍▉ ▌▉▆▍▌ ▄▌▋▄ ▆▇█▊ ▄▇▄▄▅▄ ▊█▊▍▆▄ ▉▌▄▍ ▍██▅▆▄▅▅ ▋▇▆▆▋▅▌▉▌▄▇ ▅▇▌▋▊ ▆▄▅▊▍▍▇ ▅▌ ▋▅▋▍▆▇▍▅ ▍▆▌▌▇▊█▅▊▅█▉▍ ▊▄▊▌▌▅▌▉▅ ▌▄ ▄█▍▍ ▄▊▉ ▋▇ ▍█▉▌▌▌█▋█▆ ▋▌▊ ▍▅▄ ▅▄ █▅▅▊▋█▋▋▍▋ ▉▄▍▉▋▅▍ ▅▉▋▍▍ ▋▅▄▍▄▅▇█ ▋▌▍▉▅ ▉▆▆▊▄▅▄:▌▊▆█▆▆▅█ ▍▄▉ ▇▅█▇▍▉▌█ ▊▇▉▍ ▊▅ "▇█▅▍▊█▉▊▌▅▄▍▊ ▊▋▍▍█▋ ▇▊█▊▅▆▊▌" ▉█▊▇▋▉▆ ▌▋▄▉▇ ▉▍▊▆ ▇▇▄▍▅▊▊█▄▅ ▇▉ ▍▋▍▊▍▉▍▆▅ ▋▆ ▇█▌ ▄▍█▅▆ ▇▄▆▇▌ ▆▋▋▌▌▆▇▊▆-▋▍▄▅▌▇/▍▄█▄▉▄/▊▉▇▊#▊▍▌▍▍▉▊█▄█▆▌-▄▇▍█▊▅▊▌▍▌ ▊▌▆▇▉ ▅▋▌▉▆█▆▅▆ █▋▆▆▆▊▄▇▅▅ ▍▄▅▅▇ ▉▌█▊▌▇▄▊▊▍█▊ ▅▌▍▇▌▆▊▄▍ `▌█▊▇▋▆` ▋▅▇ `▉▄▊█▄▇▄▉▆▌█`/`▅▊▆▋▍▍▉▅▋▅` ▋█ ▅█▋▇▌▆▅▅▆▉▇ ▇█▄▋ '▌▊▇▆▍▋▊▌▅▅▌█▌▊▊▇▅▌▊█▄' ▇▍▆ "▆▅▊▅▉▇▍▇▌▅▋██▌" ▋▊ █▊▉ ▆▍▌▇▉ ▊▅▅▉▋▉▊█▊ ▅▄▌▅█ ▆▌ ▆▉▉ ▊▍▅▌ ▇▄ ▍▍▇▋ ▋▆█▋ ▅██▅ █▉▇▉ ▆▌ ▇▌▌ ▉▄█▊▍ █▆▊▊█ ▇▌█▋▉▆▊▍▌▉▄▍▄ ▋▋▌▍ ▆▅▊▇▉█▅█ (▍▍▅▋▌▅▄▉▍ ▅▇▄▌▋▆▉▌▉▆▋▉▄) * ▊▍▅█▄ ▉▍▅▌▇▆▇▊▇▉▅▍ █▍█ ▄▊▇▌▅▉.__▍▄█▍▆ * █▌▍▇▅ ▊▇▅▉▉▌▇▄▋█▅▌▄ ▋▉▌ ▋▅▄▍ ▉▇▇▉▊▍▋ * ▌▄▌█▊ "▄▇▉ ▊▆█▌▅▇▇▄▊▇▄▄▊█ █▊ ▊▍▇▊_▆▍▉▌▊" ▅█▍▍▍▉▌ ▊▆▍▉ ▇▆▌▉▆▇▋▅ ▊▌▄▇▊▆▌▊▊▋ ▆▊▊▊▆▄ ▌█▅ -▊▌▅▇█ █▌▆▇▅ ▋▇▍▆ █▆▋▅▅ ▆▋▅ ▌▅▍▄▇▌▊▄ ▌▋▋▆▄ ▇█▉▊ ▌▋▍█▉▌▇ ▆█▆█▉▍▋▅ ██▍▍█ █ ▅▄▊▇▇ ▄▉▋▅▅▋ ▆▉▆█ ▋▋ ▇▇▉▋▌▉▆▉ .▍▍▊ ▋▉▇█ ▄▅▊▋▇▄▆ ▌▋▉▆▅▋▆█▉ ▊▊▋▊▊ ▌▋▇▉▇▌█▄▍▍▉▋▆ ▅▇ ▉▋█▋▅█▋▅▊█▉▆ ██▍▅▌▊▌ ▅█▇▅ ▍▆▋▋ ▌▉▊▇█ ▅▄▍ ▌▆▄▉▆ ▄ ▉▊▅▌▉ ▍▊▄▌▊▄ ▇▍▌▅ ▉██▇ ▋▍▉▍▄▄ ▅▇▉▄▍▌▅ (▊▄▍▋▄▅ ▊▌▅▋▋▍▆) ▄▅▆▋▇ ▋▉▅█▅ ▍▋▄▋█▉▅▍▌ ▌▍▋▌▍█ █▇▌█ ▊▅▋▍ ▋▍▍▅▋▋▆▇ ▄▅▍ ▍▍▄█ ▆▇▍▌▍▅▇▇▇ ▇▇▌▇▋ ▊▌▍▅▋▇▋▉-█▇▅▊▉▌▊ ▌▍██▍▊▅ ▊▇ ▌▌▇ ▊▊▌█▍ ▌▊▇▆▄▋▆▊ ▊▋▍▉▊▆▊█ ▊█▇▌▇ █▄▉ ▆▉ ▇▍▍▄▌▉▍ ▆▋▍▉▇▌ ▆▆▌▆ ▍▆▄▊ ▉▆▌▄▅▉. ▊▊▇ ▉▌▄██▆ ▊▊▌▇▊ ██▊ ▍▇ `▊▄▉█▅▅▆▆▍▋` ▋▅ ▄▋▄▇ ▉██▋ ▇▇▌▄▅▊▄ ▍▇▅▄▉ ▍▊▉█ ▄▅▅▇▉ ▋▉▊█▉ ▉▄▆▆▍ ▄▆▅▍▆▅▉▇▉▄▇▌ ▌▊ ▆▅ ▇▅▉ ▆▇▆▄▆▉ ▌▆▉▊ ▄▄ ▊▄▅ ▄▆ ▋▊▆▆ ▉▌▊▆▅▍▊▍ ▆▇▆▍ ▊▄▉ ▌▅▍██▍ ▍▊▉▄▊▋▊ ▊▍█▊▌ ▇▋▉▉▌▄▊▅▆▇▆▌▄▄▄▊ ▅▄ ▋▆▌▆▉ ▅▅▅▉▅▄▇ ▆▌ ▉▄▇▆▄ ▆▇▍▋▆ ▋▊█▋▍▊▊▄▉-▍▊▇▍▄▆/▇█▋▉█▅/▍▅▇▆ ▄▊▌▊▌ ▋ "▌▉▊▉▍▋ █▅▌█ ▄▋ ▆▆▆▄▆▄.▊▌▊ ▇▆▄ ▌▉▄█▍▄▌" █▊▅▋▌▇▉▇ ▊▄ ▉▊▄▅▅ ▌▅ ▍▍▇▌▍▍ ▅█_▆▉▊▇▋▍▅▌▊ ▊▄▅█▇▋, ▋▋ ▄▌▄▊▆▍ ▊▊ ▌▉▄▊ ▍█. ▊▄▆▉▋▌▍ ▍▄▇ ▌▇▉_▄▋▊▉▅▊▅_▍▅▅▋▄▊ ▍▋▌█▅▆▋ ▅▇ ▄▆▋ ▄▌▋▄▋ `▊▌_▍█▊▍ = ` ▆▍▌▍ ▌▉▉▍█▉▄▌▆ ▄ ▊▆▊ ▉_▇▊▊█▌▄▌▇▌▇_█▍▄▆▇▋▊█▇▆▍▊ ▌ ▅▋▆▄▍▉▍▄ ▇▆ ▇▄▍ ▆▋▅▋▅ █▊▅ █▉▉▋ ▉██▅▍ ▇▊▋ ▋▉▋▊▄▌▌ ▌▇▄▋▋▆▇ █▌▇▉▅█▄ ▋▋▆▊▆█▄ ▉▍ █▌▊▆ ▅▋▄▉▊ ▇▊ "▋▌▇ ▋▌▉▅▄▊▌ ▇ ▅▅▋▄▋ █▍▌▇" ▋▇█▊▌▄▍▆ ▊▋▌▌▌▌▆ ▌██▌▊ ▇▄▍▄▅▋▉ ▉▅▍▉▉▌ ▍▍▇█▋ ▍▌▊▍▇▌▍█▆ ▇█▅ ▇▄ ▄▅▍▊█▇█▅ █▇▅▊▅▆ ▍▌▍▍█▋▉▄▄ █▋▄▅ ▊█▅▅ ▍▊▉▉▋ ▍▆▍▄▆ ▌▇▆▋▊▊▊ ██ ██▊▊ ▉▄▄▉▍▇ ▅▌▊'▇ ▅▅▄▊▋▆▍▊ ▄▇█▊▋▋▊▄ ▇█▅▄▋▊▆▍▄█▊ █▇▉▌▇ ▅▄▅▉ ▉▄▍▆▉▋█▇ ▅▌▇▇ ▌▌▍▋▊ ▊▉█▍▄▉▆▊ █▇██▄ ▉▋▊▄█▇█▍▉ ▄▆▍▌▆ ▅▆▉█▉ ▅▋▉█▊▊ █▉▊▊▄▇▄▌▄▇ ▊▋▌▇ ▊▆▋▅ ▉▆▄▆▇▅ ▇▍▍▍▇▇▄`▆▍_█▍▌▌▇: █▊ ▅▄▋▍ ▉▉▋▄▌▌` ▍▇▍█▉▆▅ ▉▆▄█ ▄█▊▇ ▇▌█▇▌██▊ ▌▄▍▉█▊▋▆ ▌▄ ██▊▇█▌▋▊ ▇▄▇ ▆▅▊▄▊▅. ▋▇▋▄█ █▋▅▇▊ ▊▋▍█▌▉▍ ▍▆▊▄ ▇▉▊ ▅▅ █▆▉▍▇▉▌█▄ ▍▅▄▄▍ ▌▅ ▅▆▅▌█▉▉ ▊▅ ▊▌▍▄▇ ▋▅▌▆ ▄▉▉█▆▅:▍██▍█▍▍▆ ▌▌▆▇█▇ ▋▌▋▌▋ ▊▋▌▇▊▅▄ ▆▋ ▌▇▉ ▊▍▍▌▍▅ .▉▆▆▋▉▄▆▅█ & ▊█▉▆▌ ▋▋▉█▄▄▋ ▌█▊▅█▉ ▆▊▇██ ▋▋▅▊█ ▍▆▌▅ ▉▊▇▋ ▆▊█▌▌ █▉▌▍▇▊▋ ▉▊▄▉▍▉ ▅▅▄▌ █▊▄▇▊▆▆▌ ▅▅▄▍ ▍▋▄█▋▍ ▍▊▌█ █▌▌▇▅▇ + ▆▄▉▆▊ ▇▆▌ ▌▉▋▇ ▉▄▅▉▋ ▉▊▇██▋▅▆ █▍▄▅▅█ ▆▄▍▊▅▊▌▇▉ ▉▆▊▅▅▉ ▄▋▆▍▅ ▆▊▌ ▌▋▇▇ ▄▆▇ ▆▊▊▅ ▉▆▊█▄▌▍▆ ▅▋▆▌ ▉▄▊▇▆▋ ▆, ▍▅▊ ▆▄▌ ▌▆▋ ▄▅▆▊▍▄▊ ▇▇▇ ▅▄▆▄▉▄▊ ▌▋▇▇▌▅ ██▊ ▍▌ ▍▊▊ ▆▊▅▆▍ █▊▍▉█▇▄ ▌▉▅▋▅ ▅▆▇▍▅▍▇▆▄▌ ▅▇▄▋ ▇▊▋▍█▅▋▉ ▉▄▍▅▌ ▄▌▆▌▆▍▌▋▊▇ ▊▅▊ ▋▄▍▊█▉▉ ▊▍▇▅▊ ▋▉▇▉▋ ▆▍▍▄▇▇▋▍▍▇▅▍ ▊▇▄▋ ▋▇_▋▉▌ ▊▇▉▅▅█▅ ▆▉▇ █▅ ▍▄▋▅▉█ ▊▆▋█▆▇▋ ▆▄▄▌▍▆:▉▄▍▊▉▇▌▅▍▉ ▊▇▄▊▋'▋ ▇▇▊▆▍ ▅▇▅ ▅▅▆█▍█ ▅▇▊▅▍▅▄▇ ▅▌ ▊▆▊▋▄ ▅▆▊▍ █▊▋▆▊ ▆▇▊▋ ▉▇▅█▆▉█ ▆▋▌ ▋▉▋ ▍▅▋▉▊ █▊▄▄ ▍▉ ▉█▋▇ ▅▍ ▌▉▉▆▌ ▌▊▆▍▅▇ ▋▇▇▌▇ ▋▋▉█ ▄▉▍▄ ▋█_█▉▌_▌▌▄▅_▋▍▆▄▉ ▄▇▅▇▊ ▇▇_▇▊▉▋▆_▋▍▌▊▌▇▊██_▇█▅▇ ▅▆▆▉▊▇ ▊▆▅▊▆▇▋▌▉▋█ ▌▌ ▌▊▄▌_▅█▍▊▉▊▄_▋▌▍▍ ▉▄▄▋▍ ▆▄▍▉▇▉▇ ▅█▄▊▄ █▉▇▋▄█▄▅▋▋▄▊ ▅▍▇█ ▋▇█▋▋▌▊ ▋ ▋▉▉▊ ▅▋▆█▍ ▍▆▇▉▆ █▊▍ ▉▆█▍▇ █▇▅▍▇▄▊▍▇▉▍▉ ▍▉▌ █▄▍█ ▉▋▅▋▄ ▌█▌▌ ▌▅▊▅▌ ▇▄▆█▅ █▅▌ ▍▊▊▇▍ ▆▍▋ █▉▇ ▍▇▊▇▊▅▅▌▆ ▌▅▆▍▌ `▋▉█:▊▍▌▉▇▋`, `▋█▄:▋▌▆▌▄▇` (▊▇ ▅█▋▋▉▇▄), `▉▌▄:▌█▊▉▆▊▉▅▉▊▌▊`( ▊▌▌▉▇▆/▊▇▌▌▊▊ ) ▊▇▌▋▄ ▉▌▍ █▊▌▄█ ▅▊▉▇ ▌▋▍▉▉ ▋▍▌▄ ▍▋▍█▆▄ ▌ ▄▌▌▌▋ ▄▍▌▌▅▍▄▌ ▅▆▊▅▄ ▍▄▊▄ ▅▊▍ ▌▄▊▄▍ ▍█▌ ▆▇▇▋▊ ▉▌▌▅▊▇▋ ▌▄▌▋▅▌█▆▄▅▍▋ ▅▍▌▄▇▋▌ ▅▉▅▉ ▋▌▌██▅▅ ██▋▍ ▄▌▅▌▍▅▉ ▆▋▄▇▊▉▊ ▊▌██ ▋▆▆▋█▄▌▆▇_▄▄▌▊▉▍▆.▍▄▌ █▋▋▊▆ ▇▉█▆▆▌▌ ▇▊▄▊▉ ▋▆█▅ ▍▊▌▉▅▍▇ ▌▊▇ ▋▊▍▄▊▄▉▍▇▍ ▊▊▍▉▆▋ ▆▊▌█ ▉▊▉▋▉▅▌▅ * ▅█▅▊▊▍▅▅▇▊█▉ ▍▋▍▉█▇▋ ▇▇█ ▊▋▍▆▌▄▅▆█ ▉▆▇▌▌▋▄▄▄█▄▇▉ * ▅▇█▋▊ ▍▆▆▇▉▌:▋▋▇▊█▅▄▄▅▆▍▇▉, ▍▅▋█▇▊:▌▆▄▅▉▊▋▄▇▅▄▆▅▊▉▅ ▄█▇ ▉▍▇▄▆▇:▆▍▌▋▉▅▌▍▊▊▊▊▊ * ▋▄▊▄▊▌▅▍ ▋▋▄▌▅▇ ▄▋▋▉▆▋▋▇▊▍▇ ▌▄▅▇█▍▍█ * ▇▊▆▍▌ ▊▅▅▇█▆▌▌ █▌▌▅▍ ▅▇▌ ▌█▇▋▋▌▌▍.▊▇▋▅ █▋▊ ▋▌▌▌.▄▊█ ▌█▄█▇▆▇ ▅█▌ ▉▊█▆▌▅▅ ▌▇▅▋▅█▊█▋▅▄▇ (▄▇▇▆█▊▍▊▆ █▊▊▉▌▍▉▌▆█▌▊) ▊▍▋█▋▋▄ █▍▊▄▆▋█ ▉▆█▄▊▍ █▍▇▊▉▆▆▉▅ ▊-█▊▅▊ █▇▊▋ ▋▌▍▆▇ ▌▉▇▋█▇▇▇ ▅▌▍ "▅▋▊▄▌██ █▆▆▅█▄ ▄▄▅▉▊▆▋" ▄▆▉▉▅ ▆█▌▅▋▆▇▋ ▆▉▊▋▊▌ ▆██▍▄▊ ▅▆▊█▆▋▋ ▌▅▌ ▍▅▄▌▊▄▊ ▆▉▍▌▊ ▌▉▇█▍▌ ▄▆▉▆ ▉▍▄▍▌▇▍▍▉ █▊█▉ █▋▋▅ ▆▌▅ █▅▋██ ▄▄▋▌▍▌'▌ ▆▊▊▄. ▌▋▅▆▇▉██ ▍▇▄▌▋▆▊▋█_▇▌█▆ ▉▉▋▆▅▅ ▊▉▋▅▌▌▊▌█▄▉▌▍▊'▆ █▄▄▆▄ ▉▆▄█▌▌▆▌ ▇▅█▍▅ ▇▋ ▍▆▆▅ ▄▄▇▅▋▌▉ ▍▋ ▍▄█▊▄▄▊▇█_▇▆▄▉ ▋▉▆▊▉▊ ▉▌▇▆▌▍▅▄▅ `-▄▇▉▇▍▉▍▆▋▋▌▅▊██▍▍▅█▆▌` & `-▍▄▇▌▇▌▉▌▊▋▍▄█▆▅▋` ▍▄▄▌▆▉▍▋▉▍█ ▍▇-▌▌▋ ▋▆▅ ▆▆█▊ ▊▇█▄▍▍▄▅▆▇▅▄ ▄▇█▊▇▅ ▉▇██ ▊▉▌▍ ▅▇▆▄▌▉█ `-██▉▋▉▍▋█▋▆▊▅▋▌▇▇` ▊▌▅▊▄ `-▅▆▊▍▆▄▋▋▍▅█▊` ▉▉▍ ▌▌▋▅ ▌▌▋ ▆▄▇▄▄▌ ▍▊▅▊ ▌▇▆▅▍▌ ▇▍▍ ▊▋▄▅█▅▆ ▇█▋ ▄▄ ▌▆█▄▉▉▅▍▍▌▇▄▌ ▋▆▆▋▍ ▄█▆ ▌▆▍▅▍▌ ▌▌██▌▄▉▄ ▅▌▅▇▆▅▍ ▄▌▇▄▇▊ ▍▄▊▉▊▊ ▌▍▍.█▌▉ ▊▇ ▅█▇█.▍▆▋ ▄█▉▉ ▌▇▆▋▇▊▅▊ ▅▌▋ ▌▍▆█ ▋▄▅.▇▇▌ ▉▋ ▋▊▉▌▄▄ ▍▍▊▄. ▄▋▆▉▅▊.▌▊▍██▇▉▇▅██ ▋▌▅ ▅▋▇▉█▅▋ ▋▄▉▆ ▍▅ ▌▍▉▅ ▅▌██▋▌▄ ▆█▄ ▅▊▉▉▆▄ █▌▆█▊ ▄▄▍▅▉▇▆ ▉▅▋█ ▊▇▇▌_▇▊█▌ ▆▇▄▄▉▄ █▄▄▍▊▍▊▄█▄▌▉▆▅▉▌▋▆▇▊▄ ▆▆█▊ ▌██▅ ▇▄▍▇ ▅▅ ▇▅▉█ ▌▌▊▌▆ ▍ ▌█▆▇█▉ ▌▋▌▍▆ ▋▊▆▌▉▆▍▅ ▄▌▅▄▄▅ ▊▅ ▋█▌██▄█▌▇ ▅▄▋ ▌▅▅█▅▍▉ ▉▇▊▇ ▊▊▊▅▅▊ ▇▆▆▋▇ ▄▆ ▄▉▋ ▋▆██▇▅ ▅▆▍▊ ▋▌▅▉▅▌ ▅▅▅ ▋▋▌▆.▅▄▌ ▌▍▉▄ ▌▇▉▅▌▇▌▅▍▉ ▉█▆█▍█▄▊▊█.▍▅▍ ▌▍▌▍▆█ █▆▅▋ ▌ ▋▇▆▍▋▌▄▍▆▊ ▅▇ ▊▌▆▉▌▆.▇▄▅▋█▋▅▍▇ ▊▋█▆ ▇▊█_▊▉▅▄▍▌█▍▍ ▇▊▊ ▆▅▍▌_▊▄▌▊▊▄▍▉_▌▋██▆▋▇▌ ▊▅▅▊█ ▋▆▉▊▅▌ ▄▄▉▊▆▊▌ ▋▅█▍▋▊ ▊▉▆▅▇▄ ▊▅▍▌▍ ▄▍▆█▍▌▇ ▄▉ ▆▌█▇▄▆ ▋█▍ ▆▇▋██▄▌ █▄▅▊▉▊ ▅▆ ▉▉▆ ▇█▋▇▅▍▆ █▌▄▍▅▅ ▆▆▆▋ █▆▊ ▉▆▉▉. ▋▅▇▄▊ ▋▆▋▉▍▇▍▅ ▍▆▋ ▆▍▅▋█▍▄ ▇▆▇▇▋▇▍/▋▅▌▆▉▍▉ ▆▌ ▅▌▆▊▅▌▆ ▄▌▆▉ ▇▉▄ ▌ ▅▋▅▍ ▋▆ ▇██▉▆▆ ▅▍▇▆▅▄.▅▄▌▆▇▌▉▄▇▉▉ ▋▉▅▄▄ ▅▋▌▊ █▊▌▇▌ ▄▍ ▉▅▄█▍ ▇ ▇█▄▍▌ █▆█▋ ▌▋▌▊▍▄▆▄▌▉█▉ ▉▉▆▉█▆ ▍▍▌▇▄▊ █▆▋▍▅▆▇▉/▅▋▋▄█▅▅▌/ ▇▄▆▌▉▌ ▋▌▌██▅ ▇█▌ ▉▊▆▆▊▆▇▍ ▉▆▌▇▌▋▅▄.▆▅▄ ▊▋▅▆ ▄▉▉▌▄▋▋▆▆▋▍▆▇▅.▍█▊ ▄▅▊▊▋ █▍▅▋▇ ▆▍▇▋▄▇█▆▊▅▇▆ ▆▌ ▄▉▉▌ █▌▌▇▋ █▊▊_▉▉▇▄▊_▋▇▇▉ ▆▌▍▌▌▍ ▍▇▇▆ ▋▍▋▊▅▍▄ ▊▍█ ▌▆▍ ▄█▌▌▌▉ ▉▊ ▌▌▆▋▋▉ ▄▊▌▌▄://█▅▌▋▋.▍▅▅▉▄█▌▊▄.▍▌█/▍▄▄▋▋/▉▍▄▉/▌█▇▄▄▄▉▌▌▋-▅▋▅-▍▊▇▍▊█▍▉▋▋▋▉▊▌▋.▆▊▊ ▍▊▆▅▋ ▌▉▍:█▆▋▅▅▊▋▌▅█▇▋▍▉▄ ▍▄▊▊█ █▅▌:▊▅▅▆▄▍▋▍▉█▊▍/▊▋▊▉▄▌▌▋▇▌▌▋ █▊▆▄▅ ▆▄▉▆█▅▍.▄█▊/▍▇█▌▇▆▉▇▅█▄▊▉▊▇█ ▋▇▇▋█ ▊▋▋:▆█▄▊▆▊▊▉▉▅▌█▍▄▉█ ▍▆▅▊▄ ▊█▍▍▄.▇▊▋▋▆▆▊▋▉▍▆▌▅█( ▌▉▄▇▋, ▍▉▋▌▍▌ ) ▅▉▄▊ ▊▍▄▋▅▇ ▍▌▌ ▍▊▌▅█▊ ▅▄▅▊ ▌▉▉▅▆▍▉▉▌▋▌▅ ▊▉ ▄▌ ▍▆▅▍▅▌ ▋▆█▄▅▇▇ ▅▋▌ ▄▍▆▅ ▅▋▋▌, ▊▋▅ ▄▍▌▍▆▅▉ ▊▍▌▅█▍▌ ▆▊▆▌▆▅▊ ▍▄ ▄▋▆ ▌▋▆█▇▇▇ ▋▊▆▊▄ ▌▅▌▉▌. ▍▍█▇▆▌▄: ▉▍▇ ▉█▄▍▋▆ ▄▇ ▋█▉▉▋▄ ▅▅ ▄▄▅▍▄▇▅▅ ▄▅▆▍ ▉▍▅▍▇▍▋▇▉▇, ▌▋▌ ▌▄ ▄▇▇▅ ▇▅▅▌▄ ▇▄▇▅! ▆▍▌.▊▄▄ => ▋▋▇▊.▆▋▆ ▌▊ ▊▆▇▅▆▇▄ ▌▊▄▌▋ █▅▄ ▉▇▊ ▊▄▊_█▆▋▋▄_▆▋▊▅ ▇▅▇█▅ ▋▍ ▌▄▌.▅▄▆ ▉▆▇▆, ▊▆ ▄▍▅▊▋▍▅ ▄▊ █▆▄▇▅ █▊▋▇▍ ▍▇▉█▊ ▋▍▉ ▆▊ █▇▋▊▉▊▆ ▆█▊█▄▋▆█▋▌▌▍▋ ▌▉▍ ▇▊▍▉██▍ ▌█▌▇▆ ▄ ██▌▉▆█ ▇▋ █▍▉▆▄ ▌▍▄▊+▉ ▋▍▇█ ▍▉▅▌ ▋█▌▄▅▇ ▄▇▆▇▄▇██ ▅▆▌▋▇▆ █▉_▄▋▋▇▊▆▊▄_█▆██▊▌_▌█▋▅_▆▊▉▉▍▆ ▄▇ ▋▄▊ ▆▆▌▇▅▇▄▆ ▌▋ ▌▋▆▍. ▌▍ ▄▋▇ █▇▍▅▄ ▋▍▉ ▋█▆▆█▉▇ ▅▄▉▄██/▋▅▍▇▇▍▇▉▅▇▄▉ █▊▆▇▄▌▊ ▆▌▇▌▊ █▇▅▌▋▌█ ▄▆▌▊▆▄▌▊▌▊▍.▊▅▅ ▋▄▍▅▌ ▍▊▇▆▊ █ ▇▆▌▄▋ █▌ ▇▌▄▇▉▍▄▇▆▆▋.▉▌▋ ▊█▋▆ ▆▋▌▌▌▊▍ ▆▆▍▋ ▍▉▄▆▅ ▆▇▅▇█ ▍▅▉▋▇▊▋▋▋▋▌.▅▋▉ ▋▍█▄▇ ▇▇▊ ▅▊ ▆▋▊▇▋█▇ ▇█▋▆▊▇▄ █▄▆▉▉▆▌▌▋▉ █▆▋ ▆▋▄▅▆▍▍█▊▍▇▍▆▇ ▉▊▄▆▄▊█ ▊▇▄▌ ▅▍▋█▍ ▅▌▉▊, ▄▉▇'▊ ▄▊▇▉ ▌▄▌▉▆▌▇▅▋▇▇▉▇ ▊▇▍ ▆▅ ▄▆▍▊▌▉█ ▊▇▍ ▆▇▅█▆▌▋▇ ▆▇▌▄ ▇▇▆▋█▍▆█▅██ ▍▉▅▉▅▆ ▇▄▊██▌ "█▅▍▇█▌▄▋▍▆▍_▍▊█▄▄█▇▌" ▋▌ "▍▆▍▅_▇▉▄▌▆▆▉▌▉▌▉_▉▊▌▉▅▋█▊" ▉▆ ▍▋▅▇ ▊▆▊ ▊▄▉▍▄▅▅▆ ▍▌▋ ▄█▄▅▉'█ █▌▉▆▉▄ █▊▇ ▍█▋▍ █▊▍▍ ▆█▇ ▊▉█ ▋▇▆▌▋▉ ▅▆ ▋▅▋ ▌▋▋▇▄▍▄ ▆▊▆▊█, ▄▇▅▄ █▋▊ ▆▋▍▇▌▍▇▅ ▋▄▆▋▊▉▅▊ ▌▆▊▅█ ▆█▌▆▄▌▅ █▉ █▋█▅ ▍▍▍█ ▌▇▊▌: ▆▅█▉ ▄▌▌▋ "▇▌▋▊▆▄▇! ▄▅▋▅▆▊▅ ▊▉▆▉▊ ▆▊▇▇▇█▊" ▍▆█▊ ▍▍▆▋▆▊▍ ▋▌▌▉ ▌▇▅▆ █▅▅▉▌▆ ▉▅▊ ▅▍██▆▉▄ ▅▉ █▋▅▍ ▍▌▍ ▊▉▊▋▊▋▄▆ ▅▄█▌▊ ▉██▋▊ ▊▆▅█ ▉▆▌█.▇▍▇▄█▅▆▉▆▋▌█▍▇▍▆ ▇▆ ▅▆█▄▍ ▆█ ▇▇▉▌▅ ▍▇▍▆█▄ ▍▄ ▉▆▉ ▄▆▊▊▇▋▆▇ ▍▄ ▇▅▊▍_▇▍▄▉▅▌▊_▋▅▋█ █▋▌▌▆'▆ ▊▌▊█▋ (▆▊▄▉▄) ▆▌▅▊▆▆ ▆▅▅▌█▇ █ ▍▆▅▍▅ ▌▍██ ▊▋▊▆▍ ▉▉ ▊▇▉▉▋█ ▍▄▅▆▅ █▊▋ ▇▌▇█▋ ▅▉ ▇█▆▊▊▋▅▇▍ ▍▇▋▉█▉ ▍▋▊ ▉▇▅▋▍▊ ▉▋▋▇▍▇▌ ▆▇▄▆▍▇▍ ▅▊▌ ▊▅▇▌▊:▄▆▌▌▉▋▆▌█▊▉ ▉▅▌▄ ▌█▊▄▄█ ▉▆▊ ▊▌▉▌▉▉ ▊▊▋▌▋▉ █▅▋▄▄█▊▊▇:▋▌▆▉▍▆█▆ ▌▆█▍▆▅▋▆ ▇▇▍▄ ▍▋ ▆▅ ▉▇ ▇▍ ▍▍▍▍▊▆ ▌▍▆▇▉▆ ▅▇▍▉▆▉▆ ▍▄▌▋ ▅▋▊█▄▉ ▅▄▊▍▉▆ ▌▇▉▇ ▄▆▋ ▍▍▌▊▌ ▉▌ ▋▌ ▄▅▇▌ ▄▆▋ ▆▍▌▌█() ▅▇▍▇ ▉▅▄▆ ▋▅▅ ▊▆▍▋▇▄▋▌ ▆▌▆▍█▉▊ ▅▊▉▆▇▅▇▆▋ ▊▌▆▇█▋█▅, ▌▍ ▊▊▅▉█ ▅▆▍▊▊▌ ▇█ ▌▌▍ █▊█▋▄▆▍▅ ▄█▌█, ▇█▇ ▄▅█ ▌▄▄▅ ▅▄▅▆ ▋▊▍▇ █▇ █▉▆ ▌▋▅ ▍█▊▍█. ▍▇▌▉▅▇ ▌▆▍▄▌▌▇▉▇▊▌▉▇▆▋▄█ ▍▌▆ ▉▇▍▉.██▄▊▆▋ ▆▊▉▇▄▅█▇ ▉▊▌▆█ █▅▌▇▋▋: ▍▌▌▋▍▋ █▆█▉█▌▊▇ ▉▇▅▄▍▅ ▉▉ ▅▇▆▇▆▍▉ ▇▉▄▇_▍▆▍▇▌▉, ▉▊▍ ▄▋▅▌_▆▍▌▅▍▌▇▉ ▅▇▋▉▉▊ ▉▉▋ ▄▄▇█▋▄▊ ▄▇ ██▉ ▊▉ ▇▆▇▅ ▆▄▇█ ▋▋▌▌▌ ▆▌ ▇▍▍ ▄▆▄▋▋ ▇█▍▆▅_▊█▍▍▉▌▇▇▅_▉▇▉▇ ▉▇▊ ▊▌▅█▅▍▉ █▉██ ▉█▄▊▆▌▆▋▆▋▌▇▄▌ (▉▆▇ ▊ ▉▍█ █▅▋▉▋ ▌▍▊▌▉█▅▇ ▌▍ ▅▍▄▊) ▄▋▄▌▋ "▉▅▉▊▋▅▌/*.▄█▄" ▅▆ ▆▄█ ▄▇▅█▆▇▆▊▄ ▊▄█▉▌ ▌▊█▆▄▄.▊▆▆▍▋▋█▊▆▊▊ ▍▌▉▊▋ ▊▊ ▊▇▇█▉▄▊▊▆▅ ▊█▊▄▆▄▌ ▌▄▅▊▉ ▍▊▇ `▇▍▅▊▍▅▅▍▌_▊▊` * ▊▆▊▆▆ ▄█▆▍▌ ▍▊▊▋▋▌▊█ ▍▅▇ ▋▅▆▄▉▄▆ ▍▉▉▌▇▉▇ ▊▅▋▍▊▄ ▋▊ ▉▇▇█▌▆▇█ █▌▉▆▍ * ▄▇▅▋▍ "▅▆█▆▅ ▆▅█▅▊▌" ▉▇▄ ▊▄▉▍▋ * ▄▆▄▊▄ ▄▄▌▆█▉▌ ▊▅▊▍█ ▆▆ ▅▅▇ ▇▄▋ * ▉▌▉█▉ ▌▉▇█▋▋▄▊ * !▇▆▅▇▌▍ ▊▌▆▇▋▅ ▆▌▇▋ ▉▊▌▍▍▉ ▅█ ▇▋▉ ▍█▅█▍▌▌ ▌▄▄▋▉▇ █▌▆▉▌▇ ▇▄▆▉▌ ▄▌▅▊ * ▌▄▊▍▅█ ▊█▅▌▋▆ ▇▍▆▋ ▌▅█▉▄ ▆▊▊▄▇█ ▋▌ ▆.█▄ (▋▅▄▄ █.▋) █▍▋ █▄▊▄▄▄▄ ▍▌▄▍▇ ▉▊▉▇▍▍ ▋▄▌▉▍█▊▉ ▅▍▆▆▅▋▉▋▊ ▅▄▊▍▆█▌ ▍▆█▋ ▅▉█▊ ▉▋▊▍▌▌▅▅ ▇▉▌▄▊ ▊▌ ▆▌▋▍ ▇▆▆▄▉▉▄▊▋▍ ▍▇▉▉▉▊█ ▄▊ ▌▋▄▍▇▇ ▇▇▆▇ ▇▆▍█▉ ▅█▆▊▅▇▌ ▆_█▅▇.▅▆▉ ▄▍ █▅▅ ▌▆▇▇▍▊▅ ▆▌▇▇▊▄ ▍▄█▅█ ▋▍▇▄▉ ▉▋▍▆ ▄▋▅▇▌ ▅ ▋▉▇▋▅▇▍ ▍▄▄▍ ▄█▆▅▆ ▅▍▉▋▅ ▌▌▊▋ ▉▍█ ▄▉▊ ▍▉ ▉▇█▊▊ ▄▄▋▄▆ ▍▉▉▇▊▄▌▉▆▌▅▄▌ ▊▊ ▄▊▇▉▍█▇▍▉▍▍ ▋▊▉▍ █▄▅ ▊▍▄▆ ▆▆█ ▆▄ █ ▅▇█▉ ▌▍▊█▊ ▆▄▋▊ ▊▍ ▇▋▆▅ ▍▆▇▅ ▍▆▊▉ ▋▇ ▅▄▋█▌ ▌▅ (█▇▌ ▊▍▉ ▌▋▄▌), ▆█ ▆▌█▅▄ ▄▅▌▆▉▇▅▇▌▄▉▅_▇▇ ▋▋▋▌▇▇█▄ ▋█▇ ▌▇▇▅▉▉▊▌ (▊█▊▄▍▍▄▋ ▇▅ ▉▇▊) ▋█▉▋█▄ ▅▋▉▍█▇▍▊▍▋▆_▆█▌▆▊▍▄ ▋▌▌▆▊▅ ▍▆▅▊ ▄▍▌▇ ▄▉:▉▅ ▅█▆▋▍▆▅▍ ▄▌▄█▇▅▉ $█▍▊▅▌▅█▄▅▅▆▊▄▍ (▌▆▍ $▇▅▉█▋▍▌▊▅▊▅) ▄▆▋▇ $▍▇▇██▇▊▍▋▇▅▉ ▋▊▅▄▅ ▊▄▅▅ ▊▅:▋▍ ▋█▋█▆▍ ▍█▍▊▊▉ █▋▉ ▊▅* ▌▄▊ █▅* ▍▍▉▄█▅ ▊▅▇▅▊ `█▊▌▍▉█` ▇▆ ▅▌▄█▉▊.▌▉█▄▋▄▄▉▊▉▋▌ ▆▉▋▌▋ ▇ ▉▌▄▅▊▊ ▊▇▋█▇ ▇▍█▄▇▉▊ ▅▄ ▉▅ ▉▌▄▇ ▅▊▆▌█▆▄▊▍ ▊▊▋▌▋██ ▇▊▆▇▊ "▇▌▌▍▄▊▊▋▇▇▅▄▇▉" ▍▅▌ `▍▄` ▆▆█ `█▋▌▌█▊▅` ▌▍▊▋▋ ▌▌▇▌█ ▉▇▍▊▇ ▉▊▉▆▉ ▇█▊▆▄▇▌ █▅ ▄▆▆▄▊▉ ▇█▇▉▊ ▄ ▋▍▉█ ▍▇ ▌▄▅ ▅▇▅ ▅▌▇▆█▋ ▇▍█▆▋▅ ▆▇▆▅▍▄ ▇▍▉█▉█▅▋▄▄▄▇▍ ▍▍ ▅▌▌▅▅▄▉ ▆▋▉█ ▅▇▅▉▄▊▅▅ ▋▇▊▊ ▆▌▅▊ ▊▇▌, ▅▆▌ ▆▅ ██▄▌▍ ▋▋▋▌▄▇▋ ▉▉▍▇▆▌▅ ▉▉▅ ▊▆▄█▍▍▌█ ▆▇▅▄▄ ▊▊▆▅▄▊ ▌▌▅▉▇▄ ▅▇▉▌█▋▊ ▊▇▌ ▋▌▉▌▋▍▇▌ ▍▉▉ █▇▊▍▋▅ ▌▊▇█▊▊ ▇▌▉▇ ▊▌ ▉▉█▋▌▌ ▇▉▅▌.▌█▆▉▋▉▋▄▌▌ ▋▉▋▍▄▇▅ ▅_▆▄▆▊▋▄█▄ ▅▊█▋▊ ▅▍▍▋ ▌▅▄▌▋▄▉█ * ▋▅▍ ▋█▋▉▋▅▇▅▊▆▊ ▆▅ ▋█▄ ▉▄▆▊▊▋▅▅ ▅▄▇█ ▍▊▅▄▍ * █▇▊▍ ▍▄█▋.▌▇▉▆▍ ▌▅▇ ▄▍██.▉▇▍▇▊▇ ▋▌▍▆▍▅ ▊▇▋█▋▅▊ ▄▌ ▌▋█▊.▌▆▅▅ ▅▌▋▋ ▉█▄▇▇▇▉▇▉▋ ▊▇█▉▉ ▅▋▉▍ ▆█▊▊▉█▊▋▄▉▋▌▇ ▆█▅▍▋ ▄█▌▄▊▇▄ ▅▅ ▅▆▊▄█ ▉▍█▆▌▋█▌▊▉ ▉▋▌▍▆ ▅▄█▊█▊ ▅▄▅▋▇▉ ▇▇▉█▇█ ▆▆▇ ▋▅▆▅▆▆▋▆ ▉▍ █▄▍▄▅ ▌▄▊▋█▌▇▉▉▆ ▅▉▅▅▅▇▉▋ "▍▇▍▅▉▅█▇▌" ▊▌▌██▇ ▇▉▇▌█ ▌██▉▋▌▄▊▉▄█▉▍▇▍:▊▆▊/██▇▄▄▋▋▋▋() ▊▆▌▉▋▉▅▍█▍▇ █▊▅▋ ▋▋▅ ▆▌▄▉▊▄▍▍▇ ▅▋ █▋▋ ▍▅██▋█ ▊▄▌██▋ ▌▆▌ ▇▉▆▆▉▉▌ ▊▅▉ ▋▊▌ ▅▍▅▄ ▆▊█▉ ▊▇▄▇▉▆▄ ▊▄▍▆▊▅▄▉█ ▅▅ ▆▅█▆▌▄▌▋▌▌▇██▆▋ ▆▊▆▆ ▍▍▇ ▋▄▅▊█▍▋ ▅█▊▌▄▇▆▄▇ █▄█▋▇ ▆▇▉█▄▌▌▇▆, ▆▆▅▍ ▇▇ ▅▆▉▌ ▄▊█▊▉█▌█ ▅▆▌▅█▆▍ ▉▋▉▆ █▅▍▌▅▇▉▌█▍▋ ▆▅█ ▊▋▊▌▊▍▍▆█▊ ▄█▄▌▍▍/▌▊▉▄▄▋▅▌▆ ▆▄▉ █▉█▄▊▊ ▋▉▇▋▄▊▆▆▊▆/▋▊▇▋▍█▄ ▄▊▅▇▍▉ ▋▉_█▍█▌▌▆▄▋_▇▄▇▊▅▉▍▌▌▄▌▅ ▊▍ ▆▊▍▉▇▇▉. ▇▋▍▉▅▉▊ ▌ █▌▄▋▌▍▊ ▉▋▍█ ▋▇▉▍▋ ▊▍▉▊ ▌▌▇▌ ▋▆▄▇█▅▍▄▆ ▄█▅▌█ ▋▍ ▊▄▅▊ ▌▉▆ ▋▌▆▌▆▄▄ .▍▉▉ ▅▍▊▌▇ ▅▊▍█ ▉▇▄▋▍▆▆ ▉▄ ▋▊▋▍ ▅▄▇█▅ ▆▋▍▆▄ ▌▊▊ █▄▅▆ ▌.▉. ▊▇ ▄▌▋ .▅▇▉ ▄▉▍▅ ▍▌▆▌ ▊▉▍ ▍▇▆▉▇ ▇▆▄ ▆▌▅▇▋ ▍▄ ▄▉▅▅▊▇▌▋▋█ ▆▌ ▍▌█ ▉▇▊▇▍▆ █▌▊▉█ ▄▄▋▌ ▅▅▆▌ ▋_▊▊▉▍▉▅▊█::▄▄█▆▆▌▆▌▋█▍▋ ▉▋█▉▅▇▋▍▍▇▄▉▄▄▋▍▌▊▌ ▋▊▍▋▊▄▅ ▋▅█▍▇▋▇ ▄▅▍▅▄▌▆▇▊/▉▋▄▍▆▅▄▇ ▄▅▉▅▅▊ ▍▌█▍▉▉█ ▍▍▆▆▍ ▍▌ ▋▋▌▉█ ▄█▄▊▅▍ ▊▅▅▍ ▆▆▅▍▉▍▇ ▉▍▊▋ ▅▉▋ ▋▋▆▆▆▉ ▆▆ ▍▋▄▅ ▌▆▇▍▍ █▇▄▋ ▄▄▍▇▌█▅ ▍▍▋▌ ▌▆▌▇▊█▍▊▋ ▍▆█▌▇▅▅▆▍▋▆▌▉ ▄▊▊▆▌▇ ▅▄▇▄▍▆▆▊▇ ▍▆▉▉▋▆▋▌ ▊▅▄ ▋▆▌_▍▅▉_▄▇▆▆▋ █▊▉█▊ ▊▅█▊ ▅█▌▇▊▆▊ ▄▆▆ ▌▍ ▅▌▉▍▅▇▌ █▅▍▇▅▆▌▌ ▄▆▊▅▋ ▆█▍▆█▉▇▍ ▌▍ ▄▍▇▋▆▌▄ ▉█▆, ▆▄█▅▄▋▅ ▌▇ ▊▌-▊▄▅▋▋▍▆█▊▄ ▍▉▆▍ █▋█▊▄ "▄▋▅▍█▅▍▋▅▊" ▇█ ▊▆▅_▇▍▆▍▉▍▋▄ ▋▆ ▇█▆ ▅▊▍ ▊▅▆▊ ▄█▅▊▉▋▅ ▄▋▇ ▉▆▇▄▉▉ ▉▉▄▅▆▊▇ ▋▅▋▋ ▊▉▋▊▇█▊▄▍▋▉ █▌ ▋▊▆ █▊▄▅▆▉▅█▅▄▄. ▇█▄█▉▌ ▄▉▉ ▄▊▆▌▋▄ ▊▋▍▄▆▇ ▊▇▍-▄▄ ▉█▄▇▆█ ▆▇▆ ▊▌▇▍▉▌ ▆▄▅▋ █▅ █▅▍▇█▄▋ ▊▋▄▅ ▇▉▆▉█▅▌▅ ▄▉█▇▋█▄▉█ ▅▉▅▅▊▌▅▇▄▍ ▋▇█▊▉▉▋▍█, ▆▆▌▍_▇▊▇▊▍▌▆▍█ ▉▇▉▅▌▍▋▊ ▅▆█▅▄▌▉ ▌▍▋▍█▉▆▅▇▊▌▉ ▆▅▅█ ▌▄▆▋▅ ▅▇▋▋ ▆▋▅▄█▋ ▆▋ ▌▌▄▄▆ █▌ ▇ ▅▆▉▄ ██▉▄▋▉.▅▋▄█▊▉▄ ▅▆▌ ▅▄▌▍▉▋█▇ ▄█▊▉▇█.▍▍▌▋▇▋▆▄▇▌▉▉▋▇ ▅▉▍▄▆ ▄▆▄▇▊█ ▊▄▅▍.▆▍▉▇-▉█▋▋▇▌█▉▄ ▋▄▇▄▍▄ ▅▉█▉ ▇▇▅▍▉▅▆▊ * ▋▄▄ ▅▍▄▅▅▌.▇▌▊▆▋█▆▇▆▇█▊▍▄█▋ █▆▄█▉▆▉ ▄▅ ▊▉▍▉▅▆.▌▋▅/▋▋▌▆▉▌▍▊▆▌▋▍▌▄▊ * ▇█▌▄ ▋▇▅▆ ▉▅▅▍ ▆▋▅▄▊ ▌▋▆ ▋▍▅ ▊▆█▍▍▊▇ ▅▌▉▇▆▊█ * ▌▄▌▉█ ▆▄█▌▋▌▅ ▌▅ ▅▄▋▌ █▆▅▌▇▇▆ ▊▆▄▆ █▌▉▉▊ ▋▌▌▊▆ ▊▄▅ ▇▊▄▌▌ ▅▄▋▋█▋▇▆ ▄▊█▇ ▋▍▄▅█▌▇ - ▊▅▇▆▆▄▉ ▋▆▄█▊▇█▋ ▄▄▉▊▇▋▅▇ ▋▅▇▇█▊▄▍▍▋▊ ▆▊ ▌▋▉ ▊▌▍▅▆ ▉▄▅▌ "▍▌▍ ▊▌█▊█▌ ▉▄▌▋▅ ▅▅▄█▌▊", ▆▅▆▆ ▍ ▍▉▋▄▅▅▅ ▆██▋ ▄▇▅▇▄▋▌: ▆▋▋▍▋▌▄▆▅ ▅▉▊▌▊▋:▋▌▍▌█▋█▌▊▇ ▊▇▄▊▇ ▉▉█▇ ▄▉▆▄▋▍▍ ▌▄▄▊ ▋▊▅▇▊▆▇: ▅▇ ▅▌▌ ▅▊▅▉▍▉▋▉ ▍▅▉▉ ▅█▌▆▍█▌ ▇▌ ▍▉▍ ▅▊▄▅▆█▅ ▅▆▊▅█ ▉█ ▄▇▇ █▋▊▄ ▊ ▆▅▇ ▅▅ ▌▆█▄▆ ▄▆ ▇▇█▊ ▇▉▍ ▇▇█▆█▊ ▉█ ▉▄▇ ▅▌▌▉ █▌ ▋▄▆▇▍ ▋▊▍▇ ▇▄▊▌ ▊▅▆▊▋ ▆▋ ▌▍▉▊█▋█▋ ▄▅▇▌. ▌▉▍▆ ▆▊█▊▌▇▅: ▆█▋▊▇ ▆▍▆▅▆▊▄▋▉▉▍▅ ▆▍▌ ▅▄▆▌.▆▋▌▍▍▇▊▍▉▌▆▅▊▅▅▉▅▍▆▉ ▅▉▅▊▊▋▆▇ ▌█▍_▆▆▍_▇▉▇▍▆▋▉ ▋█▍▇ █▆▄▅█ ▋▅ ▌▊▊▋▊▅ ▇▆▄▇▄▄ "▍▄▌ %▋ ▋▉ ▅▆▋█▄█▄" ▆▇▆▉▆▅█▋▋▇ ▉▇ ▊▍▅ ▊▄▋▅▋ █▄▆▉▉ ▆▊▆ ▉█ ▇▊▆▊'▇ ▌▄▋▌▅▉▇▅▊▆ █▅▊ ▄▊▋▋ ▌▊▊▆▄ ▊▍_▍▉▅▆▆▄▍▄▍▉▇▉▆▌. ▍▅▅▌▊▆▅ ▅▄▆▌ ▋▊▋▉▄ ▅▋█▋ ▍▊▇▄▌▊ ▇▇▅▄▊ ▅█▌ ▌█▉ ▇█▇ ▌ ▋▉▍ ▇▉▇▆▉ ▍█▊ ▄▉▍▇ ▋▄▍ ▍▍▋▄▍▉▋▇▋▍▄ ▉▋▆▄ ▌▆ ▄█▋ ▇▆▅▋▅▊▄ ▄▌▍█▋█ ███▄▊▉▇ ▉▅▊▆█ █▊▇ ▄▋▊▆/▇▆▉▋:▌▄▍▇█▋▉▋ █▇▄▇▋▊ ▋▉█▅▆ ▆▉ ▌▇▊ ▍▋▄▅▆▅ █▆▌▋ ▉▄▋▆▌▋▊▍ * ▌▅ █▇▉ ▇▍▅▋▆▄▇ ▅▄▋▆▇▋ ▋▇█▆▍ ▌█▄▄ ▋▌▆▆█▊▊ ▍▅▆ ▊▅▊▆▅▇▆▅ * ▉▊▉▇█▌ ▅▄▆█▉▆ ▊▌▉ ▇▅▆▉▍▉ ▋█▄▉▍▋▉▄ ▅▆ ▌▋ ▊▍ ▇█▇▇ █▄█▇, ▆█ ▍▊▋▊ ▆▄ ▌▌▆▉ ▌▅█▌ █▄▉▍▅▅ * ▋▉▍▍▅ ▌▌▍▅.▍▅▇▆▊▊▇▄▍▋▅█ ▄█▄ ▅▆▍▉.▍▇██▆▄▊█▊▋██▆ ▍▋▇▇█ ▍▌▅▅ ▄▊▅▍▋▋▄ ▌▌▍▌▆▍▋█ ▋▅▆▍▆▊ ▇█▇▍ █▆▅▊▊▆▅: ▇▋▆ ▌▆▆▆▍ ▇▋▌▉▊▍▍ * ▍▌▊▆▋ ▌▍█ ▋▅▌▄▆█▌▆▅▊▊▌▆▉▉ █▍ ▍▍▌▌█▍▋▍█▇ & ▇▄█▉▆█▇▉▊█ ▅▍▉ ▉▉▊▍▍▅ ▋█▆▆▇▋▍▄▉▆▆ ▄▅▌ ▅▉▅▋▄█▇▌ ▍▍ ▍▋▍ █▆▆ ▋▄▌▋▋ ▌▄▌▅ ▋▇▇▋▆ * ▇█▍▅█ ▄█▍▌█▋▌▉▇▆ * ▉▌▉▌▇ ▉▆▆█▄:▆█▇▉▆() * ▄▄▅▊▊ ▉▋▋▍▆:▌▌▅▇▄▌, ▇▋▉▉▍▌, ▉█▋▄▅▉ * ▅▅▉▄▇ ▉█▋▋▌:▊▋▋▅▉▉█▋▅▍█▆▍, ▋▋▄▇▆█▋▌▉▇▆▊▌, ▊▌█▉▍▆▅█▄▌▌▌▇ * ▍▍▄▍▆ ▅▌▆▌▆:▇▆▅▆▍▍▅▇▉█▋▍▊, ▆▉▄▅▄█▊▍▅▉▍█▌, ▋▉▅▄▋▉▋▉▄▆▋▍▆ * ▉▌▉▆▇ ▊▄▇▌▇;▆▄▌▌▅▇▅▋▆▌▅▅, ▉▅▉▋▅▅▅▆▆▆▅▌, ▍▋▇▍▅▇█▉▍▅▍▍ * ▍▋▉▅▌ ▉█▅▄▇:▇▇▋▊█▌▅▉▅▍▌▍, ▍▇▍▆▊▍▇▊▆█▆▉, ▋█▊▍▇▋▋▄▋▉█▍ * ▅█▌▉▇ █▄▍▅▍:▋▅▆▉▌▉▋█▅▌▅▅, ▍▄▆▆▆▇▅▌▆▇▌▍, ▅▅▄▋▆▌▇▇▇▌▊█ ▋▋▌▆▆▇ █▊▌▍.▉▌▇▄▅▋▋▇▋█▇▆ █▋ █▄ ▅▇ ▉▌▌▄ ▇▌▉ ██▍▉▍▌▆ ▅▅ ▊▆█▅.▊▊▉▄▄▆▅█▇▅▋▅▅ ▅▄▄▅██▉▉ ▊▆▌ ▋▌▉▄▅▇▄▆ ▊▍▊▍ ▆▋ ▄▅▋▄.▅▇▅▇▋▊▆▅▍▅ ▋▍▊▍ █▋▆▅▊▄▇ ▍▄ ▉▉▅▉_▅▋▇█▇▋▉█▍▊ █▄▍▋▄▇ ▌█▋▇▊▉▉ █▌ ▉▊ ▋▅▆▊▋▊/▅▅▇▊▋█ ▅▄██ ▄▌▅▋▇▇▊▆▄ ▌▋▌▉▆ ▌▉▌▅ ▋▇▊▄▊█▋▊▊▋▅ ▄▉▆▆▄█'▊ ▋▋▆██▄ ▉▍▌▆ ▉▅▋▆▊▄▇▅▌ ▄▆▊ ▍▋▊▍ ▄▄▇▉▊▉ (▋▆▌▄▌▇▌▊ ▉▊▊█ ▄█▄▍█▉▍▄▆▇ █▄▌▉▋?), ▉▍ ▉▊▇▊ ▄▇█▇▉▅▍▇▅▉▉, ▄█▊ ▅▍▅▉▋▉▉▆▇▌▋▅ ▆▊▇ ▋▍▄▇▌▍▄ ▉▉▌▇▄▋▄▌▌▄█ ▌▉▉ ▌▍ ▌▋▅▋▍ ▉▉█▍ ▇▍█ "▉█▋▊▋▄█▉▋▇", ▉▋▆▉▍▋▋▇▄▌ ▌▄▆▉▊▆▅▍▍ ██▋▋▊▇█ ▇▋ ▅█▅▆. ▆█▆▇ ▉█_▊▌▊.▉▆▅ ▉▉▆▅ ▍█▍ █▊▆▍▌ ▍▉▆▉█▄:▆▉▋▊▌ ▋▇▆▋▊▇: ▅▋▍█▊ ▄▋▅▅▋▋█▊▊ ▍▉██▍ ▆▄█▊▇ ▊█▌▊▉▌ ▊▋ ▇▅ █▉▍▇ ▇▉█▇▆▆▉▄ ▄▄▍▅▍▌: ▋█▆▊▅ ▊▌▅▅▅▊▇▅ ▍▅▉ ▅ & █ ▉▄▄ █▋▊▅█▋▉█ ▌▋▇ ▌▌▍▌▌▌▇ ▇█▅▇▇▋▍▅▉ ▍█ ▌▉▉ ▌▌▇ ▋▉▉▋▌▇ ▋▆▇▆█ ▆▍ ▇ ▋▇ ▄▆▊ ▍▅█ ▍▅▆ ▆▊▍▄ ▆▋ ▄▄ ▊▅▆▆ ▊█▅▇▄▍█ █▌ ▉▉ ▋▉█, ▇▆▌ ▆▆ ▊▇█▉▊▌▆ ▅▉█▆▇▆█ ▄█ ▋█▉▄██▋█▊. ▄▅█▋ ▇▋▅█▌▉▍: ▅▌█▉▋ ▌▍▄▉▆▇▆█▄▊▋▆ ▅▌▅▊▍▍▊ ▊▌ ▇▅▊▅▌▇▌▅ ▆▌▍▄/▇▊▉▊▍ █▋▌▍ ▋▋▄▌▇ "▄█▆▅▍▌" ▌▍█▋▇ ▇▇ ▄█▇▋▋▋▆▋ ▅▊▍▄█▌▋▌▊▇ ▊▆▉▇█▌▄▌ ▅▆█ ▆▌▇▉▄▋ █▊ ▍▄▆ ▊▉▍ ▌▇▅▉▍▄▅▋ █▊▄▋▋▍█ ▊▌▊ ▍▇▌▋▊█▇ ▅▆▅▊▇, █▊▄▇ ▊▉▍▇▅▅ ▇█ ▇▊█ ▇▄▉▅▇▅▉▊▆▄▄▋. ▋▅▌ ▋▍▅▅▆█▋▇ ▇▍▋▉ ▉▌▄ █▇▍▍▄▅▋ ▍▇▅▌▍, ▌▇▊▋ ▅▅▇▇ ▇▇▆█▄▊/▊▆▅▉▉▍▌ ▅▉▊▌▌▅ ▊▄ ▍▌▍▇▉▌ ▍▊▆▊█▆▉ ▊▅▄▉ ▍██▉▌▋ ▉▍ ▅▊▋▍▍▇▍ ▊▆▇█▇▄█_▋▋▉▍▍ ▅▋▆▉█ ▉▆▌▋ ▅▉▅▄▇██ ▆▆▋▆▆█▉▆ ▆▊▋█ █▋▋▍▍▋█ ▅▌▄▇█ ▊█▆▉▋ ▆█▍ ▊▄█▉▌▊ ▊▊▅▄▆ ▌▋▌ █▍▇▉▆ ▆▍▆ ▉▅ ▍ ▆▉▌▆▄▉▍ ▆▋▋▇ ▆▆▅▆ ▅▌▄▌▌█▊ ▋▄▆▅ +▅▄▅ ▄█▉▆ ▉▉▄▌▇▄█ ▆▉▍, ▅▄▋ ▅█▍▅▄▅:▊▇█▊▋▌▄▌▇▍ ▄▋▇▌▄ ▊▊▅ ▆█ ▍▇▉▌▊ ▊▍▉▄ ▋▄▍▍▆▌▍: ▅▍▆▄▇▅▄▇ ▉▆▋▅▋█▋▌▍▉ ▅▆▌▉▍ ▅▌ █▌▊▌▄▋▅▄▄█ ▊▌▅▅▋▇ ▅▇█▍▋▌▊▍▆ ▄▇▄▉▄▊▄▅▆ ▌▇█▉█ █▊ ▅▊▍▅▍▌:█▇▍▋▅█▅▄▊ ▆▊▊▄▇ ▄█▄▌▊▋▌ ▆█▌▊▍▍▆ ▊▆▊▌ ▇▆▍▊▉▇█ ▉▄▆▆▅▋▌ ▇▅▉▊ ▉▄█▆▍▆▍ ▅▄▆▉▌ ▇█▉▌▆▌█ ▇▍▊▇/▅▊▊▍▇▅▋▉▌_▊▄ ▊▉█▄▇▊ ▋█▆▅▄▅▌▋▉ ▍▊ ▉▊▆ ▋▌▋▇▉▆ ▆▊▄▇▋▋▅ ▇▌▍█▆█▋ ▊██▅ ▄▉▌▆▋▅▅▍ ▅█▆▋▌▄▉▄▇▄ █▍█▇ ▍▉▍ ▉█▇▄ ▌▉▆█ ▉▆▍▇.▄▌▌▆▌▉▊▄▄▅▇ - ▊█▇▊.▍█▋▋ ▊▇▆▆ ▊▋▌ ▆▍▍▆▇▌ "▉▊▇▆▊▋▊▋" ▆█▍█▅▋▊ █▍ "▇▍▋" █▇▄▌.▊▅█▍▆▋▄▋▋█▅ - ▋▄▇▇▋▅ ▄▇▌▇▋ ▉▄ ▅▋▄▊▆▊, █▆▊▉▉▉▆ ▊█▉▇▅▊▋ ▊▍█▉▍▆▊ █▍▅█ ("▌▉▇▋", "█▊█▉▅") ▍▌ ▄▉▌▌██▉▌ ▉▆ ▄▋█▅ ▇▉▋▄▍▄▆█ ▄▊ ▍▌▌ ▍▌▍▉▉▋▋▌ ▍▊ ▅▋▆ ▌▅▊ ▆▌▌▍▉▅▅▊ █▅▍▊▊ █▅▍▉▉▉▄▊▊▉▄▋ ▇█▌ ▊▆▋▅.▄▌▌▌▅▍▆▌▊▆▅ ▇▋▄▆ ▉█▅_▆▊▇ ▅▄▉▆▋▆ ▆▋▆▄▆█▌▊▋ ▉▇▌▊ ▆▋▇▇▉▆▆▋▄▍▇ █▄▄▌ ▍▌▆▉▇▋:▍▅▇▆▌▌▍█▉▍ ▅▇ ▊▇▊ ▌▊▄▄█▉▆ ▋▌▉▆▇▍▋ ▍▆▌█▍▆▉▍ ▄▊▇▇▆ ▉▍▆▅█▋▆▅ ▅▆█ ▍▆▋▇█▊▊▉ ▍▊▉▊▆▌ ▊▄ ▄▌▉█ ▋▅▆▋▌▊█ ▋▊▋▉▌ ▄▇▉ ▊▉▆██ ▍▌▇▉ ▍▆▄▆_▋▊▅▆▉▌▊▌▍▄ ▉▌▅ ▌▌▅▅▋▊ ▌▇▍▉▌▇▅ █▍▋▊▋ ▉▉▆▄▄▊▇▆▆▋▋ ▋▉▋▉▆▅▍▆█▆ ▊▅▌▋ ▄▇▌█▇ ▊▅_▇▆▍▆▍▋ ▌▉▋▉▇▅▊▆▄▅ ▋▌▇▄. █▅▉▍█▇▇▍▇ █▌▌▄▊ ▇▆▋ ▆▇▇ ▄▋▋▊▆ (▄▆█▄▅▄ ▉▄▊▊▆▋▍) ▌▉█▌▅ ▇▊█▅.▄▍▋▇█▉▄▍▋█▌▋█▅ ▍▍▅▇▆ ▌▇▍ ▅▉▌█▌▌▅▉ ▇▄ ▋▍▅▉.▆▌▉▄▍▊▌▌▌▆▇▇▉ - ▍▍▍▇▉▋ ▄▋▆▉▄▋▅▋▅ ▄▌▍▉▍▇ ▊▇▋▆▌▊: ▄▇▊▉▄ █▇▆▉█ ▊▅▅▅▋▄▆ ▉▆▌▌▊▋▄▇▌ ▇▅ ▆▊▆▅▊▄ ▍█▉▄▍▆▌▉▊▊ ▆▋▇▌ ▊▊ ▅▆▍▄▌▇ ▉▊▆ ▆▄▆▍ ▍▅▉█ ▅▅▆█▆▉▄▄ ▇▄ ▅▌▉ █▉█▊▉▄▅, ▊▆▊ ▌▌▋+▋▅▉▊▊ █▋▆ ▆▋▇▅▌▊▍ ▄█▇█ ▌▊▋▉ ▋▇█▅▇ ▌▍▉█▊█ ▌▌█▊▇▋▅▆▆▋▄ █▊▇ ▅ ▉▋▆█ ▄▅ ▄▊▌▇ ▆▆▇█ ▆▅▍▉▇ ▋▅▊▋▍▊▊ ██▋▊▌▋▋ ▅▆▅▆▍▉▇▌ ▅▉ ▇▄█▋▌▍▉▅▍ ▆▊▄▌▍▆▋█ ▊▉▌▅███▅▅▅▍▍▄ ▄▍▍▅█▌▅▌ ▊█▅▉▌▉▅▅█▆▍▅ ▄▊▆▆▇▌▊ ▄▊▊▌▊▅▌ ▆▊▅▋▉▇▊▉▄▄▋▊ ▉▍▆▄▋ ▌▍▌▍▇ ▋▊▋ ▉▆▅▆▍▊█▇ ▄▇ ▉▍▊▋▉▉▉▉▅▉▋ - ▆▊▋▉▍▍▊▇▍ ▌▍▉▄▍ ▅█▇▅ █▆▆▉▉▋▄▄ !▅▇▆█▋▉▄▄ ▆▊▇▊ ▄▊ ▋▄▄█▊█ ▊▋█▄▆█ & ▋▇█▋▄ ▄█▌▌▆ ▄█▄▇█ ▄▋▉▅▊▅/ ▋█ ▆█▅▅▊██ ▍▅▆▇▋ ▋▉▉▉ ▇▅▅▌▉▄▊█ ▆▍▉▄ ▍▍▉▇▍▌▆ ▆▍▍▌ ▇█▇▌▆▋ ▊▊█▅ ▍▌█ ▍▍▍▆▌▊▍ ▊▌█▍▆ ▊▍▌▍▇▇▉, █▇▌▇▅ ▅▇▊▊ ▇▅ ▌▍▅▅▇▍▍▄ ▇▆ ▍▅█ ▄▇▊▉▋ .▋▋▄ ▌██▄ ▅▉▌▄ █▄▆▇▊▉▄ ▄▉▊▌. ▍▇▍▆ █▅▇▇▋ █▌ ▌▌▉▅▍ ▉▋▄▆▇▅▍▌▆ ▊▌▋ █▇▉▍ ▅▍ ▋▊▌ ▆▍▍▌▆ ▄▉▊▅█. ▋▉▉▉: ▇▉▇█▌█▅▍ ▋▇▉▍▇▌▌▋▌▋ ▉▅ "▆▋▅█▅▄▇▆ ▅▆▄▆▌▌▆█▋ ▉▌▆▋▆▆▉▆ ▆▋▊▋▇" ▉▄▍█▆▉█ ▍▆▌▄▌ ▌█▇▆▄█▊█ ▍▇▌ ▇█▄█▉▅▌▇ ▊█ ▋▊▄▆█▊'▋ ▍▌▆▄▅▌▇▋▆ ▄▆▆▄▇█ ▅▅▊ ▄▅▄▍▌ ▇▉▇█ ▅▋▆▍▊▌▍ ▉▅▅ ▌▅ ▉▊▊▇▄▊▅ ▊▅▇ ▉▌▊██ ▊▄▄▌▉ ▋▇▆ ▄▍▄▊▇▅▋ ▆▄▇█ █▉▇▉▋▋ █▋▇▋▆█▇▅▇▆ ▉▅ ▆▇ █▅▇▊ ▇▍▍▋█▇▄ █▉▅▍ ▍▆█ ▆▅▄▍▄▉ ▋▉▋█ ▄▌▆▅▋▍▄▆▅▊ ▆▋▋▋ ▇▍▊▋▌ ▆▅█▄▄-▌▅ ▆█▄▌▍▌▆ ▉▊▉▄▍▋ ▊▄ ▋▋▉ ▆▉▇▇▊ ▅▌▍▊█, ▆▊▌ ▆▆▉▊▊ ▅▇ ▋▇▉▆ ▄▋▍▋▄▆▅█. ▊█▌▇▌ -▌▋▍▄▍▅▋ ▆▄ ▋▌▊▆▍█ ▉▇▋▌▄▅▇▍ ▆▄▍█▇▌▍ ▇▇ ▍▋▌▌▆ ▇▌ ▅▋▍▍▄▄ ▄▌▇▋▍ ▇▊▍ ▇▋▉▌▋ ▍▍▋██▅ ▇█▋█▅▉ ▇▄▍▋▆▅▇▌▅ "▍▅▄▉▌▊▋ █▉▍▆▄██▌" ▇▇▉▌▊▊ ▇▇▆▅ ▊▇▋▆ ▄▉ ▆▍▊ ▍▋▋▌▉█▊▄▆▉▌▉ ▌▊▄▇▍▊ █▆▉▊▌▌█▆▇ ▍▅ ██▄▄ ▌█▄▊█▍▇▄ ▉▅▌▇: ▉▌▋▊▍ ▅ ▍▋▋▄▇▍ ▍▇▇▅▊▌▋▄▌▉ ▍▅▄▊█ ▊▄▅▍ ▉▄█▌█▊ ▇▆▇█ ▆▇▋▅▅▋▅▊▆ ▇▋▇▋▉ "▄▌▉▊▆▋" ▇▊ "▉▅▋▌▉█▌▉ ▆▉█▉▉ ▆▆▄▌" ▍▇▍▌▌ ▅▅▇▌▌▊▄ ▋▄ ▉▅▉▋▉ ▇ ▆▆▊▋▊ ▄▅▍▅ ▄▌▉█▋▆▇▇▌ ▋▍▊▉▊▊▆ ▉▉▉▌█▍█ ▊▋▉▋▋▅▆▋ ▄▅▅ ▌▍▄▉▍▋▅ ▋▋▍▊▊▋▉▍█ ▅▉▊▄▋▄ ▇▍▋▆▉▊ ▆▉ ▄▍██ ▌▊▆▍▊▋, ▊▊▅ █:/ ▄▄▌▅ "▋▋▅▆█▄▇▋ ▊▄▌▋▆█▉▆ ▍▊▅▆▋" ▆▅▅▍▌█ ▅▌ ▌▍▊▇▇▍▉█▌ █▇▄▄▄ "▆▄▌█▅ ▄▍▉▇ ▍▊██▉▍▆" ▉▊▆ ▍▋▅▅█▍▉ ▄▋ ▄▆▌ ▅▊▆▍▅ ▄▇▆▄▌/▇▉▋▋▌█ ▍█▉▌ ▋▌▄▆ ▄▍█▉▊▄▆█ ▅▄█▋▆▉ ▌▆▆█▅▄█▉ █▊▄▄▄▆▉ ▇▅▆▊ ▍▌▅ ▉▋▉▄▊ ▌█▊▆ ▅▆█▊▆▊▆▋▄ ▌██ ▋▉▊▍▍▍▋▍ ▅▅▆▊▊▊█▍▄ █▊▅▋ ▇▍▋▊▊ ▆▋ ▌▉▉▅▇ (▋▋▆▍▅▋▌▊ ▊▄▍▄▋▄) ▊▅▇ ▊▉▆▇ ▋█▊▌▇ ▆▊▄ ▅▊▉▅▇▍▍▆ ▍▍▋▋▉▅ ▆▍ ▋▍▊ ▊▉▉▌ `▄▌▄` ▄▇▉▅▋█▅▉▉█ ▇▌ █▄▊ ▍▇▋▌▉▋, ▊▅▊ ▄▇▊▄ ▉▊ ▌▉▆▆▍▉▊▌▅▆ ▉▍▉▌ ▉▍█▉ ▍▊ ▅▅▅▇ ▆█▆▌ ▄▇▋▅▄▍▉▌ ▊▅▅▅▆▉ ▉▉▄▌▄▆▅▅▌▅▅▌ █▋█▌▍ ▉ ▆▋▋▋▉ ▇▍▊▆ ▋▇▇▇▋▇▉▊▉ (-▇█▇▄▋) ▍█▊▍▅ █▌█ ▋▆▊▌▉▋▋ ▄▊▌▇▍█▌ ▉▋ ▇█▌▅▌ ▉█ ▅▆ ▄▌ ▆▌▇▋ ▆█▆▉▄ ▋▍▌▌ !▌▉▋▉▄▄▇▅▍ ▍▊▋▉▋ ▊▆▋▉▊█▍ █▅▆▅▅▉ ▅▆▉▍█ ▉▄▆▆▋▌:▅▅▋▊▇▍▋▄▋▊ ▊▇▇▆▆▇ ▌█▇▉█▌▉▅▍█/▍▆▅█▉▇█▌ ▇█▋▆▄▅█▅ ▇▌▉▌▅▋▅ ▆▅▌▌: ▆█ ▆▊▉ ▋▍▄▉▌▆▅ ▇▍█▌▌▉▊▇▆▄▆▉▊ ▉▄▆▆▄▍▇ ▊█▅█▅ ▌▆█▅▅▍▇▅ ▋▅▌▋▌ ▇▊▉█▊▆_▆▋▍▍▊▋▋ █▍▍█ ▍▌▍▋▄▇▅▆▄ ▄ ▍█▍█▆█ ▇▋▇▋▆▋ ▌▆▇▍ ▆▌▇▇█ ▇▅ ▆▆▄▌ ▅▇▆▇▅ ▊▆▆▇▍▉ █▇█▋▊▅▆ ▅▍▋▇ ▄▅▇▍▊▊ ▉▆▋▅▅▊▆█ ▄▇▄▄▊▍: ▄▄▊▇▄▍ ▋▋▍▄ ▄▄▄▋▆ ▄▄▆ ▍▉▊▄ ▅█▇▋▅▇▉ ▌▅▄▇ ▋▇:▄▉ ▍▌▊▍ ▋▇▊▄▄ ▉▉▆-▍▆▌▅▄▆ ▄▌▅▄▇▋█ ▆▅▍▍▋▆█▅ ▉▅▇▆▊▌: ▋█▇▆▅▊▄ ▉▉▇▍▆▉▇ ▆▇▍▉ ▍█ ▉▆▋ ▅▇▇▅ ▄█▅█ ▌▇▇▆▇ ▋▌▅▅▇ ▋▉▉▍ ▉▋ ▅▍▅▅▋▇'▅ ▇▉▋▆▍ ▌▉▄▄▇▍ ▅▌▅▄▌▉: ▅▇▋▅ ▌▊▆▅▋▉▄ ▅▆▄▊ █▅▄▋▊▉▌, ▇▉▆ ▊▆▊ ▌ ▊▉▄ ▄▊▄▇ ▊▄▉▍█▅: ▅▆▉▍▌▇▆ ▊▊▅▆ ▆▄ ▆▄ ▅▍▅▇▉▆ ▄▍▍▄▊▍▆ ▌▅▉ ▌▅▇▋ ▅▄▇▌ ▍█▆▄█▋ ▌▉▌▇█▄: ▇▉▍▍▄▆ ▊▌ ▅▇▄▌█▊█▄▋█▌▅▊.▇█ (▅▄▄▉ ▅▆:▅▅) ▌▇▅▅ ▇▅ ▇▊▍█-█▋▉█▇▉▌ ▇▋▋▇▉▇█▍▄▌▍ ▍▋█ ▊▍▆▅█▇ █▄▌ ▇▋▍▊▆▊▍ ▋▊▉▊▋ ▉▇▋▇▄▊, ▅▆▇ █ ▋▆▍▋▋▆▆▍ ▅█▆▌ █▉▊ ▊▆▇▅▅▆█ ▄▊▅▊. ▉▌▇▊ ▆▌▉▌▄▋▋ █▍▋█ ▊▇▅▉ ▊▌▆▊██▌ ▅▆▆▆▅▇ ▊▄▋▇▊ █▆█▆ ▊█▍▍▌█▇. ▊▉▄▍▅ █▋▆▅▌▆ ▇▊▇▊▋▉ ▇▋▌▍▄ & ▄▍▍ ▄█▆▋ ▋▉▊█▋▉: ▊▆▆▅▆▇ █▆▋▅▌▋ ▍▄▊ ▇▉ ▄▉▇▉ ▉▄ ▍▄▄ █▉▇▇▊▍▌▌▍ ▉▇ ▅▉▉▉▌▇▋▄▆ ▉▆▄█▍▉▍ ▇ ▍▅▅▆▅▅▌▌▌▇ ▉▍▍▅▄▅▄▇█ ▍▌▋▅▇▍: ▌█▅▉▍█▄▍ █▌▋▇▄▄▇ ▋▊▄▍ ▆▄ ▇█▅▌▇▉ ▄▍▉▆ ▍▌▇▆▊▊ ▇▌▍ █ ▍█▆▆▋ ▍▇▅▆▅▋▆▅ ▌█ ▄▄▊▊▌▄▄▍▉ ▌▉▊▋▊▅▇▅▄ ▋▅▍▅▍ ▄▇▆▍▋█▉▋ ▊▉▌▊▊ ▋▆▄█▍█▋ █▆▇ %▉█▄▌▉▅▇▊▉▍▄▉▆▉▄▆ (▉▄▅▌) ▅▍▄█▉▌▍ ▇▅███▌▄ ▋ ▉▊▉▍▉▇ ▌▇▊▉▆ ▄█ █▋▍▊▇█▆▉ ▇▊ ▆▋▅▄▉▄▉ ▊▊ ▅▌█▉ ▍▄▉ ▉▆▊ █▍▇▌▉▌▇▉▋▅ █▌▆▆ ▄▇▆▇ ▆▆▆▅-▍▉▍▊ ▍. ▆▍▊▋▌ "▍▌▍▊▌" ▍▊▅▆█▋█▆ ▆▊ ▆█▊▌:▆▆▍▇▆▄ ▌▍▌▍▅ ▉▅█▉▌▇ ▆██▇ ▊▄ "▄▌▇█▆▊ ▄▋ ▋▇▋█▉▄ ▉▊▊▄▄▌" ▆▄▌▉▄: ▋█▆ ▍▄▅▉▊▆▌▉▌ ▉▊▇ ▋▅█▆▇▍▍▌ ▌▊▋█▆▋▌▄ ▍▋ █▉▅ .▋▋▊ ▆▆ ▌▇▅ ▍▋▅▇▋ ▄▄▊▊▅▄ ▋▉█▇▆▊ (▆▌▇ ▋▉▅▄▅▅▄█ ▋▍▅▅▊▊) ▌▌ ▊▄▉ ▋▋█▆ ▊█▌▊▇▇▇ ▉▄▄▍█▇▊ ▄▆ ▉▄▉ ▌▊▄▌ ▄▍▊▉▊▊▊▅▊ ▇▇█▊▆▉▊ ▅▇█▅▅▊▆█▅ ▉▋▍▊▅▉ "▉▉▉" ▋▊ ▊▌▋▍▇▍▇▄ ▄▅█▍ ▄▇ █▉▆▌▋█ ▊▆▇▄▌▊██▌▋ ▍▄ ▉▌▄▇▊▉▋ ▆/ ▆▅▇▄▅▌▌ "▇▊▍" ▇▊ ▋▇▄██▊▅▊ █▍▆▆ ▆█ █▆▇▅▍▋ ▅▉▅█▌▇▍▄▋ (▅▋▌█▆▆▆▌▉▌) ▍█ ▄▋▇▍▄▋▋ ▇▊▍ ▉▄▉▉▆▅▉ ▊▅▊▄ ▍ ▇▅█▌▍▅▅ █▌ ▇▍ ▇▄ ▌▋▉. ▋▉▆▊▅ ▅▆▋▌▋ ▄▄▆▌ ▋▇▇_▅▇▅▉▆▌▉ ▆▅▅▆▅ ▆██▇▍▍▉▇█'▋ ▆▍▊▍▆▅ ▄▅▍ ▉▉▄ ▍▉▊▄█▋▋█▄▄▄ ▊▉▆▉▊▇▍▅▍▌█▄ ▅▍▆ ▉█▅▍▅-▊▉ ▆▉▌▋ ▍█▌▊▄▋▆ ▍▍▇▄▉▇▌▍▇▉▅ ███▅▅▆▇▆ ▄▌▇▅▇▊: ▋▍█▉▇▇▌▊ ▌▆▍▍ █▌▋▅▆ ▆▍▄▄█▇▋! ▆▊▇▋ ▊▇▉▋▄ ▇▌██ █▄▆▇ ▌▉▅▅▆ ▋█▉▍▊▅▆▆▉ ▆▉▊▇▋ ▍▅▄ █▊▅▌▅▄▇ ▋▌▆▋ ▋▆▌▅▊▍▍ ▌▆▋▋ █▉▋▌▊▍▋▄▇▆▅▋ ▅█▄ ▇▊█▆▆▌▍▉ █▇▇▇▄▇▌ ▄▌ ▇▊▆▉▅▆▇ ▇▍▋▌█ (▊█▋▋▉) ▊▇█▄█ `▍▉▄▇▉▆▉` ▋▋▉▅▆██▆ █▆ ▇▄▌_▇▄▄▄▌▌▉ ▊█▋█ ▊▌ ▌▋▋▉▌▋▅ ▌▆ ▍ ▇▇▇▄▇█▅. ▇▍█▅▅▌ █▄█ ▋▊▍ ▆▄▄▉█▉▊ █▍ █▉▍ ▍▄▅▊ ▋▉▋▆▅▆▇ ▉▆▊▋▌▆. █▇ ▄█▍▍ ▌▇▌ ▌▉▊. ▄▆▍ ██▆▄▋▌ ▆▍▍█ ▋▍▊█▆▋▌▌ ▅█▅▉█▄▅ ▆▆▍ ▊▆ ▉▅▄█▅▋ █▊▅█ ▆█▄▍▅▍▆▌ ▉▅▊▌▌ ▌▌▌▍▅▍ █▉▇ ▆▋▌▊▍ & ▆▇ █▆▅ ▊▋▆▋██ ▌▅▄▇██ ▉▋▆▆▊▆_▋▇▊▋▌▌▅ ▇▅▉▄ ▍▉▄▍█▆▄▉▅█▉▆▌ ▇▆▍▌▅▅▇ ▋▊▅ * ▋▍█: ▍▍▇▉▅▇▇-▅▄▌▇▉ ▄█▅▊▉▌▆▄ ▌▇▉▍▆▅▍ * ▅▆▇: █▇▍ ▍▇/▅▆▉▆▅ ▍▊▇█▉▆ ▄▋▅ ▅▄▆█▍▊▉ ▇▇▇▍█▅▌ ▋▇ ▄▊▅ * ▅▍▇: ▄▉▅ "▄▆:▄ ▅█▄ ▅▆▄▅▆▅▌" ▄▇▋▌▌▆▇ ▋▋▋▉▄█ ▊▍▉▅▋▄_▋▇▌▇▉▅▍ ▆▌▅▅ ▋█▆▅▉▋█▅█▌▆█▇ ██▅▍▇▅▊ ▌▇▆ * █▉▅: ▍▅▋▌▍▉▉-▊▄▅▌▆ ▄▆▅▄▆▆▉▍ ▉▍▅▄▄▍▊ * ▉▆█: ▅▋▊ █▋/▆█▊▍▊ ▍▊▇▆▆▊ ▆▍▉ ▋▄▍▍▊▊▍ ▄▊▌▍▌▄▇ ▉▍ ▄▊▊ * ▉▌▊: ▊▇▌ "▍▌:▉ ▌▋█ ▊▋▍██▅▌" ▄▋▋▆▋▋▍ ▋▍▇ ▌ ▆▆▄▊█▊▅ ▇▊▄ ▊▌▇▅▌▇ ▆▅▄▌ ▅▋▅▉▌ ▋▊ ▌▌▇ ▄▄█▋▉ ██ ▄▇▆ ▇▅▉▋ █▍▇▄▌▇ ▊▉-▌█ ▋▉ ▄█-▋▊ ▍▆█ ▆▍▉'▇ ▊▉▇ ▍▅▌ ▋▉▍▆ ▇▅▍▇▊▄█ ▋▉▆▍▄ ▄█▍▇▊▇ ▄▊▆_▌▌▉▋_███▉▋▄ ▍▋▆▋▆▋▆ ▇▆▍▉█▆▇▉▉ ▍▍▌▅ ██▇▍▉▆▇▊ ▅▉▄▅▋ ▅▄▆▋ ▋▋▉▇▍▋ ▋▋▇▊ ▅▅▍█.█▊▉▊██▇ ▅▄▇▉▆▋▌▇▋ ▅▇▆▋▆▆▆▌▉ ▊▉▆▆▊▅▉▅▄▉▉▅ █▉▌█▉▊▅ ▋▊▄▌▇ ▊ █▌▌▆▆ ▅█▋▅ ▌▌▅▌▇▅▄▅ ▊▇▌▉▊▌█ ▆▋▉▄▄▌▊▋ ▌▊▅▇▊ ▌▌▇▄█▇▋▍ ▆▊ ▇▄▋▉▇▉▉ ▄▌▄█▍ █▊▇ ▋▇▆▅ ▇▆▅▌ ▇▆▌ ▍▋▄▆▄ █▄ ▄▆'▄ ▆▆▆▆ ▆▉▇▇▆ ▍▇▋▋ ▊▄▉▌▍█▅ ▅▇ ▇▉▊▋▍ ▉▍▍▍ █▇▇█ ▄▄▍▄ ▊▌▉▅▆ ▉▅▄▇▆▉ ▊▄▉▅ ▌▍▌▊▉▉▉▌ * ▇▇▍: ▌█▇▆▍█ ▍▍▋▇▊▅▄▄█ ▋▉▆ ▇▆▍▍▆██▆▇▇▉ ▅▍▅▋ ▆▊▋▊▅▇▄▋▄▋ * ▌▆▋: ▋▊▅▋▍▉▄ ▄▄▍▆▍▋ ▋▅▉█▊▇▉ ▇▌█▋▄ █▍▆▉ ▌▅▇▆ * ▊█▋: ▆▋▅▇▄▋ ▆▋█▋▇▉▍▅▉▅█▋ ▇▍▆▇▊ * ▉▊▋█▅ ▋▌▊▄ ▆█▇▋▉▍█ ▊▉▊▇ ▇▄▇▇ █▆▍▍▉ ▇██ ▌▄▉▋▇▆▄ ▍▊▄▆▇█▋▌▊█▆▋ █▉▄▇█▇█ * ▄▌▋▍▅-▋▌▍█▊▍▆▅ ▇█▋▊▇▋▄▌ ▊█▇█▆ ▉▄▍▌ ▋▅▇▌▆▅ ▅▊▌ ▉█▉▆ ▅▋▅▅▇▍▋▇▍▋▆▊▇ ██▉▍▅ ▋▍▊ ▍▋▌ ▆▅▇▊▄ █▆▉ ▆▇▆▊▆▄▆▅ ▅▉▋█ ▅▅▌ ▊▋▅▍▇. ▋▉▊ ▆▍▇ ▌▆▉ ▅▆ ▉█▋█ ▍▆▋▆▌▍▊▌. ▄▅▇▋ ▅▆▊▌.▌█▌▌▊▋▍▊▍▅▍ ▉▍▆▆▍▇ ▋▍█▍▌ ▅▇▅▋▊▅▉ ▉▋▄▍▇█▄ ▉▍▋▆▇▄▇ ▊▄▄▌▋ ▌███▇ ▆▍▄▇▉▊▍▄ ▌▅▇█▍ ▉▊▌▆▇▇▍ ▊▄▌▉ █▇▄▍▌▆▅ ▄▇▊ ▋▇▇▊ ▄▆ ▌▅▉▍▍ ▆▄█▅▌▉▅▄ * █▊▅▅▉ ▍▅▊▍ ▆▉▄▆▅▆▌▇█ ▊ ▆▅▅█▉ ▌▉▆▇▉▌▍▊▍ ▄▍ ▄ ▊▆▌ * ▊▍▊▍▍ ▍▍▊▅▋ ▊▋█▍ ▌▍▆ ▅▉▆▍▋ ▋▄▄▆ ▌▄ ▆▆▆▅▄▉ ▍▆█ * ▆▉▉▍ ▌▅▉▍ ▄▉▋▅ ▅▊▌ ▅▍▍ ▍▅▊▌ ▋▅▍█▍█▉▊▌▍▊ █▄ ▊▍▇▅▊, ▅▅▄ ▊▅ ▍▅▉▇▄ ▅▊▄▄▌█▌█. ▄█▆▄ █▇▋▋█ ▊▉▆▅▊▋▇ ▍ ▉▌▄ ▄▍▆▇▅█ ▉▅▍-▉▊▊▋, ▉▇▋ ▇▅▊▊▍ ▇█ ▉▍ ▅▌ █▍▊'▄ ▇▊▌▇ ▄▅ ▌▍▍▌▉ ▋▍▍▍█ ▊▇ ▄▍▌▌▅▄▋ ▉▋▇▄ ▊▅▆ ▇█▇ * ▄▍▅▆▊▉▅▋▌ █▉█▉▄▊ ▅▅ ▌▊▅▉█▋ ▊█▇▉ ▍▆▊ ▇██▊ ▍▉ ▉▄██▋▄▇ ▊▅▄▆▆▇▉ ▄▇▊▆▋ ▉▅ █▋▆▍ ▅█▅▅▅▍ ▌▅ ▅▊▄▇ (▆██▅ ▅▉█ ▄▆ ▊▋▊) ▍▋▆▌ ▇▇▄ ▇▅█▊▉▅▉▄▄█ ▅▆▌▍▄ █▌▇█ ▄▍ ▇▅▊ ▉▋█▅▇▋ ▍▋▌▉ ▋▆▋▌▌▍ ▊█▇▊ ▄▇▌▋▍▇▇▉ * ▍▆▅▍▄▌▄▌ ▋▇▋▇▉█▇ ▇▆▌▊▄ * ██▇█▍▉ ▉▅▌▋▆▍▇-▇▌, ▉█▋▅▍▋-▄▆, ▇▋▄▅▊▍-▉█▅▊▇ ▅█▍: ▊▄█▆▌ `▄▄▄▋` ▍▅▊ `▌▍▉▊▋▆▇` ▆▄ ▊▍ █▍▆▆▆▅▇▍▆▇▊▋▋▋▋ ▍▄▅ ▆▄▄▍▄▅▊▍ █▍▅ ▋▅▌ ▍▄▄▆▊▋ ▋▌█▍ ▌▆▆▅ ▌▌▄▇▇▄▋▊▌█▍ ▄▊▇▊█▌▉▆ ▋▋▊▋█▆▇██▊ ▅▅▋▍█▄▊, ▌▌ ▇▄▅ ▇▆▉▇▉▄▇▅▄ ▅▇▄██▆ ▅▉▄▄▊ ▇▍▊▇▅_▅▅▆▄▉▄▅▅▊▇▇▅▄(_▊▆▄▆▊▍▋▊█) ▄▌█▇▋▇█▌▇▉ ▆▅█▍ ▄▅█▅▅▍▋▄, ▌▄█ ▇▌▉▄▇▋▉▉ ▊▅▇▉▆ ▆▌▊ ▌▄▋▌▌▆▇▍▄ ▅▌▊▋▋▄▄ █▌▇ ▉▍▋▄▌▋▊ ▋▌▋ ▊▆▌▇▆▍▄▄▅ ▊▄▉▉▄_▆▌▍▋▍▄▇▄█ (▌▇:▋▅ ▍▌▅▆▉█▆) █▌▄▆█ ▋▄▍ ▇▆▆▍▇▋▋▄ ▋▌ ▋▋▇▉▌_▍▍▉▌▄▆▄▇▉ "▄▆▉▇▋ ▊▇▆▄█▋" ▆▉▇▇█▅▌▇▇ "▌▋▍▍▄▄▆" ▌▍▍▋▇▌▋▍ * ▅▅█▆▅▉▉▊▌▋, ▊▇▊▆▇▌, ▇▊▄▋▇▆▉, ▆▊▇▉▆▄ ▋█▇▌█▅ * ▆▋▉▆▌▆▄/▄▆█▋▊▊▉▅▇▊, ▋▄▊▌▉▅▊▋▄▆▊, ▅▆▆▉▆▄▅▅, ▌▇▆█▆▆▇▌▍▋ ▌▋▍▇▋▊ ▌▋▇▊▉ ▍▉▌▄█▍▍▅ ▅█▊█ ▄▉▇▉▉ ▇▊▆▆▊ ▄▅ ▉▋▌▉▊▋█ ▋█▉, ▌▌▇ █▌▇█ & ▋▋▆▆▇▌▌█▄▆▇▊ █▆▇▉ ▊▉▊▄ █▉█▍▍▍█▊█▅▅▉▇ ▋▉ .▌▋▍▅▌▍▄▉█▄ ▄▍▇▉▇▋ ▍▅▆▄▅▆▇ ▇▇█ ▅▄▌▅▌_▇▋▊█▌▋▇▌▅ █▄▄▍▍://▍▅▄▅█.▆▇▅▋█▉▇▊▌.▇▋▄/▊▇▆▊▆/▊▅▉▍/▊▆▄▊▅▆███▆-▅▌█▍-█▆▍▆▌█▅██▇▇▇▋▋▆.▋▉▍ ▊▉▉▅▄▅▇ ▇▍▆█▅▊▅ ▆█ ▋█▆█▆_▄▌▅▋▋▆▋▉▊ ▅▊▋▅▆ ▌▇▇▆▌▌ ▉█▍▄▇▊▆▄ ▇▍▌ █▄▊▉▋ █▇ ▆▍▉▌ ▆▄▋▇▉▌▇ \▄ ▇▆ █▉▋▊▌▄█▅ ▍▊▅▋▇▆ ▊▉▋ ▅▌▄▍▌_▇▊▅▌▇▍▅▇▋ ▆▊▉▍▉▌▌▌ █▌▅▍ ▌▊▉▊▉▋▄ ▅/▅, ▆▆▆▉▆▅▉▄▊█▍ ▉▍▍▄▋ ▆▅▊ ▌▇█▅▌ ▍█▄▉▆ ▌▆ ▅▆▉▄ ▇▇█▇ ▋▇▌▋ ▇▅▇ ▍▊▉▌▆ ▉█▇▌ ▋▅█▊▋▄ ▍▋▌▆ ▌▇ █▍▋█▌▋ ▌█▉ ▋▋▊▉▉▇ ▄▇▉ ▊▋▌▊▆▆▌ ▋▉▋█▄▌▅▆▄ █▋▋█ █▌▉▌▆▄▇ ▋▅ ▆▋▍█▇▉▅ █▋▊▉▊▄▆▄ ▄▉ ▌▊█▉ ▄▉▆ ▌▅▌▅▄█ ▆▌▄▊▇▍▉ ▉▉▊▄▉▋▅ ▆▌█▊ ▉▌▋▆▋▇▉▅▆▊▉▅ ▋▄ █▇▇▊▉▇ ▌▅█▄ ▆▄ ▇▄▇▇▄ ▄▋ ▆▊▅ ▋▄▅▋▄ ▆▋▌▍▇▌/ ▄▄▇▋▊ ▆▄-▋▇▇▊ (▍▊▄▉▋▌▊▉██) █▇▉▇█ ▌▆▉█ ▊▄▌ ▅▇▍▍▉█▋ -▊█▆▋▄▄▉▊ ▉▉▌▆█ ▍▇▉ ▊▌▇▅█▋ ▅▍▋▊▄▉▊ ▉▋▆ ▅▋▋▄▆▊▉▇▍▅ ▋▄▉▇▊▍ ▋▌▇▅▆ ▆▆▍▆▆▍█ ▍▍▄ ▄▌▉▄▋▅ ▇▆▄▆▄▆▇▍▅ ▇█▍ ▄▋▌▆ ▉▄▍█▌▋▍▊▄ ▇▍▄▋▆ ▍▆▍▌▇▉▆ ▍▅▄ ▍▍▅▍██ ▍▅▅▋▆ ▉▅ ▆▇▊ ▇▇▅▋▆▆ ▆▍▇ ▆▄▆ ▇▇▍▊▍▌▉▌▉▄ ▅▊ █▋▌▍▍█▄▊▉▋▅ ▌▋█▋▊▋▅▉▆█▋ ▌▌▌▊: ▉▆▋█▄▇▆ ▉▆▉▇▆▄▍▅ ▇▊▊▅ ▄▌█ ▅▌▄█ (▉▍▆▊▍▄▅▆), ▌▋▍▄▊▌▊ ▆▅ ▆▆█▅▉ ▅▄▄▅▋▋▌▅▅: ▌█▊▋▆▇▉▉▇▅ ▋▄▇█▉▍ ▇█▉▆▍▊▉▆▍ ▌ ▅▊ ▋▇█▇▋ (▊▅▊▄▄▇▍ ▉▊ ▍▇▇▉▋▉█▆) ▇▆▆▌▅▅ ▌_▇▌█▅▍▋ ▄▊ ▇▆▊▇ ▍▌▆▄▊▊▇ ▋▅▌▇▄▉ ▅▉▍ ▅▅▌▉▍▋ ▊▆▍ ▌▊▌▌▋▍ ▆▄▆▉▇ ▅▅▊▆▌ █▋▉█▇ ▉▌▅ ▄▉▆█▅▇▆▆ ▍▅▌ ▄█▌█▌▅ ▄▇▉▆▋▍ ▉▊▋▉▄ ▅▋▉▆ ▋▊ ▌▆▋▌ ▍▌▇▄▆▄ ▋▅_▇▉▆▊▇▇▆▆ ▍▇▉▋▌ ▇▌▆▄ ▅▊▉▆▌▄▆▅/▇▄█▆▅▉ ▍▋██▍▋ ██ ▅▄▉_▋▉▊▍▍▉▄▄▄▄ ▇▅ ▌█▉ ▍▉▄ ▇▋▍▋▋▉▍▇ & ▍▌█▊▋█ █▋▅▉▉▅▇█▇▅ ▅▉▉ ▉▊▍█▌▍█ ▌▆▉▍ ▋▄▍▊▊▅▊ ▇▇▌▊ ▄▇▄▇▇▋▌█▋▉ ▆▄█▊▍█ ▊▋▆▊▆ ▆▅▋ ▉▆▊ ▌▆▉▋▅▊▍▉ ▊▇█▉▋▍▌ ▋▇▉▄▉▍▊ ▋▄▊▄▅█▌▅/▇▌▄▄▄▆▆, ▌▄▇█▅▇▄▅▅/▉▋▇█▌▅█ ▊▋▅██▅▅██ ▋█▄▉█ ▊▍▊▉▉▉▋_▄▌▆▊▌▉█ █▅▇▇▅'█ █▇▌▋ ▋▊▌, ▌▄▇ ▍▍ ▊▊▍▌▊▍▆ ▊▊▊▌▍▌▊▉▋▄▆▇▅ ▍▄▄_▆▄▍▋▌▊▍_▄█▇▋▆▍▉▊▉█ ▄█▌▌█▍ ▍▅▄▅ ▋▋▄▋ ▄▉▉▊ ▋▊ ▅▇▍▊▉█▉▅▇ ▊▆█_▋▌▄_█▆▆▌▄▄▉▌▉▅ ▆▇▉▊▋█▌▌▌▇▋▉▅▆▄█▌▌█ & ▍▇▄▆▋▉▆▆▌▊▊▊▉ █▉▆▄▍ █▊▆▇ ▉▌▉▇▍▅ ▄▋▊▆▋ ▇▉▌▆ ▅▌:▅█ ▅▄▅_▆▋▅▄▉▍▄█▇▅▅▉▋, ▅▊█▊▄_▆▄▄▇▌▆▌▊▄▌▅, ▆▅▅▇█_▊▌▆▍▉▅▊▆, ▌▉▅▍_▄▅▉█▉█▍▍_▅▍▌▍▅ ▍▍▆▇▅ ▍▄▆▇▉_▌▆▊█▅█_▋▉▆▄▌▊▌ ▇▋▋▋▅▇: ▆▋▍▆▋▊ ▅█▌▋▊/▄▋▋▊▋▅ ▌▍▋▉▇▇ ▉▌▆ ▆▄▍▊▇▅ ▌▌▄▌ ▌▍ ▍▋▍ ▍▍▋ "▊...", "▍...", ▅▌▆. ▊▉▍▌█▌: ▍▇▇█▉ ▇▅▉ ▆██▅▌▋▌▌▆ ▍▅▌▉█ ▊▍▍▄█ ▋▇ ▄█▇█▄▅██ ▉▇▇▋█▊ ▇▅▋▇ ▅█▋▆▍▋▉▆ █▊███▍ █▆▅▍▅ ▋▋▊ ▇█▋▉▋ ▅▅ ▋▆▌▅▋▆▇▉ ▌█▉▍▋▊ ▌▄▄▍█ ▇▅▉▇▍▄: ▉▉▅▆▉ █▍█▅▋▇▉ ▇▋▊▄▊▇ ▉▉▋▄▍▉ █▊▊▇▋ ▄▆▍▌▄▅▋▅▇▇▍▊ █▊▌ ██▋▅▋▆ █▆▌ ▇▆▉ ▉▊▌▌▌▉ ▊▅▉█▋ ▆▊▍▍▇▄ ▉▍▇▇▅ ▄▄▍█ ▊▉▉ ▄▄█▌▉▅ ▉██ ▅▄▋▉ ▇▍▊ █▉▋▇▅▆▆█, ▍▅█ ▉▌▌▇ ▍▅▉▉▇▆ ▇▄▌▇▌▉█▌ ▉▌▋▅, ▇▉▌▌▅▇▋ ▌▄▍▇ ▋▄▊▊▌▄▉▍▌▉ █▄▉ ▍▄▆▊ ▌▉▇▇ ▋█▉▇█▄ ▄▆▋▉ ▆█▊▅▇▆ ▌▉▋▍▌▍▉▌ █▇ ▍▅▄▅▍ █▉▄ ▍▊▅ ▆▇▄▉▋ ▅▄▅▊, ▍▌ ▊▄▋, ▆▋█▉ ▋▌ ▊▍▅ ▄▌▅ ▊▉ ▌▍▊▅. ▊▄▊▆▋▇ ▅▋▉▋▌█ ▅█▍▇▋▊, ▅▉ ▆▋ ▉▇▅▍▋▊▉ █▇▊▆ ▋▍▄▅▍ ▄▄▇▄▆ ▍▅▋_▍▇▅▇▋▅ ▌▅▍▍ ▉▆▄_▌▊▉▆▄▇▅▅██ ▍▅▋▊▄▅▅▉ ▊▆█ ▄▇█, ▅▊▅▌▅ ▌▄▉▍▌▆▇▌▋▅, ▉▍ ▉▉▍▅ ▅▄ ▉▋▍▋ ▇▌▍ ▊▋▇▄▄█ ▆▇▍ ▊▇█▅▌▇▋▆█▇▅▇▌ ██▆▄▊▉ ▅▅▅▋ ▊▄▆█▄ ▌▊▋▆ ▊▊▌▉▋▄▅▅▄ ▋▆▄▋▊▋: ▇▍▋▄▋▊▆▌▉▊▋ ▅▊▍▊█▌▉▌ ▋▆▉▌█▍ █▇▄█▌▊ ▍██▅ ▅▄:▉▄ ▉█▋▇▌ ▄▌▉_▆▇▇▇▉▌ ▍▉▋ ▄▆▄▆▇ ▅█_▊▄▌▋▅▌_▉▇▆_▉▆▆█_▆▄█▄▌ ▅▋▄█▅ ▄▉▍█▄▋█▋▆▆▇▋ ▌▅▅█ ▇▋ ▍▄▍_▊▊▄█▄▌▄_█▅ ▇▇▅ ▌▌ ▆▅█▉▊ ▌▋▄▍ ▄█▅▆▍█▋▄▅ █▅█▌▌ ▍▄▍█▇▅▍▄▉▍▇▍ ▆▍ ▅▇▆▅▉_▊▍▄▌▉▄▍▇▆▅▋ ▋█▇ ▇▉_█▊▇█▍▄▄▍▆▍ ▍▅▌▌▌▅ ▍▌▆▌▍ ▆█▇▇▋ ▋▌▌▆▍▊▍ ▇ ▊▊▌▋ ▊▊▍▄▊▊ ▅▋█▇▇▉▋▉▄ █▊▆▆▄▅▅▆ ▅▄▄▍▇▆█▆▅▆ ▆▅▊▍▌▊▋▆▉▆▇▉▆█▇ ▉█▋▇█ ▌▉▉ ▇▋▄_▉▊▋▉▄▅▆▆▉▇ █▉▌▊█ ▋▉▌▍▊▌▉ ▉▌▋▋▌▊█▊▊▇ ▅▌ ▄▅█▄ ▆▆▇▍ (▍▍▄▍▍▋▍ ▄) ▍▊█▅ ▅▄▄ ▍▋▆▇▉ ▌▌▋▅ ▇▍▊▇ ▇▉▉ ▊▇▌▉▊▋ ▋▋▅▋ █▊▍▌ ▄▊▍▄▉▆▄ ▍▋▅▅▆ ▍▊▍▄▉ ▋█▅▋ ▋▆▉ █▅▍ ▉▆▋▇ ▅▋_▆▆▇▋▇▋_▇▉▋▉▋█▇▌▅▌▄_▅▋▆▌▅▆▇ █▉█▆█▋ ▍▋▍█▊█▉ ▆▆▍▅▉▍▆▉▄▄▆ ▌▋ ▅▊▊▍▌▄ ▍▄▇▋ ▇▄ ▄▄ ▉▍ █▌▅ ▋▆▋▍ ▌▅▇▅▄://▋▇█▅▇.▋▉▇▅▄▊▉█▉.▍█▉/▄█▍▊▉/▉▆▄▅/▉▇▋▌▋▉▍▍▆▍-▆▆▊▇-█▆▌█▆▊▆▊▌█▆▄▌.▆█▆ ▌▆▄▆ ▆▆▉▆▆▄▊ ▉▇▄▅▇▇▅█▇▊▅▍ █▌ "▌▉▆▉▊▋" ▊█▍▅▄ ▅█ ▄▆▊▊▆▆▍▋▆ ▋▆▍▋▊▋▄▉. ▋▇▊▇▇ ▊▇▋▉▆▍ ▄▇▍▅▅ ▍▄▆ ▋▄ ▌▊▉▅ ▉▋▄▊▍▅ ▍█▇█▋ ▉▄▋ ▉▇▌▊ ▍▍ ▊▍▌ ▅▋▋▉█▇ (▉▌▊▅▅▋▍▇▅ ▊▅ ▄▊▍▉█▊▌▇▋ ▇▅▆▊▉▉▊) ▍▌▌▆ ▉█▅-▌▉ ▄▇▍▍▊▄▋▄▌ ▍▍▍▇▋▅▌ ▅▋ ▍▇▉ ▍▊▉▄▍ █▆▇▉▉▉ ▅▍▇▆▍ █▄_▇▇▆▌▉▉▊▊▅▋▇▇▋▅█▄▅▋▇▌▊▊█ ▊▆██ ▌▇▇▌▌▋▊: ▉▄▇▅▄▄ ▇▇▆▉▄▆▋/▇▊▍▆█▊▉ \█ ▋▍▉▉▄▅▌▆▋ (▌█▉▄▉█ ▊▄▋) ▇█▇▇▌▊: ▄▊▄▆█▅ █▆▆▆▌▄▋▉ ▍▌▉▅█ ▋▉▊▋▋▆ ▆▆▋ ▇▄▅█▄ ▍██▅ ▊▌▊█▆ ▇▋ ▋▇▍█▋█ ▍▅▌▅▄█▌▆▍▅ ▍▊▌▆▅█, ▄▋▄ ▉▋▍▇▌▇▇ ▆▄▄▌▇ ▋▄▌▅▍▉ ▌▍▄▉_▌▊▊▋▋▇▄▊▇▆▅▇▅ ▋▍▌-▄▌▋▅▌ ▆▅▌▅ ▊▍▅▆▌ ▅▌▄▄▌▆ ▊▄▉▍▅▇▋▉▆ █▌▅▅▄▉ ▄▆▌▊▊█▋▊▄▇▍ ▇█ ▅▆_▆▄▌▊▅▍▆▋▍██▉▊▊▌▌▍▅▆▅▉▆█ ▆▋▍█▉▉▆ ▄▆_█▍▅▌▆█_▌▉▌█▍▅▅▍▅▍▆_▉▄▆▅▄▊▄ ▉▊▍ ▆▉▋▆▋█▅ ▅▋ ▉.▍ ▊.▉ ▇▊ ▆▅▇ ▇▄▌▌█ ▆▄▆▌ ▄█▆▅▆▉▉▉▄▅ ▆▅▊ ▄▋▇ █▆_▌█▌▉▋▉_▋▆▊▄█▄█▅▉▊▄_▋██▋▄▄▋_▊▅▌▅▋▍▅ █▄▍▅▋▍▉ ▊▊ ▇. ▄▍▉▅▍ ▊▄▊ ▍▍▄▌ ▄▉▌█▄▌▊ ▋▊▉▊▍▍▄ █▄ ▋ ▋▉▄▌ ▄▋▅▉▊▋█. ▋▉▋▄ ▄▉▍ █▇▇ ▍▋▄▍▋█▆▉ ▅▌▆▄▌▆█▄. ▄▍▋▋▍▇▅ ▅▍▄▋▊▌█ :: ▄▍▋█ ▌▋▍▍ ▇▆▌▍▉ ▌▅▊▊▉▊▍█▄ ▋▊█▉▉▍▍ ▊▋▊▋▋ ▋▆▇ ██▊▅▅▊▉▌ ▄▌▇▍ ▆▇ ▅▍▍▍ ▄▆▄▄ ▆▆▄ ▍▊▉▅▆▌(▄) ▍▇▆ ▅▍▌▇ █▅▋ █▊▆▍▋▆ ▉▊▌▋▋▄▆▇▅█ ▄▆▍ ▄▊▋ ▄▆▄▍▄▄ ▄▄▊▊▄▇ ▊▊▍ ▅▅▇▍▉█ ▄▇▌▄▍ ▄▉▋▅█▅▄▊▉ ▄▌▌▆▉▊ ▋▅▅▍▍▋██ ▍▄▉ ▄▅▇▄▍▅▌▅▄ █▆█▅▌▆▄▅▍ ▆▇▅█ ▌▊▍▆▌▅▅▉ ▄▌▄▌▄▍ "▆█▅▊▍▄ ▉▆▉▊ ▍▅▊▋ ▇▉▋▊█▊▇ ▋▅▊▇▋ ▍█▇██ ▇▋▆▋ ▊▌▉ █▅▍" ▊▅▆▆▋█ █▆▉▅█ ██▊▉▇█ ▇▅▄▄▌▄ ▆▊▇ ▇▄▊▊ ▅▆▇▋▊ ▉▌█▉▆▉▅▌▇▍▍▇▊ ▅▆█▆▆▄ ▌▋▄▍ ▊▇▄█▉▌▍▆▄▋ ▍▍█▍▋▌ ▉▍▄▋ ▆▋▄ ▋▌▇▆▍▍▇▌ ▌▉ ▍▋▅ ▆▄▉▍▇▋ (▌ ▊ ▊) (▅▌ ██▇▉▍▋, ▆▊▍ ▇▇▊▅▉▄ ▆▋▌▄█) ▉▆ ▊▊█▇▄ █▉▌█▄▊▉▌█▉▋ ▍▄ ▆▆▌▌▌█▇ ▇▆ █▄▋ ▉▊▆▆▋▋▄▊ ▋▌▅ ▄▍▆▍▊ ▋▉▋▍▍▄▆_▇▇▌▋▍▍.▊▅▄▌▊█▍▆ ▊▊▋ ▋▇▇▇▄▋▌ ▊▉ ▋▉▊ ▋▄▌▉█▍ ▌▍_▍▅▊▄▋▅▆▆ ▌▍ ▇▅ ▍▍▆▊ ▊▍▇▊▍▅█ ▅▅█▆ ▋▌▌▉▇▋▊▌ * ▊▊▇: ▊▌█ ▊▋▉_██▋▋▌▆_▍█▊▅ ▄▌▊▉▍▆ * ▌▉█: ▍█▍▇▆ ▅▊▄▇▆█ ▅▆▇▌▋▊ ▋█▌▉▍▄ ▋▊▊▍▍ ▄██▄ ▍▆▌▄█▄▉▊▆▆ * ▊▆▅▍▋█▌ ▋▆▉▇▋▌▍▇▆ ▋▉▅▊ ▍.▌.▌ █▆ ▄.▉.▋ + ▆▉▅▌▊▇▇▌▉ ▊▌▉▅▇▅▍▊▅█▌ ▋▆▇▍▉▉▇▋▇▋▋▋ * ▍▄█▋▇ ▉▄█▊▉▊▅:▋▊▉▊▋▍▌▄▊▊▄▄▆▅▇▄▄() ▉█▋ ▍▅▉▅▌█▉▅▅ ▍▅▅▉▆▆ * ▌▄▋ ▍█▍▊▄▆▍██▅▅▄ ▇▄▅▍▅▉▄ █▋▇▇ ▊▍▊█▍▉▍▍ * █▍▇: ▊▍▌▇▄ ▇▅▇▍█▍▄ ▉▅▍▊▄▋▌▊▍ ▊▅▆▊▇ ▋▄▌▉▆▋▄▄ █▆ ▄▌█▋ ▆▇█▌ ▋▍▅▇ ▍▍▌▆/▊▇█▄▋▉▊▋▉ ▅▉▇▆▅ ▍▉ ▊▋▉▆ ▆▄▇ * ▉▅▆: █▊▆ █▄▍▊▄▄▋▊███▅▋▆▅ ▌▄▊▉ ▄▉▊▅▇▊▍▉ ▍▌▌▉▅▍█ ▄▅▉▋▅▅▅▍▆ * ▇▅▄█▌▆▊ ▅▉▌▊▊▋ ▌▊▍▄ ▉▋▋▊▌▇ ▅▇▅▄ & ▇▆██▌▊ █▌▆▊█▊▋ ▅▊ ▍▆▆▋▆ ▆▍▋▅▉█▅ ▊█▋▌▅▋▆▇ ▌▄█▌▍▇'▍ ▇▇▉▌▄▊▍▍ ▅▍▉▌▋██▇▌█ ▉▋ ▇█▋▇▌█▋▌_▌▌█▋ ▌▆▉█▉▋ `"▇▉▋▉▊▍▊▍█", "▍▇"` ▋▉██ ▊▉▍▊▆▍▊▌▅▄▆ █▋▍█▌ `▄▌▅▄▄▄▌▋▋▋` ▍▍▌█▅ ▆▍ ▇▆▊▉▌▇.▋▋▋▊█▇█▌▍▄ ▄▆▍█▇█▉ ▋▅▌▉▍▊ ▍▊▌▄ ▉█▊▌ ▇▆█▇▇▆ ███▇ ▌▄▍▋▅▆▌ ▉ ▌▊▍█ ▍▌▌▅ ▋▍▉▇▍▇▆ ▅▋▄█ ▄▄▅▅▇▋█▊▍▊ ▆▉ ▊▆▄ ▉▍▌▌▇ ▊▉ ▆▉█ ▌▄ ██▋ ▋▍▅ ▌▋█▋▉▊▊█▆ "▌█▉█▍▅▍/*.▌▆▇" ▌▋ ▋▉▌▊▋█▊▄ ▅▅▌▆▇▋. █▉▌ █▆▆▌█.▊▋▄▍▌▍▉▊ ██▅█▄▆▊▅▌▅▄█ ▄▋▉▆▅▅ ▊▇▄▌▄▊▌▇▌ ▄▉▋ ▊▋▉█▊█▅ ▍▋▅▍▋ "▊▄▆█▇▍▅▋▌", "▋▆" ▅▊▊▇█▉▋█▉ ▉▄▉▆▌ ▊▄▅▄ ▅███▆ ▅▄██▍▌▍▌ ▌▌█ █▌▍_▄▋▇_▍▋▇▆▉ ▉▍▉ ▋▍▄▊_▊▆▋▊▇▉ ▇▍▄▋ ▉▊:▋▆ ▊▌█▌▄▅ ▇▌█▋▅ ▄▉█▉▍▆▍▌ ▅▅▊▊▋█ █▋▋ ▆▅▆▋▉▇▌▄▅ ▍▌▍▇▌▌▄▉ ▇▍▌█▅▉▉▋▊▄ ▄▅▊▇▊ █▊▉▆█▇, ▉▅▊█▋▆▅▍_▋▇▋▉▆▅█▌▆▅, ▊▊▄▍▆▌▍▉_▉▅█ , ▊▆▉▊▆▋▌ ▆▍▇▆█▋▌ ▋▆▉▇▆▆▉█_█▊▋▆ ▊▍ ▋▉▆ ▋▍▉▅▄▆▍ ▄▇▊▉. ▆▋▇ ▆▇▅▉▉▇▅▆▍▍▆▌▌▌▍▅ ▌██▅▉ █▆▊▋▄▉▇ ▍▉ ▍▅▋ ▇▉▍ ▉▇▅▅▄█▄▉▌▅ ▇▅▅▅▋▅ ▌▉▋▌▄ █▋▉:▋▋▇▇▍▅▅▉▇▍▊▉▆▆▄▄ ▇▊▋ ▉▊█:▆▌▌▌▇▅▉▊▌▄▊▊█▇▅ ▊▊▋▄ ▌▌▅ █▆▌ ▉█▊█ █▊▆▌▇ ▉▉█▄▋▄▍▊ ▄▉▌▊ ▌▋▍▋ ▍▍▉▌▊▅ ▇▊▄ ▌▊▌▆ ██ (█▋ ▄▋▉▅▉ ▄▄▍▆▄, ▍▇▅ ▊▋▋▋ █▊▊▄▋█) ▆▌▄▍_▇▄▇ ▊▅█▌▌▍█▉▇▍▉▌▇▄█▇ & ▌▅▍▅█▍▌▋▊▇▇▇▇▉▄▊ ▌▌▇ ▋▌▆▌▋ ▇▆▅▊▄▅ ▇▇▋▉▅ ▋█▍▌ & ▋▇▋ ▆█▊▄▅ ▋▍ "▍▄▉▋▊▉ ▉▇▅▌▆▋▅▊ █▄ ▄▉▌█▇" ▆▍▍▉█ ▄▄▇ ▅▆▄▇▋▅▅▋▊▅▍ ▉▇▆▄ ▊▄▅▄▋█▊█▇▇▊▋, ▅▊▅▅█▉▄ ▄▉▆█▇▉, ▇▆▇. █▌▍▍▍ ▌▇▉▆_▄▇▌▉▋▊▍▅.█▄▄█▄▉▄▇/▆█▇▉▋▉▇▅▆▄▉█▊▋ ▆▇▉▌▇ ▅▅▉▌_▊█▆▄▇▅▌█▆.▌▉▋█▍▍▉█▄▊▆▋▅▉ █▊▋▋▍ .▅▅▌ ▆▋▊▊▅ ▉█▄▄ ▇▊▆▉ ▅▄ ▌▇▊▇ ▌▅█▆▄ █▌ ▌▇ ▉█▍▆▄▄ ▇▍ ▋▇▌▍/▍▍▊▌▄ ▍▍▇ ▊▍▇▆▋▆▋ ▋█▉ ▆▆▋▅█▉█▇▅ ▉▌▄ ▄▄▋▇ ▍▅▋ █▄▉▌▉▋▊▄▊▉ ▋▆▉▉ ▆ ▅▊▆▌ ▉▄█▊▋█ █▉▌▇▉▇▇▉ ▄▄▉▊▇ ▆█▌▉▋ ▌▇▆ ▆▉▌▍▅▅ ▄▊▋▄.▇▌█▄-▅▋▊▅▅█▊▉▉ (▊█▆▄█▊ ▉▊▌▇ ▅▆▄▄█) ▇▆▇▍▆▄ ▅▋▌▆▆▅ ▌▉▋▍▉▋▍/▅█▌▄▊▍▅ ▇▉█ ▇▋▅▋▆ ▌▌▄▋▆▉▉▋▇▌ ▅▉▊▄▄▇▉█▄▌▍█ ▆▊▍▄ ▊▊▇ ▉█▅▇▉▋▌▌▌▉ █▊▋█ ▆▉█▉▆█▄ ▋▇▄▌▆█▊█▌ ▅▌▌▇▌█▍ ▅▄ ▇▆ ▉▋▍▊ ▅▆▍▍▅▉ ▉█ ▆▆▌▅▅▉ ▇▇▅█▍ █▉_▌▇▊▌▉ ▆█▌▅ ▉▍▇█▊ (▍█▊▇ ▆ ▉█▊▅▍▇▌) ▊▋ ▄▄▄▋ ▉▄ ▇▍▆▅▉▇▅ ▉▄ ▊▌▋▊▌▇▌ ▉▅▋▌▄ ▆▅▊█ ▋▉▊ ▌▅█▆▌▇▇ ▄▅ `▉▋▍█▍▉_█▅▉▅▌█_▆▉▍▄▊` `▍▅▋▉▊▌▌█▋ ▍▆▊▌▇▉ ▆▊ ▍▇▋█▅▊` ▊▉▍ `▉▊▅▊▉█ ▆▅▇▅▆ ▉▌▍▅` ▍▆▊▆ `▉▋▋▇▆▉▉▊▆▆` ▌█▄▄▋▆▅▇ ▄▇▋ `█▊▍▇▄▅_▅█▊█▍▄_█▄▅▋▇` ▍▄▄▌ ▍▍:▉▊ ▅▉▄▊▍▊▅▆ ▉▄▄▌▍▆█ █▅▉▋▍█▊ ▍▊▉▌▇▄▇ ▌█▋█▊▌▉ ▄▋▋▌▋▋▍ ▍▅▍▇▋▊▊▊█▅▊ ▆▉▉ █▅▅▆▅_▍▊▊▇ ▇▆▇ ▌▇█▌ ▌▅▋▊ ▄▉▉▉ ▊▇▋. ▅▄▉▌█▇▄_▊▉▉▊▊▋▇▇▋▊▄▇▌▆ ▆▉▆█ █▌▉▍ ▊▉▉ ▌▆ █▉▋█ ▋▄▋▋▌▆▆▉▍▇ ▊▋▍█▇ ██▍▉▆█▄█ ▉▊▍▄ ▄▌█▌▋▄▅▆▆▄ ▉▇▆▄▍▉█ ▌▆▊▅▆ ▇▌█▄ █▄:▋▉ ▆▄▌▆ ▅▊██▍ ▊▌▆▄█▌▉_▆▆██▄▋█▇▌▌▉▊▇▋ ▉▄ █▊▌█ ▉▄▌▆ ▄▍▌▉▌▌▅▌▍▍ ▌▅▊▇ ▉▉ ▊▉▇▆ ▅▌▅▆▄▌▋▇▊ █▄▅▇▆█▄ ▌▌▉▄▋▊▊█▌█ █▅▅▇ ▌▄▊ ▊▄▅_▌▊█▄ ▅▋▆▉▌▊ ▌▇▌▉▊ ▋▄▇_▉▉▅▊▇▊▇_▊▆▇▉▄ ▉▋▅▆▅ ▅▇█▌▍▇▅▊ ▆▉▄▆▉ ▊▅▍▇▅▉▍▆ ▇▋▊█▉_▍▍▌▅▅▆▊▇▉▇ ▉█▉▅▄ ▄▅▅▇ ▇▊▊_█▄▆▉▉▆ ▍▌▊▌▇█ █▅▋▄ █▋▊▆▅▋/█▌▉█▍▆▅▊ ▇▅▌▆▉▌▍▉▋▇ █▊▋▋▄▅▊▌▆▄ ▊▉▊█▉▊▉▇ ▄▅▇▊▊▍▉▆▉▆▉▍▅▍▄▇▋ █▄ ▋▋:█▋'▄ ▍▅▍▋██▊ ▍▆▉▉ ▉▄▋▄▌▆▌ ▉█ ▇▇▍▋ █▇▊▅▉ ▌▊▉▇▆▋▉, ▍▋▌▄ ▉▊▊▉▇ █▇▄▇▆▉▍ ▌▇▋ ▊▅▆▆▄▌█ ▇█▍▍▆ ▋▄:▉▌█▄▉▌▋▋█▇▍▄▊▌ ▇▆▋▋▄▉▄ ▇▋█▋ ▅▄ ▆▅▊ █▆▉▍▋▇ ▄▍▇█ ▄▍▋▌▇ ▄▆ ▊▍▅▆▆▆▆▍▆ ▅▍▆▇▋ █▉▋▍▋. █▊▄▄▆▌▇▉█▅ ▊▌▅ ▊▍█▆▄█ ▅▄▇▍▉▅▄ ▊_▍▊▊▇▍▍▉▊▉▉▍ ▍▇▌▊ ▋▋▉ ▇▌▊█▇▅█▇ ▋▋▄ ▊▉▌▅ ▅█▍▌▋▊? ▍▉▄▇▌▇ ▄▄▇▇▊▆▍▌▆▍▉ ▇█▍▊ ▅▌_▉▍▄▅▌ ▅█▋▌▍▌▇▆▊▅ █▌█▆█▇█ █▉▍▌▆▍▉ █▌▄▋ ▋██▌ ▅▆▌▍▊▋▆ ▄█ ▍▇▇▌▊▉▇▋█▅█ █▆▍▍ █▅█▅▌ ▊▉ ▅▊▊▊▅█ █▋▊▆██ ▌▍▉▊ ▌▇▋▍ ▆▇▍▇ (▍▆▌█ █▇ ▅▆▌█▅ ▋▆▍) ▇▌▆ ▋█▆▄.▋▄▄▍█▊▋▄▊▇▌ ▋▇▋▍ ▉▄▆▆▄▅▉█▋▌ █▌▄▍▋ █▌▊▇▅▅▌ █▍ ▋▇▆▆▄▆ ▍▍▅█▆ ▆█▆▅▌_▆▊▆▅▄▋_▋▄▌▌▍▄ ▄▊▋▊▉ ▇▉▋▍▆▇▉▌ ▉▋▊▊▉▄▊ ▉█▍ ▉▊▇▌▄ ▊▅▇▆'▆ ▌▍▉▊▊▊▅ ▊█ ▍▍▆ ▋▆▉▄▄█▇ ▌▇ ▉▉▊ ▆▄▅██▄▋▍▅ ▆▄▉▅▍ -▄▌▍▍▄▉▄▆▍▅▇▄▉▋▍ █▍ ▆▇▍▇ ▉█▊▅: ▇▅▄▅█ %▅▍▌▄█▉▍▇█▍▊▄ ▅▍▄ ██▄▍▋▇▋ ▆▆▊█▇▆▋▊█ ▍▄█▄█▅ █▇██▉▋█ ▆▇▇▉▉▊ ▍▅▅█ ▅▇▋▊█▍▅ ▊▉▌▉▊▍▊▍▊▇▍ ▋█▆▋▄▋▍▆▅ (▌▋▄▋▇▌▊▆▊ ▋▉▄▇▆▌▍▍▌▉█▊) ▉▌▇▍▇ ▊▅█▇▍▊▅▌▇ ▍▉▄▆▌▆█▆ ▍▌▍▇▅█▋ ▄▍ █▌█▆▌▋▌▍▅ █▌▇▌▌▌ ▉▍ ▍█ ▍▊▋▅ $▆▇▍█▍▄ ▉▋▊▇▄▅ ▇█▄▄ ▋▅▇▋ ▋▉▍▅▍▄▌ ▅▉▇▄ `▆▋▋-▅▍` ▌▆▌ ▌▉▊▆▄▌▊ ▉▅ ▌▌▋▌ ▇▍▇▋▇▌▉ ▍▆▇▆▇ ▆▋█▉▇▅▆█▆█▅ ▄▇ ▍▇▆.█▊▆ ▋▉ ▆▍▋▇▇▉▄▋▍▊▆█-▌▋▄▆.▍▌▋ ▉▆▉ ▍ ▌▆██▉▆█▉ ▄▉▋▍▋ ▊▆▍ ▊▅▋▆▋ ▌▊█ ▅▆▄▉▌ ▉▅▇▊▄▌▄ ▍▄▉▉▉ ▅▅▌▅▋▇ ▉▊▌▅▇▉ ▇▅▄ ▊▍▇▆ ▅▌▊▉█▇▇▋ (▌▆▍▉ ▊ ▅▋▊▋ ▌▆▇▍█▌▍) █▋▌▇▌▌ █▄▋▆▇ ▊█▉█▌█▉▋ █▍▉ ▋▇▊▉▆▋▋▍ ▇▋▄▋▅▊▉▍ ▌▄▌▍▌ █▌▄ ▅▅ ▇█ ▌▇▋▇▄▌▄ ▉▋▇/▉▊▆▋▍ ▊▊ ▋█▋▆▉▋ ▊▊▄▋▆█▉▇▅▇▆▅▍ ▍▊▋▆▊▄ ▆██▅▊▅▉ ▅██▋ ▊▅▇▊▄ ▋▍▅ ▋▄▅▍_█▆▄▊ ▍▋▍▍ ▅▄▆▇▆▆█▇ ▉▋▇ ▅▍▇▋▅▋▇ ▌▍▋▅▍▍▄▉ ▍▍▊▉ ▉██ █▉ ▊▌▄ ▇▌▆▊ ▉▍▋ ▄▄▄▉▍▌▉ ▌▍▆▍▄▆ ▆▋▆▉▋ ▄▅▌▊ █▋▄▆ ▋▍▄_▋▅▉▄▆▍█▍▇▋▊▄▊▉▆ ▊▉▉▋▊ ▉▊_▍▉▋▍▇▊▆_█▊▅▉▌▆_▅▇▄▄▆▆_▇▅▍▇ ▅▅▅▆▅ ▉▊_▍▇█▄▆▄▆▇▊▌▊ ▍▄▉█ ▋▆▅▆█▉█ ▇▆█ ▍▅▊▋▅ █▅ ▌▄▅▆█▅▍▇▌ ▊▊█ ▋▆▍ ▌▋█▍▅▍(▄) ▄▉▍▅ ▊▆ ▍▊▊█ ▇▉▄ ▄█▅ ▇▅▅▌▉ ▍▋▌ ▉▆▄▆▌'▆ ▆▇▅ ▌▍▊▇▆▉▊▇▆▄. ▆▄▅▅ ▍█▉▄ ▋▍▄█ ▅▋▄▊▇ ▆▋▋▇▅ ▄▇▆▄ ▋▌▅▉▉▉▇▍▉▌ ▇▅▅▌ ▆▆▉▇. ▄▇▌▍▆ ▊▅█▊ █▊▄▍▋▍▌ ▊▋ ▍▅█▉▅▆▅▆ ▆▆▄ ▌█▅▊▋▆▍▆▌▉██ ▄▍▍ ▆█ ▌▉▅▆▅▉▆▇ ▍▉▆▉.▋▄▇▍▇▋▍▉█▆▉ ▍▊▌▅█▋▇ ▉▅▍▋ ▇▊▄▌▋▌ ▌▇ ▋▊▊▊▄▉▅ █▋▆▍▋▍ ▉▄▅▉ ▇█▋▉▊▄▄▉ * ▄▊▊▌ ▉▍▅▊▅█:▌▇▄▋▉▇▆▉ ▇▆▆▋▌▊▌▆██ ▄▋▅▊ (▊▄ ▄▍▉▊▆ ▆▋▄▌▅ ▆▌▉▉▍█▇▄▊▋) * ▇▆▌▄▄▆_▉▊▉ █▇▅ ▊▍▊_▉▌▊▇▅█▅ (▍▋█▍▋ ▌█▉█) * ▄▄▍.▋▌▅▉▊▍▊▅██▋ ▄▆▉▌▇▊▊ ▊█▆ ▅▇▅▉▄▉▊▅ ▄▍ ▆▅▋ ▆▌█▆▄ ██▇▊█ ▍▇▋▅▄ ▅▍▋█▉▊▊ █▄▍▉ ▇▄▍███▍▉▇▍▍ ▇▊ ▆▄▌█_▌▅▆▇█▊▄▄▆▌▊▄▉█▇ ▇█▄██ ▆▄▉█▅ ▋▄▆▉▄▅█▋ ▆▉ ▌▊▆▍▇▌▇ ▆▉▇█▌://▉▉▄▆▅.▉█▆▌▊▌▅▊▊.▌▉▅/▊▅▆▇▌/▉▊▅▅/▅▊▌▌▍▄▊-▍█▊█-▌▄▍▇▍▋▆▌▅▆▊▄▌.▄▍▆ ▆█▋▄▇ ▄▍█▌ █▍▋▋█▋▆ ▅▄ ▆▊▅▌▇▄▆ ▌▄▍█▉ ▄▋▄▌██▋ ▊▅▌▄ █▉▉▋█▅▋█ * █▌▋▌▆▄▇ ▄▊▋ ▉▍▄▄▆█▆▋ ▍▍▆██ * ▍▇▉▋ ▇▌▇▋.▋▇█▍ ▋▆▍▋▋▄ `█▅▍` ▊▍ ▄█▇▅▉▋▅ ▋▆▄▇▋█▋ ▇▄ `▆▇ ▍▋▉▉▅` █▅▆_▍▅▌▌▇▉▆█ █▆▍ ▋▋▄▉▊▆ ▍▇▉▉▍ █▄▅▋▄▌:▇▉▆▌▄▆▋▄▌█▊▌▉▍▇▄▄▉▉▍▆▍▇▆▅▊ ▋▄ ▋ ▌▊▊██▅ ▌▄▄ ▊ █▆█▋▌▆ █▍▊▊▇▍▊▅ ▅▊ ▇▆▄▋▇▉:▋▇▍▋▄█▄▋█▄▄▌▅▊▋▅█▍ ▊▊▅▇▇ ▍▍█▆▌ ▌▊▍▇ ▇▌ █▅▌▄▆ ▄▌▌_▆▇▍▌▄█▌_▅▋▄▅ ▋██▄▄ ▋▊ ▅▆▍▋▄▋▉▆ ▆▊: ▇█▋▊▋ `▆▄▄▍.▅▇▌▍▊▌▌▅` ▉█▍▅▋▆▉▍ ▊▌█ ▆▆▆▋▆▆ ▌▇▇▉▍▅▇ ▍▄▉▆▇ ▇▇▌▆▉▍▌▆ █▊▅▅▊▅█ ▉▋▋ ▌▉▉▋▌▉▉▊ ▉▆▊▅▊ ▊▇▉▆ ▉▉▍▋ ▇▍▄▋▅▅ ▅▌▌▋.▌▆▇▊-▊▋▊▉▇▋▌▇▊ ▊▇▍▉▌ ▅▌▌▍▋ ▄▉▊▉ ▍▊█▇▌▋█ ▌▍ ▇▍▊▌▊▄▆ ▆▌▄▇█ █▆▉▇▋▍▍ ▌█▆ ▅▄▆▊▌ ▍█ ▍▉▅▌'▇'▊▉▆▆ ▆▌▋▉▅ ▉▆▅██ ▌▍▅▋ ▉▍▉▄▋ ▉▊▍▅▇▌▍█▅ ▊▄▉▍▅█▋▄▄▌ ▅▊▋▄ & ▅█▄ █▌:▌▊▌▌▊▋▊▊▇▋▇▊▆▅▅▉█▌▌▌▊ ▄█▌ ▊▌▅▋ ▉▋ ▊▆█▄▊█ ▋▅▌ ▆█▋▇▇▋▆▌▉▉▉ ▋▉▅ ▉▅▋▆▍▆▋▊▌. ▅▉▄▅▆▅█▋▋▆ ▄▊▇ ▍▊▄▅ █▄▊▅ ▍▄▄▄▍:▍▌▅▌▍▅▉▊▊▌▇▊▍, ▋▄ ▌▌ █▉▉▅▆▄. ▆▋▌▋▍ ▊▅.▉▍▄▇▆▊▉▌▇▍▄▋▆▌▊▉█▆▉ ▇▅▉▉▉▋▋▌▍ ▄▄▇▉▍█▇ ▇▉ ▊██▆▍ ▅▊ ██ ▍▆▉▅█ █▇▇▄▍ ██▊█▋▊_▋▆▉█▋ ▋▉▇ ▍▋▋▅▄ ▆▇▌▄▆ ▋▊█▍▊▌▅▊█ ▇▍▅▄ ▄▊▊ ▅▍▄▄▊ ▅▊▆ ▅▊▊▆ ▆▋▊_▉█▇▋'▅ ▆▌ ▊▊▆_▅▇▅▇▌▋▋▉. ▇▄█▌▄▊▊ ▍▅▋ ▍▆▍▇▊▊ █▋▋▆█ █▆▇▇ ▋▉ ▌█ ▌▇, ▍▌ ▊▌▋▅▋ ▇▊▅ ▆▄▅▊█▆ ▋▊▉ ▍▅▍ ▉▅▍▌▅ █▇▅▋ █▇█▍▇▇ █▍▉ ▊▇▄▅▅▇ ▅▊▍█▋ ▅▍▍▅▄▇▉▍▌ ▄▇▄▉ ▇▌▋▋▊▄▍▆ ▋▄▆▌ ▌▇▍▉ ▋██▌▇ ▉█▇▆▍▄▋▉ ▄█▇▆▉ ▌▇▊█▍▌███▍ ▊▇▅▄▊▇ ▅▉▌▆▆▋▇ ▇█▋ ▄▅▋▊▉ ▍▉▇█ ▉▍▆ ▉▉▇▌▅█▋▍▋ ▍▅▆▌▌█▄ ▇▅▍▇▄▆▌▆ ▋▌█▊▋ ▌▉▄ █▌: ▄▆▌▇▊ ▍▊█▍▅▄ ▉▋▊▉▉▄▇ ▉▊▆ ▆▋▄▅▆▍▄▆ ▍▇ ▄ ▋▍ ▌▅▅▍█ ▄▊▉▇▊▆ '▆▄▋▅' ▅▌▆█ ▌▊▌▉▋▆▇▍▉▅
15 Days Ago
15 Days Ago
Update Treason map icons from the developer Updated language files TTT PR: Fixed health station not breaking at 0 HP
15 Days Ago
Update Treason map icons from the developer Updated language files TTT PR: Fixed health station not breaking at 0 HP
16 Days Ago
Fixed killfeed names regression
16 Days Ago
Fixed killfeed names regression
16 Days Ago
Fixed ai.GetSquadMemberCount returning nothing if there is no squad Fixed player_squad NPC squad being overflown When you spawn too many npc_alyx's or npc_citizens. Reduced max player squad from 32 to 16, to match the actual max NPC squad size Handle NPC squads being overflown when spawning many NPCs
16 Days Ago
Fixed ai.GetSquadMemberCount returning nothing if there is no squad Fixed player_squad NPC squad being overflown When you spawn too many npc_alyx's or npc_citizens. Reduced max player squad from 32 to 16, to match the actual max NPC squad size Handle NPC squads being overflown when spawning many NPCs
16 Days Ago
Minor cleanup Give description to vgui_visualizelayout Added quick switches to console https://files.facepunch.com/rubat/2025/March17-1180-ZigzagGourami.png Added more options to Console Quick Actions Pull Requests * Updated TTT language files * make file.Read return `nil` on failure instead of `no value` env_skypaint FGD inputs Added Entity:SetNetworkVarsFromMapInput as a helper and a sister function to Entity:SetNetworkKeyValue Fixed being able to reset npc_grenade_frag after it exploded PR: Fixed `team.GetColor` retuning non copied default color Localize Balloon and Dynamite world tool tips Update gmod.code-workspace Added derma icon browser to console quick actions Add icons to drag'n'drop right click menu Unify spawnmenu rightclick code & add GM:SpawnmenuIconMenuOpen The hook is called for ContentIcon and SpawnIcon. SpawnIcons now also call PANEL:OpenMenuExtra, if it exists.
16 Days Ago
Added more options to Console Quick Actions Pull Requests * Updated TTT language files * make file.Read return `nil` on failure instead of `no value` env_skypaint FGD inputs Added Entity:SetNetworkVarsFromMapInput as a helper and a sister function to Entity:SetNetworkKeyValue Fixed being able to reset npc_grenade_frag after it exploded PR: Fixed `team.GetColor` retuning non copied default color Localize Balloon and Dynamite world tool tips Update gmod.code-workspace Added derma icon browser to console quick actions Add icons to drag'n'drop right click menu Unify spawnmenu rightclick code & add GM:SpawnmenuIconMenuOpen The hook is called for ContentIcon and SpawnIcon. SpawnIcons now also call PANEL:OpenMenuExtra, if it exists.
17 Days Ago
Minor cleanup Give description to vgui_visualizelayout Added quick switches to console https://files.facepunch.com/rubat/2025/March17-1180-ZigzagGourami.png
17 Days Ago
Better error handling for reworked killfeed Allow Map IO to convert int/float to string automatically Better default text color for game_text Port original ear ringing behavior from HL2 to Lua less ear ringing Remove cheat flag from mat_colorcorrection Added sv_usercmd_custom_random_seed Added sv_showimpacts Move Treason map icons to fallbacks VPK Mod author(s) want to ship the map icons for Garry's Mod themselves. This will make their icons take precedence over ours. Added some headers to projects for intellisense Try to mitigate util.TableToJSON leaving junk behind of failure Merged Pull Requests * Make Player:LimitHit serverside only (it would error clientside) * weapon_rpg for npc_citizen (rebel only) * ENT.Information support for tooltips in NPC spawn icons