|
25 | 25 | +
|
26 | 26 | (re-seq mul-pattern text)))
|
27 | 27 |
|
28 |
| -(= 161 (parse-and-multiply "xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))")) |
| 28 | +(parse-and-multiply "xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))") |
29 | 29 |
|
30 |
| -^{:nextjournal.clerk/visibility {:result :hide}} |
31 |
| -(comment |
32 |
| - (= 173419328 (parse-and-multiply (slurp "input/2024/input3.txt")))) |
| 30 | +(parse-and-multiply (input/get-input 2024 3)) |
33 | 31 |
|
34 | 32 | ; ## Del 2
|
35 | 33 |
|
|
50 | 48 | [:cat [:capture "mul"] "(" [:capture [:+ :digit]] "," [:capture [:+ :digit]] ")"]]])
|
51 | 49 | text)))
|
52 | 50 |
|
53 |
| -(= 48 (parse-and-multiply-when "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))")) |
| 51 | +(parse-and-multiply-when "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))") |
54 | 52 |
|
55 |
| -^{:nextjournal.clerk/visibility {:result :hide}} |
56 |
| -(comment |
57 |
| - (= 98059175 (parse-and-multiply-when (slurp "input/2024/input3.txt")))) |
| 53 | +(parse-and-multiply-when (slurp "input/2024/input3.txt")) |
58 | 54 |
|
59 | 55 | ; Men reell input ble regnet feil!! Da får vi gå dumt til verks.
|
60 | 56 |
|
|
90 | 86 | sum)))
|
91 | 87 | sum)))
|
92 | 88 |
|
93 |
| -(= 48 (process-operations (get-operations "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))"))) |
| 89 | +(process-operations (get-operations "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))")) |
94 | 90 |
|
95 | 91 | ; Fortsatt riktig på testdata, og nå blir det også riktig på inputten:
|
96 | 92 |
|
97 |
| -(= 90669332 (process-operations (get-operations (input/get-input 2024 3)))) |
| 93 | +(process-operations (get-operations (input/get-input 2024 3))) |
98 | 94 |
|
99 | 95 | ; ## Del 2 igjen
|
100 | 96 |
|
|
123 | 119 |
|
124 | 120 | (prep-input "xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?don't()mul(8,5))")
|
125 | 121 |
|
126 |
| -(= 90669332 (parse-and-multiply (prep-input (input/get-input 2024 3)))) |
| 122 | +(parse-and-multiply (prep-input (input/get-input 2024 3))) |
0 commit comments