#include #include #include #include #define CharMax 100 int LeastDivisorB(int n, int * Primes); int NextPrimeB(int p, int * Primes);