You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2016/10/README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Answers
2
2
3
-
|Part 1 | Part 2|
4
-
|----------|----------|
5
-
|``|``|
3
+
| Part 1 | Part 2 |
4
+
|--------|---------|
5
+
|`113`|`12803`|
6
6
7
7
## --- Day 10: Balance Bots ---
8
8
@@ -32,3 +32,7 @@ For example, consider the following instructions:
32
32
In the end, output bin `0` contains a value-`5` microchip, output bin `1` contains a value-`2` microchip, and output bin `2` contains a value-`3` microchip. In this configuration, bot number _`2`_ is responsible for comparing value-`5` microchips with value-`2` microchips.
33
33
34
34
Based on your instructions, _what is the number of the bot_ that is responsible for comparing value-`61` microchips with value-`17` microchips?
35
+
36
+
## --- Part Two ---
37
+
38
+
What do you get if you _multiply together the values_ of one chip in each of outputs `0`, `1`, and `2`?
0 commit comments