diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-17 21:21:23 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-17 21:21:23 +0100 |
commit | 9a74572be82cadabd7c09ce16d966db0d36dc9c9 (patch) | |
tree | 18071b5c70564167dec61a950be92c7a8d72c60e /AoC2022/15/input | |
parent | 9b40049d0841b9caa5712d54e6c71c6c9fbf67ab (diff) | |
download | scratch-9a74572be82cadabd7c09ce16d966db0d36dc9c9.tar.gz scratch-9a74572be82cadabd7c09ce16d966db0d36dc9c9.tar.bz2 scratch-9a74572be82cadabd7c09ce16d966db0d36dc9c9.zip |
[AoC2022] Common LISP day 15 fast enough solution
Diffstat (limited to 'AoC2022/15/input')
-rw-r--r-- | AoC2022/15/input | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/AoC2022/15/input b/AoC2022/15/input new file mode 100644 index 0000000..dff1409 --- /dev/null +++ b/AoC2022/15/input @@ -0,0 +1,24 @@ +Sensor at x=2924811, y=3544081: closest beacon is at x=3281893, y=3687621 +Sensor at x=2719183, y=2520103: closest beacon is at x=2872326, y=2415450 +Sensor at x=3754787, y=3322726: closest beacon is at x=3281893, y=3687621 +Sensor at x=1727202, y=1485124: closest beacon is at x=1329230, y=1133797 +Sensor at x=2517008, y=2991710: closest beacon is at x=2454257, y=2594911 +Sensor at x=1472321, y=3123671: closest beacon is at x=2216279, y=3414523 +Sensor at x=3456453, y=3959037: closest beacon is at x=3281893, y=3687621 +Sensor at x=3997648, y=2624215: closest beacon is at x=4401794, y=2000000 +Sensor at x=463281, y=967584: closest beacon is at x=1329230, y=1133797 +Sensor at x=2395529, y=1897869: closest beacon is at x=2454257, y=2594911 +Sensor at x=3094466, y=3888307: closest beacon is at x=3281893, y=3687621 +Sensor at x=2737812, y=3928154: closest beacon is at x=2744537, y=4159197 +Sensor at x=813538, y=3874308: closest beacon is at x=2216279, y=3414523 +Sensor at x=822358, y=1997263: closest beacon is at x=1329230, y=1133797 +Sensor at x=3993754, y=3951321: closest beacon is at x=3281893, y=3687621 +Sensor at x=2585409, y=3541887: closest beacon is at x=2216279, y=3414523 +Sensor at x=3269796, y=3730504: closest beacon is at x=3281893, y=3687621 +Sensor at x=3075750, y=2873879: closest beacon is at x=2872326, y=2415450 +Sensor at x=1357, y=2747918: closest beacon is at x=-1077481, y=3057204 +Sensor at x=2256257, y=344800: closest beacon is at x=1854450, y=-900998 +Sensor at x=2779742, y=2308087: closest beacon is at x=2872326, y=2415450 +Sensor at x=867692, y=64146: closest beacon is at x=1329230, y=1133797 +Sensor at x=3454465, y=966419: closest beacon is at x=4401794, y=2000000 +Sensor at x=1902550, y=2398376: closest beacon is at x=2454257, y=2594911 |