You are viewing a single comment's thread. Return to all comments →
for L,R in higher range i.e. 10^6 - 10^9 the final answer overflows long int range in cpp hence can only be represented as strings.
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #134: Prime pair connection
You are viewing a single comment's thread. Return to all comments →
for L,R in higher range i.e. 10^6 - 10^9 the final answer overflows long int range in cpp hence can only be represented as strings.