Jump to content

Pairs with common factors: Difference between revisions

m
Minor formatting of text.
(New post.)
m (Minor formatting of text.)
Line 354:
uint32_t term = 1;
while ( term <= maximum ) {
std::cout << std::left << std::setw(14) << "Term " + std::to_string(term) + ": "
<< "Term " + std::to_string(term) + ": " << pairsCount[term] << std::endl;
term *= 10;
}
908

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.