<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=108.162.245.167</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=108.162.245.167"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/108.162.245.167"/>
		<updated>2026-04-16T15:28:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:R3TRI8UTI0N&amp;diff=336225</id>
		<title>User:R3TRI8UTI0N</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:R3TRI8UTI0N&amp;diff=336225"/>
				<updated>2024-03-01T01:08:39Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: fix again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Other aliases: Vaden K.&lt;br /&gt;
&lt;br /&gt;
Birthday's 31st July 2008. Comics released on my birthday include [[135: Substitute]]&lt;br /&gt;
&lt;br /&gt;
Kinda insane, nerdy, just an overall weird human being, honestly. Type everything he says, including filler words and excessive comma usage. Trying to use semi-colons more often as well.&lt;br /&gt;
&lt;br /&gt;
Wannabe youtuber, writer; pretty ambitious, but short attention span.&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:R3TRI8UTI0N&amp;diff=336224</id>
		<title>User:R3TRI8UTI0N</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:R3TRI8UTI0N&amp;diff=336224"/>
				<updated>2024-03-01T01:08:20Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Fixed the link for you&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Other aliases: Vaden K.&lt;br /&gt;
&lt;br /&gt;
Birthday's 31st July 2008. Comics released on my birthday include [[135: Substitude]]&lt;br /&gt;
&lt;br /&gt;
Kinda insane, nerdy, just an overall weird human being, honestly. Type everything he says, including filler words and excessive comma usage. Trying to use semi-colons more often as well.&lt;br /&gt;
&lt;br /&gt;
Wannabe youtuber, writer; pretty ambitious, but short attention span.&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=676:_Abstraction&amp;diff=336215</id>
		<title>676: Abstraction</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=676:_Abstraction&amp;diff=336215"/>
				<updated>2024-03-01T01:05:45Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 676&lt;br /&gt;
| date      = December 16, 2009&lt;br /&gt;
| title     = Abstraction&lt;br /&gt;
| image     = Flag of the Soviet Union.svg&lt;br /&gt;
| titletext = If I'm such a god, why isn't Maru *my* cat?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comics points out the large number of levels of abstraction working together at any given time in today's computers.&lt;br /&gt;
&lt;br /&gt;
Programs on current computers do not run &amp;quot;directly on hardware&amp;quot;. Instead, the hardware (in this case, a {{w|Central processing unit|processor}} of the {{w|x86-64}} architecture) is controlled by the {{w|operating system}} {{w|Kernel (computing)|kernel}} (in this specific case, {{w|XNU}} is the kernel used in Apple-branded devices). Many operating systems offer a standardized {{w|Interface (computing)|interface}} called {{w|POSIX}}, which wraps the services offered by the different operating systems so that applications do not need to cope with the differences between the operating systems. {{w|Darwin (operating system)|Darwin}} is the name of the core set of components on which the Apple's {{w|OS X}} operating system runs. And using this operating system, the user runs the {{w|Firefox}} web browser. However, the browser itself contains further abstraction layers: {{w|Gecko (layout engine)|Gecko}} is the engine handling the display of web pages on the screen, but in this case, it only allows a separate software, {{w|Adobe Flash Player}}, to render a video requested by the user.&lt;br /&gt;
&lt;br /&gt;
And all of this work is, in this case, done only because the user wanted to watch a funny cat Flash video on the Internet; which makes the user feel like he is a god.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Maru (cat)|Maru the cat}}, a cat who became very popular on YouTube for, among other things, jumping into a box. Cueball questions his god-like capabilities by wondering why can't he own Maru.&lt;br /&gt;
&lt;br /&gt;
Flash was an early way to make fluid media (such as games and animations) online that didn't require transmitting much data in a time where internet speeds averaged about 300KB/s. One of its uses was for video playing in a time where many browsers did not natively support playing media. It is now superseded by {{w|HTML5}} technologies [[2405: Flash Gatsby|and discontinued at the very beginning of 2021]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting at a computer.]&lt;br /&gt;
:An x64 processor is screaming along at billions of cycles per second to run the XNU kernel, which is frantically working through all the POSIX-specified abstraction to create the Darwin system underlying OS X, which in  turn is straining itself to run Firefox and its Gecko renderer, which creates a Flash object which renders dozens of video frames every second&lt;br /&gt;
&lt;br /&gt;
:because I wanted to see a cat jump into a box and fall over.&lt;br /&gt;
&lt;br /&gt;
:I am a god.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1377:_Fish&amp;diff=336214</id>
		<title>1377: Fish</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1377:_Fish&amp;diff=336214"/>
				<updated>2024-03-01T01:05:31Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1377&lt;br /&gt;
