Closed nonhermitian closed 1 month ago
The type was cast to long long but since we can cap the calculation at the total number of bitstrings we can just use an unsigned int.
long long
unsigned int
The type was cast to
long long
but since we can cap the calculation at the total number of bitstrings we can just use anunsigned int
.