Advent of Code
2024
solutions by
@mxdvl
Days:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Get Day 13
problem ↗
&
input ↗
See the
source code for this page
.
Button A: X+94, Y+34 Button B: X+22, Y+67 Prize: X=8400, Y=5400 Button A: X+26, Y+66 Button B: X+67, Y+21 Prize: X=12748, Y=12176 Button A: X+17, Y+86 Button B: X+84, Y+37 Prize: X=7870, Y=6450 Button A: X+69, Y+23 Button B: X+27, Y+71 Prize: X=18641, Y=10279
Part 1 – 480
A(94,34) – B(22,67) – P(8400,5400)
A(26,66) – B(67,21) – P(12748,12176)
A(17,86) – B(84,37) – P(7870,6450)
A(69,23) – B(27,71) – P(18641,10279)
Part 2 – ???