Exemplo n.º 1
0
bool test_get_smallest_prime_divisor(Primes pr, llint input, llint soln) {
	return pr.get_smallest_prime_divisor(input) == soln;
}