Some final testing and analysis of the entries for Problem 2, Consecutive Primes, is being completed by the judges. We will be announcing the winners by the end of this week. Thanks for your patience.
Quoting kolkirIs there any way to look at the correct results for this problem? I want to investigate why my application missed some combinations.
Sure. Here is reference output. You missed just a few lines, that's not a big problem.Interestingly enough, in your case the powers bigger than '2' were not quite correct.
Have a look in your output file (the first input data set):
sum(179:86257) = 342102026 = 136**4
but... 136**4 =342102016.
Unfortunately, there were other participants whocalculated the primescorrectlybut had some problems with powers (.
The Winners for Apprentice Problem 2, Consecutive Primes, will be announced later this week
Some final testing and analysis of the entries for Problem 2, Consecutive Primes, is being completed by the judges. We will be announcing the winners by the end of this week. Thanks for your patience.