Reflowed problems and added solutions
This commit is contained in:
@@ -1,39 +1,42 @@
|
||||
Advent of Code
|
||||
|
||||
br0xen 40*
|
||||
|
||||
• [About]
|
||||
• [Stats]
|
||||
• [Leaderboard]
|
||||
• [Settings]
|
||||
• [Log out]
|
||||
Advent of Code
|
||||
|
||||
--- Day 16: Aunt Sue ---
|
||||
|
||||
Your Aunt Sue has given you a wonderful gift, and you'd like to send her a thank you card.
|
||||
However, there's a small problem: she signed it "From, Aunt Sue".
|
||||
Your Aunt Sue has given you a wonderful gift, and you'd like to send her a
|
||||
thank you card. However, there's a small problem: she signed it "From, Aunt
|
||||
Sue".
|
||||
|
||||
You have 500 Aunts named "Sue".
|
||||
|
||||
So, to avoid sending the card to the wrong person, you need to figure out which Aunt Sue (which
|
||||
you conveniently number 1 to 500, for sanity) gave you the gift. You open the present and, as
|
||||
luck would have it, good ol' Aunt Sue got you a My First Crime Scene Analysis Machine! Just
|
||||
what you wanted. Or needed, as the case may be.
|
||||
So, to avoid sending the card to the wrong person, you need to figure out
|
||||
which Aunt Sue (which you conveniently number 1 to 500, for sanity) gave you
|
||||
the gift. You open the present and, as luck would have it, good ol' Aunt Sue
|
||||
got you a My First Crime Scene Analysis Machine! Just what you wanted. Or
|
||||
needed, as the case may be.
|
||||
|
||||
The My First Crime Scene Analysis Machine (MFCSAM for short) can detect a few specific
|
||||
compounds in a given sample, as well as how many distinct kinds of those compounds there are.
|
||||
According to the instructions, these are what the MFCSAM can detect:
|
||||
The My First Crime Scene Analysis Machine (MFCSAM for short) can detect a
|
||||
few specific compounds in a given sample, as well as how many distinct kinds
|
||||
of those compounds there are. According to the instructions, these are what
|
||||
the MFCSAM can detect:
|
||||
|
||||
• children, by human DNA age analysis.
|
||||
|
||||
• cats. It doesn't differentiate individual breeds.
|
||||
• Several seemingly random breeds of dog: samoyeds, pomeranians, akitas, and vizslas.
|
||||
|
||||
• Several seemingly random breeds of dog: samoyeds, pomeranians, akitas,
|
||||
and vizslas.
|
||||
|
||||
• goldfish. No other kinds of fish.
|
||||
|
||||
• trees, all in one group.
|
||||
|
||||
• cars, presumably by exhaust or gasoline or something.
|
||||
|
||||
• perfumes, which is handy, since many of your Aunts Sue wear a few kinds.
|
||||
|
||||
In fact, many of your Aunts Sue have many of these. You put the wrapping from the gift into the
|
||||
MFCSAM. It beeps inquisitively at you a few times and then prints out a message on ticker tape:
|
||||
In fact, many of your Aunts Sue have many of these. You put the wrapping
|
||||
from the gift into the MFCSAM. It beeps inquisitively at you a few times and
|
||||
then prints out a message on ticker tape:
|
||||
|
||||
children: 3
|
||||
cats: 7
|
||||
@@ -46,8 +49,8 @@
|
||||
cars: 2
|
||||
perfumes: 1
|
||||
|
||||
You make a list of the things you can remember about each Aunt Sue. Things missing from your
|
||||
list aren't zero - you simply don't remember the value.
|
||||
You make a list of the things you can remember about each Aunt Sue. Things
|
||||
missing from your list aren't zero - you simply don't remember the value.
|
||||
|
||||
What is the number of the Sue that got you the gift?
|
||||
|
||||
@@ -55,14 +58,16 @@
|
||||
|
||||
--- Part Two ---
|
||||
|
||||
As you're about to send the thank you note, something in the MFCSAM's instructions catches your
|
||||
eye. Apparently, it has an outdated retroencabulator, and so the output from the machine isn't
|
||||
exact values - some of them indicate ranges.
|
||||
As you're about to send the thank you note, something in the MFCSAM's
|
||||
instructions catches your eye. Apparently, it has an outdated
|
||||
retroencabulator, and so the output from the machine isn't exact values -
|
||||
some of them indicate ranges.
|
||||
|
||||
In particular, the cats and trees readings indicates that there are greater than that many (due
|
||||
to the unpredictable nuclear decay of cat dander and tree pollen), while the pomeranians and
|
||||
goldfish readings indicate that there are fewer than that many (due to the modial interaction
|
||||
of magnetoreluctance).
|
||||
In particular, the cats and trees readings indicates that there are greater
|
||||
than that many (due to the unpredictable nuclear decay of cat dander and
|
||||
tree pollen), while the pomeranians and goldfish readings indicate that
|
||||
there are fewer than that many (due to the modial interaction of
|
||||
magnetoreluctance).
|
||||
|
||||
What is the number of the real Aunt Sue?
|
||||
|
||||
@@ -70,12 +75,11 @@
|
||||
|
||||
Both parts of this puzzle are complete! They provide two gold stars: **
|
||||
|
||||
At this point, you should return to your advent calendar and try another puzzle.
|
||||
At this point, you should return to your advent calendar and try another
|
||||
puzzle.
|
||||
|
||||
If you still want to see it, you can get your puzzle input.
|
||||
|
||||
You can also [Shareon Twitter Google+ Reddit] this puzzle.
|
||||
|
||||
References
|
||||
|
||||
Visible links
|
||||
@@ -93,6 +97,3 @@ References
|
||||
. https://www.youtube.com/watch?v=RXJKdh1KZ0w
|
||||
. http://adventofcode.com/
|
||||
. http://adventofcode.com/day/16/input
|
||||
. https://twitter.com/intent/tweet?text=I%27ve+completed+%22Aunt+Sue%22+%2D+Day+16+%2D+Advent+of+Code&url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F16&related=ericwastl&hashtags=AdventOfCode
|
||||
. https://plus.google.com/share?url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F16
|
||||
. http://www.reddit.com/submit?url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F16&title=I%27ve+completed+%22Aunt+Sue%22+%2D+Day+16+%2D+Advent+of+Code
|
||||
|
Reference in New Issue
Block a user