diophantine equation
Posted
by krishna chaitanya
on Stack Overflow
See other posts from Stack Overflow
or by krishna chaitanya
Published on 2010-06-17T09:30:29Z
Indexed on
2010/06/17
9:33 UTC
Read the original article
Hit count: 525
python
Write an iterative program that finds the largest number of McNuggets that cannot be bought in exact quantity. Your program should print the answer in the following format (where the correct number is provided in place of n):
"Largest number of McNuggets that cannot be bought in exact quantity: n"
in python
© Stack Overflow or respective owner