why I am getting only 71% marks for that solution tell me the
error in my code only please
Boston Numbers problem
since the test case are large u cannot use the prime sieve here
simply iterate over the 2 to sqrt( number)
calculate the sum of the primes factor
and check if the numbers sum_digit == sum_prime_factors