diff options
Diffstat (limited to '2023/20/20a.c')
| -rw-r--r-- | 2023/20/20a.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/2023/20/20a.c b/2023/20/20a.c index 99b6874..1fda99e 100644 --- a/2023/20/20a.c +++ b/2023/20/20a.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #include <inttypes.h> | 1 | #include <inttypes.h> |
| 2 | #include <stdbool.h> | 2 | #include <stdbool.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | #include <stdlib.h> | ||
| 5 | #include <string.h> | 4 | #include <string.h> |
| 6 | 5 | ||
| 7 | #define N 100 | 6 | #define N 100 |
| @@ -95,7 +94,6 @@ int main() { | |||
| 95 | for (int i = 0; i < 1000; i++) | 94 | for (int i = 0; i < 1000; i++) |
| 96 | pushbutton(); | 95 | pushbutton(); |
| 97 | 96 | ||
| 98 | printf("%" PRId64 " (%" PRId64 " low, %" PRId64 " hi)\n", | 97 | printf("%" PRId64 "\n", hitot * lowtot); |
| 99 | hitot * lowtot, lowtot, hitot); | ||
| 100 | return 0; | 98 | return 0; |
| 101 | } | 99 | } |
