From 94d0033ed89bb5bfb6500051296892fb7cea6c29 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 25 Dec 2023 17:56:34 +0100 Subject: Small cleanup --- 2023/21/21a.c | 1 - 2023/21/21b.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to '2023/21') diff --git a/2023/21/21a.c b/2023/21/21a.c index a4009d9..c7b4e52 100644 --- a/2023/21/21a.c +++ b/2023/21/21a.c @@ -1,6 +1,5 @@ #include #include -#include #include #define N 200 diff --git a/2023/21/21b.c b/2023/21/21b.c index 1748185..8799b93 100644 --- a/2023/21/21b.c +++ b/2023/21/21b.c @@ -14,11 +14,10 @@ and fuckyou2.png. #include #include #include -#include #include #define N 200 -#define S 202300L /* My input was 202300*131+65 */ +#define S 202300L char map[N][N]; int64_t n; -- cgit v1.3