| date      = June 4, 2014&lt;br /&gt;
| title     = Fish&lt;br /&gt;
| image     = Flag of the Soviet Union.svg&lt;br /&gt;
| titletext = [Astronomer peers into telescope] [Jaws theme begins playing]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The {{w|Fermi paradox}} is the contradiction that arises between high estimates of the likelihood of {{w|extraterrestial life}} and the fact that no evidence for it has thus far been found. &lt;br /&gt;
&lt;br /&gt;
[[Cueball]] and [[Megan]] are having a conversation regarding this — since new planets are found all the time around distant stars, Cueball comments that this makes it an even greater paradox. Megan suggests that perhaps our search for extraterrestrial life is like looking at a patch of ocean floor looking for a fish. The diver knows that there must be a fish somewhere, but is unable to actually find it. She then goes on to ask why the fish would be hidden — i.e. camouflaged, and what it means about the remaining fish. The suggestion is that the fish would be hidden to avoid being eaten by predators, and perhaps the reason no extraterrestrial life is sending any sign of existence back is that {{w|Fermi paradox#Communication is dangerous|they fear they might be destroyed}} soon after they revealed their location. Maybe they have even actively tried to hide the presence of their entire planet if they obtain the technological means. This potentially refers to the [http://articles.adsabs.harvard.edu/full/gif/1983QJRAS..24..283B/0000296.000.html Deadly Probes scenario] where a space faring species has developed deadly probes that self replicate and spread through the void between the stars - homing in on radio signals and destroying young civilizations in the cradle...&lt;br /&gt;
&lt;br /&gt;
The camouflaged fish could be identified by using more sophisticated technologies like infrared cameras. Looking at the Earth from space beyond {{w|Low Earth orbit}} only with the naked eye wouldn't show any hint to our {{w|ecosystem}}. This is like the actual possibility in astronomy when observing {{w|Exoplanet|exoplanets}} — the nature of those more than 1,500 known planets is unknown due to the lack of better technologies to the scientists. And there are perhaps a couple of hundred billion planets in our galaxy still camouflaged to human scientists.&lt;br /&gt;
&lt;br /&gt;
The final panels take the metaphor further, suggesting that there is literally a planet sized shark swimming through space eating planets, and since the view is panning away from earth and over to the shark, the shark seems to be heading our way. Earth appears to be the next metaphorical fish, presumably because we did not reach a high enough technology level in time to recognize the danger and hide.&lt;br /&gt;
&lt;br /&gt;
This also explains the title text that has the theme from the movie ''{{w|Jaws (film)|Jaws}}'' playing while astronomers look into their telescopes. This may also be a reference to the film ''{{w|Alien (film)|Alien}}'', which was pitched with the three word proposal &amp;quot;''Jaws'' in Space.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{w|Stephen Hawking}} famously warns, &amp;quot;If aliens visit us, the outcome would be much as when Columbus landed in America, which didn't turn out well for the Native Americans.&amp;quot; Chinese sci-fi author {{w|Liu Cixin}} wrote an award-winning sci-fi trilogy called the ''{{w|Remembrance of Earth’s Past}}'' trilogy, which draws on a similar idea; the title of the second book, ''{{w|The Dark Forest}}'', is a reference to the same Fermi paradox solution described in the comic. Even {{w|Carl Sagan}} called the practice of broadcasting and signalling the presence of life on Earth &amp;quot;deeply unwise and immature,&amp;quot; and recommended that &amp;quot;the newest children in a strange and uncertain cosmos should listen quietly for a long time, patiently learning about the universe and comparing notes, before shouting into an unknown jungle that we do not understand.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan are walking down a hill.]&lt;br /&gt;
:Cueball: The Fermi paradox keeps getting worse. If planets are common, where ''is'' everybody?&lt;br /&gt;
&lt;br /&gt;
:Megan: Imagine you're a scuba diver looking at the ocean floor. You know there's a fish there, but you can't see it. Why?&lt;br /&gt;
&lt;br /&gt;
:Cueball: Maybe the fish looks like sand.&lt;br /&gt;
:Megan: Yeah...&lt;br /&gt;
&lt;br /&gt;
:[Zoom out to the Earth from space.]&lt;br /&gt;
:Megan: ...and what would that tell you about the ecosystem?&lt;br /&gt;
&lt;br /&gt;
:[Earth moves slightly out of the panel.]&lt;br /&gt;
&lt;br /&gt;
:[Earth moves halfway out of the panel.]&lt;br /&gt;
&lt;br /&gt;
:[Blank panel.]&lt;br /&gt;
&lt;br /&gt;
:[A shark swims through space.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Aliens]]&lt;br /&gt;
[[Category:Sharks]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2198:_Throw&amp;diff=336213</id>
		<title>2198: Throw</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2198:_Throw&amp;diff=336213"/>
				<updated>2024-03-01T01:05:17Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2198&lt;br /&gt;
| date      = September 3, 2019&lt;br /&gt;
| title     = Throw&lt;br /&gt;
| image     = Flag of the Soviet Union.svg&lt;br /&gt;
| titletext = The keys to successfully throwing a party are location, planning, and one of those aircraft carrier steam catapults.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;{{TOC}}&amp;lt;/div&amp;gt;&lt;br /&gt;
*To experience the interactivity of the game, visit the {{xkcd|2198|original comic}}.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is an interactive comic made to celebrate the release of [[Randall|Randall's]] new book, ''[[How To]]''. The comic is based on a chapter in the book. &lt;br /&gt;
&lt;br /&gt;
As the comic celebrates the book, which was released on Tuesday, September 3rd, 2019, the comic was thus also released on a [[:Category:Tuesday comics|Tuesday]] to coincide with the release day, replacing that week's normal Wednesday release. This was the same timing used for another of Randall's book releases, when [[1608: Hoverboard]] came out on the Tuesday when [[Thing Explainer]] came out. Although the Hoverboard comic is much more complex than this one, they are both [[:Category:Dynamic comics|dynamic]] and [[:Category:Interactive comics|interactive]], and include [[:Category:Comics with animation|animations]]. Also, the [[Header text|header text]] changed to [[Header text#2019-09-04_-_Happy_Release_Day_-_bookstore|promote the release]] creating a large [https://www.explainxkcd.com/wiki/images/0/08/2198_Throw_-_Front_page_promotion.PNG combined promotion] of the book during the three full days the comic was on the front page (see more [[2198:_Throw/Screen-shots#Entire_xkcd_page_with_promotion|here]]).&lt;br /&gt;
&lt;br /&gt;
In this comic the viewer can select a thrower and an object to be thrown, see this [[#Throwers and throw items|table]], and get an [[2198:_Throw/Screen-shots#Animation|animation]] of how the selected throw would work out, along with an estimated distance of the throw (both in the SI unit meter (m) and in other very arbitrary units; see this [[#Table of distance units|table]] below) if the throw was possible. Impossible throws include those where the thrower is not strong enough to throw the object, or when the thrower tries to throw themselves, which is possible as four &amp;quot;objects&amp;quot; are also listed as throwers, most prominently {{w|George Washington}}. As the picture above cannot show all the possible selections in the two windows, pictures of all possible selections can be found [[2198:_Throw/Screen-shots#Throwers_and_Objects|here]]&lt;br /&gt;
&lt;br /&gt;
The formula/guideline is apparently based on chapter 10 from the new ''How to'' book, see more under [[#Formulas|Formulas]]. &lt;br /&gt;
&lt;br /&gt;
It seemed though, that there was a special case to the calculations with {{w|Thor|Thor's}} hammer ({{w|Mjolnir}}). Because this comic obviously refers to the {{w|Thor (Marvel Comics)|Thor}} from the {{w|Marvel universe}}, played by another possible thrower, {{w|Chris Hemsworth}} in the {{w|Marvel Cinematic Universe}}, and {{w|Mjolnir (comics)|his hammer}}, which is enchanted such that only those deemed &amp;quot;worthy&amp;quot; are able to lift it. As such, despite its mass in principle being liftable by many of the characters, only Thor, God of Thunder (who is canonically worthy), is able to throw it. Thor is also the only one who uses {{w|furlongs}} to measure his distances among the standard throwers. However, it is not a canonical part of this comic that only he can throw it, and its mass is not realistic, see more below.&lt;br /&gt;
&lt;br /&gt;
[https://www.explainxkcd.com/wiki/images/f/f3/2198_Throw_-_Original_without_you.PNG Originally], when the comic was just released, there where only 7 throwers and 15 things to throw, giving a total of 105 different combinations; see the [[#Table of throw distances|table]] below. But only Thor can throw all 15, with three of the objects (George Washington, Thor's hammer, and the car) unthrowable by any of the other throwers. The smaller critters can throw only a few things, so the total number of throws is much less than 105. Still, there is an animation for all 105 combinations, but with no throw distance for many of these. &lt;br /&gt;
&lt;br /&gt;
But already on day one the comic was out, a new thrower was added with the standard name &amp;quot;You&amp;quot;, and this person, [[Knit Cap]], was also added to the objects that can be thrown increasing the number of throwers to 8 and objects to be thrown to 16. However, it would not be true to say that the number of options now would be 8 x 16 = 128, since the &amp;quot;You&amp;quot; can be customized when selecting it in the throwers menu (but not when selecting You in the object menu). When doing so a new window called [https://www.explainxkcd.com/wiki/images/thumb/4/48/2198_Throw_-_Custom_thrower.PNG/835px-2198_Throw_-_Custom_thrower.PNG Custom thrower] will open up over the comic. The &amp;quot;You&amp;quot; option can then be customized by changing the name (from the default &amp;quot;You&amp;quot;), and defining the height (default 5.8 ft = 1.77 m) and weight (default 160 lb = 72.57 kg), where ft (feet) can be changed to m (meter) and lb (pound) can be changed to kg (kilograms). But when doing so the window will not correct the number from feet to meter etc. but stay the same. &lt;br /&gt;
&lt;br /&gt;
Below the above options there is line with four persons above it, defining a scale of ''athleticism'', the default second option being the drawing of &amp;quot;you&amp;quot; which represents ''Decent'' form (i.e. a normal person).  The first on the scale is [[Black Hat]], who thinks moving things is for suckers, thus representing minimal athleticism. &amp;quot;You&amp;quot; in second position is in decent shape and pretty good form, representing decent athleticism. George Washington in third position represents extremely high athleticism, and as he states he threw so well they made him President. Finally the fourth position, representing a champion athlete, shows a person with a helmet with chin strap and goggles who states that he trains 36 hours a day by using a time machine. It is thus indicated that such athletes can only be so good by training more than is possible; for instance, if he travels 24 hours back every day, he could use 12 more of these to practice, making it 36 hours on that &amp;quot;normal day&amp;quot; and he would then still have 12 hours to eat and sleep/restitution before his next 36 hours training pass.&lt;br /&gt;
&lt;br /&gt;
Changing away from the decent &amp;quot;You&amp;quot; to one of the other three characters on the athleticism scale does not, however, change the character used for the animation, which stays the same. But still this gives a very large number of different &amp;quot;yous&amp;quot; to both throw and be thrown. &lt;br /&gt;
&lt;br /&gt;
A self-created character, unrealistically tall and heavy well over the human records for height ({{w|List of tallest people|272 cm}}) and/or weight ({{w|List of heaviest people|635 kg}}), can actually be able to [https://www.explainxkcd.com/wiki/images/e/e3/2198_Throw_-_You_throw_hammer_settings.PNG throw Thor's hammer] (For instance 4m and 1000 kg, see more [[2198:_Throw/Screen-shots#Hammer_throw|here]]. So it is not because it is magically inclined to only be thrown by Thor, it is just that the weight is set to 2000 kg, and only Thor of the standard characters have the strength (1000 times normal human strength) to throw such a heavy object. But if the &amp;quot;You&amp;quot; is big enough, the athletic difference with Thor will be compensated by sheer weight and height. See this table of [[2198:_Throw#Data_from_xkcd_code|data from the comic]] for the above numbers.&lt;br /&gt;
&lt;br /&gt;
Interestingly, Thor can throw a squirrel 257 meters.  If a Custom Thrower is created, and they are 200 meters tall and 150 KG, they can throw the squirrel 256 meters (1 meter less than Thor).  Thor can throw an acorn 136 meters, and the Custom Thrower will throw it 133 meters.  Now, Thor can throw Thor's Hammer 19 meters.  The Custom Thrower can throw it 44 meters!  Apparently there is more to the enchantment of Thor's Hammer than meets the eye, as it would have been expected that if Thor can throw a squirrel and an acorn farther than an extraordinary human, then certainly he could throw his own enchanted Hammer a longer distance. This is, of course, because the Custom Thrower now throws from much higher than Thor.  As to why the height doesn't affect the acorn or squirrel throwing distance in the same way it does Thor's Hammer, we'll leave that to you, the reader.&lt;br /&gt;
&lt;br /&gt;
The title text refers to throwing a party (a colloquial synonym of hosting a party) and first makes the assumption of actually giving hints for giving a party, and then switches to suggest a mechanism to literally throw a huge object, such as a house with a party going on inside. An {{w|Aircraft_catapult#Steam_catapult|aircraft steam catapult}} is a mechanism to launch aircraft from ships, typically used on aircraft carriers.&lt;br /&gt;
&lt;br /&gt;
==Safety Considerations==&lt;br /&gt;
Many of the items, even if technically possible to throw, may not be able to be thrown safely.  &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
* Depending on how the microwave oven is damaged when it hits the ground, it may still be able to appear to function, but no longer seal properly, and therefore leak dangerously high amounts of microwave radiation.&lt;br /&gt;
* Blenders have blades and glass.  Even if no one is struck by the flying blender, the broken pieces would be hazardous later if they are not properly disposed of.&lt;br /&gt;
* Cars have gasoline and battery acid which may spill if one is thrown.&lt;br /&gt;
* A squirrel might bite the person attempting to throw it, which is dangerous as some squirrels have rabies.&lt;br /&gt;
* Pikachu could shock (possibly fatally) someone trying to throw it.&lt;br /&gt;
* If a {{w|Dwarf-tossing|person is thrown}}, that person may be badly injured. If you throw people without consent they might punch you.&lt;br /&gt;
&lt;br /&gt;
==Throwers and throw items==&lt;br /&gt;
*Here is a table with first the throwers and then the objects to be thrown.&lt;br /&gt;
**George Washington, Pikachu, and the squirrel are both throwers and throwable objects, as are the costumed option &amp;quot;You&amp;quot;.&lt;br /&gt;
**For these four this is noted in the explanation. The &amp;quot;You&amp;quot; is also the first object, Washington and Pikachu is no. 11-12 and the Squirrel is also the last object (no. 16) in the object list. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; |&lt;br /&gt;
! Image&lt;br /&gt;
! Name&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - you.png]]&lt;br /&gt;
|'''{{w|human|You}}''' &lt;br /&gt;
|'''Can also be thrown'''. The viewer may also choose to create a custom thrower, for instance, themself, inputting a name, height, weight, and general level of athleticism, as measured on a scale from &amp;quot;[[Black Hat]]&amp;quot; to &amp;quot;championship athlete&amp;quot; (a swimmer is pictured). The custom thrower is also selectable as a throwing item, presumably to provide more variety compared to the fixed values of George Washington.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - george.png]]&lt;br /&gt;
|'''{{w|George Washington}}''' &lt;br /&gt;
|'''Can also be thrown'''. The first president of the United States of America. There is a myth that a young George Washington threw a silver dollar across the {{w|Potomac River}} (&amp;quot;myth&amp;quot; being the operative word here &amp;amp;mdash; many sections of the Potomac are more than a mile wide, and the United States did not mint its own silver dollars until 1794, very late into Washington's life). He is also used as a throwing item to represent the likelihood of a thrower distance with an average human as the projectile. George Washington is shown as a very powerful thrower; the comic makes fun of the flagrant embellishment of Washington's life.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - quarterback.png]]&lt;br /&gt;
|'''An NFL {{w|quarterback}}'''&lt;br /&gt;
|A quarterback in the National Football League is a highly athletic individual.  Gridiron football is a full-contact sport that requires durability, speed, and precision. One of the primary skills required of quarterbacks is to be able to throw the football far with precise accuracy.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - pikachu.png]]&lt;br /&gt;
|'''{{w|Pikachu}}''' &lt;br /&gt;
|'''Can also be thrown'''. Pikachu is a species of Pokémon and the mascot of the Pokémon franchise as a whole. Although Pikachu are not normally shown to throw things, the ''Super Smash Bros'' series shows they are perfectly capable of picking things up that do not significantly out-size them. That said, Pikachu is capable of throwing a wide variety of objects through the move Fling, which allows the user to deal damage by throwing its held item (and, incidentally, a Fling TM). Its presence as a throwing item appears to reference the most recently released Pokémon games as of the comic's release, ''Pokémon Let's Go Pikachu'' and ''Pokémon Let's Go Eevee'', where the partner Pokémon of the respective title is not kept in a Poké Ball but thrown into battle when deployed. &amp;lt;br&amp;gt;According to Pokédex entries throughout the series, the average Pikachu is 1'04&amp;quot; (0.4m) tall and weighs 13.2 lbs (6kg). Randall appears to have done his research, as a custom thrower with these stats and default athleticism will have near-identical results to Pikachu for both thrower and thrown item.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - carly.png]]&lt;br /&gt;
|'''{{w|Carly Rae Jepsen}}'''&lt;br /&gt;
|A Canadian music artist with [https://www.youtube.com/watch?v=AgwAywJlo1M marginal throwing ability.]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - thor.png]]&lt;br /&gt;
|'''{{w|Thor}}'''&lt;br /&gt;
|Thor is the god of thunder in Norse mythology, wielding a hammer that returns to its wielder when thrown. He is also {{w|Thor (Marvel Comics)|featured in Marvel comics}} and is portrayed by Chris Hemsworth (listed below) in the Marvel Cinematic Universe series of films. Thor was previously referenced in [[2097: Thor Tools]].&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - chris hemsworth.png]]&lt;br /&gt;
|'''{{w|Chris Hemsworth}}'''&lt;br /&gt;
|An Australian film actor, best known for his role as Thor in the Marvel Cinematic Universe.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - squirrel.png]]&lt;br /&gt;
|'''A {{w|squirrel}}'''&lt;br /&gt;
|'''Can also be thrown'''. A small mammal of the family ''Sciuradae'', known for hoarding acorns. Squirrels have been a [[:Category:Squirrels|recurring topic]] on xkcd and have been used in ''What if?'' in lieu of a subject that Randall really doesn't want to draw. Due to their small size, a squirrel is also selectable as a throwing item.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - microwave.png]]&lt;br /&gt;
|'''A {{w|microwave oven}}''' &lt;br /&gt;
|A common household appliance in most American homes, used to heat or reheat food for consumption.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - basketball.png]]&lt;br /&gt;
|'''A {{w|basketball (ball)|basketball}}''' &lt;br /&gt;
|An inflated sphere used as a projectile in the sport of the same name.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - blender.png]]&lt;br /&gt;
|'''A {{w|blender}}'''&lt;br /&gt;
|A common household appliance in most American homes, used to shred food or ingredients into slush for consumption or baking.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - gold_bar.png]]&lt;br /&gt;
|'''A {{w|gold bar}}'''&lt;br /&gt;
|The form in which gold is cast for storage.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - cake.png]]&lt;br /&gt;
|'''A {{w|wedding cake}}'''&lt;br /&gt;
|Traditionally a layer cake used for wedding receptions with copious amounts of frosting and figurines of the bride and groom standing upon the top layer. The figurines appear to have been removed before the cake is thrown, as they are before the cake is cut and served.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - pingpong.png]]&lt;br /&gt;
|'''A {{w|ping pong ball}}'''&lt;br /&gt;
|A small plastic sphere designed to bounce, used as a projectile in the sport of table tennis or &amp;quot;ping pong&amp;quot;. Notably the ball is much more difficult to throw than the acorn, as its larger size yet much lighter weight causes it to lose more momentum due to air resistance.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - acorn.png]]&lt;br /&gt;
|'''An {{w|acorn}}''' &lt;br /&gt;
|A small nut which grows on oak trees and often serves as a squirrel's primary form of nourishment.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - hammer.png]]&lt;br /&gt;
|'''{{w|Mjolnir (comics)|Thor's hammer}}'''&lt;br /&gt;
|Mjolnir, an enchanted hammer in the {{w|Marvel universe}} which belongs to {{w|Thor (Marvel Comics)|Thor from Marvels comics}} and can only be lifted by those deemed worthy.  It is based on {{w|Mjölnir}} the hammer of Norse God {{w|Thor}}, God of Thunder.  In this comic, though, it appears that Mjolnir is just incredibly heavy, and Thor is able to throw it because he is very strong.  The custom thrower is also able to throw it if their size and strength are set high enough.  Setting aside this customization, Thor is the only standard thrower to be able to throw Thor's hammer.  In the movies based on the Marvel universe, Thor is played by Chris Hemsworth, who is also one of the throwers, but in real life, he would of course not be able to throw such a weighty hammer.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - javelin.png]]&lt;br /&gt;
|'''A {{w|javelin}}'''&lt;br /&gt;
|An aerodynamic item like a spear thrown in Olympic sport.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - silver_spin.png]]&lt;br /&gt;
|'''A {{w|Dollar coin (United States)|silver dollar}} spinning'''&lt;br /&gt;
|A silver coin representing one (1) US dollar in value, as would have been common when George Washington was president. The coin is given two trajectories to choose from when thrown; Here '''spinning''', as one would properly throw a discus. &lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - silver_tumble.png]]&lt;br /&gt;
|'''A {{w|Dollar coin (United States)|silver dollar}} tumbling'''&lt;br /&gt;
|The coin's other possible trajectory, '''tumbling''', as might result from flipping a coin to make a decision. The spinning coin always goes farther than the tumbling one, since facing the air edge-on leads to a smaller area facing the wind and therefore less air resistance.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:2198 Throw - car.png]]&lt;br /&gt;
|'''A {{w|car}}'''&lt;br /&gt;
|The most common form of long-distance transport in several well-developed countries.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Table of throw distances===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item&amp;amp;nbsp;/&amp;amp;nbsp;Thrower&lt;br /&gt;
!NFL&amp;amp;nbsp;Quarterback&lt;br /&gt;
!George&amp;amp;nbsp;Washington&lt;br /&gt;
!Pikachu&lt;br /&gt;
!Carly&amp;amp;nbsp;Rae&amp;amp;nbsp;Jepsen&lt;br /&gt;
!Thor&lt;br /&gt;
!Chris&amp;amp;nbsp;Hemsworth&lt;br /&gt;
!Squirrel&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Microwave oven'''&lt;br /&gt;
|10.32 m&lt;br /&gt;
|7.76 m&lt;br /&gt;
|N/A&lt;br /&gt;
|3.67 m&lt;br /&gt;
|181.57 m&lt;br /&gt;
|6.15 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|33.85 feet&lt;br /&gt;
|25.46 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|82.65 rack units&lt;br /&gt;
|1.99 football fields&lt;br /&gt;
|138.40 rack units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Basketball'''&lt;br /&gt;
|40.18 m&lt;br /&gt;
|33.22 m&lt;br /&gt;
|2.34 m&lt;br /&gt;
|19.11 m&lt;br /&gt;
|113.67 m&lt;br /&gt;
|27.99 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|16.74 horses&lt;br /&gt;
|19.54 smoots&lt;br /&gt;
|75.90 attoparsecs&lt;br /&gt;
|11.24 smoots&lt;br /&gt;
|1.42 Manhattan blocks&lt;br /&gt;
|16.46 smoots&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Blender'''&lt;br /&gt;
|16.58 m&lt;br /&gt;
|12.45 m&lt;br /&gt;
|N/A&lt;br /&gt;
|5.89 m&lt;br /&gt;
|333.25 m&lt;br /&gt;
|9.86 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|9.75 smoots&lt;br /&gt;
|40.85 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|132.51 rack units&lt;br /&gt;
|1.66 furlongs&lt;br /&gt;
|32.34 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Gold bar'''&lt;br /&gt;
|9.73 m&lt;br /&gt;
|7.23 m&lt;br /&gt;
|N/A&lt;br /&gt;
|3.36 m&lt;br /&gt;
|549.28 m&lt;br /&gt;
|5.69 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|31.93 feet&lt;br /&gt;
|23.73 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|75.65 rack units&lt;br /&gt;
|2.73 furlongs&lt;br /&gt;
|128.11 rack units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Wedding cake'''&lt;br /&gt;
|8.96 m&lt;br /&gt;
|6.75 m&lt;br /&gt;
|N/A&lt;br /&gt;
|3.2 m&lt;br /&gt;
|146.25 m&lt;br /&gt;
|5.35 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|29.40 feet&lt;br /&gt;
|22.14 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|72.00 rack units&lt;br /&gt;
|1.60 football fields&lt;br /&gt;
|120.45 rack units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Ping-pong ball'''&lt;br /&gt;
|11.8 m&lt;br /&gt;
|11.63 m&lt;br /&gt;
|9.28 m&lt;br /&gt;
|11.25 m&lt;br /&gt;
|12.53 m&lt;br /&gt;
|11.41 m&lt;br /&gt;
|4.95 m&lt;br /&gt;
|-&lt;br /&gt;
|38.72 feet&lt;br /&gt;
|38.17 feet&lt;br /&gt;
|30.46 feet&lt;br /&gt;
|36.92 feet&lt;br /&gt;
|41.10 feet&lt;br /&gt;
|37.44 feet&lt;br /&gt;
|111.37 rack units&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Acorn'''&lt;br /&gt;
|83.00 m&lt;br /&gt;
|75.84 m&lt;br /&gt;
|28.16 m&lt;br /&gt;
|62.85 m&lt;br /&gt;
|135.98 m&lt;br /&gt;
|67.91 m&lt;br /&gt;
|6.53 m&lt;br /&gt;
|-&lt;br /&gt;
|1.04 Manhattan blocks&lt;br /&gt;
|0.95 Manhattan blocks&lt;br /&gt;
|16.57 smoots&lt;br /&gt;
|26.19 horses&lt;br /&gt;
|1.49 football fields&lt;br /&gt;
|28.30 horses&lt;br /&gt;
|146.85 rack units&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Thor's Hammer'''&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|19.32 m&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|11.36 smoots&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Javelin'''&lt;br /&gt;
|56.10 m&lt;br /&gt;
|42.04 m&lt;br /&gt;
|N/A&lt;br /&gt;
|20.12 m&lt;br /&gt;
|3028.75 m&lt;br /&gt;
|33.09 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|23.37 horses&lt;br /&gt;
|17.51 horses&lt;br /&gt;
|N/A&lt;br /&gt;
|11.84 smoots&lt;br /&gt;
|15.06 furlongs&lt;br /&gt;
|19.46 smoots&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''George Washington'''&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|136.65 m&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|1.49 football fields&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Pikachu'''&lt;br /&gt;
|15.22 m&lt;br /&gt;
|11.41&lt;br /&gt;
|N/A&lt;br /&gt;
|5.39 m&lt;br /&gt;
|332.52 m&lt;br /&gt;
|9.03 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|49.94 feet&lt;br /&gt;
|37.45 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|121.18 rack units&lt;br /&gt;
|1.65 furlongs&lt;br /&gt;
|29.63 feet&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Car'''&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|27.22 m&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|16.01 smoots&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Spinning dollar'''&lt;br /&gt;
|177.09 m&lt;br /&gt;
|143.96 m&lt;br /&gt;
|16.91&lt;br /&gt;
|92.63 m&lt;br /&gt;
|1331.21 m&lt;br /&gt;
|115.89 m&lt;br /&gt;
|2.20 m&lt;br /&gt;
|-&lt;br /&gt;
|1.94 football fields&lt;br /&gt;
|1.57 football fields&lt;br /&gt;
|9.95 smoots&lt;br /&gt;
|1.16 Manhattan blocks&lt;br /&gt;
|6.53 furlongs&lt;br /&gt;
|1.45 Manhattan blocks&lt;br /&gt;
|71.41 attoparsecs&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Tumbling dollar'''&lt;br /&gt;
|58.17 m&lt;br /&gt;
|53.77 m&lt;br /&gt;
|13.92 m&lt;br /&gt;
|44.08 m&lt;br /&gt;
|84.82 m&lt;br /&gt;
|49.03 m&lt;br /&gt;
|2.14 m&lt;br /&gt;
|-&lt;br /&gt;
|24.24 horses&lt;br /&gt;
|22.41 horses&lt;br /&gt;
|45.67 feet&lt;br /&gt;
|18.37 horses&lt;br /&gt;
|1.06 Manhattan blocks&lt;br /&gt;
|20.43 horses&lt;br /&gt;
|69.42 attoparsecs&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|'''Squirrel'''&lt;br /&gt;
|58.64 m&lt;br /&gt;
|46.92 m&lt;br /&gt;
|2.92 m&lt;br /&gt;
|25.44 m&lt;br /&gt;
|256.54 m&lt;br /&gt;
|38.50 m&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|24.43 horses&lt;br /&gt;
|19.55 horses&lt;br /&gt;
|65.71 rack units&lt;br /&gt;
|14.97 smoots&lt;br /&gt;
|1.28 furlongs&lt;br /&gt;
|16.04 horses&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Table of distance units===&lt;br /&gt;
*This is a table of the alternative distance units shown and their lengths in meters.&lt;br /&gt;
**Three of the units shown here are listed in the Wikipedia articles {{w|List of humorous units of measurement}} &lt;br /&gt;
**Five the units shown here are listed in the Wikipedia article {{w|List of unusual units of measurement}}.&lt;br /&gt;
***Only furlong and foot/feet are not in any of the lists (although a different type of feet is in the last list).&lt;br /&gt;
**There are ten alternative units in the source code for the comic. However, the wiffle unit cannot be used, and the light-nanosecond unit is inaccessible except by customization.&lt;br /&gt;
**Two of the units are off by an order of magnitude.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Unit name&lt;br /&gt;
!Length&amp;amp;nbsp;in&amp;amp;nbsp;comic&amp;lt;br&amp;gt;in&amp;amp;nbsp;meters&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_humorous_units_of_measurement#Wiffle|Wiffles}}&lt;br /&gt;
|0.0089&lt;br /&gt;
|A Wiffle, also referred to as a WAM for Wiffle (ball) Assisted Measurement, is equal to a sphere 0.089 m (3.5 inches) in diameter – the size of a {{w|Wiffle ball}}, a perforated, light-weight plastic ball frequently used by marine biologists as a size reference in photos to measure corals and other objects. Randall is thus a factor 10 off. While wiffles should be the next unit after rack-units and before feet, the unit conversion typo seems to prevent it from being accessible by any thrower-object combination, as it is now even smaller than the wrong measure for light-nanoseconds. Wiffles have thus only been discovered in the data of the comic, as it seems to be impossible to get it displayed in the comic itself.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List of unusual units of measurement#Light-nanosecond|Light-nanoseconds}}&lt;br /&gt;
|0.0299&lt;br /&gt;
|The light-nanosecond was popularized by Grace Hopper, referring to the length light could travel in a nanosecond. The actual length of a light-nanosecond is 0.299 m, about a foot long, but it seems that [[Randall]] was off by an order of magnitude. This measurement is used for lengths from 1 to 1.06 m, but none of the standard throwers or objects can be thrown for this short a distance, so it is not included in the table above. But with the custom user it is [https://www.explainxkcd.com/wiki/images/a/a5/2198_Throw_-_Light_nanoseconds_1m.PNG possible to get down to 1 m] where it will then be used, but of course, since it says 33 light-nanoseconds instead of 3 it is wrong. See some examples [[2198:_Throw/Screen-shots#Light_nanoseconds_error|here]].&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_humorous_units_of_measurement#Attoparsec|Attoparsecs}}&lt;br /&gt;
|0.03086&lt;br /&gt;
|The parsec is a unit of length used to measure large distances to astronomical objects outside the Solar System. A parsec is defined as the distance at which one {{w|astronomical unit}} subtends an angle of one {{w|arcsecond}}. One parsec is equal to about 3.26 light-years or 31 trillion kilometers (31×10&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; km) or 19 trillion miles (19×10&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; mi). Atto- is a unit prefix in the metric system denoting a factor of 10&amp;lt;sup&amp;gt;−18&amp;lt;/sup&amp;gt; or 0.000000000000000001. Together the two-unit exponents will almost cancel out, as 31 trillion kilometers can be written as 3.1×10&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;cm, meaning that an attoparsec is 3.1 cm. The unit is only used three times in non-customized settings: once for Pikachu and twice for the squirrel. This measurement is used for lengths from 1.06 to 2.69 meters. See [https://www.explainxkcd.com/wiki/images/7/79/2198_Throw_-_Attoparsecs_107cm_setings.PNG example here].&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_unusual_units_of_measurement#Rack_unit|Rack units}}&lt;br /&gt;
|0.0445&lt;br /&gt;
|A {{w|Rack unit}} (abbreviated U or RU) is a unit of measure defined as 1 3⁄4 inches (44.45 mm). Mainly used to measure the overall height of the likes of {{w|19-inch rack}} frames or the equipment put in there. It is used for lengths from 2.69 to 6.67 meters.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Foot (unit)|Feet}}&lt;br /&gt;
|0.3048&lt;br /&gt;
|One foot is defined as 0.3048 meters.  In customary and imperial units, the foot comprises 12 inches and three feet compose a yard. This measurement is used for lengths from 6.67 to 16 meters.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_humorous_units_of_measurement#Smoot|Smoots}}&lt;br /&gt;
|1.7000&lt;br /&gt;
|The {{w|Smoot}} is a nonstandard, humorous unit of length created as part of an MIT fraternity prank. One smoot is equal to {{w|Oliver Smoot}}'s height at the time of the prank, 5 feet 7 inches (1.70 m). Mr. Smoot was used to measure the length of the Harvard Bridge (connecting Boston and Cambridge) by being repeatedly laid down along the length of the bridge; the markings indicating distances in smoots along the bridge have been maintained by the fraternity. This measurement is used for lengths from 16 to 36 meters. While the smoot is a nonstandard unit of length, Oliver Smoot has been chairman of the American National Standards Institute (ANSI) and President of the International Organization for Standardization (ISO).  ANSI and ISO are among the world's main standardizing bodies, so Randall may indirectly be making the pun that while Smoot's body isn't a standard measure, Smoot has been in charge of bodies that standardize measurements.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_unusual_units_of_measurement#Horse|Horses}} &lt;br /&gt;
|2.4&lt;br /&gt;
|The length of a {{w|horse}} varies a lot with the horse type, breed, age, and genes. In the Wikipedia article on horses, the length of a horse is not even mentioned, only the height and weight. But Randall has used horses for measurements before. A {{w|horse length}} is approximately 8 feet (2.4 m). This measurement is used for lengths from 36 to 75 meters.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_unusual_units_of_measurement#Block|Manhattan blocks}}&lt;br /&gt;
|80.0&lt;br /&gt;
|The numbered streets in {{w|Manhattan}} run east-west and are generally 60 feet (18 m) wide, with about 200 feet (61 m) between each pair of streets. With each combined street and {{w|City block|block}} adding up to about 260 feet (79 m), there are almost exactly 20 blocks per mile. The typical block in Manhattan is 250 by 600 feet (76 by 183 m). When driving in a grid-like city, the {{w|Manhattan distance}} between two points is a concept, although it is also called {{w|Taxicab geometry}}. It seems like it is indeed the combined street and block distance. This measurement is used for lengths from 75 to 131 meters.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|List_of_unusual_units_of_measurement#Football_field_(length)|Football fields}}&lt;br /&gt;
|91.44/109.728&lt;br /&gt;
|A football field in the comic is 100 yards or 91.44 m long. An {{w|American football field}} is 100 yards between the end zone although by including those it is actually 120 yards or 109.728 m. Although it is an American comic, it doesn't state that it is an American Football field. A {{w|Football pitch}} in {{w|Association football}} (Soccer) is also often used, and although the length of those varies the usual size for champions league matches is 105 m. This measurement is used for lengths from 131 to 201 meters.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Furlongs}}&lt;br /&gt;
|201.168&lt;br /&gt;
|A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile. It is part of the {{w|List_of_humorous_units_of_measurement#FFF_units|FFF_units}} of the {{w|FFF system}} for furlong/firkin/fortnight, length, mass and time. One furlong should therefore be 201.168 meters, though the United States does not uniformly use this conversion ratio. Older ratios are in use for surveying purposes in some states. Only Thor's distances are given in furlongs. This measurement is used for lengths of 201 meters (1 furlong) and up. For the standard throwers and items only Thor can throw over 200 m, thus only he uses Furlongs to measure his throws. Given that this is an old unit, and Thor is based on ancient Nordic Mythology, this may seem appropriate. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Data from xkcd code===&lt;br /&gt;
*A user got this data from the code (and added it to the comments).&lt;br /&gt;
**But it makes sense to include here:&lt;br /&gt;
*From this it can be seen that:&lt;br /&gt;
**Thor's Hammer is not special, just very heavy, 2000 kg despite being rather small.&lt;br /&gt;
**Thor has the same stats as Chris, except he has 1000 times more Throw power (10,000 vs 10).&lt;br /&gt;
*The customizable You can have Throw power of 5, 10, 15 and 20, and weight and height can be set along with the name. &lt;br /&gt;
**The diameter is calculated from the formula given, so in the standard setting it is about 0.5 m.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! id&lt;br /&gt;
! name&lt;br /&gt;
! canThrow&lt;br /&gt;
! canBeThrown&lt;br /&gt;
! length (m)&lt;br /&gt;
! diameter (m)&lt;br /&gt;
! mass (kg)&lt;br /&gt;
! dragC&lt;br /&gt;
! throwPower&lt;br /&gt;
|-&lt;br /&gt;
| microwave&lt;br /&gt;
| A microwave oven&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.406&lt;br /&gt;
| 0.406&lt;br /&gt;
| 10.591&lt;br /&gt;
| 0.8&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| basketball&lt;br /&gt;
| a basketball&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.243&lt;br /&gt;
| 0.243&lt;br /&gt;
| 0.624&lt;br /&gt;
| 0.3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| blender&lt;br /&gt;
| a blender&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.203&lt;br /&gt;
| 0.203&lt;br /&gt;
| 5.216&lt;br /&gt;
| 0.8&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| gold_bar&lt;br /&gt;
| a gold bar&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.0535&lt;br /&gt;
| 0.0535&lt;br /&gt;
| 12.4&lt;br /&gt;
| 0.8&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| cake&lt;br /&gt;
| a wedding cake&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.51&lt;br /&gt;
| 0.51&lt;br /&gt;
| 13&lt;br /&gt;
| 0.8&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| pingpong&lt;br /&gt;
| a ping pong ball&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.04&lt;br /&gt;
| 0.04&lt;br /&gt;
| 0.003&lt;br /&gt;
| 0.5&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| quarterback&lt;br /&gt;
| an NFL quarterback&lt;br /&gt;
| true&lt;br /&gt;
| false&lt;br /&gt;
| 1.905&lt;br /&gt;
| 0.584&lt;br /&gt;
| 102.058&lt;br /&gt;
| 0.6&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
| acorn&lt;br /&gt;
| an acorn&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.0191&lt;br /&gt;
| 0.0191&lt;br /&gt;
| 0.0045&lt;br /&gt;
| 0.3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| hammer&lt;br /&gt;
| thor's hammer&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.5&lt;br /&gt;
| 0.15&lt;br /&gt;
| 2000&lt;br /&gt;
| 0.4&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| javelin&lt;br /&gt;
| a javelin&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 1.8&lt;br /&gt;
| 0.0254&lt;br /&gt;
| 0.8&lt;br /&gt;
| 0.1&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| george&lt;br /&gt;
| George Washington&lt;br /&gt;
| true&lt;br /&gt;
| true&lt;br /&gt;
| 1.829&lt;br /&gt;
| 0.562&lt;br /&gt;
| 90.718&lt;br /&gt;
| 0.6&lt;br /&gt;
| 15&lt;br /&gt;
|-&lt;br /&gt;
| pikachu&lt;br /&gt;
| Pikachu&lt;br /&gt;
| true&lt;br /&gt;
| true&lt;br /&gt;
| 0.4&lt;br /&gt;
| 0.3&lt;br /&gt;
| 5.9874&lt;br /&gt;
| 0.4&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| car&lt;br /&gt;
| A car&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 4.5&lt;br /&gt;
| 2.134&lt;br /&gt;
| 1179.34&lt;br /&gt;
| 0.25&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| silver_spin&lt;br /&gt;
| a silver dollar (spinning)&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.04&lt;br /&gt;
| 0.011&lt;br /&gt;
| 0.027&lt;br /&gt;
| 0.5&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| silver_tumble&lt;br /&gt;
| a silver dollar (tumbling)&lt;br /&gt;
| false&lt;br /&gt;
| true&lt;br /&gt;
| 0.04&lt;br /&gt;
| 0.04&lt;br /&gt;
| 0.027&lt;br /&gt;
| 0.66&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| carly&lt;br /&gt;
| Carly Rae Jepsen&lt;br /&gt;
| true&lt;br /&gt;
| false&lt;br /&gt;
| 1.575&lt;br /&gt;
| 0.46&lt;br /&gt;
| 49.895&lt;br /&gt;
| 0.6&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| thor&lt;br /&gt;
| thor, god of thunder&lt;br /&gt;
| true&lt;br /&gt;
| false&lt;br /&gt;
| 1.91&lt;br /&gt;
| 0.59&lt;br /&gt;
| 91&lt;br /&gt;
| 0.6&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| chris hemsworth&lt;br /&gt;
| chris hemsworth&lt;br /&gt;
| true&lt;br /&gt;
| false&lt;br /&gt;
| 1.91&lt;br /&gt;
| 0.59&lt;br /&gt;
| 91&lt;br /&gt;
| 0.6&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| squirrel&lt;br /&gt;
| A squirrel&lt;br /&gt;
| true&lt;br /&gt;
| true&lt;br /&gt;
| 0.203&lt;br /&gt;
| 0.096&lt;br /&gt;
| 0.454&lt;br /&gt;
| 0.6&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| you (can change)&lt;br /&gt;
| You &lt;br /&gt;
| true &lt;br /&gt;
| true &lt;br /&gt;
| 1.77&lt;br /&gt;
| (mass^(1/3))/8&lt;br /&gt;
| 72.5&lt;br /&gt;
| 0.6&lt;br /&gt;
| 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Formulas===&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{array}{lcl}&lt;br /&gt;
g&amp;amp;=&amp;amp;9.805 \frac{\mathrm m}{{\mathrm s}^2} = 9.805 \frac{\mathrm N}{\mathrm{kg}}\\&lt;br /&gt;
A&amp;amp;=&amp;amp;\sqrt[3]{\frac {3 * \mathrm{thrower\_length} * \mathrm{thrower\_throwPower} * \mathrm{thrower\_mass}} {\mathrm{object\_mass} + \mathrm{thrower\_mass} / 1000}}\\&lt;br /&gt;
B&amp;amp;=&amp;amp;\sqrt{\frac{2 * \mathrm{object\_mass} * g}{\pi * {(\mathrm{object\_diameter} / 2)}^2 * 1.2041 \frac{\mathrm{kg}}{{\mathrm m}^3} * \mathrm{object\_dragC}}}\\&lt;br /&gt;
\mathrm{distance}&amp;amp;=&amp;amp;\frac{A^2 * \sqrt2} {g * \sqrt{\frac{A^4} { B^4} * 0.8 + \frac{A^2} {B^2} * 3 + 2}}&lt;br /&gt;
\end{array} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Constants and Units:&lt;br /&gt;
* g is the gravitational acceleration (on earth)&lt;br /&gt;
* 1.2041 kg/m³ is the density of air at sea level&lt;br /&gt;
* A (in m/s) is the calculated throw speed regardless of direction, if you assume constant throw power over time in Watts and the body length as acceleration distance (arm has half the body length and goes from back to front) from 0 m/s to the final speed &lt;br /&gt;
* B is the possible throw speed, which still does not air brake the object too much. If the object is thrown at that speed, i.e. A = B, the distance is reduced to 58,7%. B is only dependent on the object. If B was set to infinite, the air resistance would be removed from the formulas.&lt;br /&gt;
* throwPower is in m²/s³, or equivalently W/kg (Watts per body mass)&lt;br /&gt;
* dragC is without unit and signifies the air resistance of the object and is dependent on the shape&lt;br /&gt;
&lt;br /&gt;
==Extra pages==&lt;br /&gt;
As this comic is very complicated several screen shots and tables are needed for the full explanation. In order to keep this main page easy to use, these pictures and possibly some of the tables will be placed on some extra pages, as has also been done with [[:Category:Comic subpages|other complex comics]] in the past:&lt;br /&gt;
*[[2198: Throw/Screen-shots]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[As this is an interactive comic, not all possible text should be given in this transcript. Also, it is not possible to see all the different throwers or objects in one image. This transcript here includes the text that can be found when loading the page, without changing the thrower or object (the default), but also includes the text that can be found by scrolling in the two select &amp;quot;windows&amp;quot; as that would be similar to a long comic where you need to scroll as well as customization options. For further differences that occur by changing the objects refer to a table of all combinations.]&lt;br /&gt;
&lt;br /&gt;
:[A heading with a subheading is above a line, beneath which are a sentence, that is generated by the selections in the two windows beneath this sentence:]&lt;br /&gt;
:&amp;lt;big&amp;gt;'''Throw Calculator'''&amp;lt;/big&amp;gt;&lt;br /&gt;
:This calculator implements the approximate throwing distance estimation model from ''How To'' Chapter 10: ''How to throw things''.&lt;br /&gt;
&lt;br /&gt;
:How far could George Washington throw a Microwave oven?&lt;br /&gt;
&lt;br /&gt;
:[Beneath this sentence are two &amp;quot;windows&amp;quot; with a frame around them, one to the left and one to the right, each with a heading breaking the top frame. Each also has a scroll bar to the right, which allows one to scroll down through 8 different possible selections in the left window and 16 in the right window. There are, depending on the browser zoom level, one or two selections on each line. Each window's content is given here under their respective headings. Each possible selection is a drawing with a caption beneath it.]&lt;br /&gt;
:Select a thrower&lt;br /&gt;
&lt;br /&gt;
:*You&lt;br /&gt;
:*An NFL Quarterback&lt;br /&gt;
:*George Washington&lt;br /&gt;
:*Pikachu&lt;br /&gt;
:*Carly Rae Jepsen&lt;br /&gt;
:*Thor, God of Thunder&lt;br /&gt;
:*Chris Hemsworth&lt;br /&gt;
:*A squirrel&lt;br /&gt;
&lt;br /&gt;
:Select an object to be thrown&lt;br /&gt;
:*You&lt;br /&gt;
:*A microwave oven&lt;br /&gt;
:*A basketball&lt;br /&gt;
:*A blender&lt;br /&gt;
:*A gold bar&lt;br /&gt;
:*A wedding cake&lt;br /&gt;
:*A ping-pong ball&lt;br /&gt;
:*An acorn&lt;br /&gt;
:*Thor's Hammer&lt;br /&gt;
:*A javelin&lt;br /&gt;
:*George Washington&lt;br /&gt;
:*Pikachu&lt;br /&gt;
:*A car&lt;br /&gt;
:*A silver dollar (spinning)&lt;br /&gt;
:*A silver dollar (tumbling)&lt;br /&gt;
:*A squirrel&lt;br /&gt;
&lt;br /&gt;
:[Below the two windows is the result of the animation that will happen when a selection has been made. An animation of the selected thrower throwing (or failing to throw) the selected object is shown, and the object's traveling distance is measured out both in meters (SI units) and in some other unit in brackets below. If the distance is not too long compared to the size of the object and thrower, then both can be seen, and in case the object is soft it may break from the throw.]&lt;br /&gt;
&lt;br /&gt;
:[In the pre-selected version, George Washington throws a microwave oven, which ends up several meters from him lying on a corner broken with its wire lying beneath it. The distance is given under the ruler along which the throw has occurred, with markings for approximately every meter. In this case, there are seven steps even though the distance is above 7 meters:]&lt;br /&gt;
:7.76 meters&lt;br /&gt;
:(25.46 feet)&lt;br /&gt;
&lt;br /&gt;
:[Clicking on &amp;quot;You&amp;quot; in the thrower box opens a new window over the above described comic parts. some of the comic can still be seen including the thrower and his item, and a new throw occurs every time something is changed in this new window. It is a customization box with several options shown below.]&lt;br /&gt;
&lt;br /&gt;
:Your Name&lt;br /&gt;
:____You_____ [can be changed]&lt;br /&gt;
&lt;br /&gt;
:Height&lt;br /&gt;
:5.8 ft [number can be changed; ft can be changed to m]&lt;br /&gt;
&lt;br /&gt;
:Mass&lt;br /&gt;
:160 lb [number can be changed; lb can be changed to kg]&lt;br /&gt;
&lt;br /&gt;
:Athleticism&lt;br /&gt;
:[Below is a scale showing Black Hat, [[Knit Cap]] depicting You , George Washington, and a person with goggles and a helmet. A marker is set at You, but can be changed. Below the characters are descriptions.]&lt;br /&gt;
:Black Hat: Moving objects around is for suckers.&lt;br /&gt;
:Minimal&lt;br /&gt;
:You: I'm in decent shape and have pretty good form.&lt;br /&gt;
:Decent&lt;br /&gt;
:George Washington: I'm so good at throwing they made me president.&lt;br /&gt;
:Extremely High&lt;br /&gt;
:Goggles: I use a time machine to train for 36 hours a day.&lt;br /&gt;
:Champion Athlete&lt;br /&gt;
&lt;br /&gt;
:[Once done the box can be clicking on a cross at the top right or just clicking outside the window on the comic behind it. Now the thrower you (and the object you) will have the weight, length and strength chosen and will be able to throw (or be thrown) with these stats. ]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The comic refers to Thor as the character from the Marvel comics and movies (and other media), who is himself a reference to the ancient Norse god.  In Marvel Cinematic Universe movies, Thor is played by Chris Hemsworth.&lt;br /&gt;
*Thor's hammer, Mjölnir, bears an enchantment that prevents any living being from lifting it unless they are &amp;quot;worthy.&amp;quot; This is reflected in the simulation by giving Mjölnir a mass of 2,000 kg.&lt;br /&gt;
**In-universe, Thor's hammer weighs [https://urbandud.files.wordpress.com/2011/08/detail-128-thors-hammer.jpg?w=550 42.3 pounds].&lt;br /&gt;
*The option to customize your own character was added to the comic later.&lt;br /&gt;
*Due to a bug, the calculations for the customized person ('you') are incorrect when the mass is specified in pounds&lt;br /&gt;
*When the comic came out there was a mistake so the item to be thrown was named the same as the thrower, except for the coins and for when Pikachu and George Washington tried to throw themselves in which case it for instance said:&lt;br /&gt;
**[https://www.explainxkcd.com/wiki/images/9/93/2198_Throw_-_Original_error_George_Himself.PNG How far could George Washington throw himself?]&lt;br /&gt;
**But if he picked another object it would write:&lt;br /&gt;
***[https://www.explainxkcd.com/wiki/images/c/c9/2198_Throw_-_Original_error_George_George.PNG How far could George Washington throw George Washington?]&lt;br /&gt;
**See more examples [[2198:_Throw/Screen-shots#Errors|here]]&lt;br /&gt;
===Examples of distances===&lt;br /&gt;
*The [https://www.explainxkcd.com/wiki/images/5/5a/2198_Throw_-_You_1_kg_throw_hammer_max_distance.PNG maximum distance] of any throw is 743079 m, which Thor's Hammer can be thrown by a customized you that is high enough. If the height is large enough the mass can be the [https://www.explainxkcd.com/wiki/images/8/8e/2198_Throw_-_You_1_kg_throw_hammer_max_distance_setting.PNG minimum 1 kg]. &lt;br /&gt;
**See details [[2198:_Throw/Screen-shots#Maximum_distance|here]]. &lt;br /&gt;
***However the comic asks the user to not use height over 100 m and mass over 1000 kg. &lt;br /&gt;
***See details [[2198:_Throw/Screen-shots#Maximum_height_and_mass|here]].&lt;br /&gt;
*A one foot tall Champion Athlete You with a mass of over 524,644.3 pounds can throw the car 44 feet. In fact, the mass can be defined to 70 or more decimal places, with each incremental change allowing You to throw the car 44 feet, as long as the addition is sufficient&lt;br /&gt;
**Tester used trial and error and became bored after inputting the mass below:&lt;br /&gt;
***524,664.3134471218218095600605010996328125000000000000000000000000000000000001&lt;br /&gt;
*A one pound Champion Athlete You with a height of 480,651 feet, 1 and 9/64th inches can also throw the car 44 feet&lt;br /&gt;
**Subtracting 1/64th of an inch prevents the Champion Athlete You from throwing the car&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with animation]] &amp;lt;!-- Different throws --&amp;gt;&lt;br /&gt;
[[Category:Dynamic comics]] &lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Physics]] &amp;lt;!-- model of throw distance --&amp;gt;&lt;br /&gt;
[[Category:American football]]  &amp;lt;!-- NFL quaterback --&amp;gt;&lt;br /&gt;
[[Category:Comics featuring politicians]]   &amp;lt;!-- George Washington --&amp;gt;&lt;br /&gt;
[[Category:Comics featuring Knit Cap]] &amp;lt;!-- The You option --&amp;gt;&lt;br /&gt;
[[Category:Pokémon]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!-- Carly Rae Jepsen, George Washington and Chris Hemsworth--&amp;gt;&lt;br /&gt;
[[Category:Religion]] &amp;lt;!-- Thor, questionable though as it is obviously the Marvel character --&amp;gt;&lt;br /&gt;
[[Category:Squirrels]]&lt;br /&gt;
[[Category:Food]] &amp;lt;!-- Microwave oven Blender, cake --&amp;gt;&lt;br /&gt;
[[Category:Basketball]]&lt;br /&gt;
[[Category:Sport]] &amp;lt;!-- ping pong, javelin --&amp;gt;&lt;br /&gt;
[[Category:Book promotion]]&lt;br /&gt;
[[Category:How To]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=23:_T-shirts&amp;diff=336210</id>
		<title>23: T-shirts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=23:_T-shirts&amp;diff=336210"/>
				<updated>2024-03-01T01:04:36Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 23&lt;br /&gt;
| date      = October 26, 2005&lt;br /&gt;
| title     = T-shirts&lt;br /&gt;
| before    = &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20060529063505/http://xkcd-drawings.livejournal.com/?skip=20#:~:text=1%3A10%20pm-,Wednesday%27s%20Drawing,-I%20saw%20the Original title&amp;lt;/span&amp;gt;]: '''Wednesday's Drawing'''&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
| image     = t-shirts.jpg]][[File:Flag of the Soviet Union.svg&lt;br /&gt;
| titletext = It's depressing how many of these are real shirts&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20060529063505/http://xkcd-drawings.livejournal.com/?skip=20#:~:text=1%3A10%20pm-,Wednesday%27s%20Drawing,-I%20saw%20the Original caption&amp;lt;/span&amp;gt;]: I saw the &amp;quot;problem&amp;quot; t-shirt (upper right) on campus a few days ago and suddenly felt so sad.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This was the twenty-fourth comic originally posted to [[LiveJournal]]. The previous one was [[22: Barrel - Part 3]], and the next one was [[37: Hyphen]].&lt;br /&gt;
&lt;br /&gt;
This comic satirizes the plethora of &amp;quot;snarky&amp;quot; phrase T-shirts that exist today. In the top-left, the character wears a typical (and real) snark shirt, &amp;quot;I see dumb people&amp;quot; (suggesting that the wearer thinks everyone else is dumb, while being a parody of the phrase &amp;quot;I see dead people&amp;quot; from the movie ''{{w|The Sixth Sense}}''). Other shirts shown also suggest that the wearer is better than everyone else, and perhaps the shirts increasingly suggest that the wearer is anti-social moving from top to bottom. Near the bottom of the screen, the T-shirts no longer attempt to be witty and simply have straightforward phrases like &amp;quot;go away&amp;quot; and &amp;quot;die&amp;quot;. These are exaggerations of the message that the other more-realistic shirts broadcast.&lt;br /&gt;
&lt;br /&gt;
The final three shirts are also exaggerated shirts that suggest [[Randall]]'s view that people who wear snarky shirts are overcompensating for the fact that they are already alone or perhaps putting up a tough exterior to conceal their sadness that no one would talk to them anyway. Most notably &amp;quot;maybe if this T-shirt is witty enough, someone will finally love me&amp;quot; sums up what Randall thinks snarky shirts really say. There are shirts with this or a similar message, although it is unclear whether they were created before this comic or as a tribute to this comic.&lt;br /&gt;
&lt;br /&gt;
In the title text, Randall says that it's depressing how many of the shirts in the comic actually exist in real life, further underlining the point that these shirts are overly arrogant, to the point where one might believe that Randall made them up. This highlights the inadequacy of substance within these T-shirts and the emotions they invoke in Randall's mind, as shown in the original caption.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A collection of phrases on T-shirts. The first and the last on actual black T-shirts worn by the same person, whose facial expression is more sad on the last one.]&lt;br /&gt;
:I see dumb people&lt;br /&gt;
:As a matter of fact the world &amp;lt;big&amp;gt;does&amp;lt;/big&amp;gt; revolve around me&lt;br /&gt;
:I can only please one person per day / today is not your day.&lt;br /&gt;
:You know what your problem is? You're stupid.&lt;br /&gt;
:Get a clue&lt;br /&gt;
:Do I &amp;lt;u&amp;gt;look&amp;lt;/u&amp;gt; like a people person?&lt;br /&gt;
:Your village called / they want their idiot back&lt;br /&gt;
:Go away&lt;br /&gt;
:I hate you all&lt;br /&gt;
:Die.&lt;br /&gt;
:Help.&lt;br /&gt;
:Maybe if this T-shirt is witty enough, someone will finally love me.&lt;br /&gt;
:Oh God I'm so alone.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
The last sentence in the comic used to be [https://web.archive.org/web/20211215102218/https://store.xkcd.com/products/witty available as a T-shirt] in the xkcd store before it was [[Store|shut down]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Posted on LiveJournal| 24]]&lt;br /&gt;
[[Category:First day on xkcd.com]]&lt;br /&gt;
[[Category:Checkered paper]]&lt;br /&gt;
[[Category:Sarcasm]]&lt;br /&gt;
[[Category:Comics with xkcd store products]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2880:_Sheet_Bend&amp;diff=336205</id>
		<title>2880: Sheet Bend</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2880:_Sheet_Bend&amp;diff=336205"/>
				<updated>2024-03-01T01:01:34Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2880&lt;br /&gt;
| date      = January 12, 2024&lt;br /&gt;
| title     = Sheet Bend&lt;br /&gt;
| image     = Flag of the Soviet Union.svg&lt;br /&gt;
| imagesize = 317x244px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = A left-handed sheet bend creates a much weaker connection, especially under moderate loads.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the seventh installment in the series of [[:Category:Cursed Connectors|Cursed Connectors]] and presents Cursed Connectors #46: The Sheet Bend. At the time of release this was the lowest number used for a cursed connector, replacing [[2495: Universal Seat Belt|#65: Universal Seat Belt]] (with [[2507: USV-C|#280: USV-C]] being the one with the highest number).&lt;br /&gt;
&lt;br /&gt;
This comic shows two double-core cables being joined in a knot to make an electrical connection. The knot used to tie the two halves of the cable is a {{w|sheet bend}}, which is often used to join two ropes of different thicknesses, and explains the name for this type of cursed connector, which seems to be made by ensuring each cable end is terminated with identical electrical connections to the outer sleeving in a manner similar to various 'ring' connections in {{w|Phone connector (audio)|'phone' connectors}}, but as significantly longer and more separated sleeves.&lt;br /&gt;
&lt;br /&gt;
In contrast to more normal methods, [[Randall]] has proposed yet another of his 'cursed' connectors. This one requires ''no'' additional plugs, sockets, enclosures or even tools to use. Any two cables with such ends can be brought together and simply knotted together. This particular knot, and the specific spacing of its two external conductors, appears to be chosen in order to rather elegantly create consistent connections between the respective contacts, with a minimum of fuss. &lt;br /&gt;
&lt;br /&gt;
However, there are potentially many unaddressed but conspicuous problems with this connection method, thus rendering it a 'cursed' connector. Among the issues are:&lt;br /&gt;
* The need to have suitable ends to any cables, which would involve issues in the manufacture (and the materials used) as cable's cores must be separately tapped and reliably connected to an external length of conductive sleeving.&lt;br /&gt;
* The consistent ability of a cabler to tie the correct knot, which is a skill that will need practice. Done wrongly the electrical connections may not be made correctly, or at all (including as discussed in the title text).&lt;br /&gt;
* Even if initially tied correctly, knots can slip or distort when subsequently pulled more taut.&lt;br /&gt;
* Even if the user is a competent and consistent knot-tier, this is inherently more effort, and therefore less convenient, than the more usual practice of simply pushing two connectors together.&lt;br /&gt;
* The external conducting patches of the cable are an uncommon feature of electrical junctions, with issues in both high-power and low-power situations.&lt;br /&gt;
** If the cables are supposed to carry high voltages, any bare conductors ought to be safely isolated from easy contact with equipment/people. In particular, plugs and sockets that carry anything approaching mains-voltages have active and passive elements integrated which protect the person connecting or disconnecting the equipment. There is no physical precaution visible to protect the person tying or untying the cable from potential shock. Instead, they must rely upon the ''other'' end of the potentially 'live' cable being disconnected. And, when left unattended, there would continue to be a high risk of injury (including death), fire or more basic damage due to the lack of any proper physical isolation.&lt;br /&gt;
** Low-voltage cables that pass signals between equipment (e.g. networking data or audio signals) are susceptible to external contact disrupting the flow. Random static charges, built up and transfered into the connector, instead make other equipment or people the potential threat to the cabled-up equipment, causing disruption to the normal purpose of the cable, where a more standard plug-and-socket/hard-wired connection would not.&lt;br /&gt;
* The bending, twisting and rubbing of the cables each time the cables are connected and disconnected will very likely cause wear and damage over time.&lt;br /&gt;
* The knot provides a possible snag point by which the cable could be caught; anything which catches or tugs on the knot could cause disconnection.&lt;br /&gt;
&lt;br /&gt;
The title text says that a left-handed sheet bend would provide a weaker connection. The difference between a left-handed and right-handed sheet knot is that the two free ends of the knotted 'cords' are in the same orientation for a right-handed sheet knot (here, both on the lower side of the image), but on opposite sides for a left-handed sheet knot. A left-handed sheet bend provides less strength to the knot, due to the possibility of distorting (e.g. {{w|Knot#Capsizing|''capsizing''}}) and/or allowing one or both cables to pull through the knot.&lt;br /&gt;
&lt;br /&gt;
This makes the title text a pun on the double meaning of &amp;quot;moderate load&amp;quot;, which could be a moderate amount of physical tension applied through the cables ''or'' a moderate amount of electrical current passing through them. Together, it would be expected that tension drawing two conductive surfaces together would create less resistance between them, strengthening the electrical connection as well, but only if the knot holds as expected.&lt;br /&gt;
&lt;br /&gt;
A knot was also the subject of the relatively recent [[2738: Omniknot]].&lt;br /&gt;
&lt;br /&gt;
And yet, Randall just made another cursed connector.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Above the drawing there is a header. Below the header there is a double-core wire going in from the left and stopping just past the middle of the picture. It shows how the inside of the wire looks and how the silver and golden wires inside are connected to two rectangular pieces of silver and golden material respectively. The golden piece is to the left and the silver piece to the right, closest to the end of the wire. Beneath this wire is shown two double-core wires forming a knot of the sheet bend type. Here it becomes clear that the silver and golden pieces are on the outside of the wires (but connected to the wires running inside the wires). In the knotted part of the wires gold touches gold and silver touches silver, without them touching the other color. Beneath this knot there is a label for the connector.]&lt;br /&gt;
:Cursed Connectors #46:&lt;br /&gt;
:The Sheet Bend&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cursed Connectors]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2452:_Aviation_Firsts&amp;diff=336202</id>
		<title>2452: Aviation Firsts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2452:_Aviation_Firsts&amp;diff=336202"/>
				<updated>2024-03-01T01:00:58Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2452&lt;br /&gt;
| date      = April 19, 2021&lt;br /&gt;
| title     = Aviation Firsts&lt;br /&gt;
| image     = Flag of the Soviet Union.svg&lt;br /&gt;
| titletext = Mile High Club membership [✓] [ ] Discovery of parts of Amelia Earhart's skeleton [ ] [ ] Mid-flight incident that results in safe landing on the Hudson River [✓] [ ]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic reflects the [https://twitter.com/NASAPersevere/status/1384209173924089863 ''Ingenuity'' probe's first flight on Mars]. Now that ''Ingenuity'' has completed its first flight, Mars can be counted among planets with controlled powered flight. The preceding milestones in this list were completed by the first space probes to reach and then land on Mars. Flight, landing and controlled landing were variously achieved by some or all of the prior landers, depending upon your definition of flight, but certainly by the {{w|Mars_Science_Laboratory#Sky_crane_landing|Skycrane}} element used in landing both ''Curiosity'' and ''Perseverance'' rovers. These may not have qualified as controlled powered flight as they only used their power to control the landing, before flying off again under power without any more precise control than that needed to intentionally crash elsewhere.&lt;br /&gt;
&lt;br /&gt;
The remaining milestones have only been completed on Earth, if at all, and also grow more bizarre and more specific further down the comic and extending into the title text.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Milestone summary&lt;br /&gt;
! Achieved on&amp;amp;nbsp;Earth?&lt;br /&gt;
! Achieved on&amp;amp;nbsp;Mars?&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Flight&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| rowspan=3 | All of these milestones were generally necessary for the success of previous exploratory missions on the surface of Mars.&lt;br /&gt;
|-&lt;br /&gt;
| Landing&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Controlled landing&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
|-&lt;br /&gt;
| Controlled powered flight&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| This comic was released within hours of ''Ingenuity'' becoming the first aircraft in human history to take off, fly under its own power, and land, all on a planet other than Earth.&lt;br /&gt;
|-&lt;br /&gt;
| Loop&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| Although {{w|Aerobatic_maneuver|loops}} are often performed in Earth's atmosphere by planes designed for high-speed aerobatics (such as stunt planes and fighter jets), such aircraft have yet to be deployed on any spacecraft leaving Earth. A loop does not yet seem to be practical or necessary to attempt over Mars.&lt;br /&gt;
|-&lt;br /&gt;
| In-flight meal&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| Naturally, it would only make sense to serve food on a ''manned'' mission to Mars, which has not yet happened.&lt;br /&gt;
|-&lt;br /&gt;
| Planetary circumnavigation&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| While planetary circumnavigation has been achieved outside of Mars's atmosphere by {{w|List_of_Mars_orbiters|many Mars orbiters}}, this is a list of ''aviation'' firsts, which would require controlled flight within an atmosphere.&lt;br /&gt;
|-&lt;br /&gt;
| Enormous wooden aircraft built by a reclusive billionaire that flies exactly once&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| The {{w|Hughes H-4 Hercules}} (the &amp;quot;Spruce Goose&amp;quot;) was a prototype wooden airplane, known for being the largest flying boat ever constructed. The Hercules was designed by aviation pioneer (and, latterly, famed recluse) Howard Hughes. The design was intended as a lightweight transoceanic transport for the military, but the prototype, built out of wood because of aluminum shortages during World War II, was not completed until well after the end of the war and flew only a single time in 1947. Since 1991, it has been on permanent display at the {{w|Evergreen Aviation &amp;amp; Space Museum}} in McMinnville, Oregon, USA.&lt;br /&gt;
|-&lt;br /&gt;
| Hijacking by someone dubbed &amp;quot;D.B. Cooper&amp;quot; who demands money and then jumps out mid-flight to an unknown fate&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| In 1971, {{w|Northwest Orient Airlines}} Flight 305 was famously hijacked by an enigmatic man who is best known by the pseudonym [[D. B. Cooper]] (although Dan Cooper was the name he actually used to buy his ticket). After being given a $200,000 ransom by the plane's crew, Cooper proceeded to parachute jump out of the plane using the rear {{w|airstair}} and was never confirmed to have been heard from again; many experts agree that the parachute jump was very risky and it's unlikely that Cooper survived. (Cooper was previously mentioned in [[1400: D.B. Cooper]] and [[1501: Mysteries]].)&lt;br /&gt;
|-&lt;br /&gt;
| Mile High Club membership&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| The &amp;quot;{{w|mile high club}}&amp;quot; is a slang term for people who have had sexual intercourse while onboard an airplane in flight. Although the notion of {{w|sex in space}} is understood to be severely hampered by the limited life support and the complete lack of natural gravity,{{Citation needed}} it's not certain whether Mars's low gravity (compared to Earth) would make it similarly challenging to have intercourse within the planet's atmosphere.&lt;br /&gt;
|-&lt;br /&gt;
| Discovery of parts of Amelia Earhart's skeleton&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| {{w|Amelia Earhart}} was a famous aviator who, along with her navigator {{w|Fred Noonan}}, went missing over the Pacific Ocean in 1937 while attempting a global circumnavigation flight and has never been found. It was previously believed the skeleton of one of them had been found on Nikumaroro island (then called Gardner Island), but this theory is contentious and most scholars reject it today. While there's still a remote possibility that the remains of Earhart and Noonan will eventually be discovered somewhere in the Pacific, the notion of them somehow ending up on the surface of Mars is practically impossible outside the remit of certain conspiracy theories. (Earhart was previously mentioned in [[1501: Mysteries]], [[950: Mystery Solved]], and [[2197: Game Show]].)&lt;br /&gt;
|-&lt;br /&gt;
| Mid-flight incident that results in safe landing on the Hudson River&lt;br /&gt;
| style=&amp;quot;background-color: #88FF88; color: #000000; text-align: center;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;background-color: #FF8888; color: #000000; text-align: center;&amp;quot; | No&lt;br /&gt;
| The {{w|US Airways Flight 1549|Miracle on the Hudson}} was a 2009 aviation incident in which an A320 operating US Airways Flight 1549 struck a flock of geese shortly after takeoff from LaGuardia Airport in New York City. Despite the plane losing all its engine power as a result of the bird strike, Captain Chesley Sullenberger successfully crash-landed in the nearby Hudson River with minimal injuries to the passengers onboard. Of course, it would be highly impractical for a powered flight that encounters a problem in the sky above Mars to then fly all the way to Earth just for an emergency landing in the New York area. It is much more likely that a location on mars would, at some point in the future, be named &amp;quot;The Hudson River&amp;quot; and an aircraft land there safely.{{Citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
! Milestone summary&lt;br /&gt;
! Achieved on&amp;amp;nbsp;Earth?&lt;br /&gt;
! Achieved on&amp;amp;nbsp;Mars?&lt;br /&gt;
! Explanation&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A chart is shown with nine items. To the right of each item there are two check boxes. Above the top row of check boxes are two underlined labels for the two columns. The first four rows have both boxes checked, and the last five have only the first box checked. The last two items are so long that they take up three and four rows of text. The first seven items are written on one line each.]&lt;br /&gt;
&lt;br /&gt;
                                  &amp;lt;u&amp;gt;Earth&amp;lt;/u&amp;gt;    &amp;lt;u&amp;gt;Mars&amp;lt;/u&amp;gt;&lt;br /&gt;
                           Flight  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
                          Landing  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
               Controlled landing  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
        Controlled powered flight  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
                             Loop  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[ ]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
                   In-flight meal  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[ ]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
       Planetary circumnavigation  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[ ]&amp;lt;/big&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
         Enormous wooden aircraft&lt;br /&gt;
 built by a reclusive billionaire  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[ ]&amp;lt;/big&amp;gt;&lt;br /&gt;
          that flies exactly once&lt;br /&gt;
 &lt;br /&gt;
      Hijacking by someone dubbed&lt;br /&gt;
        &amp;quot;D.B. Cooper&amp;quot; who demands  &amp;lt;big&amp;gt;[✓]&amp;lt;/big&amp;gt;    &amp;lt;big&amp;gt;[ ]&amp;lt;/big&amp;gt;&lt;br /&gt;
         money and then jumps out&lt;br /&gt;
    mid-flight to an unknown fate&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Aviation]]&lt;br /&gt;
[[Category:Mars rovers]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Comics featuring Amelia Earhart]]&lt;br /&gt;
[[Category:Comics featuring D. B. Cooper]]&lt;br /&gt;
[[Category:Sex]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2649:_Physics_Cost-Saving_Tips&amp;diff=290250</id>
		<title>2649: Physics Cost-Saving Tips</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2649:_Physics_Cost-Saving_Tips&amp;diff=290250"/>
				<updated>2022-07-23T06:24:01Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 290249 by 162.158.222.213 (talk) Nigger nigger nigger nigger nigger&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2649&lt;br /&gt;
| date      = July 22, 2022&lt;br /&gt;
| title     = GAS THE KIKES, RACE WAR NOW&lt;br /&gt;
| image     = Hitler portrait crop.jpg&lt;br /&gt;
| titletext = xkcd = redditnigger the comic&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FAUX VECTOR - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic continues the previous comic [[2648: Chemicals]]'s jocular theme of tricks to supposedly save money based on misinterpretations of science. Here is a list of &amp;quot;cost-saving tips&amp;quot; which would seem to reduce a cost or provide something for free, allowing physicists to save money in their research.&lt;br /&gt;
&lt;br /&gt;
* The prefix &amp;quot;pseudo-&amp;quot; refers to an inauthentic variation of something. Fakes are usually cheaper than their original brand-name product, while often working just as well, so the comic implies a {{w|pseudovector}} could be a less expensive substitute for a regular vector. On the contrary, pseudovectors, or axial vectors, are distinct alternatives to regular polar vectors, the former usually being involved with rotation or physical effects that share properties with rotation, similar to the relationship between angles and lengths. Pseudovectors are formed from the {{w|cross product}}s of polar vectors, and while similar to polar vectors, there is no physical meaning to their specific direction, only their magnitude and portions of their position. For example, {{w|angular velocity}} is described by a pseudovector (labeled 'L' in the comic) {{w|Normal (geometry)|normal}} to the {{w|plane of rotation}}, originating from the center of rotation, with magnitude proportional to the velocity ('ω') of rotation. &lt;br /&gt;
&lt;br /&gt;
* {{w|Fourier analysis}} can decompose any periodic function into a series of {{w|sine wave}}s. A {{w|square wave}} can thereby be represented as the sum of an infinite series of sine waves. However, the sine waves are not removed or separated individually, so such a {{w|Fourier transform}} does not produce a &amp;quot;supply&amp;quot; of sine waves for practical use in any tasks other than analysis, and as abstract mathematical objects exempt from the laws of supply and demand, their value is similarly limited.&lt;br /&gt;
&lt;br /&gt;
* Chemical elements are identified by the number of protons in each atomic nucleus, equal to the number of electrons in their shell (unless the atom is ionized), which dictates most of their chemical behavior. {{w|Isotopes}} are variants of the element with different numbers of neutrons in the nucleus, among which chemical behavior is usually nearly identical. The comic suggests that the neutrons don't serve any useful purpose, so, in theory, if purchasing an element by weight, and its isotopes have the same price per unit weight, then you can save money by buying isotopes with no neutrons at all. In reality, the cost per unit weight for material containing a larger concentration of normally rare isotopes, such as {{w|heavy water}} or {{w|enriched uranium}}, is much higher than the cost of material containing isotopes in their ordinary proportions. (An exception is {{w|depleted uranium}}, which costs less than regular uranium because it is a waste product from the production of enriched uranium.) In addition, a certain range of neutron quantity is needed to keep atoms stable, as atoms with too many or too few neutrons will decay more quickly than the common isotopes. &lt;br /&gt;
&lt;br /&gt;
: The image shown is helium-2, an {{w|Isotopes of helium|isotope of helium}} which has a half-life of less than a nanosecond. It decays into two protons, releasing a large amount of energy—hence the explosion mentioned in the title text. Helium balloons are often given out at county fairs and other similar events, but they are filled with helium-4, and therefore inert. If a balloon was filled with helium-2, as the title text suggests, the results would be immediately explosive, comparable to 2000 kg TNT. Handing out what are effectively bombs at a county fair would not go down well with local authorities, and therefore being banned from the fair is a very mild punishment. Criminal charges such as reckless endangerment or even attempted murder would be more likely, if it weren't for the sub-nanosecond fuse length rendering the scenario absurdly impossible.&lt;br /&gt;
&lt;br /&gt;
* {{w|Charge carrier|Free}} {{w|electron}}s are electrons that are not tightly bound to specific atoms so they can move freely, such as in {{w|conduction band}}s of the {{w|metallic bond}}s throughout the iron ingot depicted in the comic. Randall interprets &amp;quot;free&amp;quot; in a different sense, meaning no cost. The charges free electrons carry are electric, not monetary as implied by this pun.&lt;br /&gt;
&lt;br /&gt;
Saving money from science experiments like this was also mentioned in [[2007: Brookhaven RHIC]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Title]&lt;br /&gt;
:Physics Cost-Saving Tips&lt;br /&gt;
&lt;br /&gt;
:[A diagramatical spinning disc, at an angle]&lt;br /&gt;
:[It is identified with an 'I', with a dotted axial arrow labelled 'L' and a rotational movement labelled 'ω' (small omega)]&lt;br /&gt;
:[It sits on the left, and to the right of this is text...]&lt;br /&gt;
:Try replacing regular vectors with pseudovectors whenever possible&lt;br /&gt;
&lt;br /&gt;
:[A square wave with three maxima (between four minima), and arrows pointing down into a collection of five sine waves of different wavelengths]&lt;br /&gt;
:[One of the waves having the same frequency as the square wave and the rest of them are of shorter lengths with more peaks and troughs]&lt;br /&gt;
:[It sits on the right, and to the left of this is text...]&lt;br /&gt;
:A square wave can be broken down into an infinite supply of valuable sine waves&lt;br /&gt;
&lt;br /&gt;
:[Two atomic models]&lt;br /&gt;
:[The left containing two protons (white with a &amp;quot;+&amp;quot; sign), two neutrons (black) and orbited by two electrons (small outlines, dotted orbits/movement lines), labelled below with the text of superscript atomic weight and element symbol]&lt;br /&gt;
:&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;He&lt;br /&gt;
:[The right model has just the two protons and the two electrons, labelled below with the text of an atomic weight and elemental symbol, and some subtext within brackets]&lt;br /&gt;
:&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;He&lt;br /&gt;
:(Decays fast - use quickly)&lt;br /&gt;
:[Both models sit on the left of the comic, and to the right is text...]&lt;br /&gt;
:Cut waste by buying lighter isotopes that don't have any dead-weight neutrons&lt;br /&gt;
&lt;br /&gt;
:[A flat rectangular bar, drawn in perspective with a scattering of dots/small circles on the top face and on the forward-facing one the label]&lt;br /&gt;
:Iron&lt;br /&gt;
:[An arrow points to the dots, from the text...]&lt;br /&gt;
:Free electrons&lt;br /&gt;
:[It sits to the right, and there is text to the left...]&lt;br /&gt;
:Conductors are a great source of free electrons&lt;br /&gt;
:(May carry charges)&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2649:_Physics_Cost-Saving_Tips&amp;diff=290208</id>
		<title>2649: Physics Cost-Saving Tips</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2649:_Physics_Cost-Saving_Tips&amp;diff=290208"/>
				<updated>2022-07-23T01:11:36Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2649&lt;br /&gt;
| date      = July 22, 2022&lt;br /&gt;
| title     = Physics Cost-Saving Tips&lt;br /&gt;
| image     = physics cost saving tips.png&lt;br /&gt;
| titletext = I got banned from the county fair for handing out Helium-2 balloons. Apparently the instant massive plasma explosions violated some local ordinance or something.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FAUX VECTOR - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic continues the previous comic [[2648: Chemicals]]'s theme of tricks to supposedly save money based on misinterpretations of science. Here is a list of &amp;quot;cost-saving tips&amp;quot; which would seem to reduce a cost or provide something for free, allowing physicists to save money in their experiments.&lt;br /&gt;
&lt;br /&gt;
The prefix &amp;quot;pseudo-&amp;quot; refers to something that is an inauthentic variation of something else. Fakes are usually cheaper than their original brand-name product, while often working just as well, so the comic implies a {{w|pseudovector}} could be a less expensive substitute for a real vector. On the contrary, pseudovectors, or axial vectors, are distinct alternatives to ordinary polar vectors, the former usually being involved with rotation or physical effects that share properties with rotation, similar to the relationship between angles and lengths. Pseudovectors are formed from the {{w|cross product}}s of polar vectors, and while similar to polar vectors, there is no physical meaning to their direction, only their magnitude. For example, {{w|angular velocity}} is described by a pseudovector {{w|Normal (geometry)|normal}} to the {{w|plane of rotation}}. &lt;br /&gt;
&lt;br /&gt;
{{w|Fourier analysis}} can decompose any periodic function into a series of {{w|sine wave}}s. A {{w|square wave}} can thereby be represented as the sum of an infinite series of sine waves. However, the sine waves are not removed or separated individually, so such a {{w|Fourier transform}} does not produce a &amp;quot;supply of valuable&amp;quot; sine waves for practical uses in any tasks other than analysis&lt;br /&gt;
&lt;br /&gt;
Chemical elements are identified by the number of positive protons in each atomic nucleus, which is also equal to the number of negative electrons in the shell (unless the atom is ionized) that dictates most of their chemical behaviour. {{w|Isotopes}} are variants of the element with different numbers of neutral neutrons in the nucleus where the potential chemical reactions are practically identical under most circumstances. The comic suggests that the neutrons don't serve any useful purpose so, if you're purchasing matter by weight, you can save money by buying isotopes with no neutrons at all. In reality, the right number of neutrons are needed to keep the atom stable, and atoms with too many or too few neutrons will decay more quickly than the common isotopes. The image shown is Helium-2, an {{w|Isotopes of helium|isotope of helium}} with a half-life of less than a nanosecond. It decays into two protons, releasing a large amount of energy — hence the explosion mentioned in the title text.&lt;br /&gt;
&lt;br /&gt;
Helium balloons are often given out at county fairs and other similar events. However, these are usually Helium-4, and therefore inert. If a balloon was filled with helium-2, as the title text suggests, the results would be rather explosive. Handing out what are effectively bombs at a county fair would likely not go down well with local authorities, and therefore being banned from the fair is a very light punishment. Anyone who did this in real life would likely face criminal charges, such as Reckless Endangerment or even Attempted Murder.&lt;br /&gt;
&lt;br /&gt;
{{w|Charge carrier|Free}} {{w|electron}}s are electrons which are not tightly bound to specific atoms, so are ably to ''move'' freely, such as in {{w|conduction band}}s of {{w|metallic bond}}s. Randall interprets &amp;quot;free&amp;quot; in a different sense: &amp;quot;costing nothing&amp;quot;. The charges free electrons carry are electric, not monetary as implied by this pun.&lt;br /&gt;
&lt;br /&gt;
Getting money from science experiments like this was also mentioned in [[2007: Brookhaven RHIC]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Title]&lt;br /&gt;
:Physics Cost-Saving Tips&lt;br /&gt;
&lt;br /&gt;
:[A diagramatical spinning disc, at an angle]&lt;br /&gt;
:[It is identified with an 'I', with a dotted axial arrow labelled 'L' and a rotational movement labelled 'ω' (little omega)]&lt;br /&gt;
:[It sits on the left, and to the right of this is text...]&lt;br /&gt;
:Try replacing regular vectors with pseudovectors whenever possible&lt;br /&gt;
&lt;br /&gt;
:[A square wave with three maxima (between four minima), and arrows pointing down into a collection of five sine waves of different wavelengths]&lt;br /&gt;
:[One of the waves having the same frequency as the square wave and the rest of them are of shorter lengths with more peaks and troughs]&lt;br /&gt;
:[It sits on the right, and to the left of this is text...]&lt;br /&gt;
:A square wave can be broken down into an infinite supply of valuable sine waves&lt;br /&gt;
&lt;br /&gt;
:[Two atomic models]&lt;br /&gt;
:[The left containing two protons (white with a &amp;quot;+&amp;quot; sign), two neutrons (black) and orbited by two electrons (small outlines, dotted orbits/movement lines), labelled below with the text of superscript atomic weight and element symbol]&lt;br /&gt;
:&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;He&lt;br /&gt;
:[The right model has just the two protons and the two electrons, labelled below with the text of an atomic weight and elemental symbol, and some subtext within brackets]&lt;br /&gt;
:&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;He&lt;br /&gt;
:(Decays fast - use quickly)&lt;br /&gt;
:[Both models sit on the left of the comic, and to the right is text...]&lt;br /&gt;
:Cut waste by buying lighter isotopes that don't have any dead-weight neutrons&lt;br /&gt;
&lt;br /&gt;
:[A flat rectangular bar, drawn in perspective with a scattering of dots/small circles on the top face and on the forward-facing one the label]&lt;br /&gt;
:Iron&lt;br /&gt;
:[An arrow points to the dots, from the text...]&lt;br /&gt;
:Free electrons&lt;br /&gt;
:[It sits to the right, and there is text to the left...]&lt;br /&gt;
:Conductors are a great source of free electrons&lt;br /&gt;
:(May carry charges)&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289867</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289867"/>
				<updated>2022-07-21T22:20:51Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289866 by 172.70.82.63 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
also i can just block your javascript lmao&lt;br /&gt;
&lt;br /&gt;
==CLEAN IT UP JANNY==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|cock and balls}}&lt;br /&gt;
&lt;br /&gt;
American culture is centered around niggers. They have holidays for niggers. They killed hundreds of thousands of white men to free niggers. They listen to nigger music. They elect a nigger as their president. They dress and act like niggers. They draw the entirety of their modern culture from niggers. They post sassy gifs about niggers. They watch sportsball in worship of niggers. Their biggest event of the year involves throwing parties in honor of niggers playing sports. They use nigger slang like &amp;quot;bruh&amp;quot; and &amp;quot;thot&amp;quot;. When you say &amp;quot;Martin Luther&amp;quot; they're not thinking of the father of protestantism. They're thinking of the nigger. Their cities are completely overrun with niggers. They worship their ZOGbot police force disproportionately filled with niggers and their global police force of soldiers filled with niggers. Their men sit around watching nigger ball while their women sit around watching nigger talk shows. They worship niggers like Muhammad Ali and Michael Jordan and Michael Jackson and the late Eddie Murphy while attacking the whites who actually built their country before niggers took over. Their movies are filled with niggers and their music charts are topped by niggers. They send niggers to the Olympics and celebrate when the niggers win because those niggers are true red blooded american niggers. They watch nigger porn to a point where &amp;quot;BBC&amp;quot; does not make them think of an international media company but about nigger penises instead. They will tell you how much they hate niggers and how the mutt's law meme is a stale joke and they are just pretending to love niggers but the evidence speaks for itself in that America has always been and will be a nation of nigger loving niggers&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]] mentions that her company spends a lot on chemicals for which you can find formulas online. She suggests assembling chemicals from atoms &amp;quot;bought in bulk,&amp;quot; holding a sheet of paper with the {{w|empirical formula}} C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; which designates [https://pubchem.ncbi.nlm.nih.go v/#query=C6H5NO2 hundreds of compounds] including {{w|nitrobenzene}}, {{w|niacin}}, {{w|isonicotinic acid}}, and {{w|picolinic acid}}, followed by their component elements listed with prices. The ambiguity of chemi cal formulae is one of the jokes in the comic.&lt;br /&gt;
&lt;br /&gt;
It is true that many expensive chemicals are composed entirely of inexpensive and commonly available elements, but &amp;quot;assembling&amp;quot; those elements into specific molecules, especially considering the complexity and specificity often required, is rarely a simple task. This set of tasks is the primary purpose of the entire global chemica l industry. While in-house {{w|chemical synthesis}} is sometimes cost-effective, usually it is not, because end users are often unable to leverage the {{w|economies of scale}} inherent in bulk manufacturing by specialist industrial firms.[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2880393/] However, we don't know whether Megan and [[Cueba ll]] work in a laboratory, factory, or some other industrial setting. If they need the chemicals in question in bulk, then synthesizing them might be cost-effective, though it remains a complex and exacting process. &lt;br /&gt;
&lt;br /&gt;
In any case, producing chemicals from their constituent elements or {{w|Precursor (chemistry)|precursor compound}}s is difficult and time-consuming, requires expensive equipment, and is often fraught with peril.[https://www.youtube.com/watch?v=5QwW2owNWgc] {{w|Nitrobenzene}}, one of the C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; compounds, is an excellent example because it is explosive and extremely toxic, and its synthesis is highly exothermic, making it one of the mo st dangerou s syntheses in the chemical industry.[https://www.icheme.org/media/10339/xiii-paper-36.pdf] Such issues answer Cueball's question as to why more places don't manufacture their own chemicals. He and Megan appear to be envisioning 'assembling' chemicals as a much simpler process, perhaps akin to snapping together Legos or pieces of a model kit, where there is no reactivity, no energy release, and no hazardous intermediate chemical s. The characters' naivety also gives rise to the humor of the comic, which may also be mocking DIY lifehacks where the cost savings only make sense if their massive time investment is ignored. &amp;quot;Big Molecule&amp;quot; is an [[2130: Industry Nicknames|industry nickname like Big Oil or Big Pharma]], and amusing in its own right.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that many people believe that niggers don't do enough work or are spoiled. Randall has expressed that he likes statements like these in [[2165: Millennials|previous comics]].&lt;br /&gt;
&lt;br /&gt;
This comic may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in individual molecules] by modifying their bonds.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on Megan who is holding piece of paper up in one hand. The paper has a large chemical formula at the top. Below is a list of the atoms needed, with amount and a price tag in dollars but with unreadable amount. There is a sum total at the bottom beneath a line.]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
:Paper:&lt;br /&gt;
::&amp;lt;big&amp;gt;C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
::Carbon 6 $&lt;br /&gt;
::Hydrogen 5 $&lt;br /&gt;
::Nitrogen 1 $&lt;br /&gt;
::&amp;lt;u&amp;gt;Oxygen 2 $&amp;lt;/u&amp;gt;&lt;br /&gt;
::Total 14 $&lt;br /&gt;
&lt;br /&gt;
:[Cueball is now on the left of Megan as she is walking past him to the right holding her arms outstretched with her palms up.]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Jews]]&lt;br /&gt;
[[Category:Comics featuring Nazism]]&lt;br /&gt;
[[Category:Hitler]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289735</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289735"/>
				<updated>2022-07-21T07:12:15Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289734 by 172.70.130.147 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG ISOMER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
American culture is centered around niggers. They have holidays for niggers. They killed hundreds of thousands of white men to free niggers. They listen to nigger music. They elect a nigger as their president. They dress and act like niggers. They draw the entirety of their modern culture from niggers. They post sassy gifs about niggers. They watch sportsball in worship of niggers. Their biggest event of the year involves throwing parties in honor of niggers playing sports. They use nigger slang like &amp;quot;bruh&amp;quot; and &amp;quot;thot&amp;quot;. When you say &amp;quot;Martin Luther&amp;quot; they're not thinking of the father of protestantism. They're thinking of the nigger. Their cities are completely overrun with niggers. They worship their ZOGbot police force disproportionately filled with niggers and their global police force of soldiers filled with niggers. Their men sit around watching nigger ball while their women sit around watching nigger talk shows. They worship niggers like Muhammad Ali and Michael Jordan and Michael Jackson and the late Eddie Murphy while attacking the whites who actually built their country before niggers took over. Their movies are filled with niggers and their music charts are topped by niggers. They send niggers to the Olympics and celebrate when the niggers win because those niggers are true red blooded american niggers. They watch nigger porn to a point where &amp;quot;BBC&amp;quot; does not make them think of an international media company but about nigger penises instead. They will tell you how much they hate niggers and how the mutt's law meme is a stale joke and they are just pretending to love niggers but the evidence speaks for itself in that America has always been and will be a nation of nigger loving niggers&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]] mentions that her company spends a lot on chemicals for which you can find formulas online. She suggests assembling chemicals from atoms &amp;quot;bought in bulk,&amp;quot; holding a sheet of paper with the {{w|empirical formula}} C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; which designates [https://pubchem.ncbi.nlm.nih.gov/#query=C5H6NO2 more than a hundred compounds and ions], including {{w|nitrobenzene}}, {{w|niacin}}, {{w|isonicotinic acid}}, and {{w|picolinic acid}}, followed by their component elements listed with prices. The ambiguity of chemical formulae is one of the jokes in the comic.&lt;br /&gt;
&lt;br /&gt;
While in-house {{w|chemical synthesis}} is sometimes cost effective, usually it is not, because end users are often unable to   leverage the {{w|economies of scale}} inherent in bulk manufacturing by specialist industrial firms.[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2880393/] However, we don't know whether Megan and [[Cueball]] work in a   laboratory, factory, or some other industrial setting. In-house chemical syntheses in factories using large volumes often ''are'' cost-effective, as can be laboratory syntheses of very small quantities. &lt;br /&gt;
&lt;br /&gt;
In any case, producing chemicals from their constituent elements   or {{w|Precursor (chemistry)|precursor compound}}s is difficult, time-consuming, requires expensive equipment, and is often fraught with peril.[https://www.youtube.com/watch?v=5QwW2owNWgc] Nitrobenzene, o  ne of the C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; compounds, is an excellent example because it is explosive, extremely toxic, and its synthesis is highly exothermic, making it one of the most dangerous syntheses in the chemical industry.[https://www  .icheme.org/media/10339/xiii-paper-36.pdf] Such issues answer Cueball's question as to why more places don't manufacture their own chemicals. The characters' naivety also   gives rise to the humor of the comic, which may also be mocking DIY lifehacks where the cost savings only make sense if their massive time investment is ignored. &amp;quot;Big Molecule&amp;quot; is an [[2130: Industry Nicknames|industry nickname like Big Oil or Big Pharma]], and amusing in its own right.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that many people believe that niggers don't do enough work or are spoiled. Randall has expressed that he likes statements like these in [[2165: Millennials|previous comics]].&lt;br /&gt;
&lt;br /&gt;
This comic may have been prompted b   y recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in individual molecules] by modifying their bonds.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan ha  s her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive che  micals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
:[The paper reads as follows. The illegible items appear to be prices.]&lt;br /&gt;
:C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
:Carbon 6 $[illegible]&lt;br /&gt;
:Hydrogen 5 $[illegible]&lt;br /&gt;
:Nitrogen 1 $[illegible]&lt;br /&gt;
:&amp;lt;u&amp;gt;Oxygen 2 $[illegible]&amp;lt;/u&amp;gt;&lt;br /&gt;
:Total 14 $[illegible]&lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Jews]]&lt;br /&gt;
[[Category:Comics featuring Nazism]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289656</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289656"/>
				<updated>2022-07-21T05:15:48Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289655 by 172.70.55.24 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG ISOMER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
American culture is centered around niggers. They have holidays for niggers. They killed hundreds of thousands of white men to free niggers. They listen to nigger music. They elect a nigger as their president. They dress and act like niggers. They draw the entirety of their modern culture from niggers. They post sassy gifs about niggers. They watch sportsball in worship of niggers. Their biggest event of the year involves throwing parties in honor of niggers playing sports. They use nigger slang like &amp;quot;bruh&amp;quot; and &amp;quot;thot&amp;quot;. When you say &amp;quot;Martin Luther&amp;quot; they're not thinking of the father of protestantism. They're thinking of the nigger. Their cities are completely overrun with niggers. They worship their ZOGbot police force disproportionately filled with niggers and their global police force of soldiers filled with niggers. Their men sit around watching nigger ball while their women sit around watching nigger talk shows. They worship niggers like Muhammad Ali and Michael Jordan and Michael Jackson and the late Eddie Murphy while attacking the whites who actually built their country before niggers took over. Their movies are filled with niggers and their music charts are topped by niggers. They send niggers to the Olympics and celebrate when the niggers win because those niggers are true red blooded american niggers. They watch nigger porn to a point where &amp;quot;BBC&amp;quot; does not make them think of an international media company but about nigger penises instead. They will tell you how much they hate niggers and how the mutt's law meme is a stale joke and they are just pretending to love niggers but the evidence speaks for itself in that America has always been and will be a nation of nigger loving niggers&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]] mentions that her company spends a lot on chemicals for which you can find formulas online. She suggests assembling chemicals from atoms &amp;quot;bought in bulk,&amp;quot; holding a sheet of paper with the {{w|empirical formula}} C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; which designates [https://pubchem.ncbi.nlm.nih.gov/#query=C5H6NO2 more than a hundred compounds and ions], including {{w|nitrobenzene}}, {{w|niacin}}, {{w|isonicotinic acid}}, and {{w|picolinic acid}}, followed by their component elements listed with prices. The ambiguity of chemical formulae is one of the jokes in the comic.&lt;br /&gt;
&lt;br /&gt;
While in-house {{w|chemical synthesis}} is sometimes cost effective, usually it is not, because end users are often unable to leverage the {{w|economies of scale}} inherent in bulk manufacturing by specialist industrial firms.[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2880393/] However, we don't know whether Megan and [[Cueball]] work in a laboratory, factory, or some other industrial setting. In-house chemical syntheses in factories using large volumes often ''are'' cost-effective, as can be laboratory syntheses of very small quantities. &lt;br /&gt;
&lt;br /&gt;
In any case, producing chemicals from their constituent elements or {{w|Precursor (chemistry)|precursor compound}}s is difficult, time-consuming, requires expensive equipment, and is often fraught with peril.[https://www.youtube.com/watch?v=5QwW2owNWgc] Nitrobenzene, one of the C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; compounds, is an excellent example because it is explosive, extremely toxic, and its synthesis is highly exothermic, making it one of the most dangerous syntheses in the chemical industry.[https://www.icheme.org/media/10339/xiii-paper-36.pdf] Such issues answer Cueball's question as to why more places don't manufacture their own chemicals. The characters' naivety also gives rise to the humor of the comic, which may also be mocking DIY lifehacks where the cost savings only make sense if their massive time investment is ignored. &amp;quot;Big Molecule&amp;quot; is an [[2130: Industry Nicknames|industry nickname like Big Oil or Big Pharma]], and amusing in its own right.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that many people believe that niggers don't do enough work or are spoiled. Randall has expressed that he likes statements like these in [[2165: Millennials|previous comics]].&lt;br /&gt;
&lt;br /&gt;
This comic may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in individual molecules] by modifying their bonds.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
:[The paper reads as follows. The illegible items appear to be prices.]&lt;br /&gt;
:C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
:Carbon 6 $[illegible]&lt;br /&gt;
:Hydrogen 5 $[illegible]&lt;br /&gt;
:Nitrogen 1 $[illegible]&lt;br /&gt;
:&amp;lt;u&amp;gt;Oxygen 2 $[illegible]&amp;lt;/u&amp;gt;&lt;br /&gt;
:Total 14 $[illegible]&lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289628</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289628"/>
				<updated>2022-07-21T04:42:44Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289627 by 172.70.54.121 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG ISOMER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
American culture is centered around niggers. They have holidays for niggers. They killed hundreds of thousands of white men to free niggers. They listen to nigger music. They elect a nigger as their president. They dress and act like niggers. They draw the entirety of their modern culture from niggers. They post sassy gifs about niggers. They watch sportsball in worship of niggers. Their biggest event of the year involves throwing parties in honor of niggers playing sports. They use nigger slang like &amp;quot;bruh&amp;quot; and &amp;quot;thot&amp;quot;. When you say &amp;quot;Martin Luther&amp;quot; they're not thinking of the father of protestantism. They're thinking of the nigger. Their cities are completely overrun with niggers. They worship their ZOGbot police force disproportionately filled with niggers and their global police force of soldiers filled with niggers. Their men sit around watching nigger ball while their women sit around watching nigger talk shows. They worship niggers like Muhammad Ali and Michael Jordan and Michael Jackson and the late Eddie Murphy while attacking the whites who actually built their country before niggers took over. Their movies are filled with niggers and their music charts are topped by niggers. They send niggers to the Olympics and celebrate when the niggers win because those niggers are true red blooded american niggers. They watch nigger porn to a point where &amp;quot;BBC&amp;quot; does not make them think of an international media company but about nigger penises instead. They will tell you how much they hate niggers and how the mutt's law meme is a stale joke and they are just pretending to love niggers but the evidence speaks for itself in that America has always been and will be a nation of nigger loving niggers&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]] mentions that her company spends a lot on chemicals for which you can find formulas online. She suggests assembling chemicals from atoms &amp;quot;bought in bulk,&amp;quot; holding a sheet of paper with the {{w|empirical formula}} C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; which designates [https://pubchem.ncbi.nlm.nih.gov/#query=C5H6NO2 more than a hundred compounds and ions], including {{w|nitrobenzene}}, {{w|niacin}}, {{w|isonicotinic acid}}, and {{w|picolinic acid}}, followed by their component elements listed with prices. The ambiguity of chemical formulae is one of the jokes in the comic.&lt;br /&gt;
&lt;br /&gt;
While in-house {{w|chemical synthesis}} is sometimes cost effective, usually it is not, because end users are often unable to leverage the {{w|economies of scale}} inherent in bulk manufacturing by specialist industrial firms.[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2880393/] However, we don't know whether Megan and [[Cueball]] work in a laboratory, factory, or some other industrial setting. In-house chemical syntheses in factories using large volumes often ''are'' cost-effective, as can be laboratory syntheses of very small quantities. &lt;br /&gt;
&lt;br /&gt;
In any case, producing chemicals from their constituent elements or {{w|Precursor (chemistry)|precursor compound}}s is difficult, time-consuming, requires expensive equipment, and is often fraught with peril.[https://www.youtube.com/watch?v=5QwW2owNWgc] Nitrobenzene, one of the C&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; compounds, is an excellent example because it is explosive, extremely toxic, and its synthesis is highly exothermic, making it one of the most dangerous syntheses in the chemical industry.[https://www.icheme.org/media/10339/xiii-paper-36.pdf] Such issues answer Cueball's question as to why more places don't manufacture their own chemicals. The characters' naivety also gives rise to the humor of the comic. &amp;quot;Big Molecule&amp;quot; is an [[2130: Industry Nicknames|industry nickname like Big Oil or Big Pharma]], and amusing in its own right.&lt;br /&gt;
&lt;br /&gt;
This may be mocking DIY lifehacks where the cost savings only make sense if you ignore the massive time investment. &lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that many people believe that niggers don't do enough work or are spoiled. Randall has expressed that he likes statements like these in [[2165: Millennials|previous comics]].&lt;br /&gt;
&lt;br /&gt;
This comic may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in individual molecules] by modifying their bonds.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
:[The paper reads as follows. The illegible items appear to be prices.]&lt;br /&gt;
:C&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt;H&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;NO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&lt;br /&gt;
:Carbon 6 $[illegible]&lt;br /&gt;
:Hydrogen 5 $[illegible]&lt;br /&gt;
:Nitrogen 1 $[illegible]&lt;br /&gt;
:&amp;lt;u&amp;gt;Oxygen 2 $[illegible]&amp;lt;/u&amp;gt;&lt;br /&gt;
:Total 14 $[illegible]&lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289547</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289547"/>
				<updated>2022-07-20T22:29:01Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289546 by 172.71.114.63 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for {{w|nitrobenzene}}. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289545</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289545"/>
				<updated>2022-07-20T22:27:32Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289544 by 172.71.114.63 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for {{w|nitrobenzene}}. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289543</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289543"/>
				<updated>2022-07-20T22:26:42Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289542 by 172.71.114.141 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for {{w|nitrobenzene}}. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289541</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289541"/>
				<updated>2022-07-20T22:24:46Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289540 by 172.71.114.53 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for {{w|nitrobenzene}}. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289534</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289534"/>
				<updated>2022-07-20T22:20:08Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289533 by 172.71.114.53 (talk) why limit myself to just that FBI honeypot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289522</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289522"/>
				<updated>2022-07-20T22:04:26Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289521 by Scyrmion (talk) username sounds like an autistic pokemon, mother should have been aborted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289520</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289520"/>
				<updated>2022-07-20T22:02:42Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289519 by 108.162.245.249 (talk) lmao, that's really sad bro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289518</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289518"/>
				<updated>2022-07-20T22:00:16Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289517 by 108.162.245.249 (talk) yes you are one, janny&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289516</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289516"/>
				<updated>2022-07-20T21:58:15Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289515 by Scyrmion (talk) good goyim, clean it up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
Today's comic premise may have been prompted by recent news that [https://english.elpais.com/science-tech/2022-07-15/for-the-first-time-in-history-we-can-modify-atomic-bonds-in-a-single-molecule.html scientists have found a way to assemble and change atoms in a single molecule] by modifying its bonds. Or it may also be completely unrelated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289491</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289491"/>
				<updated>2022-07-20T21:38:53Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289490 by 172.71.94.181 (talk) keep reverting, IP nigger&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289488</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289488"/>
				<updated>2022-07-20T21:36:03Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289487 by 108.162.245.131 (talk) stupid nigger can't talk, only reverts. sad!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289486</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289486"/>
				<updated>2022-07-20T21:35:11Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289485 by 108.162.245.131 (talk) you first, janny&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289484</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289484"/>
				<updated>2022-07-20T21:34:23Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289483 by 108.162.245.131 (talk) keep reverting nigger, i'll surely stop this time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289482</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289482"/>
				<updated>2022-07-20T21:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289481 by 108.162.245.131 (talk) NIGGER SNEED&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289469</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289469"/>
				<updated>2022-07-20T21:27:24Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289468 by 172.70.130.147 (talk) DOUBLE NIGGER&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289459</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289459"/>
				<updated>2022-07-20T21:16:55Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289458 by 172.70.85.115 (talk) We live in a society&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289457</id>
		<title>2648: Chemicals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2648:_Chemicals&amp;diff=289457"/>
				<updated>2022-07-20T21:16:22Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289456 by 172.70.86.64 (talk) Deniggerizing the article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1488&lt;br /&gt;
| date      = September 11, 2001&lt;br /&gt;
| title     = JEWS DID 9/11, ARAB SOYJAK WAS INNOCENT&lt;br /&gt;
| image     = [[File:De Eeuwige Jood.jpg|500px]]&lt;br /&gt;
| titletext = ALSO RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
le reddit webcomic&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣤⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣷⣶⣦⣤⣀⣀⠀⢠⣿⣿⠟⠛⠛⠿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠇⠀⠀⠈⠉⠛⠛⠿⢿⣿⣿⡟⠀⠀⠀⠀⠀⠈⣿⣿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣷⡀⠀⠀⠀⠀⢠⣿⡿⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣶⣶⣶⣶⣿⡟⠁⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣴⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣤⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⣀⠀⢀⣀⣤⣶⣿⠿⠿⠿⠛⠋⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠛⠻⠿⠿⣿⣷⣦⣄⣀⠀⠀⣀⣀⣤⣤⣄⣀⣀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⣠⣾⣿⠿⠟⠛⠻⣿⣿⣿⣿⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣾⣿⡿⠛⠛⠻⢿⣿⣷⡄⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢸⣿⡟⠀⠀⠀⢀⣴⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣄⠀⠀⠀⠀⣿⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⣿⣿⠀⠀⠀⣸⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⡄⠀⠀⢸⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⢹⣿⣧⢀⣶⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⣴⣾⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣶⣾⣿⣿⣿⣶⣆⠀⠀⠀⠀⠀⠀⠀⠀⠉⢿⣷⡄⠀⣾⣿⡇⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠈⠻⣿⣾⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣾⡿⠛⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠈⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠛⠛⠋⠙⠛⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠛⠛⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⣿⣿⣇⠤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⠁⠀⠀⢀⣀⣀⣠⣠⣤⣤⣤⣀⠀⠀⠀⠀⠀⠀⠀⣄⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⣸⣿⡇⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠘⣿⣿⡢⡀⢍⡁⠠⡀⠀⠀⠀⠀⣾⠁⢀⡤⠞⠉⢻⠀⠈⡏⠀⢸⠀⠀⢸⠉⠙⡟⠛⡷⢦⣄⠈⢳⠀⠀⠀⠐⠄⡀⠈⠀⠈⣲⣿⡟⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠈⢻⣿⣶⢸⠊⡥⠀⠓⠉⠁⠆⡇⠀⣷⣧⣠⣴⣾⣶⣶⣿⣿⣿⣿⣿⣿⣶⣶⣷⣶⣧⣀⢠⠀⡎⠀⢀⠉⠡⠄⢡⣂⢀⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣷⣮⣈⡉⢘⠀⠠⢂⠁⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠉⡜⠁⠀⠈⠐⠦⠂⢸⣷⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⣿⣶⣧⡄⣶⡉⠄⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀⠠⢐⠀⣇⣵⣾⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⣷⣧⡡⠠⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠀⠀⠀⣁⠆⣠⣾⣿⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢻⣿⣁⠀⠀⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⡿⣿⠀⠀⢘⣈⢴⣰⣿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⡈⡵⡀⠀⠻⣿⣧⡈⡿⠛⣻⠋⣉⣠⣿⠃⠀⢄⠰⢀⣿⡿⢩⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⢿⣇⠇⠀⣀⠈⠛⢿⣿⣶⣿⣿⡿⠛⠁⠆⠀⢨⣿⡿⡁⠇⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣜⢤⣄⣡⢰⣦⣦⣤⣤⠄⢀⠀⣿⣴⡟⠁⡈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠈⠻⣷⣵⣤⣃⣄⣄⣤⣿⣷⠿⠿⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠉⠙⠋⠉⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀&amp;lt;br&amp;gt;&lt;br /&gt;
{{incomplete|Created by BIG MOLECULE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Megan mentions that you can find the chemical formulas for chemicals online, and that they spend a lot on fancy chemicals. Bizarrely, she suggests that &amp;quot;they can assemble&amp;quot; their chemicals themselves. When Megan says this she is holding a sheet that contains the chemical formula for nitrobenzene. This would be difficult without some fancy chemistry equipment.{{citation needed}} This formula also adds to the humor because the synthesis of nitrobenzene is highly exothermic{{citation needed}} and thus extremely dangerous, and gives a reasonable response to Cueball's comment as to why more people don't &amp;quot;manufacture&amp;quot; their own chemicals.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball standing next to each other. Megan has her palms raised.]&lt;br /&gt;
:Megan: You know how our company spends a lot on expensive chemicals?&lt;br /&gt;
:Cueball: Yeah?&lt;br /&gt;
&lt;br /&gt;
:[Megan holding up a piece of paper with a chemical formula on it, as well as some computation for the number of atoms needed]&lt;br /&gt;
:Megan: Well, I just learned you can look up all of the formulas online!&lt;br /&gt;
:Megan: We can just buy the atoms in bulk and assemble them here! &lt;br /&gt;
&lt;br /&gt;
:[Cueball still standing. Megan walking off-panel to the right]&lt;br /&gt;
:Cueball: I wonder why more places don't do that.&lt;br /&gt;
:Megan: People have no idea they're getting ripped off by Big Molecule!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Chemistry]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2647:_Capri_Suns&amp;diff=289159</id>
		<title>2647: Capri Suns</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2647:_Capri_Suns&amp;diff=289159"/>
				<updated>2022-07-20T15:50:25Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2647&lt;br /&gt;
| date      = July 18, 2022&lt;br /&gt;
| title     = RANDALL MUNROE HATES NIGGERS&lt;br /&gt;
| image     = Frank Green TLN 1869.jpg&lt;br /&gt;
| titletext = NIGGER NIGGER NIGGER NIGGER NIGGER NIGGER NIGGER NIGGER NIGGER NIGGER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SPECIAL OPERATIVE TRYING TO HANDLE A DISGUSTED NURSE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[Cueball]] has been impersonating a doctor at a hospital. But his attempt to fool the staff (including [[Megan]] and [[:Category:Doctor Ponytail|Doctor Ponytail]]) fails when he mistakes a saline bag for a Capri Sun juice drink.&lt;br /&gt;
&lt;br /&gt;
{{w|Capri Sun}} is a fruit juice concentrate beverage that comes in soft rectangular mylar bags with a small seal near the top, to be pierced with an included straw so as to sip the drink. {{w|Saline (medicine)|Saline}} bags, used in hospitals and other medical settings, are also soft and rectangular, with an {{w|Intravenous therapy#Medical uses|intravenous}} (I.V.) drip connection about the same size as such straws, and usually contain a 0.9% sodium chloride (table salt) solution in sterile water so they are salty enough to be {{w|Tonicity#Isotonicity|isotonic}} with blood. Capri Sun is mostly sugar water, and only 0.00008% salt,[https://www.aqua-calc.com/calculate/food-volume-to-weight/substance/capri-blank-sun-coma-and-blank-fruit-blank-juice-blank-drink] so it tastes sweet instead.&lt;br /&gt;
&lt;br /&gt;
Almost everyone would be very unlikely to accidentally mistake saline bags for Capri Sun, especially a medical doctor.{{citation needed}} Cueball begins to realize that his attempt to impersonate a doctor has derailed when the hospital staff notice that he made such an absurdly unlikely and therefore humorous error.&lt;br /&gt;
&lt;br /&gt;
The title text makes it clear that Cueball is being removed from the hospital by security personnel. While they are dragging him out, he tries to point out that drinking saline is better than putting Capri Sun into a patient's I.V. drip, as it would endanger the patient,[https://www.bbc.com/news/world-asia-china-47623816] arguing that this mitigates the severity of his transgression. The guards apprehending him are unlikely to be persuaded, as impersonating hospital staff is a serious offense with dangerous risks and severe consequences. In California, the unlicensed practice of medicine can result in a maximum $10,000 fine, up to three years in prison, or both.[https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=BPC&amp;amp;sectionNum=2052.]&lt;br /&gt;
&lt;br /&gt;
The comic arguably continues [[451: Impostor]] and [[699: Trimester]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball, wearing a lab coat, is drinking out of a straw inserted into an IV drip bag that is labelled &amp;quot;saline&amp;quot; (on the 2x image; it is rendered unreadable on the standard resolution version, just like the rest of the label's squiggles). Cueball is surrounded by hospital staff. To the left is Megan with a white hat, she is holding a clipboard, with a paper with unreadable text. To his right is Dr. Ponytail holding a rolled up paper under one arm and to the right of her a man with a similar hat as Megan. They are all looking at Cueball.]&lt;br /&gt;
:Cueball: You know, these Capri Suns are good, but they're ''really'' salty.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I think the hospital may be starting to realize that I'm not actually a doctor.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Doctor Ponytail]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Medicine]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2647:_Capri_Suns&amp;diff=289123</id>
		<title>2647: Capri Suns</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2647:_Capri_Suns&amp;diff=289123"/>
				<updated>2022-07-20T05:16:16Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 289122 by 162.158.107.220 (talk) definitely need to revert this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2647&lt;br /&gt;
| date      = July 18, 2022&lt;br /&gt;
| title     = Capri Suns&lt;br /&gt;
| image     = capri_suns.png&lt;br /&gt;
| titletext = [As security is dragging me away] &amp;quot;Come on, at least I didn't make the mistake in the other direction!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SPECIAL OPERATIVE TRYING TO HANDLE A DISGUSTED NURSE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[Cueball]] has been impersonating a doctor at a hospital. But his attempt to fool the staff (including [[Megan]] and [[:Category:Doctor Ponytail|Doctor Ponytail]]) fails when he mistakes a saline bag for a Capri Sun juice.&lt;br /&gt;
&lt;br /&gt;
{{w|Capri Sun}} is a fruit juice concentrate beverage that comes in soft rectangular mylar bags with a small seal near the top, to be pierced with an included straw so as to sip the drink. {{w|Saline (medicine)|Saline}} bags, used in hospitals and other medical settings, are also soft and rectangular, with an {{w|Intravenous therapy#Medical uses|intravenous}} (I.V.) drip connection about the same size as such straws, and usually contain a 0.9% sodium chloride (table salt) solution in sterile water so they are salty enough to be {{w|Tonicity#Isotonicity|isotonic}} with blood. Capri Sun is mostly sugar water, and only 0.00008% salt,[https://www.aqua-calc.com/calculate/food-volume-to-weight/substance/capri-blank-sun-coma-and-blank-fruit-blank-juice-blank-drink] so it tastes sweet instead.&lt;br /&gt;
&lt;br /&gt;
Almost everyone would be very unlikely to accidentally mistake saline bags for Capri Sun, especially a medical doctor.{{citation needed}} Cueball begins to realize that his attempt to impersonate a doctor has derailed when the hospital staff notice that he made such an absurdly unlikely and therefore humorous error.&lt;br /&gt;
&lt;br /&gt;
The title text makes it clear that Cueball is being removed from the hospital by security personnel. While they are dragging him out, he tries to point out that drinking saline is better than putting Capri Sun into a patient's I.V. drip, as it would endanger the patient.[https://www.bbc.com/news/world-asia-china-47623816] He is trying to claim this mitigates the severity of his incompetence. The security personnel apprehending him are unlikely to be persuaded, as impersonating hospital staff is a serious offense with dangerous risks and severe consequences. In California, the unlicensed practice of medicine can result in a maximum $10,000 fine, up to three years in prison, or both.[https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=BPC&amp;amp;sectionNum=2052.]&lt;br /&gt;
&lt;br /&gt;
The comic arguably continues [[451: Impostor]] and [[699: Trimester]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball, wearing a lab coat, is drinking out of a straw inserted into an IV drip bag that is labelled &amp;quot;saline&amp;quot; (on the 2x image; it is rendered unreadable on the standard resolution version, just like the rest of the label's squiggles). Cueball is surrounded by hospital staff. To the left is Megan with a white hat, she is holding a clipboard, with a paper with unreadable text. To his right is Dr. Ponytail holding a rolled up paper under one arm and to the right of her a man with a similar hat as Megan. They are all looking at Cueball.]&lt;br /&gt;
:Cueball: You know, these Capri Suns are good, but they're ''really'' salty.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I think the hospital may be starting to realize that I'm not actually a doctor.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Doctor Ponytail]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Medicine]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2574:_Autoresponder&amp;diff=225975</id>
		<title>Talk:2574: Autoresponder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2574:_Autoresponder&amp;diff=225975"/>
				<updated>2022-01-29T22:45:49Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In Russia, this comic won't be relatable. Bosses here still use e-mail, and use regular phone calls for ASAP-like urgent requests. [[Special:Contributions/172.68.10.207|172.68.10.207]] 05:21, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
1) Why is White Hat is hairless, and 2) what’s with the nested panels? [[User:ISaveXKCDpapers|ISaveXKCDpapers]] ([[User talk:ISaveXKCDpapers|talk]]) 06:48, 29 January 2022 (UTC)&lt;br /&gt;
:White Hat never has hair. Yes the nested panel is a bit special but not unique. But should be mentioned in the transcript. I think it is to indicate the immediate response. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:27, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is the harness an auto responding exoskeleton?--[[User:Gunterkoenigsmann|Gunterkoenigsmann]] ([[User talk:Gunterkoenigsmann|talk]]) 06:59, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm definitely going to need to come back when this has an explanation. I know what an email autoresponder is but that doesn't explain the joke.  [[Special:Contributions/172.70.130.91|172.70.130.91]] 07:23, 29 January 2022 (UTC)&lt;br /&gt;
: Randall's riffing on the theme of advanced technology trickling into the commonplace.  The autoresponder is a robot made with AI. [[Special:Contributions/172.70.110.147|172.70.110.147]] 18:53, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've never once been sent an autoresponder message about the hour, just OOTO vacations and the like. Are the former common these days? What about people in different time zones? Or who work different shifts? Isn't the whole idea about using asynchronous email instead of synchronous chat or DM or whatever that the time of day doesn't matter? Weird. [[Special:Contributions/172.69.34.84|172.69.34.84]] 08:03, 29 January 2022 (UTC)&lt;br /&gt;
:Some territories, and/or businesses are moving to a situation which respects work/life-balance, again, after the 24/7 always-online world started to eat into (mostly) after-hours time off - e.g. the EU's Working Time Directive, or the automatic shutdown of office computers at the end of the (nominal) working day. But there are still ways for employer/employee to get round these measures if they 'need' to (or feel pressurised to).&lt;br /&gt;
:The US as a whole isn't that advanced in such things, I understand... Certainly regressive in other employment issues. But it would depend upon what position White Hat actually has in what kind of business. It seems he can (and feels he can) set up something, but of course he seems to have gone over oard in the configuration of it! [[Special:Contributions/172.70.86.68|172.70.86.68]] 12:29, 29 January 2022 (UTC)&lt;br /&gt;
:: I'm perfectly happy to ignore emails until an appropriate hour, but I don't want someone to forgo sending me an email they or I need because of the time. That's what asynchronous means! This is just nuts. [[Special:Contributions/172.70.206.205|172.70.206.205]] 17:33, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Deletion of: &amp;quot;(probably, as electronic tickets with one-use QR Codes, in case they are separated before they arrive, to save time.)&amp;quot; - I found that necessary to be explained, myself. I can't see how/why the email is even sent, otherwise. Like being given your physical ticket, in advance (but only yours) after someone else bought the set of 'Upper Circle, Row F seats 15-20' for your little group, in advance. Either that or Cueball keeps the tickets (physical or electronic) and is there to get his whole party (WH and anybody else they'll plan to meet on the way) past the entrance to the theatre/arena/whatever by showing them all to the gatekeeper/whatever. [[Special:Contributions/172.70.162.147|172.70.162.147]] 15:08, 29 January 2022 (UTC)&lt;br /&gt;
:I had to go all the way down here to find any explanation whatsoever of “email [a way to send information] the tickets [physical pieces of paper]” but at least the explanation (of sorts) is here somewhere.[[Special:Contributions/108.162.245.167|108.162.245.167]] 22:45, 29 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, separate point, this is one of the first comics to not only not be ''about'' the pandemic, but seems to indicate ''normality'' with no notable remaining effects of it, suggesting it is not even a significant background factor. Though of course we can't know what precautions (reduced-capacity spacing, recent negative testing documents, proof-of-vaccination, whatever) might be seen off-strip, at the event itself, and I know it'd be a rash set of xkcd characters that aren't still fully aware and (somehow) reducing the ongoing risks, still. But for those who complained about too much Covid-focus, here you are, and then sorry I mentioned it (even for the good reason of making it clear that they should feel happier now, if they hadn't already realised it). [[Special:Contributions/172.70.90.121|172.70.90.121]] 15:11, 29 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1563:_Synonym_Movies&amp;diff=221081</id>
		<title>1563: Synonym Movies</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1563:_Synonym_Movies&amp;diff=221081"/>
				<updated>2021-11-20T07:08:13Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Table of the titles */ Copied the spoiler warning from 1568&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1563&lt;br /&gt;
| date      = August 12, 2015&lt;br /&gt;
| title     = Synonym Movies&lt;br /&gt;
| image     = synonym_movies.png&lt;br /&gt;
| titletext = Fans eagerly await 2015's 'Space Fights: Power Gets Up', although most think 1999's 'Space Fights: The Scary Ghost' didn't live up to the hype.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[File:synonym movies rotated.png|right]]&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic shows several &amp;quot;Synonym Movies&amp;quot;. It takes several well known movies, but changes each word of their names into a synonym. So ''{{w|Star Wars}}'' has turned into ''Space Fights'', ''{{w|The Lord of the Rings (film series)|The Lord of the Rings}}'' into  ''The Jewelry God'' and ''{{w|Star Trek}}'' into ''Space Trip''. All these movies series have the same heading, and then a subtitle. There are ten of them in the comic, and two more in the title text. This comic became a [[:Category:Synonym Movies|series]] when more movies were spoofed  in [[1568: Synonym Movies 2]].&lt;br /&gt;
&lt;br /&gt;
The use of synonyms makes all these movies look ridiculous, for example, &amp;quot;The Sword Wizard Is Back&amp;quot; is a laughable sounding movie{{Citation needed}}, whereas &amp;quot;{{w|Return of the Jedi}}&amp;quot; sound perfectly reasonable to us. [[Randall]] may be poking fun at movies that have ridiculous titles already, for instance some people think this applies to a title like &amp;quot;{{w|Terminator: Genisys}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the latest Star Wars movie (2015-12-18), after {{w|The Walt Disney Company|Disney}} acquired the movie rights. The movie is called {{w|Star Wars: The Force Awakens}} and has now turned into ''Power Gets Up''. As usual, with any Star Wars related material, there is a huge fan base that eagerly awaits the new movie. But then again many people fear that it will not live up to their expectations, as was the case with the fourth movie, first of the three movies in the second installment of Star Wars, {{w|Star Wars: The Phantom Menace}}, dubbed here as ''The Scary Ghost''. As mentioned in the title text, that movie did not live up to the hype.&lt;br /&gt;
&lt;br /&gt;
A similarly humorous effect is achieved in [[1133: Up Goer Five]] which explains the {{w|Saturn V}} rocket, but words and phrases are replaced with synonyms which are chosen from the most common English words. This renders ordinary words like &amp;quot;rocket&amp;quot; into &amp;quot;flying space car&amp;quot;, or &amp;quot;helium&amp;quot; into &amp;quot;funny voice air&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
==Table of the titles==&lt;br /&gt;
*All cases of ''Star Wars'' have turned into ''Space Fights''.&lt;br /&gt;
*''Lord of the Rings'' to ''The Jewelry God''.&lt;br /&gt;
*''Star Trek'' has been turned into ''Space Trip.''&lt;br /&gt;
&lt;br /&gt;
'''SPOILER ALERT!''' Many of these explanations contain information revealed during the movie.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Synonym&lt;br /&gt;
! Real Title&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Fights: &amp;lt;br/&amp;gt;Sudden Optimism''&lt;br /&gt;
| ''{{w|Star Wars: A New Hope}}''&lt;br /&gt;
| If you suddenly feel optimistic, you could say that you have gained a new hope.&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Fights: &amp;lt;br/&amp;gt;The&amp;amp;nbsp;Government&amp;amp;nbsp;Wins&amp;amp;nbsp;This&amp;amp;nbsp;One''&lt;br /&gt;
| ''{{w|Star Wars: The Empire Strikes Back|Star Wars: &amp;lt;br/&amp;gt;The Empire Strikes Back}}''&lt;br /&gt;
| In the second Star Wars movie the Empire comes out on top — as opposed to the first and third where a Death Star is destroyed at the end of each of the movies. So the government = the Empire, wins that movie.&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Fights: &amp;lt;br/&amp;gt;The Sword Wizard Is Back''&lt;br /&gt;
| ''{{w|Star Wars: Return of the Jedi|Star Wars: &amp;lt;br/&amp;gt;Return of the Jedi}}''&lt;br /&gt;
| In the context of a narrative device, a {{w|jedi}} is a kind of wizard, wielding {{w|The Force (Star Wars)|the Force}} (like magic) and the {{w|lightsaber}} (a kind of sword).&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ''The Jewelry God: &amp;lt;br/&amp;gt;The Jewelry Team''&lt;br /&gt;
| ''{{w|The Lord of the Rings: The Fellowship of the Ring|The Lord of the Rings: &amp;lt;br/&amp;gt;The Fellowship of the Ring}}''&lt;br /&gt;
| The fellowship has become a team in the synonym version. As in the original title, the series name and subtitle differ only by a single noun.&lt;br /&gt;
|-&lt;br /&gt;
| ''The Jewelry God: &amp;lt;br/&amp;gt;Double Houses''&lt;br /&gt;
| ''{{w|The Lord of the Rings: The Two Towers|The Lord of the Rings: &amp;lt;br/&amp;gt;The Two Towers}}''&lt;br /&gt;
| Two towers are a heck of a lot bigger than double houses... But at least there are two in either case.&lt;br /&gt;
|-&lt;br /&gt;
| ''The Jewelry God: &amp;lt;br/&amp;gt;We Have a Czar Again''&lt;br /&gt;
| ''{{w|The Lord of the Rings: Return of the King}}''&lt;br /&gt;
| {{w|Tsar|Czar}} was a title for Slavic monarchs and official titles in Bulgaria, Serbia and Russia. It was generally regarded as equivalent to king or somewhat between king and emperor.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Trip: The Movie''&lt;br /&gt;
| ''{{w|Star Trek: The Motion Picture|Star Trek: &amp;lt;br/&amp;gt;The Motion Picture}}''&lt;br /&gt;
| Today we would say &amp;quot;&amp;quot;The Movie&amp;quot; rather than &amp;quot;The Motion Picture&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Trip: &amp;lt;br/&amp;gt;That Guy is Angry''&lt;br /&gt;
| ''{{w|Star Trek: The Wrath of Khan|Star Trek: &amp;lt;br/&amp;gt;The Wrath of Khan}}''&lt;br /&gt;
| {{w|Khan Noonien Singh|Khan}} (a fictional villain in the series) is now just ''That Guy'', and wrath has been turned down to merely anger.&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Trip: &amp;lt;br/&amp;gt;Where is the Vulcan?''&lt;br /&gt;
| ''{{w|Star Trek: The Search for Spock|Star Trek: &amp;lt;br/&amp;gt;The Search for Spock}}''&lt;br /&gt;
| {{w|Spock}} is of the alien race {{w|Vulcan (Star Trek)|Vulcan}}, and the search has turned into the question ''where is he?''&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Trip: &amp;lt;br/&amp;gt;Let's Go Back''&lt;br /&gt;
| ''{{w|Star Trek: The Voyage Home|Star Trek: &amp;lt;br/&amp;gt;The Voyage Home}}''&lt;br /&gt;
| When you decide to travel home you could also say let's go back.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=3|&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Fights: &amp;lt;br/&amp;gt;Power Gets Up''&lt;br /&gt;
| ''{{w|Star Wars: The Force Awakens|Star Wars: &amp;lt;br/&amp;gt;The Force Awakens}}''&lt;br /&gt;
| From the title text. When you awake, you typically get up (from the bed). Force and power are related terms, but have differences in both [http://www.diffen.com/difference/Force_vs_Power real life] and [http://boards.theforce.net/threads/did-luke-ever-get-those-power-converters-from-tosche-station.20403665/ Star Wars].&lt;br /&gt;
|-&lt;br /&gt;
| ''Space Fights: &amp;lt;br/&amp;gt;The Scary Ghost''&lt;br /&gt;
| ''{{w|Star Wars: The Phantom Menace|Star Wars: &amp;lt;br/&amp;gt;The Phantom Menace}}''&lt;br /&gt;
| From the title text. Ghost = Phantom. A menacing phantom would be quite scary.  It is worth noting that in the original title, &amp;quot;phantom&amp;quot; is an adjective referring to the noun &amp;quot;Menace,&amp;quot; whereas in Randall's new version it is reversed.  The original meaning would be better preserved by &amp;quot;Space Fights: The Ghostly Scare&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ten DVDs on a shelf. The first three stand together to the left, the two to the right leaning on the first. The next three are standing straight in the middle and then the next four are standing straight to the right. The movie titles are written on the back of the DVD cases, in white on the gray DVD cases. The text is written, so it is supposed to be read when the DVD is lying down.]&lt;br /&gt;
:Space Fights: Sudden Optimism&lt;br /&gt;
:Space Fights: The Government Wins This One&lt;br /&gt;
:Space Fights: The Sword Wizard Is Back&lt;br /&gt;
&lt;br /&gt;
:The Jewelry God: The Jewelry Team&lt;br /&gt;
:The Jewelry God: Double Houses&lt;br /&gt;
:The Jewelry God: We Have a Czar Again&lt;br /&gt;
&lt;br /&gt;
:Space Trip: The Movie&lt;br /&gt;
:Space Trip: That Guy is Angry&lt;br /&gt;
:Space Trip: Where is the Vulcan&lt;br /&gt;
:Space Trip: Let's Go Back&lt;br /&gt;
&lt;br /&gt;
:[Caption below the frame:]&lt;br /&gt;
:'''Synonym Movies'''&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Some would say that ''Space'' is not a proper synonym of ''Star''.&lt;br /&gt;
**Counter to this you could ask: &amp;quot;How many flaming balls of gas did you see engage in battle in those movies?&amp;quot;&lt;br /&gt;
**Seen from that perspective the combined words &amp;quot;Space Fights&amp;quot; is a proper synonym for &amp;quot;Star Wars&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Synonym Movies]]&lt;br /&gt;
[[Category:Comics sharing name|Synonym Movies]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:LOTR]]&lt;br /&gt;
[[Category:Star Trek]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2536:_Wirecutter&amp;diff=220251</id>
		<title>Talk:2536: Wirecutter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2536:_Wirecutter&amp;diff=220251"/>
				<updated>2021-11-03T19:18:39Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Slag-blah - we don't know, and neither do you&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Note: they don't say they tried out a large number of ''religions'' but a large number of '''belief systems'''. This could include things like &amp;quot;Libertarianism&amp;quot; or &amp;quot;Monarchists&amp;quot;. (By CWALLENPOOLE, but not signed in.)&lt;br /&gt;
:But the picture of the article title says “The Best Religion” [[Special:Contributions/108.162.216.233|108.162.216.233]] 20:31, 1 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;highly controversial&amp;quot; should not be used in the explanation. For the record, I am opposed to the things listed in that sentence and my objection is not based in a desire to defend them. Religion itself might be said to be &amp;quot;highly controversial&amp;quot; so the use in the last sentence is both superfluous and biased. [[Special:Contributions/172.70.82.53|172.70.82.53]] 00:34, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I really want this article to be real. ----Dave&lt;br /&gt;
:  Me too.  I did something similar in my early 20s, and feel such an article honestly done would be a great help to many.  In fact, the current description is slightly inaccurate- in that even lifelong practitioners, do usually have a wandering time in early adulthood if not given direction.  Such an article would give some direction.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 15:03, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The major problem with trying multiple religions is that to fully test a religion you need to die - and most people only die once, with the ability to die multiple times being exclusive feature of small number of religions. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 04:49, 2 November 2021 (UTC)&lt;br /&gt;
:I ain't mad Hkmaly, but the idea that a religion's primary purpose is to promote a vision of the afterlife is alien to a lot of religions (including my own flavor of Judaism), whose policy on the hereafter is &amp;quot;afterlife, shmafterlife, pass the bagels.&amp;quot; Hence also my edits toning down the &amp;quot;religions are about provable belief claims&amp;quot; rhetoric (eyeroll).  ----Ben&lt;br /&gt;
::Reviewers rarely fully test tech items.  (e.g. they often don't cover complete lifecycle costs - what happens to the device after it dies, how easy is it to move on to a new one, etc.)  Don't have to test everything to have a meaningful review.&lt;br /&gt;
::Many religions make claims about impacts in this life.  (e.g., intercessory prayer)  Such claims are eminently testable.  A comparative review would be interesting.  I am only aware of a few such tests, mostly comparing a single product to general average or to no intervention {{w|Efficacy of prayer}}.  [[Special:Contributions/108.162.245.167|108.162.245.167]] 19:18, 3 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
It doesn't look like the search bar text says &amp;quot;search,&amp;quot; but I can't make out what it actually says.--[[User:KrazyKat|KrazyKat]] ([[User talk:KrazyKat|talk]]) 06:33, 2 November 2021 (UTC)&lt;br /&gt;
:Maybe it says Seance, since for &amp;quot;seach&amp;quot; the high stoke from the H is missing. -- [[Special:Contributions/162.158.203.10|162.158.203.10]] 07:33, 2 November 2021 (UTC)&lt;br /&gt;
::or Sermon maybe, that would fit the theme&lt;br /&gt;
:Could be Search with large S and smaller caps for the rest?  Anyone subscribe to the NYT and care to visit the actual WireCutter site to see the formatting? [[Special:Contributions/172.70.147.195|172.70.147.195]] 12:40, 2 November 2021 (UTC)&lt;br /&gt;
:: Don't need to be a subscriber to see the site. It says &amp;quot;Show me the best...&amp;quot; [[User:Paddles|Paddles]] ([[User talk:Paddles|talk]]) 13:26, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't want to sound controversial but tithing would be a refreshing change comparing to current tax systems [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 10:31, 2 November 2021 (UTC)&lt;br /&gt;
:   Agreed- 10% is much less than the near 50% I'm paying when I figure it all in.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 15:03, 2 November 2021 (UTC)&lt;br /&gt;
:: You really want to pay tithes AND taxes? [[Special:Contributions/108.162.249.63|108.162.249.63]] 18:54, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Last night I was writing a huge thing about religions' almost universal reluctance to be 'tried out' (lestways allowing easy unsubscription at the end) &amp;lt;!-- ((Here's what I wrote, though...)) Most religions (not just the three major Abrahamic supersets) specify exclusivity. To the extent that the sub-sub-branch of the sub-branch of your umbrella faith probably doesn't really even encourage tolerance of a fellow sub-sub-branch of the same sub-branch of the same umbrella (see [[https://www.theguardian.com/stage/2005/sep/29/comedy.religion the archetypal joke]]) and may even be more aggressive to that sibling creed (that might easily absorb many of the fickle-faithful) than to entirely dissimilar one (which has less inroads, and may only extract the really awkward square pegs not really happy with theround holes). It's a memetic necessity, as even in the case of the casual &amp;quot;come and try us!&amp;quot; attitude by any 'recruiting' and evangelising religion there must by necessity still be a trap to close off too many apostates (or head off the 'foreign' proselytisers before they create too many such convertees) or else the creed becomes leaky and needs other ''very'' strong (cultish!) practices to continue to be a going concern. Syncretism is another solution, especially in a panthestic context, by ensuring everything still ''is'' within the rather broader church (literally and figuratively), but still maintains borders that are deliberately guarded against easy departure. ((...that's part of what I wrote.)) --&amp;gt; but on reflection, after a night's sleep, I'm wondering if they just had 70+ 'mystery shoppers' tasked to report back on one assigned 'product' each, their reports aggregated so this didn't matter too much (to the overall report-writers, at least). [[Special:Contributions/172.70.85.175|172.70.85.175]] 14:31, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, the 'religious' wars metaphor extends quite easily to different platforms, yet (say) laptop reviews might compare a set of Windows vs a Mac or two (vs Chromebook, and maybe others) as options. And when it comes to keyboards, the QWERTY-Othodoxy and the Dvorak-Reformists both have bad (and untrue) things to say about each other, when 'enough time' with any given layout should be good enough to prosper in that. (That said, I had a {{w|Casio_FX-702P|programmable calculator}} from the '80s until it gave up the ghost some time post-Millenium, and I really did not get on with its ''alphabetical''-order keyboard all that time, perhaps because I was QWERTYing almost everywhere else.) [[Special:Contributions/172.70.85.175|172.70.85.175]] 14:31, 2 November 2021 (UTC)&lt;br /&gt;
:In the case of religions though, the wars are not allegorical, they are literal. Nothing else in human experience really compares to the effects of a religious war (except ''maybe'' our wars to support a certain socioeconomic idealogy). The impact of format wars don't even come close; even if you count Uranium VS Thorium. This comic doesn't really draw a ''comparison'' between reviewing religions &amp;amp; reviewing products; so much as it ''contrasts'' the enormous differences in how we approach the two subjects... &amp;lt;br /&amp;gt; &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 17:41, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Also also: QWERTY with UK-layout is my own personal sub-sect, with occasional need to adapt to US-layout (physically printed keycaps and/or what the computer ''thought'' was plugged in) with &amp;quot; and # and ~ characters amongst the main jumbled up ones, and no easy £ access. Which wasn't actually as unnerving as being in the 'wrong' bit of Belfast, but had the same subtle note of discordant undertone to it until I shifted my mental gears or ideally corrected the situation satisfactorarily by configuration.) [[Special:Contributions/172.70.85.175|172.70.85.175]] 14:31, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
There's a book by John S. Dunne, ''The Way of All the Earth'', that advocates essentially trying out religions while keeping one foot in one's own (Dunne describes it as &amp;quot;crossing the abyss and crossing back&amp;quot;). [[Special:Contributions/162.158.74.158|162.158.74.158]] 17:17, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Surprised no-one has yet mentioned this joke was done in almost exactly the same way on the UK satirical TV show TW3 in 1963 by David Frost (of later Frost/Nixon fame). --- jg https://www.youtube.com/watch?v=tRZWyfERiCc&lt;br /&gt;
&lt;br /&gt;
I was just looking for psychological/psychiatrical papers that say something about the frequency of mental illnesses by religion. Maaaaaaaaaayyybeeeeeeeeee there is a religion that is clearly superior to other religions in that regard, and so government health officials could make a recommendation to change to a specific religion. :-P --[[Special:Contributions/162.158.88.57|162.158.88.57]] 10:58, 3 November 2021 (UTC)&lt;br /&gt;
:But then, illnesses (as well as the symptoms of the same illness) depend on the culture, so my sardonic idea was probably left unresearched...--[[Special:Contributions/162.158.91.106|162.158.91.106]] 12:23, 3 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Feels like there should be a line in there about how religion is itself often &amp;quot;that which determines what is valued&amp;quot; and therefore very hard to treat objectively. So, for example, if your religion taught that discipline was inherently good, you would think less of another religion that specifically warned against the dangers of excessive discipline. Meanwhile, a member of that religion might think YOUR religion was worse, because - according to the tenets of THEIR religion - you put TOO MUCH emphasis on discipline, while you think your emphasis is correct and THEY are wrong for not having it.&lt;br /&gt;
Now, granted, people might want different things from their technology - one person might want user-friendliness, another might value greater customizability - but religion is different in that it, in itself, informs our understandings of &amp;quot;what is valuable&amp;quot;. It would be like if Apple users actively began extolling the benefits of user-friendliness BECAUSE they are Apple users and Apple itself is what taught them to value user-friendliness, while Linux users were originally indifferent but BECAME fans of customizability BECAUSE they used Linux. (And yes, there can be cult-like elements of both fandoms, but hopefully the distinction I'm drawing here is reasonably clear: religion tells you what is valuable, technology does not.) &lt;br /&gt;
&lt;br /&gt;
(Also, why all the Judaism-specific stuff now?) --mezimm [[Special:Contributions/172.69.68.106|172.69.68.106]] 16:42, 3 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rather than picking one religion - join them all.  Slag-blah takes a militant agnostic approach (we don't know, and neither do you).  So they believe in/practice all religions (one a day for a year, so their calendar is 7,823 days long).  From [https://web.archive.org/web/20150428210028/http://www.airshipentertainment.com/buckcomic.php?date=20071222 Buck Godot Zap Gun for Hire - Learning about Slag-blah  by Phil Foglio, Dec. 2007]  Sadly hard to find online, but here is the relevant page from the archive.  [[Special:Contributions/108.162.245.167|108.162.245.167]] 19:18, 3 November 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2534:_Retractable_Rocket&amp;diff=219910</id>
		<title>Talk:2534: Retractable Rocket</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2534:_Retractable_Rocket&amp;diff=219910"/>
				<updated>2021-10-28T02:56:17Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
First!&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2531:_Dark_Arts&amp;diff=219587</id>
		<title>2531: Dark Arts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2531:_Dark_Arts&amp;diff=219587"/>
				<updated>2021-10-21T16:58:59Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Explanation */ Hard links are feature of many filesystems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2531&lt;br /&gt;
| date      = October 20, 2021&lt;br /&gt;
| title     = Dark Arts&lt;br /&gt;
| image     = dark_arts.png&lt;br /&gt;
| titletext = You think, 'okay, THIS is an ideal use case for hardlinks!' but then 6 months later you're doing some extremely cursed Google search like 'javascript ext4' and wondering where things went wrong.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a V8-BASED EXT4 FUSE DRIVER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, [[White Hat]] has presumably just asked [[Cueball]] to perform some task involving {{w|file system|filesystems}}. Cueball responds to this request with an extremely melodramatic monologue, referring to knowledge of the subject as &amp;quot;dark arts&amp;quot; and stating he'd rather not have anything to do with them, as they are too dangerous. &lt;br /&gt;
&lt;br /&gt;
This reaction is reminiscent of a fairly typical scene in e.g. superhero movies, where a person with supernatural powers explains they prefer not to use them, as their use is likely to have negative effects that outweigh the positive ones. Often this is tied to a tragic backstory of the character, where the use of their powers previously caused them or someone close to them much pain and suffering.&lt;br /&gt;
&lt;br /&gt;
A filesystem is the part of a computer's {{w|operating system}} that handles the organisation of data in persistent storage, usually splitting it into files and directories. It can be a very complicated piece of software. Because of this, it is very easy to make mistakes when interacting with it outside of the most common operations most users would be familiar with, and because it controls practically all of a user's data on a given machine, mistakes made can have very serious consequences (e.g., loss of data). This is probably why Cueball is reluctant to mess with them.&lt;br /&gt;
&lt;br /&gt;
{{w|ext4}} is a popular filesystem used with the {{w|Linux}} operating system kernel. &lt;br /&gt;
&lt;br /&gt;
{{w|hard_link|Hardlinks}}, allow two filenames to refer to the same underlying file. These can be particularly tricky to use, as in nearly all respects they look like regular files, but modifying them can have effects that are not immediately obvious (i.e., by changing the contents of another file). Hardlinks and their misuse have been referenced in xkcd before, as in [[981: Porn Folder]]. &lt;br /&gt;
&lt;br /&gt;
The title text hints at an experience Cueball or [[Randall]] has had in the past (his own &amp;quot;tragic backstory&amp;quot;, if you will), involving hardlinks on ext4. He thought he had found an ideal use case for them, one which presumably avoided most of their pitfalls, but still, 6 months later, ends up having to troubleshoot some inscrutable bug arising from his decision.&lt;br /&gt;
&lt;br /&gt;
{{w|Javascript}} is a programming language most often associated with web pages. Because of this it is not usually interacting directly with a computer's filesystem, as allowing arbitrary websites to access the filesystem is widely considered an extremely bad idea{{citation needed}}, from a security standpoint. It ''is'' possible to run Javascript directly outside of a browser -- in which case it does have access to common filesystem operations, and even theoretically to the internals of the filesystem -- but since it is a high-level language with poor support for working with the data structures a filesystem uses, this would be a painful, &amp;quot;cursed&amp;quot; way to go about things.&lt;br /&gt;
&lt;br /&gt;
An experienced IT professional will be reminded of their own experiences and mishaps with non trivial file system configurations. Beyond hardlinks, fileystems may have a number of features a normal user or even an admin are not aware of. Such features are prone to bugs, poor documentation or poor integration with other system tools.&lt;br /&gt;
For example:&lt;br /&gt;
* Symbolic links can be easily confused with hard links. While symbolic links work &amp;quot;everywhere&amp;quot; hardlinks are generally limited.&lt;br /&gt;
* Compressed filesystems can cause unexpected side effects in performance, quota management and disk fragmentation.&lt;br /&gt;
* Sparse files and shallow copies (copy on demand). &lt;br /&gt;
* Live filesystem backup and file locking.&lt;br /&gt;
* Read only filesystems.&lt;br /&gt;
* 'Virtual' filesystems, like memory backed and file backed file systems, backed by dynamic data or databases.&lt;br /&gt;
* 'Overlay' file systems where a read only portion is overlayed and partially shadowed by another file system.&lt;br /&gt;
* File caching for read or write operation.&lt;br /&gt;
* Syncing file systems.&lt;br /&gt;
* Many, many more.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In another age&amp;quot; might refer to the fact that these kinds of detailed manipulations (and forgetting about them six months later) were common in the days before containers, immutable server pattern, serverless, etc. In fact, one of the goals of these more modern deployment methods is to AVOID this kind of detailed maintenance. Today, for example, the exact structure of a Docker image can be determined by looking at the Dockerfile. Even configuration tools like Chef and Ansible help, because they provide Infrastructure as Code and you can look at the code to see what kinds of manipulations need to be done (vs. forgetting that time way back when that you did them manually).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and White Hat stand in a slightly darkened room, with a jagged circle of light centered on Cueball emanating from the floor and light reflecting onto White Hat's face. Cueball holds his arm out with his palm facing towards White Hat.]&lt;br /&gt;
:Cueball: Long ago, in another age, I mastered these dark arts.&lt;br /&gt;
:Cueball: But I now endeavor to live my life such that I never need them.&lt;br /&gt;
:Cueball: Their power leads only to ruin.&lt;br /&gt;
:[Caption below panel]&lt;br /&gt;
:My response whenever anyone asks me to mess around with filesystems&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring White Hat]]&lt;br /&gt;
[[Category: Computers]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2531:_Dark_Arts&amp;diff=219585</id>
		<title>2531: Dark Arts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2531:_Dark_Arts&amp;diff=219585"/>
				<updated>2021-10-21T16:55:08Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Explanation */ hard drive -&amp;gt; persistent storage (the tech. keeps changing)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2531&lt;br /&gt;
| date      = October 20, 2021&lt;br /&gt;
| title     = Dark Arts&lt;br /&gt;
| image     = dark_arts.png&lt;br /&gt;
| titletext = You think, 'okay, THIS is an ideal use case for hardlinks!' but then 6 months later you're doing some extremely cursed Google search like 'javascript ext4' and wondering where things went wrong.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a V8-BASED EXT4 FUSE DRIVER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, [[White Hat]] has presumably just asked [[Cueball]] to perform some task involving {{w|file system|filesystems}}. Cueball responds to this request with an extremely melodramatic monologue, referring to knowledge of the subject as &amp;quot;dark arts&amp;quot; and stating he'd rather not have anything to do with them, as they are too dangerous. &lt;br /&gt;
&lt;br /&gt;
This reaction is reminiscent of a fairly typical scene in e.g. superhero movies, where a person with supernatural powers explains they prefer not to use them, as their use is likely to have negative effects that outweigh the positive ones. Often this is tied to a tragic backstory of the character, where the use of their powers previously caused them or someone close to them much pain and suffering.&lt;br /&gt;
&lt;br /&gt;
A filesystem is the part of a computer's {{w|operating system}} that handles the organisation of data in persistent storage, usually splitting it into files and directories. It can be a very complicated piece of software. Because of this, it is very easy to make mistakes when interacting with it outside of the most common operations most users would be familiar with, and because it controls practically all of a user's data on a given machine, mistakes made can have very serious consequences (e.g., loss of data). This is probably why Cueball is reluctant to mess with them.&lt;br /&gt;
&lt;br /&gt;
{{w|ext4}} is a filesystem in popular use with the {{w|Linux}} operating system kernel. One of its features is the concept of {{w|hard_link|hardlinks}}, which allow two unrelated filenames to refer to the same underlying file. These can be particularly tricky to use, as in nearly all respects they look like regular files, but modifying them can have effects that are not immediately obvious (i.e. by changing the contents of another file). Hardlinks and their misuse have been referenced in xkcd before, as in [[981: Porn Folder]]. &lt;br /&gt;
&lt;br /&gt;
The title text hints at an experience Cueball or [[Randall]] has had in the past (his own &amp;quot;tragic backstory&amp;quot;, if you will), involving hardlinks on ext4. He thought he had found an ideal use case for them, one which presumably avoided most of their pitfalls, but still, 6 months later, ends up having to troubleshoot some inscrutable bug arising from his decision.&lt;br /&gt;
&lt;br /&gt;
{{w|Javascript}} is a programming language most often associated with web pages. Because of this it is not usually interacting directly with a computer's filesystem, as allowing arbitrary websites to access the filesystem is widely considered an extremely bad idea{{citation needed}}, from a security standpoint. It ''is'' possible to run Javascript directly outside of a browser -- in which case it does have access to common filesystem operations, and even theoretically to the internals of the filesystem -- but since it is a high-level language with poor support for working with the data structures a filesystem uses, this would be a painful, &amp;quot;cursed&amp;quot; way to go about things.&lt;br /&gt;
&lt;br /&gt;
An experienced IT professional will be reminded of their own experiences and mishaps with non trivial file system configurations. Beyond hardlinks, fileystems may have a number of features a normal user or even an admin are not aware of. Such features are prone to bugs, poor documentation or poor integration with other system tools.&lt;br /&gt;
For example:&lt;br /&gt;
* Symbolic links can be easily confused with hard links. While symbolic links work &amp;quot;everywhere&amp;quot; hardlinks are generally limited.&lt;br /&gt;
* Compressed filesystems can cause unexpected side effects in performance, quota management and disk fragmentation.&lt;br /&gt;
* Sparse files and shallow copies (copy on demand). &lt;br /&gt;
* Live filesystem backup and file locking.&lt;br /&gt;
* Read only filesystems.&lt;br /&gt;
* 'Virtual' filesystems, like memory backed and file backed file systems, backed by dynamic data or databases.&lt;br /&gt;
* 'Overlay' file systems where a read only portion is overlayed and partially shadowed by another file system.&lt;br /&gt;
* File caching for read or write operation.&lt;br /&gt;
* Syncing file systems.&lt;br /&gt;
* Many, many more.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In another age&amp;quot; might refer to the fact that these kinds of detailed manipulations (and forgetting about them six months later) were common in the days before containers, immutable server pattern, serverless, etc. In fact, one of the goals of these more modern deployment methods is to AVOID this kind of detailed maintenance. Today, for example, the exact structure of a Docker image can be determined by looking at the Dockerfile. Even configuration tools like Chef and Ansible help, because they provide Infrastructure as Code and you can look at the code to see what kinds of manipulations need to be done (vs. forgetting that time way back when that you did them manually).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and White Hat stand in a slightly darkened room, with a jagged circle of light centered on Cueball emanating from the floor and light reflecting onto White Hat's face. Cueball holds his arm out with his palm facing towards White Hat.]&lt;br /&gt;
:Cueball: Long ago, in another age, I mastered these dark arts.&lt;br /&gt;
:Cueball: But I now endeavor to live my life such that I never need them.&lt;br /&gt;
:Cueball: Their power leads only to ruin.&lt;br /&gt;
:[Caption below panel]&lt;br /&gt;
:My response whenever anyone asks me to mess around with filesystems&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2525:_Air_Travel_Packing_List&amp;diff=218910</id>
		<title>2525: Air Travel Packing List</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2525:_Air_Travel_Packing_List&amp;diff=218910"/>
				<updated>2021-10-07T02:37:54Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Explanation */ Minor grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2525&lt;br /&gt;
| date      = October 6, 2021&lt;br /&gt;
| title     = Air Travel Packing List&lt;br /&gt;
| image     = air_travel_packing_list.png&lt;br /&gt;
| titletext = I know the etiquette is controversial, but I think it's rude when the person in front of me reclines their seat into the bell of my trumpet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AIRBORNE TRUMPETER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is about a packing list, and the humor is found because most of the items are either found on the plane, would be useful in a plane crash, or SOUND like they are useful on a plane. a quick summary of each:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Seat cushion&lt;br /&gt;
|This can be used as a flotation device in a crash and is provided by the airline. Some people may also bring their own cushions for comfort.&lt;br /&gt;
|-&lt;br /&gt;
|Parachute&lt;br /&gt;
|useful to keep yourself from falling out of the sky in a crash&lt;br /&gt;
|-&lt;br /&gt;
|Wing glue&lt;br /&gt;
|to repair wings in the event of damage, potentially in a crash. unclear on how you would apply mid-flight&lt;br /&gt;
|-&lt;br /&gt;
|Air horn&lt;br /&gt;
|to draw attention to yourself in the event of a crash, or potentially to be used to celebrate a successful flight and make everyone else on the plane hate you.&lt;br /&gt;
|-&lt;br /&gt;
|Sextant&lt;br /&gt;
|to be able to determine your position based on the stars and find your way home. It could be useful in a crash if you know star charts and HOW TO USE A SEXTANT.&lt;br /&gt;
|-&lt;br /&gt;
|Nose plugs and goggles for pressure&lt;br /&gt;
|in case of a crash, to help with depressurization of the cabin and rapid pressure changes during a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Airplane shoes&lt;br /&gt;
|some people have indoor shoes or their house to keep floors cleaner. unclear as to why you'd need it on a plane&lt;br /&gt;
|-&lt;br /&gt;
|Navigation crystal&lt;br /&gt;
|mystical form of navigation, presumably to help you home after a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Spare batteries in case the plane runs out&lt;br /&gt;
|Like car batteries, but for the plane in case of crash&lt;br /&gt;
|-&lt;br /&gt;
|Birdseed&lt;br /&gt;
|so you can attract birds, and use THEM to fly the plane in case of crash&lt;br /&gt;
|-&lt;br /&gt;
|Homing beacon&lt;br /&gt;
|so people can find you in the event of a crash, similar to flares. carry one at all times.&lt;br /&gt;
|-&lt;br /&gt;
|Meteorite antidote&lt;br /&gt;
|Meteorites are pieces of space rocks that make it all the way to the ground. They can cause injury but aren't poisonous, so an antidote would not help.&lt;br /&gt;
|-&lt;br /&gt;
|USB wing connector&lt;br /&gt;
|this is a just a wire connector, but because it has wing in the name is on the list. alternatively, the plane wings connect by USB, and this can be used to reattach wings.&lt;br /&gt;
|-&lt;br /&gt;
|Emergency siren&lt;br /&gt;
|USE IN CASE OF EMERGENCY&lt;br /&gt;
|-&lt;br /&gt;
|Spare flaps&lt;br /&gt;
|If the elevator flaps fail in a crash, it is good to have spares.&lt;br /&gt;
|-&lt;br /&gt;
|Mouthpiece (pandemic restriction; airlines still provide the trumpet)&lt;br /&gt;
|could be a reference to the mouthpiece on oxygen masks that drop down in case of rapid depressurization in the cabin. for some reason you are choosing to put it on a trumpet&lt;br /&gt;
|-&lt;br /&gt;
|Luggage ballast&lt;br /&gt;
|for keeping your luggage upright in the water. obviously.&lt;br /&gt;
|-&lt;br /&gt;
|Flag (international flights)&lt;br /&gt;
|used to communicate between boats without electricity, in the event the boats are in distress. to be used in the event of a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Decoy tickets&lt;br /&gt;
|For sneaking onto the plane without paying.&lt;br /&gt;
|-&lt;br /&gt;
|Keys to the plane&lt;br /&gt;
|Though some pushed for it after the 2018 Horizon Air Q400 incident, planes do not require keys to fly.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Air Travel Packing List&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you haven't flown in a while, you might not remember what you need to bring. Use this handy checklist to pack!&lt;br /&gt;
&lt;br /&gt;
[Two columns of lists of items. Each item is preceded by a checkbox.]&lt;br /&gt;
*Seat cushion&lt;br /&gt;
*Parachute&lt;br /&gt;
*Wing glue&lt;br /&gt;
*Air horn&lt;br /&gt;
*Sextant&lt;br /&gt;
*Nose plugs and goggles for pressure&lt;br /&gt;
*Airplane shoes&lt;br /&gt;
*Navigation crystal&lt;br /&gt;
*Spare batteries in case the plane runs out&lt;br /&gt;
*Birdseed&lt;br /&gt;
*Homing beacon&lt;br /&gt;
*Meteorite antidote&lt;br /&gt;
*USB wing connector&lt;br /&gt;
*Emergency siren&lt;br /&gt;
*Spare flaps&lt;br /&gt;
*Mouthpiece (pandemic restriction; airlines still provide the trumpet)&lt;br /&gt;
*Luggage ballast&lt;br /&gt;
*Flag (international flights)&lt;br /&gt;
*Decoy tickets&lt;br /&gt;
*Keys to the plane&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2525:_Air_Travel_Packing_List&amp;diff=218907</id>
		<title>2525: Air Travel Packing List</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2525:_Air_Travel_Packing_List&amp;diff=218907"/>
				<updated>2021-10-07T02:22:46Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Explained keys to plane&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2525&lt;br /&gt;
| date      = October 6, 2021&lt;br /&gt;
| title     = Air Travel Packing List&lt;br /&gt;
| image     = air_travel_packing_list.png&lt;br /&gt;
| titletext = I know the etiquette is controversial, but I think it's rude when the person in front of me reclines their seat into the bell of my trumpet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AIRBORNE TRUMPETER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is about a packing list, and the humor is found because most of the items are either found on the plane, would be useful in a plane crash, or SOUND like they are useful on a plane. a quick summary of each:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Seat cushion&lt;br /&gt;
|This, in a crash, can be used as a flotation device, and is provided by the airliner. some people also bring cushions to make the occasionally uncomfy airline chairs more comfy&lt;br /&gt;
|-&lt;br /&gt;
|Parachute&lt;br /&gt;
|useful to keep yourself from falling out of the sky in a crash&lt;br /&gt;
|-&lt;br /&gt;
|Wing glue&lt;br /&gt;
|to repair wings in the event of damage, potentially in a crash. unclear on how you would apply mid-flight&lt;br /&gt;
|-&lt;br /&gt;
|Air horn&lt;br /&gt;
|to draw attention to yourself in the event of a crash, or potentially to be used to celebrate a successful flight and make everyone else on the plane hate you.&lt;br /&gt;
|-&lt;br /&gt;
|Sextant&lt;br /&gt;
|to be able to determine your position based on the stars and find your way home. It could be useful in a crash if you know star charts and HOW TO USE A SEXTANT.&lt;br /&gt;
|-&lt;br /&gt;
|Nose plugs and goggles for pressure&lt;br /&gt;
|in case of a crash, to help with depressurization of the cabin and rapid pressure changes during a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Airplane shoes&lt;br /&gt;
|some people have indoor shoes or their house to keep floors cleaner. unclear as to why you'd need it on a plane&lt;br /&gt;
|-&lt;br /&gt;
|Navigation crystal&lt;br /&gt;
|mystical form of navigation, presumably to help you home after a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Spare batteries in case the plane runs out&lt;br /&gt;
|Like car batteries, but for the plane in case of crash&lt;br /&gt;
|-&lt;br /&gt;
|Birdseed&lt;br /&gt;
|so you can attract birds, and use THEM to fly the plane in case of crash&lt;br /&gt;
|-&lt;br /&gt;
|Homing beacon&lt;br /&gt;
|so people can find you in the event of a crash, similar to flares. carry one at all times.&lt;br /&gt;
|-&lt;br /&gt;
|Meteorite antidote&lt;br /&gt;
|just in case.&lt;br /&gt;
|-&lt;br /&gt;
|USB wing connector&lt;br /&gt;
|this is a just a wire connector, but because it has wing in the name is on the list. alternatively, the plane wings connect by USB, and this can be used to reattach wings.&lt;br /&gt;
|-&lt;br /&gt;
|Emergency siren&lt;br /&gt;
|USE IN CASE OF EMERGENCY&lt;br /&gt;
|-&lt;br /&gt;
|Spare flaps&lt;br /&gt;
|If the elevator flaps fail in a crash, it is good to have spares.&lt;br /&gt;
|-&lt;br /&gt;
|Mouthpiece (pandemic restriction; airlines still provide the trumpet)&lt;br /&gt;
|could be a reference to the mouthpiece on oxygen masks that drop down in case of rapid depressurization in the cabin. for some reason you are choosing to put it on a trumpet&lt;br /&gt;
|-&lt;br /&gt;
|Luggage ballast&lt;br /&gt;
|for keeping your luggage upright in the water. obviously.&lt;br /&gt;
|-&lt;br /&gt;
|Flag (international flights)&lt;br /&gt;
|used to communicate between boats without electricity, in the event the boats are in distress. to be used in the event of a crash.&lt;br /&gt;
|-&lt;br /&gt;
|Decoy tickets&lt;br /&gt;
|For sneaking onto the plane without paying.&lt;br /&gt;
|-&lt;br /&gt;
|Keys to the plane&lt;br /&gt;
|Though some pushed for it after the 2018 Horizon Air Q400 incident, planes do not require keys to fly.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Air Travel Packing List&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you haven't flown in a while, you might not remember what you need to bring. Use this handy checklist to pack!&lt;br /&gt;
&lt;br /&gt;
[Two columns of lists of items. Each item is preceded by a checkbox.]&lt;br /&gt;
*Seat cushion&lt;br /&gt;
*Parachute&lt;br /&gt;
*Wing glue&lt;br /&gt;
*Air horn&lt;br /&gt;
*Sextant&lt;br /&gt;
*Nose plugs and goggles for pressure&lt;br /&gt;
*Airplane shoes&lt;br /&gt;
*Navigation crystal&lt;br /&gt;
*Spare batteries in case the plane runs out&lt;br /&gt;
*Birdseed&lt;br /&gt;
*Homing beacon&lt;br /&gt;
*Meteorite antidote&lt;br /&gt;
*USB wing connector&lt;br /&gt;
*Emergency siren&lt;br /&gt;
*Spare flaps&lt;br /&gt;
*Mouthpiece (pandemic restriction; airlines still provide the trumpet)&lt;br /&gt;
*Luggage ballast&lt;br /&gt;
*Flag (international flights)&lt;br /&gt;
*Decoy tickets&lt;br /&gt;
*Keys to the plane&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2524:_Comet_Visitor&amp;diff=218824</id>
		<title>2524: Comet Visitor</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2524:_Comet_Visitor&amp;diff=218824"/>
				<updated>2021-10-05T03:28:23Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2524&lt;br /&gt;
| date      = October 4, 2021&lt;br /&gt;
| title     = Comet Visitor&lt;br /&gt;
| image     = comet_visitor.png&lt;br /&gt;
| titletext = It's a myth that the Great Wall of China is the only human-made structure visible from space--there are LOTS of structures for us to feel self-conscious about!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SELF-CONSCIOUS HUMAN CLEANING UP FOR A VISITING COMET - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2523:_Endangered&amp;diff=218747</id>
		<title>Talk:2523: Endangered</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2523:_Endangered&amp;diff=218747"/>
				<updated>2021-10-01T21:13:15Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Another article that is related to this comic.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I think this was produced because of Science Friday for October 1, 2021. See https://www.sciencefriday.com/segments/primates-parasites-extinction/   [[Special:Contributions/162.158.122.15|162.158.122.15]] 19:48, 1 October 2021 (UTC)&lt;br /&gt;
:(Note - this comic release is pleasantly early!) I was wondering if that article of yours might have anything to do with human pubic lice being endangered by the widespread porn-inspired removal of pubic hair. Apparently. (Not in my case, but neither am I knowingly hosting.) [[Special:Contributions/172.70.134.131|172.70.134.131]] 19:55, 1 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Or possibly this article: &amp;quot;Influenza lineage extinction during the COVID-19 pandemic?&amp;quot; https://www.nature.com/articles/s41579-021-00642-4 [[Special:Contributions/108.162.245.167|108.162.245.167]] 21:13, 1 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wouldn't mind if for example mosquito or tick would go extinct as well. For reference: {{w|Influenza B virus}}, {{w|Polio}}, {{w|Dracunculiasis|Guinea-worm disease}} and {{w|Enterovirus}}. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 20:28, 1 October 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2520:_Symbols&amp;diff=218567</id>
		<title>Talk:2520: Symbols</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2520:_Symbols&amp;diff=218567"/>
				<updated>2021-09-28T00:25:05Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Great work by whomever did this, but is it possible R_e is something else?  I agree that the numerical aspect makes it seem like a fluid mechanics problem, but I've never seen the Reynolds number with a subscripted e... only a regular size e, such that it is Re, not R_e. [[Special:Contributions/108.162.237.93|108.162.237.93]] 20:36, 24 September 2021 (UTC)&lt;br /&gt;
: R sub e (not Re) is Effective Reproduction Number. This is related to infection rates. I'm pretty sure it's R sub e, not Re given that infection rates are very much on his mind right now.&lt;br /&gt;
:: It would be out of place relative to all the other entries, though, which are all physics related. IMO it's more likely this was an error.&lt;br /&gt;
: Earth's radius is abbreviated &amp;quot;R sub e&amp;quot; [[Special:Contributions/162.158.107.4|162.158.107.4]] 21:30, 24 September 2021 (UTC)&lt;br /&gt;
: Could be the remainder of a series (i.e. the error when using the first terms of the series as an approximation). Determining upper bounds on this error is usually very tedious.&lt;br /&gt;
: R sub e is tire effective rolling radius (or effective radius)--a radius based on the distance traveled by one rotation of a pneumatic tire.  Re is similar to the unloaded radius (for radial tires) and normally larger than the loaded radius (distance from axle to ground).&lt;br /&gt;
: My first thought was that this referred to the &amp;quot;real part&amp;quot; operator, although that's typically represented by a plain Re (no subscript).&lt;br /&gt;
&lt;br /&gt;
Re seems to be related to number theory, like in those papers where's they tediously prove that there are infinities of different sizes.&lt;br /&gt;
&lt;br /&gt;
Extra vote for number theory theory, I've seen R_e most when referring to Real part of a function, which does often bring in tedious calculations&lt;br /&gt;
&lt;br /&gt;
Re is almost definitely not meant to have any electronic structure meaning here. The subscript alpha in R_alpha is indexing over x,y,z (cartesian coordinates) as a transition dipole moment term.&lt;br /&gt;
&lt;br /&gt;
T to the fourth power looks like blackbody radiation, any ideas what specifically that formula represents? [[Special:Contributions/162.158.203.22|162.158.203.22]] 20:40, 24 September 2021 (UTC)&lt;br /&gt;
:There's an equation for what reflects off a spherical object that is a quartic equation (although I'd expect concave reflectors, not convex ones, to risk skin-burn. Or, more likely something to do with UV (non-)absorbtion or generation, but I imagine someone knows ''exactly'' what it is, without someone like me just guessing wildly. ;) [[Special:Contributions/141.101.99.82|141.101.99.82]] 21:05, 24 September 2021 (UTC)&lt;br /&gt;
This wiki does not seem to have a consistent formatting structure for lists&lt;br /&gt;
&lt;br /&gt;
The ''N&amp;lt;sub&amp;gt;A&amp;lt;/sub&amp;gt;'' could also soon become NAN (not a number) thus being only a step away from the dangerous arthmeric error. --[[Special:Contributions/162.158.88.43|162.158.88.43]] 21:38, 24 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Bold Title'''&lt;br /&gt;
:Content starting with a tab&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Bold title''' content continues on same line&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Regular title&lt;br /&gt;
Content on a new line, but not starting with a tab&lt;br /&gt;
&lt;br /&gt;
As well as tables and mixes of these formats. Maybe someone should pick one and apply it to all the explanations. I just noticed it because of the inconsistencies as people are quickly throwing something together for this new comic. [[Special:Contributions/162.158.107.4|162.158.107.4]] 21:02, 24 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I read the penultimate line as &amp;quot;Mg&amp;quot; and was trying to imagine a meaning for &amp;quot;megagrams per kilogram&amp;quot;. Sloppy Greek letter there, Randall. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 03:17, 25 September 2021 (UTC)&lt;br /&gt;
::I find this criticism very unreasonable. Randall's &amp;quot;m&amp;quot; is written very differently, there are plenty of examples of it in this very cartoon to avoid confusion, and micrograms are far more commonly used than megagrams. I had no problem whatsoever recognizing the letter mu, and I don't see how this could be a problem for anyone already familiar with that letter. [[Special:Contributions/162.158.90.85|162.158.90.85]] 11:11, 26 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why are partial derivatives considered graduate-level? They're typically covered in first level undergraduate science courses, along with gradients and such. [[User:FPSCanarussia|FPSCanarussia]] ([[User talk:FPSCanarussia|talk]]) 03:34, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The reference to &amp;quot;micrometer&amp;quot; links to the Wikipedia page for the measuring device, but it should link to the page for the unit of length: https://en.wikipedia.org/wiki/Micrometre [[User:Professor Frink|Professor Frink]] ([[User talk:Professor Frink|talk]]) 15:58, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding to “Micrometer/Micrometre” above: this “any” is not really correct:&lt;br /&gt;
:Of course, micrometers are used as a measurement of distance in other contexts, but any distance-measuring device capable of accurately measuring micrometer distances would also be expensive.&lt;br /&gt;
The “Micrometers” as seen in the Wikipedia article can measure distances of some micrometers accurately, but are not really expensive. Probably even cheaper than any equipment which can ''not'' measure distances. --[[Special:Contributions/162.158.88.239|162.158.88.239]] 18:19, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
In certain circles (or, perhaps, between them as they roll), the typical Reynolds number is {{w|Reynolds Technology|just three digits}}... ;) [[Special:Contributions/162.158.159.95|162.158.159.95]] 20:04, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;When radiative transfer is large enough to be the most important form of heat interchange, it is normally also large enough to sear the skin with thermal or ultraviolet burns.&amp;quot;  Radiative transfer is the dominant heat transfer from a (idle) human body in a 20C room.  There is no risk of seared skin in this situation.  As an aside if people understood the role of radiative heat transfer we'd have more comfortable and cheaper HVAC systems (and more underfloor heating).[[Special:Contributions/172.70.34.91|172.70.34.91]] 20:08, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I cannot recall ever using Avogadro's constant in a stochiometric calculation.  You do everything in mole or gram mole.  N&amp;lt;sub&amp;gt;A&amp;lt;/sub&amp;gt; implicitly cancels and never even appears.[[Special:Contributions/172.70.34.91|172.70.34.91]] 20:08, 25 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
mSV (millisievert) is also likely to show up in other internet debates as well, usually related to Chernobyl, Fukushima, Three Mile Island, or [other such nuclear accidents|https://www.ucsusa.org/resources/brief-history-nuclear-accidents-worldwide]&lt;br /&gt;
Also likely to show up in any discussion on nuclear energy to alleviate global warming, especially given modern reactor designs to reduce such incidents.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 20:15, 27 September 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:321:_Thighs&amp;diff=218348</id>
		<title>Talk:321: Thighs</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:321:_Thighs&amp;diff=218348"/>
				<updated>2021-09-23T14:31:05Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;Also, eww&amp;quot; implies that Megan has taken a scatological interpretation of &amp;quot;brown-thighed girl&amp;quot;. [[User:JET73L|JET73L]] ([[User talk:JET73L|talk]]) 12:22, 19 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The song was originally &amp;quot;Brown-Skinned Girl&amp;quot;, so the last panel is even funnier (albeit unintentionally). {{unsigned ip|108.162.219.187}}&lt;br /&gt;
Weird how he says &amp;quot;She's&amp;quot; when the lyrics are &amp;quot;You my brown-eyed girl&amp;quot;. [[Special:Contributions/162.158.78.64|162.158.78.64]] 16:21, 9 July 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
My wife and I started riffing on this comic last night with various songs, and ended up laughing too hard to continue.  My favorite was from Total Eclipse of the Heart with &amp;quot;Turn around, bright thighs&amp;quot;&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2516:_Hubble_Tension&amp;diff=218089</id>
		<title>Talk:2516: Hubble Tension</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2516:_Hubble_Tension&amp;diff=218089"/>
				<updated>2021-09-16T03:41:54Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Having noticed that 85 KPH is slower than 85 MPH, it took me a while to work out that 85 MPH is much slower than 68 km/s (and I was blindly assuming that the universe is at least one megaparsec in radius), after which the title-text joke started making sense.  Congratulations on being almost too subtle for me.00:46, 16 September 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is the 85 mph number significant in any way?  Why does &amp;quot;Dave&amp;quot; who points radar guns in random directions get this number? [[Special:Contributions/108.162.245.167|108.162.245.167]] 03:41, 16 September 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2516:_Hubble_Tension&amp;diff=218088</id>
		<title>Talk:2516: Hubble Tension</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2516:_Hubble_Tension&amp;diff=218088"/>
				<updated>2021-09-16T03:41:17Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Having noticed that 85 KPH is slower than 85 MPH, it took me a while to work out that 85 MPH is much slower than 68 km/s (and I was blindly assuming that the universe is at least one megaparsec in radius), after which the title-text joke started making sense.  Congratulations on being almost too subtle for me.00:46, 16 September 2021 (UTC)&lt;br /&gt;
Is the 85 mph number significant in any way?  Why does &amp;quot;Dave&amp;quot; who points radar guns in random directions get this number? [[Special:Contributions/108.162.245.167|108.162.245.167]] 03:41, 16 September 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1635:_Birdsong&amp;diff=110129</id>
		<title>1635: Birdsong</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1635:_Birdsong&amp;diff=110129"/>
				<updated>2016-01-28T00:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: Undo revision 110127 by 108.162.214.20 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1635&lt;br /&gt;
| date      = January 27, 2016&lt;br /&gt;
| title     = Birdsong&lt;br /&gt;
| image     = birdsong.png&lt;br /&gt;
| titletext = Maybe if I put it in a box for a while with a speaker playing some pleasant pastoral music, I can reprogram it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic shows [[Cueball]] walking along with a {{w|songbird}} singing above him; Cueball is apparently enjoying the perfect weather and the birdsong as he comments on both. In the next panel, it becomes apparent that the bird is actually singing the words to the song &amp;quot;{{w|Smooth (song)|Smooth}}&amp;quot; ([https://www.youtube.com/watch?v=6Whgn_iE5uc official video]) by {{w|Santana (band)|Santana}} featuring {{w|Rob Thomas (musician)|Rob Thomas}}.  This gives the word songbird a completely new meaning. The bird's singing begins to annoy Cueball, so he chases the bird with a {{w|butterfly net}} in an attempt to catch it. Meanwhile the bird just continues with the song. (Interestingly the two lines from the last two panels follow each other in the song, but Cueball manages to get hold of the net in between).&lt;br /&gt;
&lt;br /&gt;
The lines the bird sings are (most) of the last three lines from the chorus (see the [http://www.azlyrics.com/lyrics/santana/smooth.html lyrics]):&lt;br /&gt;
*And it's just like the ocean under the moon&lt;br /&gt;
*Well, that's the same as the emotion that I get from you&lt;br /&gt;
*You '''got the kind of loving that can be so smooth, yeah.'''&lt;br /&gt;
*'''Gimme your heart, make it real'''&lt;br /&gt;
*'''Or else forget about it'''&lt;br /&gt;
&lt;br /&gt;
The comic is a play on the words ''bird'' and ''song''.  Songbirds, of course, don't actually sing: the sounds they make are territorial challenges, mating cries, etc.  But in Western cultural traditions, particularly the {{w|pastoral}} one, imagining these sounds as 'song' is part of seeing nature as beautiful and harmonious.  Ironically, the fact that this bird is really singing urban pop music, is perceived by Cueball to be an intrusion.  &lt;br /&gt;
&lt;br /&gt;
In the title text Cueball suggest playing {{w|Pastoral#Pastoral_music|pastoral music}} to 'reprogram' the bird, which is of course an even more unnatural intervention - all with the purpose of restoring the pastoral naturalness of the nature. Of course some birds can actually {{w|Talking bird|emulate human words}}, and in this way also sing real words, like with the {{w|common hill myna}}. Other birds can mimic any odd and unusual sounds, particularly the {{w|lyrebird}} of Australia is known to reproduce all types of sounds from chainsaws to barking dogs and certainly also music.&lt;br /&gt;
&lt;br /&gt;
The title text of &amp;quot;reprogramming&amp;quot; the bird by placing it in a box also refers to {{w|B. F. Skinner|B.F. Skinner}} and his development of {{w|Programmed learning|programmed learning}} through his theories of operand conditioning and behaviorism in psychology. By famously using birds in so-called {{w|Skinner boxes}}, he conditioned birds to respond to certain stimuli and expect rewards for particular behaviors, leading to an understanding of many impulsive behaviors in humans like addiction. Cueball apparently hopes to &amp;quot;correct&amp;quot; the bird and its song through this method.&lt;br /&gt;
&lt;br /&gt;
Lately Randall has had his characters catch several things (but [[:Category:Butterfly net|never butterflies]]) with a butterfly net; recently in [[1622: Henge]] it was the sun...&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is walking and talking, while a bird, flying above him is singing, with four notes floating around it to indicate this. The notes are clearly above and removed from Cueball's text.]&lt;br /&gt;
:Cueball (singing): The sun is shining, the birds are singing—&lt;br /&gt;
&lt;br /&gt;
:[Cueball stops and looks up when the bird above him starts to sing using human language, four notes are floating around the text. The text of the bird's song is in ''italic text'' to indicate this.]&lt;br /&gt;
:Bird (singing): ''Got the kind of lovin' that can be so smooth, yeah''&lt;br /&gt;
&lt;br /&gt;
:[Cueball looks down and black smoke emanates from the top of his head. The bird now flies above the panel but still sings in human language, four notes are floating below the text.]&lt;br /&gt;
:Bird (singing - off-panel): ''Give me your heart, make it real''&lt;br /&gt;
&lt;br /&gt;
:[Cueball is chasing the bird with a butterfly net, the bird is flying away from Cueball, continuing to sing, four notes are floating around the text.]&lt;br /&gt;
:Bird (singing): ''Or else forget about it''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Music]]&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Butterfly net]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=108220</id>
		<title>1037: Umwelt</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=108220"/>
				<updated>2015-12-29T07:43:17Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Plugin Disabled */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1037&lt;br /&gt;
| date      = April 1, 2012&lt;br /&gt;
| title     = Umwelt&lt;br /&gt;
| image     = umwelt_the_void.jpg&lt;br /&gt;
| titletext = Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit--from your ideology to your glasses prescription to your web browser.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot; style=&amp;quot;float:right; margin-left: 10px;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
An {{w|Umwelt}}, as the title text explains, is the idea that one's entire way of thinking is dependent on their surroundings. Thus, this {{w|April Fools}} comic changes based on the browser, location, or referrer. Thus, what the viewer is viewing the comic on, where they live, or where they came from determines which comic they actually see. As a result, there are actually multiple comics that went up on April Fools' Day, although only one is seen.&lt;br /&gt;
(Fun Fact: the German word &amp;quot;Umwelt&amp;quot; does not mean anything vaguely similar; it translates in all contexts almost exactly as &amp;quot;environment&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
Information about how the wide variety of data was collected and credit for the viewers who contributed can be found [http://www.reddit.com/r/xkcd/comments/rnst4/april_fools_xkcd_changing_comic/ here].&lt;br /&gt;
&lt;br /&gt;
This comic was released on April 1 even though that was [[:Category:Sunday comics|a Sunday]] (only the third comic to be released on a Sunday). But it was only due to the April Fool joke, as it did replace the comic that would have been scheduled for Monday, April 2. The next comic was first released on Wednesday, April 4.&lt;br /&gt;
&lt;br /&gt;
===The Void===&lt;br /&gt;
[[File:umwelt the void.jpg]]&lt;br /&gt;
&lt;br /&gt;
If the device or browser you are using does not support Javascript, you will simply see a static image of a white swirl on a dark background.&lt;br /&gt;
&lt;br /&gt;
Possible reference to The Ring (http://imgur.com/wlGmm), as though to suggest that using an alternative browser is dismal and horrific.&lt;br /&gt;
&lt;br /&gt;
Davean (xkcd's sysadmin): &amp;quot;[This] comic isn't available everywhere and it can come up i[n] some situation[s] only for recognized browsers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Browser: Alternative Browser&lt;br /&gt;
&lt;br /&gt;
===Aurora===&lt;br /&gt;
[[File:umwelt aurora.png]]&lt;br /&gt;
&lt;br /&gt;
One could interpret that since Megan didn't go out and therefore missed seeing the Aurora, the main character lied. That way, she wouldn't have felt sad that she missed out.&lt;br /&gt;
&lt;br /&gt;
One might also believe that since xkcd is normally a black and white comic, Cueball is colorblind and didn't see anything of interest to him.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Locations: Canada, Boston, Maine, New York, Ohio, Oregon, Texas, Minnesota, Norway, Denmark&lt;br /&gt;
&lt;br /&gt;
===Snake===&lt;br /&gt;
[[File:umwelt snake composite 1024.png]]&lt;br /&gt;
[[:File:umwelt snake composite.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
The joke here is the extreme length of snakes. The world's longest snake is the python, the longest ever being 33 feet or approx. 10 meters. The red and blue circles refer to the hit game {{w|Portal}}.&lt;br /&gt;
There is also a reference to the book &amp;quot;The Little Prince&amp;quot; in the second panel.&lt;br /&gt;
&lt;br /&gt;
Also, the number and content of the panels changes depending on the size of your browser window.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Specific AltText for this image: Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit -from your ideology to your glasses prescription to your browser window size.&lt;br /&gt;
&lt;br /&gt;
Location: Texas (on Chrome Version 33.0.1750.154 m), New Jersey, California (on Chrome Version 39.0.2171.95), Maryland&lt;br /&gt;
&lt;br /&gt;
===Black Hat===&lt;br /&gt;
[[File:umwelt tortoise 1024.png]]&lt;br /&gt;
[[:File:umwelt tortoise.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
An analyst attempts to psychoanalyze [[Black Hat|Black Hat's]] [[72: Classhole|classhole]] tendencies. The joke here is that the turtle has actually been turned over and neither sees helping it as a priority. It's a reference to the Voight-Kampff test used in the movie Blade Runner (1982) to identify replicants.&lt;br /&gt;
&lt;br /&gt;
Location: Seems to appear mostly in &amp;quot;other countries&amp;quot; — those without location-specific comics.&lt;br /&gt;
&lt;br /&gt;
===Too Quiet===&lt;br /&gt;
[[File:umwelt too quiet 1024.png]]&lt;br /&gt;
[[:File:umwelt too quiet.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
A reference to {{w|Jurassic Park (film)|Jurassic Park}} which has been [[87: Velociraptors|constantly]] [[135: Substitute|referred]] [[1110: Click and Drag|to]] [[155: Search History|before]] [[758: Raptor Fences|in]] this comic.&lt;br /&gt;
&lt;br /&gt;
Also referencing the film {{w|2 Fast 2 Furious|2 Fast 2 Furious}}, an entertaining, yet intellectually unprovoking sequel in a popular film franchise, which is aimed at teenagers and young adults, prompting the blunt response from the stickman. The fact that Steve would use such a cliché {{w|2000s (decade)|noughties}} movie term in such an intense moment, and the subsequent curse, is the joke in this comic.&lt;br /&gt;
&lt;br /&gt;
Location: short version — iPhone 5c Safari browser in Texas, iPhone 5 Chrome Browser in Minnesota, long version - Google Chrome browser in Indiana, Windows 8 Laptop&lt;br /&gt;
&lt;br /&gt;
===Pond===&lt;br /&gt;
[[File:umwelt pond mobile.png]][[File:umwelt pond wide.png]]&lt;br /&gt;
&lt;br /&gt;
Two different versions showed, the narrower version for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Location: The Netherlands and various other countries.&lt;br /&gt;
&lt;br /&gt;
===Galaxies===&lt;br /&gt;
[[File:umwelt galaxies 1024.jpg]]&lt;br /&gt;
[[:File:umwelt galaxies.jpg|Full size]]&lt;br /&gt;
&lt;br /&gt;
Megan is distracted from her conversation with [[Cueball]] by realizing that the space behind his head, from her vantage point, contains millions of galaxies. This is similar to an [http://nssdc.gsfc.nasa.gov/image/astro/hst_deep_field.jpg incredible photograph] taken by the Hubble Telescope, in which a tiny dark area of space in fact contained numerous galaxies.&lt;br /&gt;
&lt;br /&gt;
The title text is an imaginative leap from this scenario: that the galaxies would be up to no good once Cueball is turned away from them.  This is presumably a reference to [http://www.mariowiki.com/boo Boo], an enemy from certain Mario games who moves toward Mario only when Mario is facing away from Boo.&lt;br /&gt;
&lt;br /&gt;
This comic was only reported once... the intended environmental context is a mystery.&lt;br /&gt;
&lt;br /&gt;
Location: unknown&lt;br /&gt;
&lt;br /&gt;
===xkcd Gold===&lt;br /&gt;
[[File:umwelt xkcd gold.png]]&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to the 4chan Gold Account, an implementation on 4chan that does not actually exist, and is usually used to trick newcomers into revealing their credit card numbers. The joke is that &amp;quot;Gold Account&amp;quot; users can supposedly block other users from viewing images they have posted. The fifth panel is probably a reference to Beecock, a notorious set of shocker images. 4chan's moderators have been known to give out &amp;quot;beecock bans&amp;quot; or &amp;quot;/z/ bans&amp;quot; to particularly annoying users, which redirect the user to a page containing beecock and the text &amp;quot;OH NO THE BOARD IS GONE&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: 4chan&lt;br /&gt;
&lt;br /&gt;
===Yo Mama===&lt;br /&gt;
[[File:umwelt dog ballast.png]]&lt;br /&gt;
&lt;br /&gt;
Possible reference to Kurt Vonnegut Jr.'s &amp;quot;{{w|Harrison Bergeron}}.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Possibly a veiled criticism of Facebook. This could be slightly rewritten as: &amp;quot;This comic takes place in a dystopian future where the government is afraid of dissent, so it tracks everyone at all times, and some people privately doubt the government, but not enough to stop submitting information to Facebook. But that dystopian future is now.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Referrer: Facebook&lt;br /&gt;
&lt;br /&gt;
===Reddit===&lt;br /&gt;
[[File:umwelt reddit.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to referencing, because Reddit, as a referring site, likes references to its referencing in its references.&lt;br /&gt;
&lt;br /&gt;
This comic also features recursive imagery similar to [[688: Self-Description|Self Description]] where the second panel embeds the entire comic within itself.&lt;br /&gt;
&lt;br /&gt;
Referrer: Reddit&lt;br /&gt;
&lt;br /&gt;
===Buns and Hot dogs===&lt;br /&gt;
[[File:umwelt somethingawful.jpg]]&lt;br /&gt;
&lt;br /&gt;
This is a reference to the question &amp;quot;Why do hot dogs come in packages of 6 while buns come in packages of 8?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Referrer: SomethingAwful, Questionable Content, &amp;amp; MetaFilter&lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
[[File:umwelt twitter.jpg]]&lt;br /&gt;
&lt;br /&gt;
A summary of the content &amp;quot;typically&amp;quot; found on Twitter.&lt;br /&gt;
&lt;br /&gt;
In the tweet feed, there are three tweets about some podcast on the top, followed by the tweet containing link they clicked on to get to the comic, tweets about Rob Delaney, unspecified passive-aggressive tweets, and a tweet from [http://en.wikipedia.org/wiki/Horse_ebooks Horse Ebooks] retweeted by one of the users the reader follows.&lt;br /&gt;
&lt;br /&gt;
On the left, the topmost dialog, with profile information, shows that the user has posted 1,302 tweets, but only follows 171 people and has even fewer followers, at a measly 48. This is marked with a sad face, implying that the user wants more followers.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;who to follow&amp;quot; dialog, which is written up as consisting of &amp;quot;assholes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;trending tags&amp;quot; dialog for the United States. It is full of tags about word games, tags about misogyny, and tags about Justin Bieber.&lt;br /&gt;
&lt;br /&gt;
Below that is an unidentified dialog full of &amp;quot;stuff your eyes automatically ignore&amp;quot;. And finally, on the bottom is the background colour, which is &amp;quot;a really pleasant blue&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: Twitter&lt;br /&gt;
&lt;br /&gt;
===Wikipedia===&lt;br /&gt;
[[File:umwelt wikipedia wide.jpg]]&lt;br /&gt;
[[File:umwelt wikipedia mobile.png]]&lt;br /&gt;
&lt;br /&gt;
The term {{w|Mile High Club}} (or MHC) is a slang term applied collectively to individuals who have had sexual intercourse while on board of an aircraft. Randall says that reading the news articles on it has distracted him from making that comic.&lt;br /&gt;
&lt;br /&gt;
Two different versions shown, the narrower version (the single panel with all the text) for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Referrer: Wikipedia&lt;br /&gt;
&lt;br /&gt;
===Google Chrome===&lt;br /&gt;
[[File:umwelt chrome1.jpg]]&lt;br /&gt;
&lt;br /&gt;
{{w|Sergey Brin}} (born August 21, 1973) is an American computer scientist and Internet entrepreneur who, with Larry Page, co-founded Google, one of the most profitable Internet companies. As of 2013, his personal wealth was estimated to be $24.4 billion. Randall makes the joke that as the founder of Google, Brin's permission would be needed to use Google Chrome. Because there are millions of people who use Google, it is likely that at least some of the time Brin would be asleep, thus he would need to be woken.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Chrome/Firefox===&lt;br /&gt;
[[File:umwelt chrome2.png]]&lt;br /&gt;
&lt;br /&gt;
Mozilla {{w|Firefox}} is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Cueball is complaining about {{w|Google Chrome}}, to which [[Ponytail]] replies that there is an {{w|add-on}} that fixes what he is complaining about. When questioned, she replies that the add-on is Firefox, which isn't an add-on at all and is instead a different browser.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Google Chrome-2===&lt;br /&gt;
[[File:umwelt chrome3.png]]&lt;br /&gt;
&lt;br /&gt;
This panel references Google Chrome's error screen, which shows a puzzle piece. The comic humorously implies that Chrome is looking for that piece. However, the piece in question cannot possibly line up with any corner.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Mozilla Firefox Private Browsing===&lt;br /&gt;
[[File:umwelt firefox incognito.png]]&lt;br /&gt;
&lt;br /&gt;
Another reference to crashing web browsers.&lt;br /&gt;
&lt;br /&gt;
Browser: Firefox (Incognito only?)&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer===&lt;br /&gt;
[[File:umwelt ie.png]]&lt;br /&gt;
&lt;br /&gt;
Yet another reference to crashing web browsers&lt;br /&gt;
&lt;br /&gt;
Browser: Internet Explorer&lt;br /&gt;
&lt;br /&gt;
===Maxthon===&lt;br /&gt;
[[File:umwelt maxthon.png]]&lt;br /&gt;
&lt;br /&gt;
Browser: Maxthon&lt;br /&gt;
&lt;br /&gt;
===Netscape Navigator===&lt;br /&gt;
[[File:umwelt netscape womanoctopus.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt netscape man.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Netscape Navigator}} was a web browser popular in the 1990s.&lt;br /&gt;
&lt;br /&gt;
Browser: Netscape&lt;br /&gt;
&lt;br /&gt;
===Rockmelt===&lt;br /&gt;
[[File:umwelt rockmelt.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Rockmelt}} is a social-media-based browser.&lt;br /&gt;
&lt;br /&gt;
Reference to the gospel song {{w|Longing for Old Virginia: Their Complete Victor Recordings (1934)|&amp;quot;There's no hiding place down here&amp;quot; by The Carter Family}}, later covered by Stephen Stills.&lt;br /&gt;
&lt;br /&gt;
:I run to the rock just to hide my face&lt;br /&gt;
:And the rocks cried out, no hiding place&lt;br /&gt;
:There's no hiding place down here&lt;br /&gt;
&lt;br /&gt;
It may additionally be a reference to the ''Babylon 5'' episode &amp;quot;And the Rock Cried Out, No Hiding Place,&amp;quot; which featured the song.&lt;br /&gt;
&lt;br /&gt;
Browser: Rockmelt&lt;br /&gt;
&lt;br /&gt;
===Plugin Disabled===&lt;br /&gt;
[[File:umwelt plugin disabled.png]]&lt;br /&gt;
&lt;br /&gt;
When the Google Chrome web browser does not have the required software (called a plug-in) to display a web page's content, it displays a puzzle piece icon and an error message. In this case, Chrome informs the user that the content is impossible to display. &lt;br /&gt;
&lt;br /&gt;
Browser: Plugin (?) Disabled, Safari Desktop&lt;br /&gt;
&lt;br /&gt;
===Corporate Networks===&lt;br /&gt;
[[File:umwelt corporate general.png]]&lt;br /&gt;
[[File:umwelt corporate amazon chrome.png]]&lt;br /&gt;
[[File:umwelt corporate amazon firefox.png]]&lt;br /&gt;
[[File:umwelt corporate amazon other.png]]&lt;br /&gt;
[[File:umwelt corporate google chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft firefox.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft other.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes chrome.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes other.png]]&lt;br /&gt;
&lt;br /&gt;
These error messages appear if the user is on a network owned by one of the corporations noted. The error message includes a warning against speaking on the company's behalf.&lt;br /&gt;
&lt;br /&gt;
ISP: Corporate networks of Amazon, Google, Microsoft, NY Times&lt;br /&gt;
&lt;br /&gt;
===Military===&lt;br /&gt;
[[File:umwelt military.png]]&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] assumes that anyone using a military network has an important job like watching for incoming missiles. He includes a thank-you to the user for their military service.&lt;br /&gt;
&lt;br /&gt;
ISP: Military networks&lt;br /&gt;
&lt;br /&gt;
===T-Mobile===&lt;br /&gt;
[[File:umwelt tmobile.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to T-Mobile's distinguishing feature of weaker coverage, in relation to other major providers.&lt;br /&gt;
&lt;br /&gt;
ISP: T-Mobile&lt;br /&gt;
&lt;br /&gt;
===Verizon and AT&amp;amp;T===&lt;br /&gt;
[[File:umwelt verizon.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt att.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to Verizon and AT&amp;amp;T's scandals/controversy regarding implementation of bandwidth caps.&lt;br /&gt;
&lt;br /&gt;
ISP: Verizon and AT&amp;amp;T&lt;br /&gt;
&lt;br /&gt;
===France===&lt;br /&gt;
[[File:umwelt france.jpg]]&lt;br /&gt;
&lt;br /&gt;
A Google search of &amp;quot;French Military Victories&amp;quot; + 'I'm feeling lucky' used to direct to &amp;quot;did you mean: french military defeats&amp;quot; (due to a {{w|Google bomb}}), referencing a stereotype of the French:[http://www.albinoblacksheep.com/text/victories.html][http://politicalhumor.about.com/library/images/blpic-frenchmilitaryvictories.htm][http://politicalhumor.about.com/library/jokes/bljokefrenchmilitaryhistory.htm]&lt;br /&gt;
&lt;br /&gt;
Locations: France &amp;amp; Quebec&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
[[File:umwelt germany.png]]&lt;br /&gt;
&lt;br /&gt;
This comic references the {{w|Berlin airlift#The start of the Berlin Airlift|Berlin Airlift}}, a relief measure for citizens in West Berlin (surrounded by East Germany) instituted by the Western Allies after World War II. In reality, the Western Allies flew a grand total of 500,000 tons of food over the Soviet blockade in planes. Randall puts a twist on this event by making it more fun: dropping supplies from a grand chairlift. The play on words is that &amp;quot;chairlift&amp;quot; rhymes with &amp;quot;airlift&amp;quot; and thus makes an easy substitution. The chair force is also a name that other service branches use to make fun of the air force.&lt;br /&gt;
&lt;br /&gt;
Location: Germany&lt;br /&gt;
&lt;br /&gt;
===Israel===&lt;br /&gt;
[[File:umwelt israel.png]]&lt;br /&gt;
&lt;br /&gt;
Transcript:&lt;br /&gt;
&lt;br /&gt;
בחורה: אמא, פגשתי בחור נהדר! אבל הוא לא יהודי.‏&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
רגע, מה את אומרת, &amp;quot;גם אנחנו לא&amp;quot;?‏&lt;br /&gt;
&lt;br /&gt;
אני לגמרי מבולבלת.‏&lt;br /&gt;
&lt;br /&gt;
(Translation from Hebrew)&lt;br /&gt;
&lt;br /&gt;
Person: Mom, I met a great guy! But he's not Jewish. ...Wait, what do you mean &amp;quot;neither are we&amp;quot;? I'm completely confused.&lt;br /&gt;
&lt;br /&gt;
A reference to the multiple use of the word Jewish to denote both a religious group and a nationality/ethnicity.&lt;br /&gt;
&lt;br /&gt;
Location: Israel&lt;br /&gt;
&lt;br /&gt;
===Carnot Cycle===&lt;br /&gt;
[[File:umwelt japan.png]]&lt;br /&gt;
&lt;br /&gt;
A pun on &amp;quot;cycle&amp;quot;; a &amp;quot;{{w|Carnot cycle}}&amp;quot; is a thermodynamic cycle (e.g. refrigeration). Its efficiency depends on the temperature of the hot and cold 'reservoirs' in which it is operating.  The icon on the side of the motorcycle resembles a [http://en.wikipedia.org/wiki/File:Carnot_cycle_p-V_diagram.svg graph of the Carnot cycle.]&lt;br /&gt;
&lt;br /&gt;
Location: Japan&lt;br /&gt;
&lt;br /&gt;
===UK===&lt;br /&gt;
[[File:umwelt uk.jpg]]&lt;br /&gt;
&lt;br /&gt;
He worded this as though to imply that the UK is a state of the U.S., and an unimportant one at that, which pokes fun at the UK, creating a paradox (sort of).&lt;br /&gt;
&lt;br /&gt;
Location: UK&lt;br /&gt;
&lt;br /&gt;
===Blizzard===&lt;br /&gt;
[[File:umwelt disasters blizzard.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or blizzards are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in, the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Boston, Chicago, Dallas, Georgia, Halifax, Illinois, Michigan, Minnesota, Missouri, the Northeast, Ohio, Oklahoma, Ottawa, Pennsylvania, Philadelphia, Texas, Toronto, Tennessee, New York, Wisconsin&lt;br /&gt;
&lt;br /&gt;
===Tornado===&lt;br /&gt;
[[File:umwelt disasters tornado.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or tornadoes are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Dallas, Illinois, Georgia, The Midwest, Missouri, Ohio, Oklahoma, Ottawa, Tennessee, Texas&lt;br /&gt;
&lt;br /&gt;
===Hurricane===&lt;br /&gt;
[[File:umwelt disasters hurricane.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or hurricanes are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: D.C, Florida, Georgia, Houston, Miami, New Jersey, North Carolina, South Carolina, Virginia&lt;br /&gt;
&lt;br /&gt;
===Lake Diver Killer===&lt;br /&gt;
[[File:umwelt lake diver.png]]&lt;br /&gt;
&lt;br /&gt;
This comic shows a news reporter standing in front of a lake. She is reporting on a serial killer who targets divers. As more divers are sent in to investigate and/or search for bodies, more divers go missing and are presumably murdered. &lt;br /&gt;
&lt;br /&gt;
Locations: Bay Areas&lt;br /&gt;
&lt;br /&gt;
Location: Vermont showed an image specifically referencing Lake Champlain&lt;br /&gt;
&lt;br /&gt;
===Lincoln Memorial===&lt;br /&gt;
[[File:umwelt lincoln memorial.png]]&lt;br /&gt;
&lt;br /&gt;
Locations: Illinois &amp;amp; Washington D.C.&lt;br /&gt;
&lt;br /&gt;
===Helicopter Hunting===&lt;br /&gt;
[[File:umwelt helicoptor.png]]&lt;br /&gt;
&lt;br /&gt;
In Alaska, governments and individuals have {{w|Wolf hunting#North America 2|shot wolves en masse from helicopters}} in an attempt to artificially inflate populations of game, such as moose and caribou, to make hunting them easier. This is opposed by many, as the game populations are not endangered (thus, this threatens ecological balance); wolves are a small threat to livestock in North America; most of the wolf body —including meat and bones— goes wasted as they are sought mainly for their pelts.&lt;br /&gt;
&lt;br /&gt;
Location: Alaska&lt;br /&gt;
&lt;br /&gt;
===Newspaper===&lt;br /&gt;
[[File:umwelt life scientists.png]][[File:umwelt life rit.png]][[File:umwelt life umass.png]]&lt;br /&gt;
&lt;br /&gt;
Creating new life has long been a well understood process, in a lab or otherwise.&lt;br /&gt;
&lt;br /&gt;
Location: Various&lt;br /&gt;
&lt;br /&gt;
Specific versions appeared for RIT and UMass Amherst&lt;br /&gt;
&lt;br /&gt;
===Robot Paul Revere===&lt;br /&gt;
[[File:umwelt paul revere.png]]&lt;br /&gt;
&lt;br /&gt;
Combination of the legend of {{w|Paul Revere#&amp;quot;Midnight Ride&amp;quot;|Paul Revere}} and computer binary.&lt;br /&gt;
&lt;br /&gt;
Location: Boston&lt;br /&gt;
&lt;br /&gt;
===Counting Cards===&lt;br /&gt;
&amp;lt;!-- card counting explanation needed. --&amp;gt;&lt;br /&gt;
All four colleges in this series are in Massachusetts and, being similar, in pairs, rival each other to some extent (Harvard-MIT, and Smith-Wellesley). The comic contains a reference to the {{w|MIT Blackjack Team}}, which entered popular culture via the {{w|21 (2008 film)|film 21}}, and a possible reference to Orwell's book '1984' and/or {{w|Chain of Command (Star Trek: The Next Generation)|popular homage to it via Star Trek}}: &amp;quot;There are four lights.&amp;quot;[http://www.youtube.com/watch?v=ChYIm6MW39k]&lt;br /&gt;
&lt;br /&gt;
Bonus: The thought-gears in panel 3 are spinning against each other.&lt;br /&gt;
&lt;br /&gt;
Location: Harvard&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards harvard.png]]&lt;br /&gt;
&lt;br /&gt;
Location: MIT&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards mit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Course 15s&amp;quot; at MIT are the business major students, often mocked for taking a less-rigorous program.&lt;br /&gt;
&lt;br /&gt;
Location: Smith&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards smith.png]]&lt;br /&gt;
&lt;br /&gt;
Location: Wellesley&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards wellesley.png]]&lt;br /&gt;
&lt;br /&gt;
Both Wellesley and Smith are all-women colleges.&lt;br /&gt;
&lt;br /&gt;
===Giant Box Trap===&lt;br /&gt;
[[File:umwelt box trap.png]]&lt;br /&gt;
&lt;br /&gt;
Randall got his undergrad in Physics at the {{w|Christopher Newport University}}, and was scheduled to return shortly to give a talk.&lt;br /&gt;
&lt;br /&gt;
Location: Christopher Newport University&lt;br /&gt;
&lt;br /&gt;
===Chemo Support===&lt;br /&gt;
[[File:umwelt chemo.jpg]]&lt;br /&gt;
[[Cueball]] has shaved his head in support of people going through {{w|chemotherapy}} but as he is always depicted as a stick figure with no hair who can tell.&lt;br /&gt;
&lt;br /&gt;
Randall's now-wife was diagnosed with breast cancer, and apparently DFCI is where they've been spending much of their time.&lt;br /&gt;
&lt;br /&gt;
Location: Dana-Farber Cancer Institute&lt;br /&gt;
&lt;br /&gt;
===Reviews===&lt;br /&gt;
[[File:reviews.png]]&lt;br /&gt;
&lt;br /&gt;
The previous strip appears twice when using [[wikipedia:Tor (anonymity network)|Tor]].&lt;br /&gt;
&lt;br /&gt;
Browser: Any using Tor, and reports of seeing it on a Kindle Fire HD&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Note to courageous readers- The transcript has been reordered in the order in which the comics appear in the picture and appropriate names have been given.]&lt;br /&gt;
&lt;br /&gt;
:'''The Void'''&lt;br /&gt;
:[An epic void with a bright light shining right on you.]&lt;br /&gt;
&lt;br /&gt;
:'''Aurora'''&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar flare that's causing some Great Aurorae. CBC says they may even be visible here! Wanna drive out to see?&lt;br /&gt;
:Megan: Hockey's on.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
:'''Aurora-US'''&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar storm causing northern lights over Canada. CNN say they might even be visible {Options: &amp;quot;As Far South As Us&amp;quot;, &amp;quot;Here in Boston&amp;quot;, &amp;quot;Maine&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oregon&amp;quot;, &amp;quot;New York&amp;quot;}! Wanna drive out to see?&lt;br /&gt;
:Megan: It's cold out.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
:'''Snake'''&lt;br /&gt;
:[Two people standing next to each other. Megan is holding the head end of a snake. Depending on the width of your browser, the snake is: three frames, the third of which  has a little bit of a bump; the first frame has a human-size bump, the second has a third person looking at the snake, and the third has the snake going though two Portals; a squirrel and the human-size bump in the first frame, a ring next to the third person in the second frame, and Beret Guy riding the snake in front of the portal; or The squirrel, a fourth person within the snake being coiled, and the human bump in the first frame, the ring, a fifth person in love, and the third person in the second frame, Beret Guy and the portal in the third frame, and the same two people in the fourth frame.]&lt;br /&gt;
&lt;br /&gt;
:Megan: I found a snake, but then I forgot to stop.&lt;br /&gt;
&lt;br /&gt;
:'''Black hat'''&lt;br /&gt;
:[Two people sitting at a desk. One is Black Hat. The other is an analyst. Black Hat has a number of terminals attached to his head.]&lt;br /&gt;
:Analyst: You come across a tortoise in the desert. You flip it over. It struggles to right itself. You watch. You're not helping. Why is that?&lt;br /&gt;
&lt;br /&gt;
:Black Hat: It '''knows''' what it did.&lt;br /&gt;
&lt;br /&gt;
:[View of the entire scene, with said turtle off in the distance on its back and trying to right itself.]&lt;br /&gt;
&lt;br /&gt;
:'''Too quiet'''&lt;br /&gt;
:[A group of four scale down a wall into a field in the middle of the night. They walk off single-file.]&lt;br /&gt;
:Person 1: It's quiet.&lt;br /&gt;
&lt;br /&gt;
:Person 3: Yeah - *Too* quiet.&lt;br /&gt;
&lt;br /&gt;
:[A Velociraptor is off in the distance, following the group.]&lt;br /&gt;
:Person 4: Yeah - too *too* quiet.&lt;br /&gt;
&lt;br /&gt;
:Person 2: Yeah - 2quiet2furious.&lt;br /&gt;
:Person 1: Fuck off, Steve.&lt;br /&gt;
&lt;br /&gt;
:'''Pond'''&lt;br /&gt;
:[A landscape showing a pond, some reeds, and a set of mountains off in the distance.]&lt;br /&gt;
&lt;br /&gt;
:'''Galaxies'''&lt;br /&gt;
:[A trio of galaxies.]&lt;br /&gt;
:Galaxy 1: He's not looking!&lt;br /&gt;
:Galaxy 3: Let's get him!&lt;br /&gt;
:[Lines draw in illustrating the eye-line of one of a pair of people.]&lt;br /&gt;
:Cueball: So he said he didn't get the text, but c'mon, he *never* misses texts. Right? ..hello?&lt;br /&gt;
:Megan: I'm just staring at your head freaked out by the fact that there are millions of galaxies *directly behind it*.&lt;br /&gt;
&lt;br /&gt;
:'''xkcd Gold'''&lt;br /&gt;
:[Cueball holding bat.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: Sorry, but this comic&lt;br /&gt;
&lt;br /&gt;
:[Cueball starts to wind up.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: requires&lt;br /&gt;
&lt;br /&gt;
:[Cueball prepares to strike with bat.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: XKCD&lt;br /&gt;
&lt;br /&gt;
:[Cueball swings at a beehive.]&lt;br /&gt;
:GOLD&lt;br /&gt;
&lt;br /&gt;
:[Penis Bees fly out of the beehive.]&lt;br /&gt;
&lt;br /&gt;
:'''Yo mamma'''&lt;br /&gt;
:[Cueball yells at a friend.]&lt;br /&gt;
:Cueball: Oh yeah? Well you mama's so ''cynical'', her only dog ballast is a ''leash''!&lt;br /&gt;
:(This comic takes place in a dystopian future where the government is afraid dogs can hover, so it requires them to wear weights at all times, and some people privately doubt the government, but not enough to stop buying dog weights.)&lt;br /&gt;
&lt;br /&gt;
:'''Reddit'''&lt;br /&gt;
:Five seconds ago:&lt;br /&gt;
:[You sitting in front of a desk, reading a reddit thread.]&lt;br /&gt;
:You: Oh, hey, reddit has a link to some XKCD april fools comic.&lt;br /&gt;
&lt;br /&gt;
:Now: [An image of the xkcd comic page.]&lt;br /&gt;
:Five seconds from now:&lt;br /&gt;
&lt;br /&gt;
:You: ..hey&lt;br /&gt;
&lt;br /&gt;
:30 seconds from now:&lt;br /&gt;
:[DANCE PARTY!]&lt;br /&gt;
&lt;br /&gt;
:'''Buns and Hot dogs'''&lt;br /&gt;
:Cueball: What I wanna know is why do hot dogs come in packages of six while buns come in these huge sacks of ash and blood from which &amp;quot;Ave Maria&amp;quot; is faintly audible?&lt;br /&gt;
:[Chanting sacks of gore in the background.]&lt;br /&gt;
&lt;br /&gt;
:'''Twitter'''&lt;br /&gt;
:[A Twitter account page with the following: Many tweets, fewer following, even fewer followers, A bunch of assholes in the suggested follow box, trending topics partitioned into: Word Games, Misogyny, and Bieber, stuff your eyes automatically ignore, A really pleasant blue. and the timeline: Something about a podcast, Someone confused because the description doesn't match the link, The link you clicked on to get to this comic, Rob Delaney, Passive Aggression, and horse ebooks.]&lt;br /&gt;
&lt;br /&gt;
:'''Wikipedia'''&lt;br /&gt;
:[There's no comic here because instead of drawing one, I spent the last hour reading every news story cited in the Wikipedia article on The Mile High Club.]&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome'''&lt;br /&gt;
:[A Chrome plugin error page.]&lt;br /&gt;
:Chrome: This plugin requires Sergey Brin's permission to run. Please wait while he is woken.&lt;br /&gt;
&lt;br /&gt;
:'''Chrome/Firefox'''&lt;br /&gt;
:[Two people; Cueball is sitting at a desk in front of a laptop.]&lt;br /&gt;
:Cueball: Man, chrome's hardware acceleration really sucks.&lt;br /&gt;
:Ponytail: Oh - Theres' a great add-on that fixes it.&lt;br /&gt;
:Cueball: Oh? What's it called?&lt;br /&gt;
:Ponytail: &amp;quot;Firefox&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome-2'''&lt;br /&gt;
:[A Chrome plugin error page with the characteristic jigsaw piece.]&lt;br /&gt;
:Chrome: Chrome is looking for this piece. Have you seen it? Chrome thinks it links up with a corner.&lt;br /&gt;
&lt;br /&gt;
:'''Mozilla Firefox Private Browsing'''&lt;br /&gt;
:[Firefox error page.]&lt;br /&gt;
:Firefox: Well, this is embarrassing. You know how I'm not supposed to peek at your browsing in private mode? Firefox.. is sorry. Firefox will not blame you if you&lt;br /&gt;
:[Button with text.]&lt;br /&gt;
:Click here to report this incident.&lt;br /&gt;
&lt;br /&gt;
:'''Internet Explorer'''&lt;br /&gt;
:[IE error page.]&lt;br /&gt;
:IE: Error: Internet Explorer has given up.&lt;br /&gt;
&lt;br /&gt;
:'''Maxthon'''&lt;br /&gt;
:Cueball: Maxthon? Hey, 2005 called. Didn't say anything. All I could hear was sobbing. This is getting harder. Anyway, yeah, Maxthon's still cool! Didn't know it was still around!&lt;br /&gt;
&lt;br /&gt;
:'''Netscape Navigator'''&lt;br /&gt;
:[Two different versions exist: one with Cueball talking and one with Megan with tentacle arms talking.]&lt;br /&gt;
:Person: Netscape Navigator? Hey, the nineties called - drunk as usual. I hung up without saying anything. This is getting harder. Anyway - it's cool that you'e got netscape running.&lt;br /&gt;
&lt;br /&gt;
:'''Rockmelt'''&lt;br /&gt;
:[Cueball running to laptop.]&lt;br /&gt;
:I ran to Rockmelt to hide my face&lt;br /&gt;
&lt;br /&gt;
:[Cueball sitting at laptop.]&lt;br /&gt;
:But Rockmelt cried out -&lt;br /&gt;
&lt;br /&gt;
:[Laptop shouting.]&lt;br /&gt;
:NO HIDING PLACE&lt;br /&gt;
&lt;br /&gt;
:[zoom out.]&lt;br /&gt;
:NO HIDING PLACE DOWN HERE&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome-3'''&lt;br /&gt;
:[A chrome plugin error page.]&lt;br /&gt;
:Chrome: There does not exist --nor could there '''ever''' exist-- a plugin capable of displaying this content.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/Amazon/The Times/Google - Chrome'''&lt;br /&gt;
:[Chrome error page.]&lt;br /&gt;
:Chrome: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/Amazon/The Times/Google is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/Amazon - Firefox'''&lt;br /&gt;
:[Firefox error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/Amazon is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/The Times'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/The Times is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Corporate - Generic'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, we work as a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Military'''&lt;br /&gt;
:[Person looking at two browser windows.]&lt;br /&gt;
:Cueball: I know y'all know what you're doing. But if you're on a military machine and you're supposed to be watching for missiles or something, I hope you're keeping an eye on that in the background while you're reading comics. Also: Thanks.&lt;br /&gt;
&lt;br /&gt;
:'''T-Mobile'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Data Error: T-Mobile was unable to establish a connection&lt;br /&gt;
&lt;br /&gt;
:'''Verizon'''&lt;br /&gt;
:[Error page]&lt;br /&gt;
:Error: You have exceeded your Verizon monthly bandwidth cap. Mobile web browsing has been disabled.&lt;br /&gt;
&lt;br /&gt;
:'''France'''&lt;br /&gt;
:[Two people; one of which is browsing using a laptop.]&lt;br /&gt;
:Cueball: Hey, you're French, right? Ever see what happens when you type &amp;quot;French Military Victories&amp;quot; into Google?&lt;br /&gt;
:French person: Does it take you to an article on Napoleon?&lt;br /&gt;
&lt;br /&gt;
:French person: ..no? Strange, given how he kicked everyone's asses up and down Europe for over a decade.&lt;br /&gt;
&lt;br /&gt;
:[Beat frame.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: Touche.&lt;br /&gt;
:French person: You know, that'd sound smarter if you didn't pronounce it like it rhymes with &amp;quot;douche&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:'''Germany'''&lt;br /&gt;
:[Cueball dropping food from an unorthodox high perch.]&lt;br /&gt;
:June 1948: In response to the Soviet blockade of East Germany, the western allies construct the Berlin Chairlift.&lt;br /&gt;
:Cueball on chairlift: Food!&lt;br /&gt;
&lt;br /&gt;
:'''Israel'''&lt;br /&gt;
:[Person on phone.]&lt;br /&gt;
:Person (Translation from Hebrew): Mom, I met a great guy! But he's not Jewish. ...Wait, what do you mean &amp;quot;neither are we&amp;quot;? I'm completely confused.&lt;br /&gt;
&lt;br /&gt;
:'''Carnot Cycle'''&lt;br /&gt;
:[Ponytail on a motorcycle with a heat-entropy graph on the side.]&lt;br /&gt;
:Ponytail: Check out my new Carnot Cycle!&lt;br /&gt;
:Cueball: Neat - how fast does it go?&lt;br /&gt;
:Ponytail: Depends how cold it is outside.&lt;br /&gt;
&lt;br /&gt;
:'''Great Britain'''&lt;br /&gt;
:[Illustration of the Atlantic ocean.]&lt;br /&gt;
:American person: Sorry I don't have a comic poking fun at the UK here. I only had time to get to the most ''important'' US states.&lt;br /&gt;
:British person: Hey - At least we have free health care and real ale.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Blizzard'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;Alabama&amp;quot;, &amp;quot;Boston&amp;quot;, &amp;quot;Chicago&amp;quot;, &amp;quot;Dallas&amp;quot;, &amp;quot;Georgia&amp;quot;, &amp;quot;Halifax&amp;quot;, &amp;quot;Illinois&amp;quot;, &amp;quot;Michigan&amp;quot;, &amp;quot;Minnesota&amp;quot;, &amp;quot;Missouri&amp;quot;, &amp;quot;the Northeast&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oklahoma&amp;quot;, &amp;quot;Ottawa&amp;quot;, 'Pennsylvania&amp;quot;, &amp;quot;Philadelphia&amp;quot;, &amp;quot;Texas&amp;quot;, &amp;quot;Toronto&amp;quot;, &amp;quot;Tennessee&amp;quot;, &amp;quot;New York&amp;quot;, &amp;quot;Wisconsin&amp;quot;}! That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
:[Both people are trudging through a massive blizzard.]&lt;br /&gt;
:Danish: In pictures, snow always looked so nice and sof - ''AAAA! MY NECK! How do people live here?!''&lt;br /&gt;
:Cueball: Come on - it's only three more miles.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Tornado'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;Alabama&amp;quot;, &amp;quot;Dallas&amp;quot;, &amp;quot;Illinois&amp;quot;, &amp;quot;The Midwest&amp;quot;, &amp;quot;Missouri&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oklahoma&amp;quot;, &amp;quot;Ottawa&amp;quot;, &amp;quot;Tennessee&amp;quot;, &amp;quot;Texas&amp;quot;}!&lt;br /&gt;
:Cueball: That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
:[Both people are in a shelter in a prairie with a rapidly-approaching tornado.]&lt;br /&gt;
:Danish: AAAA CLOSE THE SHELTER DOOR!&lt;br /&gt;
:Cueball: Say the magic words...&lt;br /&gt;
:Danish: THIS PLACE IS THE WORST!&lt;br /&gt;
:Cueball: Thank you.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Hurricane'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;D.C&amp;quot;, &amp;quot;Florida&amp;quot;, &amp;quot;Houston&amp;quot;, &amp;quot;Miami&amp;quot;, &amp;quot;New Jersey&amp;quot;, &amp;quot;North Carolina&amp;quot;, &amp;quot;South Carolina&amp;quot;, &amp;quot;Virgina&amp;quot;}! That was huge!&lt;br /&gt;
:Cueball: That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
&lt;br /&gt;
:[Both are in the middle of a hurricane. Danish is grabbing onto a signpost to avoid being swept away.]&lt;br /&gt;
:Danish: AAAAA WHAT THE SHIIIIT!&lt;br /&gt;
:Cueball: Calm down - this is barely a category 2.&lt;br /&gt;
&lt;br /&gt;
:'''Lake Diver Killer'''&lt;br /&gt;
:[TV Field Reporter in front of a cordoned-off lake.]&lt;br /&gt;
:Reporter: Police divers searching the bay say they have recovered the body of another victim of the &amp;quot;Lake Diver Killer.&amp;quot;&lt;br /&gt;
:Reporter: During the search, three more divers were reported missing.&lt;br /&gt;
&lt;br /&gt;
:'''Washington'''&lt;br /&gt;
:[The statue of Abraham Lincoln in the Lincoln Memorial.]&lt;br /&gt;
:In this Marble Prison As in the nightmares of the nation they tried to devour&lt;br /&gt;
:The nanobots that constituted Abraham Lincoln&lt;br /&gt;
:Are entombed forever.&lt;br /&gt;
&lt;br /&gt;
:'''Alaska'''&lt;br /&gt;
:[A person with a gun chasing a helicopter on the back of a wolf in a snowy Alaskan field.]&lt;br /&gt;
:Some people hunt wolves from helicopters. I hunt helicopters from a wolf.&lt;br /&gt;
&lt;br /&gt;
:'''Life in lab'''&lt;br /&gt;
:[Newspaper headline.]&lt;br /&gt;
:Scientists/UMass Amherst students/RIT students create life in lab&lt;br /&gt;
:[Caption under picture of scientists.]&lt;br /&gt;
:&amp;quot;The trick was fuckin'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:'''American Revolution'''&lt;br /&gt;
:Robot Paul Revere: Remember: Zero if by land, One if by sea.&lt;br /&gt;
&lt;br /&gt;
:'''MIT'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of MIT students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: I see their admission standards have been slipping.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''MIT Course 15c'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of MIT students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: I *knew* we shouldn't have picked course 15s.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''Smith/Wellesley'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of Smith/Wellesley students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: We should've gone with Wellesley/Smith.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''CNU'''&lt;br /&gt;
:[Person unsuspectingly strolls under a giant box trap controlled by a Trible.]&lt;br /&gt;
:I worry that CNU only invited me back as a ruse because they realized I never turned in my final paper and want my diploma back. But if it turns out it's for real, I'll see you Wednesday at the Ferguson!&lt;br /&gt;
&lt;br /&gt;
:'''Dana Farber'''&lt;br /&gt;
:[Cueball, pointing towards head.]&lt;br /&gt;
:Cueball: Check it out - In support of people going through chemo, I shaved my head.&lt;br /&gt;
:Lots of love to everyone reading this at Dana Farber. Cancer sucks. If you are new to DCFI, there's a great little garden on the third floor of the yawkey if you need somewhere quiet to just sit for a little bit and breathe.&lt;br /&gt;
&lt;br /&gt;
:'''Reviews'''&lt;br /&gt;
:Shopping before online reviews:&lt;br /&gt;
:[Cueball and Megan stand in a store. Cueball points at a lamp on the table in front of him. There is another lamp on the table behind them.]&lt;br /&gt;
:Cueball: This lamp is pretty.&lt;br /&gt;
:Megan: And affordable.&lt;br /&gt;
:Cueball: Let's get it.&lt;br /&gt;
:Megan Ok! &lt;br /&gt;
&lt;br /&gt;
:Shopping now:&lt;br /&gt;
:[Cueball points at a lamp on the table in front of him. Megan looks at her phone.]&lt;br /&gt;
:Cueball: This lamp is pretty.&lt;br /&gt;
:Megan: It's got 1 1/2 stars on Amazon. Reviews all say to avoid that brand.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan are now both looking at their phones.]&lt;br /&gt;
:Cueball: This one has good reviews.&lt;br /&gt;
:Megan: Wait, one guy says when he plugged it in, he got a metallic taste in his mouth and his cats went deaf.&lt;br /&gt;
:Cueball: Eek. What about- ...no, review points out it resembles a uterus.&lt;br /&gt;
&lt;br /&gt;
:[Cueball is still looking at his phone, Megan has hers at her side.]&lt;br /&gt;
:Cueball: Ok, I found a Swiss lampmaker with perfect reviews. Her lamps start at 1,300 Francs and she's only reachable by ski lift.&lt;br /&gt;
:Megan: You know, our room looks fine in the dark.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Reddit user [http://www.reddit.com/user/SomePostMan SomePostMan] created a [http://www.reddit.com/r/xkcd/comments/t6wmh/all_umwelt_1037_comics_in_two_imgur_albums/ post] that collected all of the Umwelt comics and added explanations. Much of his information is now included in this wiki.&lt;br /&gt;
&lt;br /&gt;
*The transcript section for this comic also included a note alluding to its extreme length:&lt;br /&gt;
: [ [Two people...] ]  ((..wait.. &amp;lt;scrolls through a listing of everything&amp;gt; oh goddammit Randall. Thanks a bunch, dude. I better get a raise for typing out all this))  &lt;br /&gt;
: [Two people standing next to each other.  One is holding the head end of a snake...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Penis]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Velociraptors]]&lt;br /&gt;
[[Category:April fools' comics]]&lt;br /&gt;
[[Category:Your Mom]]&lt;br /&gt;
[[Category:Puns]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=108219</id>
		<title>1037: Umwelt</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=108219"/>
				<updated>2015-12-29T07:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.245.167: /* Plugin Disabled */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1037&lt;br /&gt;
| date      = April 1, 2012&lt;br /&gt;
| title     = Umwelt&lt;br /&gt;
| image     = umwelt_the_void.jpg&lt;br /&gt;
| titletext = Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit--from your ideology to your glasses prescription to your web browser.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot; style=&amp;quot;float:right; margin-left: 10px;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
An {{w|Umwelt}}, as the title text explains, is the idea that one's entire way of thinking is dependent on their surroundings. Thus, this {{w|April Fools}} comic changes based on the browser, location, or referrer. Thus, what the viewer is viewing the comic on, where they live, or where they came from determines which comic they actually see. As a result, there are actually multiple comics that went up on April Fools' Day, although only one is seen.&lt;br /&gt;
(Fun Fact: the German word &amp;quot;Umwelt&amp;quot; does not mean anything vaguely similar; it translates in all contexts almost exactly as &amp;quot;environment&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
Information about how the wide variety of data was collected and credit for the viewers who contributed can be found [http://www.reddit.com/r/xkcd/comments/rnst4/april_fools_xkcd_changing_comic/ here].&lt;br /&gt;
&lt;br /&gt;
This comic was released on April 1 even though that was [[:Category:Sunday comics|a Sunday]] (only the third comic to be released on a Sunday). But it was only due to the April Fool joke, as it did replace the comic that would have been scheduled for Monday, April 2. The next comic was first released on Wednesday, April 4.&lt;br /&gt;
&lt;br /&gt;
===The Void===&lt;br /&gt;
[[File:umwelt the void.jpg]]&lt;br /&gt;
&lt;br /&gt;
If the device or browser you are using does not support Javascript, you will simply see a static image of a white swirl on a dark background.&lt;br /&gt;
&lt;br /&gt;
Possible reference to The Ring (http://imgur.com/wlGmm), as though to suggest that using an alternative browser is dismal and horrific.&lt;br /&gt;
&lt;br /&gt;
Davean (xkcd's sysadmin): &amp;quot;[This] comic isn't available everywhere and it can come up i[n] some situation[s] only for recognized browsers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Browser: Alternative Browser&lt;br /&gt;
&lt;br /&gt;
===Aurora===&lt;br /&gt;
[[File:umwelt aurora.png]]&lt;br /&gt;
&lt;br /&gt;
One could interpret that since Megan didn't go out and therefore missed seeing the Aurora, the main character lied. That way, she wouldn't have felt sad that she missed out.&lt;br /&gt;
&lt;br /&gt;
One might also believe that since xkcd is normally a black and white comic, Cueball is colorblind and didn't see anything of interest to him.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Locations: Canada, Boston, Maine, New York, Ohio, Oregon, Texas, Minnesota, Norway, Denmark&lt;br /&gt;
&lt;br /&gt;
===Snake===&lt;br /&gt;
[[File:umwelt snake composite 1024.png]]&lt;br /&gt;
[[:File:umwelt snake composite.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
The joke here is the extreme length of snakes. The world's longest snake is the python, the longest ever being 33 feet or approx. 10 meters. The red and blue circles refer to the hit game {{w|Portal}}.&lt;br /&gt;
There is also a reference to the book &amp;quot;The Little Prince&amp;quot; in the second panel.&lt;br /&gt;
&lt;br /&gt;
Also, the number and content of the panels changes depending on the size of your browser window.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Specific AltText for this image: Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit -from your ideology to your glasses prescription to your browser window size.&lt;br /&gt;
&lt;br /&gt;
Location: Texas (on Chrome Version 33.0.1750.154 m), New Jersey, California (on Chrome Version 39.0.2171.95), Maryland&lt;br /&gt;
&lt;br /&gt;
===Black Hat===&lt;br /&gt;
[[File:umwelt tortoise 1024.png]]&lt;br /&gt;
[[:File:umwelt tortoise.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
An analyst attempts to psychoanalyze [[Black Hat|Black Hat's]] [[72: Classhole|classhole]] tendencies. The joke here is that the turtle has actually been turned over and neither sees helping it as a priority. It's a reference to the Voight-Kampff test used in the movie Blade Runner (1982) to identify replicants.&lt;br /&gt;
&lt;br /&gt;
Location: Seems to appear mostly in &amp;quot;other countries&amp;quot; — those without location-specific comics.&lt;br /&gt;
&lt;br /&gt;
===Too Quiet===&lt;br /&gt;
[[File:umwelt too quiet 1024.png]]&lt;br /&gt;
[[:File:umwelt too quiet.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
A reference to {{w|Jurassic Park (film)|Jurassic Park}} which has been [[87: Velociraptors|constantly]] [[135: Substitute|referred]] [[1110: Click and Drag|to]] [[155: Search History|before]] [[758: Raptor Fences|in]] this comic.&lt;br /&gt;
&lt;br /&gt;
Also referencing the film {{w|2 Fast 2 Furious|2 Fast 2 Furious}}, an entertaining, yet intellectually unprovoking sequel in a popular film franchise, which is aimed at teenagers and young adults, prompting the blunt response from the stickman. The fact that Steve would use such a cliché {{w|2000s (decade)|noughties}} movie term in such an intense moment, and the subsequent curse, is the joke in this comic.&lt;br /&gt;
&lt;br /&gt;
Location: short version — iPhone 5c Safari browser in Texas, iPhone 5 Chrome Browser in Minnesota, long version - Google Chrome browser in Indiana, Windows 8 Laptop&lt;br /&gt;
&lt;br /&gt;
===Pond===&lt;br /&gt;
[[File:umwelt pond mobile.png]][[File:umwelt pond wide.png]]&lt;br /&gt;
&lt;br /&gt;
Two different versions showed, the narrower version for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Location: The Netherlands and various other countries.&lt;br /&gt;
&lt;br /&gt;
===Galaxies===&lt;br /&gt;
[[File:umwelt galaxies 1024.jpg]]&lt;br /&gt;
[[:File:umwelt galaxies.jpg|Full size]]&lt;br /&gt;
&lt;br /&gt;
Megan is distracted from her conversation with [[Cueball]] by realizing that the space behind his head, from her vantage point, contains millions of galaxies. This is similar to an [http://nssdc.gsfc.nasa.gov/image/astro/hst_deep_field.jpg incredible photograph] taken by the Hubble Telescope, in which a tiny dark area of space in fact contained numerous galaxies.&lt;br /&gt;
&lt;br /&gt;
The title text is an imaginative leap from this scenario: that the galaxies would be up to no good once Cueball is turned away from them.  This is presumably a reference to [http://www.mariowiki.com/boo Boo], an enemy from certain Mario games who moves toward Mario only when Mario is facing away from Boo.&lt;br /&gt;
&lt;br /&gt;
This comic was only reported once... the intended environmental context is a mystery.&lt;br /&gt;
&lt;br /&gt;
Location: unknown&lt;br /&gt;
&lt;br /&gt;
===xkcd Gold===&lt;br /&gt;
[[File:umwelt xkcd gold.png]]&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to the 4chan Gold Account, an implementation on 4chan that does not actually exist, and is usually used to trick newcomers into revealing their credit card numbers. The joke is that &amp;quot;Gold Account&amp;quot; users can supposedly block other users from viewing images they have posted. The fifth panel is probably a reference to Beecock, a notorious set of shocker images. 4chan's moderators have been known to give out &amp;quot;beecock bans&amp;quot; or &amp;quot;/z/ bans&amp;quot; to particularly annoying users, which redirect the user to a page containing beecock and the text &amp;quot;OH NO THE BOARD IS GONE&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: 4chan&lt;br /&gt;
&lt;br /&gt;
===Yo Mama===&lt;br /&gt;
[[File:umwelt dog ballast.png]]&lt;br /&gt;
&lt;br /&gt;
Possible reference to Kurt Vonnegut Jr.'s &amp;quot;{{w|Harrison Bergeron}}.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Possibly a veiled criticism of Facebook. This could be slightly rewritten as: &amp;quot;This comic takes place in a dystopian future where the government is afraid of dissent, so it tracks everyone at all times, and some people privately doubt the government, but not enough to stop submitting information to Facebook. But that dystopian future is now.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Referrer: Facebook&lt;br /&gt;
&lt;br /&gt;
===Reddit===&lt;br /&gt;
[[File:umwelt reddit.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to referencing, because Reddit, as a referring site, likes references to its referencing in its references.&lt;br /&gt;
&lt;br /&gt;
This comic also features recursive imagery similar to [[688: Self-Description|Self Description]] where the second panel embeds the entire comic within itself.&lt;br /&gt;
&lt;br /&gt;
Referrer: Reddit&lt;br /&gt;
&lt;br /&gt;
===Buns and Hot dogs===&lt;br /&gt;
[[File:umwelt somethingawful.jpg]]&lt;br /&gt;
&lt;br /&gt;
This is a reference to the question &amp;quot;Why do hot dogs come in packages of 6 while buns come in packages of 8?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Referrer: SomethingAwful, Questionable Content, &amp;amp; MetaFilter&lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
[[File:umwelt twitter.jpg]]&lt;br /&gt;
&lt;br /&gt;
A summary of the content &amp;quot;typically&amp;quot; found on Twitter.&lt;br /&gt;
&lt;br /&gt;
In the tweet feed, there are three tweets about some podcast on the top, followed by the tweet containing link they clicked on to get to the comic, tweets about Rob Delaney, unspecified passive-aggressive tweets, and a tweet from [http://en.wikipedia.org/wiki/Horse_ebooks Horse Ebooks] retweeted by one of the users the reader follows.&lt;br /&gt;
&lt;br /&gt;
On the left, the topmost dialog, with profile information, shows that the user has posted 1,302 tweets, but only follows 171 people and has even fewer followers, at a measly 48. This is marked with a sad face, implying that the user wants more followers.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;who to follow&amp;quot; dialog, which is written up as consisting of &amp;quot;assholes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;trending tags&amp;quot; dialog for the United States. It is full of tags about word games, tags about misogyny, and tags about Justin Bieber.&lt;br /&gt;
&lt;br /&gt;
Below that is an unidentified dialog full of &amp;quot;stuff your eyes automatically ignore&amp;quot;. And finally, on the bottom is the background colour, which is &amp;quot;a really pleasant blue&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: Twitter&lt;br /&gt;
&lt;br /&gt;
===Wikipedia===&lt;br /&gt;
[[File:umwelt wikipedia wide.jpg]]&lt;br /&gt;
[[File:umwelt wikipedia mobile.png]]&lt;br /&gt;
&lt;br /&gt;
The term {{w|Mile High Club}} (or MHC) is a slang term applied collectively to individuals who have had sexual intercourse while on board of an aircraft. Randall says that reading the news articles on it has distracted him from making that comic.&lt;br /&gt;
&lt;br /&gt;
Two different versions shown, the narrower version (the single panel with all the text) for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Referrer: Wikipedia&lt;br /&gt;
&lt;br /&gt;
===Google Chrome===&lt;br /&gt;
[[File:umwelt chrome1.jpg]]&lt;br /&gt;
&lt;br /&gt;
{{w|Sergey Brin}} (born August 21, 1973) is an American computer scientist and Internet entrepreneur who, with Larry Page, co-founded Google, one of the most profitable Internet companies. As of 2013, his personal wealth was estimated to be $24.4 billion. Randall makes the joke that as the founder of Google, Brin's permission would be needed to use Google Chrome. Because there are millions of people who use Google, it is likely that at least some of the time Brin would be asleep, thus he would need to be woken.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Chrome/Firefox===&lt;br /&gt;
[[File:umwelt chrome2.png]]&lt;br /&gt;
&lt;br /&gt;
Mozilla {{w|Firefox}} is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Cueball is complaining about {{w|Google Chrome}}, to which [[Ponytail]] replies that there is an {{w|add-on}} that fixes what he is complaining about. When questioned, she replies that the add-on is Firefox, which isn't an add-on at all and is instead a different browser.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Google Chrome-2===&lt;br /&gt;
[[File:umwelt chrome3.png]]&lt;br /&gt;
&lt;br /&gt;
This panel references Google Chrome's error screen, which shows a puzzle piece. The comic humorously implies that Chrome is looking for that piece. However, the piece in question cannot possibly line up with any corner.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Mozilla Firefox Private Browsing===&lt;br /&gt;
[[File:umwelt firefox incognito.png]]&lt;br /&gt;
&lt;br /&gt;
Another reference to crashing web browsers.&lt;br /&gt;
&lt;br /&gt;
Browser: Firefox (Incognito only?)&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer===&lt;br /&gt;
[[File:umwelt ie.png]]&lt;br /&gt;
&lt;br /&gt;
Yet another reference to crashing web browsers&lt;br /&gt;
&lt;br /&gt;
Browser: Internet Explorer&lt;br /&gt;
&lt;br /&gt;
===Maxthon===&lt;br /&gt;
[[File:umwelt maxthon.png]]&lt;br /&gt;
&lt;br /&gt;
Browser: Maxthon&lt;br /&gt;
&lt;br /&gt;
===Netscape Navigator===&lt;br /&gt;
[[File:umwelt netscape womanoctopus.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt netscape man.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Netscape Navigator}} was a web browser popular in the 1990s.&lt;br /&gt;
&lt;br /&gt;
Browser: Netscape&lt;br /&gt;
&lt;br /&gt;
===Rockmelt===&lt;br /&gt;
[[File:umwelt rockmelt.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Rockmelt}} is a social-media-based browser.&lt;br /&gt;
&lt;br /&gt;
Reference to the gospel song {{w|Longing for Old Virginia: Their Complete Victor Recordings (1934)|&amp;quot;There's no hiding place down here&amp;quot; by The Carter Family}}, later covered by Stephen Stills.&lt;br /&gt;
&lt;br /&gt;
:I run to the rock just to hide my face&lt;br /&gt;
:And the rocks cried out, no hiding place&lt;br /&gt;
:There's no hiding place down here&lt;br /&gt;
&lt;br /&gt;
It may additionally be a reference to the ''Babylon 5'' episode &amp;quot;And the Rock Cried Out, No Hiding Place,&amp;quot; which featured the song.&lt;br /&gt;
&lt;br /&gt;
Browser: Rockmelt&lt;br /&gt;
&lt;br /&gt;
===Plugin Disabled===&lt;br /&gt;
[[File:umwelt plugin disabled.png]]&lt;br /&gt;
&lt;br /&gt;
When the Google Chrome web browser does not have the required software (called a plug-in) to display a web page's content, it displays a puzzle piece icon and an error message. In this case, Chrome informs the user that the content is impossible to display. &lt;br /&gt;
&lt;br /&gt;
Browser: Plugin (?) Disabled, Safari&lt;br /&gt;
&lt;br /&gt;
===Corporate Networks===&lt;br /&gt;
[[File:umwelt corporate general.png]]&lt;br /&gt;
[[File:umwelt corporate amazon chrome.png]]&lt;br /&gt;
[[File:umwelt corporate amazon firefox.png]]&lt;br /&gt;
[[File:umwelt corporate amazon other.png]]&lt;br /&gt;
[[File:umwelt corporate google chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft firefox.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft other.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes chrome.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes other.png]]&lt;br /&gt;
&lt;br /&gt;
These error messages appear if the user is on a network owned by one of the corporations noted. The error message includes a warning against speaking on the company's behalf.&lt;br /&gt;
&lt;br /&gt;
ISP: Corporate networks of Amazon, Google, Microsoft, NY Times&lt;br /&gt;
&lt;br /&gt;
===Military===&lt;br /&gt;
[[File:umwelt military.png]]&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] assumes that anyone using a military network has an important job like watching for incoming missiles. He includes a thank-you to the user for their military service.&lt;br /&gt;
&lt;br /&gt;
ISP: Military networks&lt;br /&gt;
&lt;br /&gt;
===T-Mobile===&lt;br /&gt;
[[File:umwelt tmobile.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to T-Mobile's distinguishing feature of weaker coverage, in relation to other major providers.&lt;br /&gt;
&lt;br /&gt;
ISP: T-Mobile&lt;br /&gt;
&lt;br /&gt;
===Verizon and AT&amp;amp;T===&lt;br /&gt;
[[File:umwelt verizon.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt att.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to Verizon and AT&amp;amp;T's scandals/controversy regarding implementation of bandwidth caps.&lt;br /&gt;
&lt;br /&gt;
ISP: Verizon and AT&amp;amp;T&lt;br /&gt;
&lt;br /&gt;
===France===&lt;br /&gt;
[[File:umwelt france.jpg]]&lt;br /&gt;
&lt;br /&gt;
A Google search of &amp;quot;French Military Victories&amp;quot; + 'I'm feeling lucky' used to direct to &amp;quot;did you mean: french military defeats&amp;quot; (due to a {{w|Google bomb}}), referencing a stereotype of the French:[http://www.albinoblacksheep.com/text/victories.html][http://politicalhumor.about.com/library/images/blpic-frenchmilitaryvictories.htm][http://politicalhumor.about.com/library/jokes/bljokefrenchmilitaryhistory.htm]&lt;br /&gt;
&lt;br /&gt;
Locations: France &amp;amp; Quebec&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
[[File:umwelt germany.png]]&lt;br /&gt;
&lt;br /&gt;
This comic references the {{w|Berlin airlift#The start of the Berlin Airlift|Berlin Airlift}}, a relief measure for citizens in West Berlin (surrounded by East Germany) instituted by the Western Allies after World War II. In reality, the Western Allies flew a grand total of 500,000 tons of food over the Soviet blockade in planes. Randall puts a twist on this event by making it more fun: dropping supplies from a grand chairlift. The play on words is that &amp;quot;chairlift&amp;quot; rhymes with &amp;quot;airlift&amp;quot; and thus makes an easy substitution. The chair force is also a name that other service branches use to make fun of the air force.&lt;br /&gt;
&lt;br /&gt;
Location: Germany&lt;br /&gt;
&lt;br /&gt;
===Israel===&lt;br /&gt;
[[File:umwelt israel.png]]&lt;br /&gt;
&lt;br /&gt;
Transcript:&lt;br /&gt;
&lt;br /&gt;
בחורה: אמא, פגשתי בחור נהדר! אבל הוא לא יהודי.‏&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
רגע, מה את אומרת, &amp;quot;גם אנחנו לא&amp;quot;?‏&lt;br /&gt;
&lt;br /&gt;
אני לגמרי מבולבלת.‏&lt;br /&gt;
&lt;br /&gt;
(Translation from Hebrew)&lt;br /&gt;
&lt;br /&gt;
Person: Mom, I met a great guy! But he's not Jewish. ...Wait, what do you mean &amp;quot;neither are we&amp;quot;? I'm completely confused.&lt;br /&gt;
&lt;br /&gt;
A reference to the multiple use of the word Jewish to denote both a religious group and a nationality/ethnicity.&lt;br /&gt;
&lt;br /&gt;
Location: Israel&lt;br /&gt;
&lt;br /&gt;
===Carnot Cycle===&lt;br /&gt;
[[File:umwelt japan.png]]&lt;br /&gt;
&lt;br /&gt;
A pun on &amp;quot;cycle&amp;quot;; a &amp;quot;{{w|Carnot cycle}}&amp;quot; is a thermodynamic cycle (e.g. refrigeration). Its efficiency depends on the temperature of the hot and cold 'reservoirs' in which it is operating.  The icon on the side of the motorcycle resembles a [http://en.wikipedia.org/wiki/File:Carnot_cycle_p-V_diagram.svg graph of the Carnot cycle.]&lt;br /&gt;
&lt;br /&gt;
Location: Japan&lt;br /&gt;
&lt;br /&gt;
===UK===&lt;br /&gt;
[[File:umwelt uk.jpg]]&lt;br /&gt;
&lt;br /&gt;
He worded this as though to imply that the UK is a state of the U.S., and an unimportant one at that, which pokes fun at the UK, creating a paradox (sort of).&lt;br /&gt;
&lt;br /&gt;
Location: UK&lt;br /&gt;
&lt;br /&gt;
===Blizzard===&lt;br /&gt;
[[File:umwelt disasters blizzard.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or blizzards are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in, the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Boston, Chicago, Dallas, Georgia, Halifax, Illinois, Michigan, Minnesota, Missouri, the Northeast, Ohio, Oklahoma, Ottawa, Pennsylvania, Philadelphia, Texas, Toronto, Tennessee, New York, Wisconsin&lt;br /&gt;
&lt;br /&gt;
===Tornado===&lt;br /&gt;
[[File:umwelt disasters tornado.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or tornadoes are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Dallas, Illinois, Georgia, The Midwest, Missouri, Ohio, Oklahoma, Ottawa, Tennessee, Texas&lt;br /&gt;
&lt;br /&gt;
===Hurricane===&lt;br /&gt;
[[File:umwelt disasters hurricane.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or hurricanes are harsher conditions to live under.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: D.C, Florida, Georgia, Houston, Miami, New Jersey, North Carolina, South Carolina, Virginia&lt;br /&gt;
&lt;br /&gt;
===Lake Diver Killer===&lt;br /&gt;
[[File:umwelt lake diver.png]]&lt;br /&gt;
&lt;br /&gt;
This comic shows a news reporter standing in front of a lake. She is reporting on a serial killer who targets divers. As more divers are sent in to investigate and/or search for bodies, more divers go missing and are presumably murdered. &lt;br /&gt;
&lt;br /&gt;
Locations: Bay Areas&lt;br /&gt;
&lt;br /&gt;
Location: Vermont showed an image specifically referencing Lake Champlain&lt;br /&gt;
&lt;br /&gt;
===Lincoln Memorial===&lt;br /&gt;
[[File:umwelt lincoln memorial.png]]&lt;br /&gt;
&lt;br /&gt;
Locations: Illinois &amp;amp; Washington D.C.&lt;br /&gt;
&lt;br /&gt;
===Helicopter Hunting===&lt;br /&gt;
[[File:umwelt helicoptor.png]]&lt;br /&gt;
&lt;br /&gt;
In Alaska, governments and individuals have {{w|Wolf hunting#North America 2|shot wolves en masse from helicopters}} in an attempt to artificially inflate populations of game, such as moose and caribou, to make hunting them easier. This is opposed by many, as the game populations are not endangered (thus, this threatens ecological balance); wolves are a small threat to livestock in North America; most of the wolf body —including meat and bones— goes wasted as they are sought mainly for their pelts.&lt;br /&gt;
&lt;br /&gt;
Location: Alaska&lt;br /&gt;
&lt;br /&gt;
===Newspaper===&lt;br /&gt;
[[File:umwelt life scientists.png]][[File:umwelt life rit.png]][[File:umwelt life umass.png]]&lt;br /&gt;
&lt;br /&gt;
Creating new life has long been a well understood process, in a lab or otherwise.&lt;br /&gt;
&lt;br /&gt;
Location: Various&lt;br /&gt;
&lt;br /&gt;
Specific versions appeared for RIT and UMass Amherst&lt;br /&gt;
&lt;br /&gt;
===Robot Paul Revere===&lt;br /&gt;
[[File:umwelt paul revere.png]]&lt;br /&gt;
&lt;br /&gt;
Combination of the legend of {{w|Paul Revere#&amp;quot;Midnight Ride&amp;quot;|Paul Revere}} and computer binary.&lt;br /&gt;
&lt;br /&gt;
Location: Boston&lt;br /&gt;
&lt;br /&gt;
===Counting Cards===&lt;br /&gt;
&amp;lt;!-- card counting explanation needed. --&amp;gt;&lt;br /&gt;
All four colleges in this series are in Massachusetts and, being similar, in pairs, rival each other to some extent (Harvard-MIT, and Smith-Wellesley). The comic contains a reference to the {{w|MIT Blackjack Team}}, which entered popular culture via the {{w|21 (2008 film)|film 21}}, and a possible reference to Orwell's book '1984' and/or {{w|Chain of Command (Star Trek: The Next Generation)|popular homage to it via Star Trek}}: &amp;quot;There are four lights.&amp;quot;[http://www.youtube.com/watch?v=ChYIm6MW39k]&lt;br /&gt;
&lt;br /&gt;
Bonus: The thought-gears in panel 3 are spinning against each other.&lt;br /&gt;
&lt;br /&gt;
Location: Harvard&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards harvard.png]]&lt;br /&gt;
&lt;br /&gt;
Location: MIT&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards mit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Course 15s&amp;quot; at MIT are the business major students, often mocked for taking a less-rigorous program.&lt;br /&gt;
&lt;br /&gt;
Location: Smith&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards smith.png]]&lt;br /&gt;
&lt;br /&gt;
Location: Wellesley&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards wellesley.png]]&lt;br /&gt;
&lt;br /&gt;
Both Wellesley and Smith are all-women colleges.&lt;br /&gt;
&lt;br /&gt;
===Giant Box Trap===&lt;br /&gt;
[[File:umwelt box trap.png]]&lt;br /&gt;
&lt;br /&gt;
Randall got his undergrad in Physics at the {{w|Christopher Newport University}}, and was scheduled to return shortly to give a talk.&lt;br /&gt;
&lt;br /&gt;
Location: Christopher Newport University&lt;br /&gt;
&lt;br /&gt;
===Chemo Support===&lt;br /&gt;
[[File:umwelt chemo.jpg]]&lt;br /&gt;
[[Cueball]] has shaved his head in support of people going through {{w|chemotherapy}} but as he is always depicted as a stick figure with no hair who can tell.&lt;br /&gt;
&lt;br /&gt;
Randall's now-wife was diagnosed with breast cancer, and apparently DFCI is where they've been spending much of their time.&lt;br /&gt;
&lt;br /&gt;
Location: Dana-Farber Cancer Institute&lt;br /&gt;
&lt;br /&gt;
===Reviews===&lt;br /&gt;
[[File:reviews.png]]&lt;br /&gt;
&lt;br /&gt;
The previous strip appears twice when using [[wikipedia:Tor (anonymity network)|Tor]].&lt;br /&gt;
&lt;br /&gt;
Browser: Any using Tor, and reports of seeing it on a Kindle Fire HD&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Note to courageous readers- The transcript has been reordered in the order in which the comics appear in the picture and appropriate names have been given.]&lt;br /&gt;
&lt;br /&gt;
:'''The Void'''&lt;br /&gt;
:[An epic void with a bright light shining right on you.]&lt;br /&gt;
&lt;br /&gt;
:'''Aurora'''&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar flare that's causing some Great Aurorae. CBC says they may even be visible here! Wanna drive out to see?&lt;br /&gt;
:Megan: Hockey's on.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
:'''Aurora-US'''&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar storm causing northern lights over Canada. CNN say they might even be visible {Options: &amp;quot;As Far South As Us&amp;quot;, &amp;quot;Here in Boston&amp;quot;, &amp;quot;Maine&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oregon&amp;quot;, &amp;quot;New York&amp;quot;}! Wanna drive out to see?&lt;br /&gt;
:Megan: It's cold out.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
:'''Snake'''&lt;br /&gt;
:[Two people standing next to each other. Megan is holding the head end of a snake. Depending on the width of your browser, the snake is: three frames, the third of which  has a little bit of a bump; the first frame has a human-size bump, the second has a third person looking at the snake, and the third has the snake going though two Portals; a squirrel and the human-size bump in the first frame, a ring next to the third person in the second frame, and Beret Guy riding the snake in front of the portal; or The squirrel, a fourth person within the snake being coiled, and the human bump in the first frame, the ring, a fifth person in love, and the third person in the second frame, Beret Guy and the portal in the third frame, and the same two people in the fourth frame.]&lt;br /&gt;
&lt;br /&gt;
:Megan: I found a snake, but then I forgot to stop.&lt;br /&gt;
&lt;br /&gt;
:'''Black hat'''&lt;br /&gt;
:[Two people sitting at a desk. One is Black Hat. The other is an analyst. Black Hat has a number of terminals attached to his head.]&lt;br /&gt;
:Analyst: You come across a tortoise in the desert. You flip it over. It struggles to right itself. You watch. You're not helping. Why is that?&lt;br /&gt;
&lt;br /&gt;
:Black Hat: It '''knows''' what it did.&lt;br /&gt;
&lt;br /&gt;
:[View of the entire scene, with said turtle off in the distance on its back and trying to right itself.]&lt;br /&gt;
&lt;br /&gt;
:'''Too quiet'''&lt;br /&gt;
:[A group of four scale down a wall into a field in the middle of the night. They walk off single-file.]&lt;br /&gt;
:Person 1: It's quiet.&lt;br /&gt;
&lt;br /&gt;
:Person 3: Yeah - *Too* quiet.&lt;br /&gt;
&lt;br /&gt;
:[A Velociraptor is off in the distance, following the group.]&lt;br /&gt;
:Person 4: Yeah - too *too* quiet.&lt;br /&gt;
&lt;br /&gt;
:Person 2: Yeah - 2quiet2furious.&lt;br /&gt;
:Person 1: Fuck off, Steve.&lt;br /&gt;
&lt;br /&gt;
:'''Pond'''&lt;br /&gt;
:[A landscape showing a pond, some reeds, and a set of mountains off in the distance.]&lt;br /&gt;
&lt;br /&gt;
:'''Galaxies'''&lt;br /&gt;
:[A trio of galaxies.]&lt;br /&gt;
:Galaxy 1: He's not looking!&lt;br /&gt;
:Galaxy 3: Let's get him!&lt;br /&gt;
:[Lines draw in illustrating the eye-line of one of a pair of people.]&lt;br /&gt;
:Cueball: So he said he didn't get the text, but c'mon, he *never* misses texts. Right? ..hello?&lt;br /&gt;
:Megan: I'm just staring at your head freaked out by the fact that there are millions of galaxies *directly behind it*.&lt;br /&gt;
&lt;br /&gt;
:'''xkcd Gold'''&lt;br /&gt;
:[Cueball holding bat.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: Sorry, but this comic&lt;br /&gt;
&lt;br /&gt;
:[Cueball starts to wind up.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: requires&lt;br /&gt;
&lt;br /&gt;
:[Cueball prepares to strike with bat.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: XKCD&lt;br /&gt;
&lt;br /&gt;
:[Cueball swings at a beehive.]&lt;br /&gt;
:GOLD&lt;br /&gt;
&lt;br /&gt;
:[Penis Bees fly out of the beehive.]&lt;br /&gt;
&lt;br /&gt;
:'''Yo mamma'''&lt;br /&gt;
:[Cueball yells at a friend.]&lt;br /&gt;
:Cueball: Oh yeah? Well you mama's so ''cynical'', her only dog ballast is a ''leash''!&lt;br /&gt;
:(This comic takes place in a dystopian future where the government is afraid dogs can hover, so it requires them to wear weights at all times, and some people privately doubt the government, but not enough to stop buying dog weights.)&lt;br /&gt;
&lt;br /&gt;
:'''Reddit'''&lt;br /&gt;
:Five seconds ago:&lt;br /&gt;
:[You sitting in front of a desk, reading a reddit thread.]&lt;br /&gt;
:You: Oh, hey, reddit has a link to some XKCD april fools comic.&lt;br /&gt;
&lt;br /&gt;
:Now: [An image of the xkcd comic page.]&lt;br /&gt;
:Five seconds from now:&lt;br /&gt;
&lt;br /&gt;
:You: ..hey&lt;br /&gt;
&lt;br /&gt;
:30 seconds from now:&lt;br /&gt;
:[DANCE PARTY!]&lt;br /&gt;
&lt;br /&gt;
:'''Buns and Hot dogs'''&lt;br /&gt;
:Cueball: What I wanna know is why do hot dogs come in packages of six while buns come in these huge sacks of ash and blood from which &amp;quot;Ave Maria&amp;quot; is faintly audible?&lt;br /&gt;
:[Chanting sacks of gore in the background.]&lt;br /&gt;
&lt;br /&gt;
:'''Twitter'''&lt;br /&gt;
:[A Twitter account page with the following: Many tweets, fewer following, even fewer followers, A bunch of assholes in the suggested follow box, trending topics partitioned into: Word Games, Misogyny, and Bieber, stuff your eyes automatically ignore, A really pleasant blue. and the timeline: Something about a podcast, Someone confused because the description doesn't match the link, The link you clicked on to get to this comic, Rob Delaney, Passive Aggression, and horse ebooks.]&lt;br /&gt;
&lt;br /&gt;
:'''Wikipedia'''&lt;br /&gt;
:[There's no comic here because instead of drawing one, I spent the last hour reading every news story cited in the Wikipedia article on The Mile High Club.]&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome'''&lt;br /&gt;
:[A Chrome plugin error page.]&lt;br /&gt;
:Chrome: This plugin requires Sergey Brin's permission to run. Please wait while he is woken.&lt;br /&gt;
&lt;br /&gt;
:'''Chrome/Firefox'''&lt;br /&gt;
:[Two people; Cueball is sitting at a desk in front of a laptop.]&lt;br /&gt;
:Cueball: Man, chrome's hardware acceleration really sucks.&lt;br /&gt;
:Ponytail: Oh - Theres' a great add-on that fixes it.&lt;br /&gt;
:Cueball: Oh? What's it called?&lt;br /&gt;
:Ponytail: &amp;quot;Firefox&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome-2'''&lt;br /&gt;
:[A Chrome plugin error page with the characteristic jigsaw piece.]&lt;br /&gt;
:Chrome: Chrome is looking for this piece. Have you seen it? Chrome thinks it links up with a corner.&lt;br /&gt;
&lt;br /&gt;
:'''Mozilla Firefox Private Browsing'''&lt;br /&gt;
:[Firefox error page.]&lt;br /&gt;
:Firefox: Well, this is embarrassing. You know how I'm not supposed to peek at your browsing in private mode? Firefox.. is sorry. Firefox will not blame you if you&lt;br /&gt;
:[Button with text.]&lt;br /&gt;
:Click here to report this incident.&lt;br /&gt;
&lt;br /&gt;
:'''Internet Explorer'''&lt;br /&gt;
:[IE error page.]&lt;br /&gt;
:IE: Error: Internet Explorer has given up.&lt;br /&gt;
&lt;br /&gt;
:'''Maxthon'''&lt;br /&gt;
:Cueball: Maxthon? Hey, 2005 called. Didn't say anything. All I could hear was sobbing. This is getting harder. Anyway, yeah, Maxthon's still cool! Didn't know it was still around!&lt;br /&gt;
&lt;br /&gt;
:'''Netscape Navigator'''&lt;br /&gt;
:[Two different versions exist: one with Cueball talking and one with Megan with tentacle arms talking.]&lt;br /&gt;
:Person: Netscape Navigator? Hey, the nineties called - drunk as usual. I hung up without saying anything. This is getting harder. Anyway - it's cool that you'e got netscape running.&lt;br /&gt;
&lt;br /&gt;
:'''Rockmelt'''&lt;br /&gt;
:[Cueball running to laptop.]&lt;br /&gt;
:I ran to Rockmelt to hide my face&lt;br /&gt;
&lt;br /&gt;
:[Cueball sitting at laptop.]&lt;br /&gt;
:But Rockmelt cried out -&lt;br /&gt;
&lt;br /&gt;
:[Laptop shouting.]&lt;br /&gt;
:NO HIDING PLACE&lt;br /&gt;
&lt;br /&gt;
:[zoom out.]&lt;br /&gt;
:NO HIDING PLACE DOWN HERE&lt;br /&gt;
&lt;br /&gt;
:'''Google Chrome-3'''&lt;br /&gt;
:[A chrome plugin error page.]&lt;br /&gt;
:Chrome: There does not exist --nor could there '''ever''' exist-- a plugin capable of displaying this content.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/Amazon/The Times/Google - Chrome'''&lt;br /&gt;
:[Chrome error page.]&lt;br /&gt;
:Chrome: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/Amazon/The Times/Google is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/Amazon - Firefox'''&lt;br /&gt;
:[Firefox error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/Amazon is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Microsoft/The Times'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, Microsoft/The Times is a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Corporate - Generic'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Error: This plugin requires clearance from the corporate press office in order to run. Remember, we work as a team; individual employees should ''never'' speak for the company without authorization.&lt;br /&gt;
&lt;br /&gt;
:'''Military'''&lt;br /&gt;
:[Person looking at two browser windows.]&lt;br /&gt;
:Cueball: I know y'all know what you're doing. But if you're on a military machine and you're supposed to be watching for missiles or something, I hope you're keeping an eye on that in the background while you're reading comics. Also: Thanks.&lt;br /&gt;
&lt;br /&gt;
:'''T-Mobile'''&lt;br /&gt;
:[Error page.]&lt;br /&gt;
:Data Error: T-Mobile was unable to establish a connection&lt;br /&gt;
&lt;br /&gt;
:'''Verizon'''&lt;br /&gt;
:[Error page]&lt;br /&gt;
:Error: You have exceeded your Verizon monthly bandwidth cap. Mobile web browsing has been disabled.&lt;br /&gt;
&lt;br /&gt;
:'''France'''&lt;br /&gt;
:[Two people; one of which is browsing using a laptop.]&lt;br /&gt;
:Cueball: Hey, you're French, right? Ever see what happens when you type &amp;quot;French Military Victories&amp;quot; into Google?&lt;br /&gt;
:French person: Does it take you to an article on Napoleon?&lt;br /&gt;
&lt;br /&gt;
:French person: ..no? Strange, given how he kicked everyone's asses up and down Europe for over a decade.&lt;br /&gt;
&lt;br /&gt;
:[Beat frame.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: Touche.&lt;br /&gt;
:French person: You know, that'd sound smarter if you didn't pronounce it like it rhymes with &amp;quot;douche&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:'''Germany'''&lt;br /&gt;
:[Cueball dropping food from an unorthodox high perch.]&lt;br /&gt;
:June 1948: In response to the Soviet blockade of East Germany, the western allies construct the Berlin Chairlift.&lt;br /&gt;
:Cueball on chairlift: Food!&lt;br /&gt;
&lt;br /&gt;
:'''Israel'''&lt;br /&gt;
:[Person on phone.]&lt;br /&gt;
:Person (Translation from Hebrew): Mom, I met a great guy! But he's not Jewish. ...Wait, what do you mean &amp;quot;neither are we&amp;quot;? I'm completely confused.&lt;br /&gt;
&lt;br /&gt;
:'''Carnot Cycle'''&lt;br /&gt;
:[Ponytail on a motorcycle with a heat-entropy graph on the side.]&lt;br /&gt;
:Ponytail: Check out my new Carnot Cycle!&lt;br /&gt;
:Cueball: Neat - how fast does it go?&lt;br /&gt;
:Ponytail: Depends how cold it is outside.&lt;br /&gt;
&lt;br /&gt;
:'''Great Britain'''&lt;br /&gt;
:[Illustration of the Atlantic ocean.]&lt;br /&gt;
:American person: Sorry I don't have a comic poking fun at the UK here. I only had time to get to the most ''important'' US states.&lt;br /&gt;
:British person: Hey - At least we have free health care and real ale.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Blizzard'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;Alabama&amp;quot;, &amp;quot;Boston&amp;quot;, &amp;quot;Chicago&amp;quot;, &amp;quot;Dallas&amp;quot;, &amp;quot;Georgia&amp;quot;, &amp;quot;Halifax&amp;quot;, &amp;quot;Illinois&amp;quot;, &amp;quot;Michigan&amp;quot;, &amp;quot;Minnesota&amp;quot;, &amp;quot;Missouri&amp;quot;, &amp;quot;the Northeast&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oklahoma&amp;quot;, &amp;quot;Ottawa&amp;quot;, 'Pennsylvania&amp;quot;, &amp;quot;Philadelphia&amp;quot;, &amp;quot;Texas&amp;quot;, &amp;quot;Toronto&amp;quot;, &amp;quot;Tennessee&amp;quot;, &amp;quot;New York&amp;quot;, &amp;quot;Wisconsin&amp;quot;}! That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
:[Both people are trudging through a massive blizzard.]&lt;br /&gt;
:Danish: In pictures, snow always looked so nice and sof - ''AAAA! MY NECK! How do people live here?!''&lt;br /&gt;
:Cueball: Come on - it's only three more miles.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Tornado'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;Alabama&amp;quot;, &amp;quot;Dallas&amp;quot;, &amp;quot;Illinois&amp;quot;, &amp;quot;The Midwest&amp;quot;, &amp;quot;Missouri&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oklahoma&amp;quot;, &amp;quot;Ottawa&amp;quot;, &amp;quot;Tennessee&amp;quot;, &amp;quot;Texas&amp;quot;}!&lt;br /&gt;
:Cueball: That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
:[Both people are in a shelter in a prairie with a rapidly-approaching tornado.]&lt;br /&gt;
:Danish: AAAA CLOSE THE SHELTER DOOR!&lt;br /&gt;
:Cueball: Say the magic words...&lt;br /&gt;
:Danish: THIS PLACE IS THE WORST!&lt;br /&gt;
:Cueball: Thank you.&lt;br /&gt;
&lt;br /&gt;
:'''Earthquake-Hurricane'''&lt;br /&gt;
:[Two people sitting at a desk, facing each other. The desk rattles.]&lt;br /&gt;
:Cueball: Stop jiggling your leg.&lt;br /&gt;
:Danish: I'm not ji-.. oh!&lt;br /&gt;
:Cueball: What!&lt;br /&gt;
:Danish: You'll get it..&lt;br /&gt;
&lt;br /&gt;
:[EVERYTHING RUMBLES.]&lt;br /&gt;
:Cueball: ..HOLY CRAP IT'S AN EARTHQUAKE!&lt;br /&gt;
:Danish: Just a little one. Happens all the time back in San Francisco.&lt;br /&gt;
&lt;br /&gt;
:Cueball: But this is {Options: &amp;quot;D.C&amp;quot;, &amp;quot;Florida&amp;quot;, &amp;quot;Houston&amp;quot;, &amp;quot;Miami&amp;quot;, &amp;quot;New Jersey&amp;quot;, &amp;quot;North Carolina&amp;quot;, &amp;quot;South Carolina&amp;quot;, &amp;quot;Virgina&amp;quot;}! That was huge!&lt;br /&gt;
:Cueball: That was huge!&lt;br /&gt;
:Danish: Seriously? That's the worst this place can do? Wow. I guess we grow up tougher in California.&lt;br /&gt;
:Cueball: Oh ''really''...&lt;br /&gt;
&lt;br /&gt;
:Six Months Later..&lt;br /&gt;
&lt;br /&gt;
:[Both are in the middle of a hurricane. Danish is grabbing onto a signpost to avoid being swept away.]&lt;br /&gt;
:Danish: AAAAA WHAT THE SHIIIIT!&lt;br /&gt;
:Cueball: Calm down - this is barely a category 2.&lt;br /&gt;
&lt;br /&gt;
:'''Lake Diver Killer'''&lt;br /&gt;
:[TV Field Reporter in front of a cordoned-off lake.]&lt;br /&gt;
:Reporter: Police divers searching the bay say they have recovered the body of another victim of the &amp;quot;Lake Diver Killer.&amp;quot;&lt;br /&gt;
:Reporter: During the search, three more divers were reported missing.&lt;br /&gt;
&lt;br /&gt;
:'''Washington'''&lt;br /&gt;
:[The statue of Abraham Lincoln in the Lincoln Memorial.]&lt;br /&gt;
:In this Marble Prison As in the nightmares of the nation they tried to devour&lt;br /&gt;
:The nanobots that constituted Abraham Lincoln&lt;br /&gt;
:Are entombed forever.&lt;br /&gt;
&lt;br /&gt;
:'''Alaska'''&lt;br /&gt;
:[A person with a gun chasing a helicopter on the back of a wolf in a snowy Alaskan field.]&lt;br /&gt;
:Some people hunt wolves from helicopters. I hunt helicopters from a wolf.&lt;br /&gt;
&lt;br /&gt;
:'''Life in lab'''&lt;br /&gt;
:[Newspaper headline.]&lt;br /&gt;
:Scientists/UMass Amherst students/RIT students create life in lab&lt;br /&gt;
:[Caption under picture of scientists.]&lt;br /&gt;
:&amp;quot;The trick was fuckin'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:'''American Revolution'''&lt;br /&gt;
:Robot Paul Revere: Remember: Zero if by land, One if by sea.&lt;br /&gt;
&lt;br /&gt;
:'''MIT'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of MIT students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: I see their admission standards have been slipping.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''MIT Course 15c'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of MIT students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: I *knew* we shouldn't have picked course 15s.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''Smith/Wellesley'''&lt;br /&gt;
:[Two people in front of a group of students.]&lt;br /&gt;
:Cueball: I've hired a team of Smith/Wellesley students to count cards for us.&lt;br /&gt;
:Hairy: We'll be rich!&lt;br /&gt;
&lt;br /&gt;
:[Hairy deals some cards while the students watch.]&lt;br /&gt;
&lt;br /&gt;
:[The gears turn..]&lt;br /&gt;
&lt;br /&gt;
:Student: Five. There are five cards.&lt;br /&gt;
:Cueball: We should've gone with Wellesley/Smith.&lt;br /&gt;
:Hairy: Yeah - there are actually four.&lt;br /&gt;
&lt;br /&gt;
:'''CNU'''&lt;br /&gt;
:[Person unsuspectingly strolls under a giant box trap controlled by a Trible.]&lt;br /&gt;
:I worry that CNU only invited me back as a ruse because they realized I never turned in my final paper and want my diploma back. But if it turns out it's for real, I'll see you Wednesday at the Ferguson!&lt;br /&gt;
&lt;br /&gt;
:'''Dana Farber'''&lt;br /&gt;
:[Cueball, pointing towards head.]&lt;br /&gt;
:Cueball: Check it out - In support of people going through chemo, I shaved my head.&lt;br /&gt;
:Lots of love to everyone reading this at Dana Farber. Cancer sucks. If you are new to DCFI, there's a great little garden on the third floor of the yawkey if you need somewhere quiet to just sit for a little bit and breathe.&lt;br /&gt;
&lt;br /&gt;
:'''Reviews'''&lt;br /&gt;
:Shopping before online reviews:&lt;br /&gt;
:[Cueball and Megan stand in a store. Cueball points at a lamp on the table in front of him. There is another lamp on the table behind them.]&lt;br /&gt;
:Cueball: This lamp is pretty.&lt;br /&gt;
:Megan: And affordable.&lt;br /&gt;
:Cueball: Let's get it.&lt;br /&gt;
:Megan Ok! &lt;br /&gt;
&lt;br /&gt;
:Shopping now:&lt;br /&gt;
:[Cueball points at a lamp on the table in front of him. Megan looks at her phone.]&lt;br /&gt;
:Cueball: This lamp is pretty.&lt;br /&gt;
:Megan: It's got 1 1/2 stars on Amazon. Reviews all say to avoid that brand.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan are now both looking at their phones.]&lt;br /&gt;
:Cueball: This one has good reviews.&lt;br /&gt;
:Megan: Wait, one guy says when he plugged it in, he got a metallic taste in his mouth and his cats went deaf.&lt;br /&gt;
:Cueball: Eek. What about- ...no, review points out it resembles a uterus.&lt;br /&gt;
&lt;br /&gt;
:[Cueball is still looking at his phone, Megan has hers at her side.]&lt;br /&gt;
:Cueball: Ok, I found a Swiss lampmaker with perfect reviews. Her lamps start at 1,300 Francs and she's only reachable by ski lift.&lt;br /&gt;
:Megan: You know, our room looks fine in the dark.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Reddit user [http://www.reddit.com/user/SomePostMan SomePostMan] created a [http://www.reddit.com/r/xkcd/comments/t6wmh/all_umwelt_1037_comics_in_two_imgur_albums/ post] that collected all of the Umwelt comics and added explanations. Much of his information is now included in this wiki.&lt;br /&gt;
&lt;br /&gt;
*The transcript section for this comic also included a note alluding to its extreme length:&lt;br /&gt;
: [ [Two people...] ]  ((..wait.. &amp;lt;scrolls through a listing of everything&amp;gt; oh goddammit Randall. Thanks a bunch, dude. I better get a raise for typing out all this))  &lt;br /&gt;
: [Two people standing next to each other.  One is holding the head end of a snake...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Penis]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Velociraptors]]&lt;br /&gt;
[[Category:April fools' comics]]&lt;br /&gt;
[[Category:Your Mom]]&lt;br /&gt;
[[Category:Puns]]&lt;/div&gt;</summary>
		<author><name>108.162.245.167</name></author>	</entry>

	</feed>