diff options
Diffstat (limited to '2023/10')
| -rw-r--r-- | 2023/10/10a.c | 3 | ||||
| -rw-r--r-- | 2023/10/10b.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/2023/10/10a.c b/2023/10/10a.c index d25b0c8..884a8b0 100644 --- a/2023/10/10a.c +++ b/2023/10/10a.c | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | #include <stdbool.h> | ||
| 2 | #include <stdio.h> | 1 | #include <stdio.h> |
| 3 | #include <stdlib.h> | ||
| 4 | #include <string.h> | ||
| 5 | 2 | ||
| 6 | #define N 1000 | 3 | #define N 1000 |
| 7 | 4 | ||
diff --git a/2023/10/10b.c b/2023/10/10b.c index 0b298dc..d63a4b0 100644 --- a/2023/10/10b.c +++ b/2023/10/10b.c | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | #include <stdbool.h> | ||
| 2 | #include <stdio.h> | 1 | #include <stdio.h> |
| 3 | #include <stdlib.h> | ||
| 4 | #include <string.h> | ||
| 5 | 2 | ||
| 6 | #define N 1000 | 3 | #define N 1000 |
| 7 | #define set(i, j, c) if (newmap[i][j] == '.') newmap[i][j] = c; | 4 | #define set(i, j, c) if (newmap[i][j] == '.') newmap[i][j] = c; |
