This commit is contained in:
chhylp123
2022-04-13 16:15:03 -04:00
parent 75f8048b18
commit 9c79bdfe7f
10 changed files with 1860 additions and 267 deletions

2
htab.h
View File

@@ -6,7 +6,7 @@
#include "CommandLines.h"
typedef struct {
int n, m;
size_t n, m;
uint64_t *a;
} st_mt_t;