stanleydasilv...@gmail.com wrote:
I am trying to solve the following problem. Two numbers appear on a website.
The user has to enter the gcd (greatest common divisor) and hit the submit
button. The catch is that the time limit is far too slow for any human
processes -- it must be fully automate
On Thu, Nov 17, 2016 at 10:55 python-ideas
PM, wrote:
> I am trying to solve the following problem. Two numbers appear on a website.
> The user has to enter the gcd (greatest common divisor) and hit the
> submit button. The catch is that the time limit is far too slow for
> any human processes