Doing some C learnin'.
Also, reformatted all the problems.
This commit is contained in:
@@ -25,14 +25,14 @@ Advent of Code
|
||||
|
||||
What is the largest value in any register after completing the instructions in your puzzle input?
|
||||
|
||||
Your puzzle answer was ____.
|
||||
Your puzzle answer was 4877.
|
||||
|
||||
--- Part Two ---
|
||||
|
||||
To be safe, the CPU also needs to know the highest value held in any register during this process so that it can decide how much memory to allocate to these operations. For example, in the above
|
||||
instructions, the highest value ever held was 10 (in register c after the third instruction was evaluated).
|
||||
|
||||
Your puzzle answer was ____.
|
||||
Your puzzle answer was 5471.
|
||||
|
||||
Both parts of this puzzle are complete! They provide two gold stars: **
|
||||
|
||||
|
Reference in New Issue
Block a user