diff options
Diffstat (limited to '2023/21/21b.c')
| -rw-r--r-- | 2023/21/21b.c | 3 |
1 files changed, 1 insertions, 2 deletions
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. | |||
| 14 | #include <inttypes.h> | 14 | #include <inttypes.h> |
| 15 | #include <stdbool.h> | 15 | #include <stdbool.h> |
| 16 | #include <stdio.h> | 16 | #include <stdio.h> |
| 17 | #include <stdlib.h> | ||
| 18 | #include <string.h> | 17 | #include <string.h> |
| 19 | 18 | ||
| 20 | #define N 200 | 19 | #define N 200 |
| 21 | #define S 202300L /* My input was 202300*131+65 */ | 20 | #define S 202300L |
| 22 | 21 | ||
| 23 | char map[N][N]; | 22 | char map[N][N]; |
| 24 | int64_t n; | 23 | int64_t n; |
