Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>> "a robotic voice told them to find the prime numbers in the original image. By multiplying them together, the solvers found a new prime"

   #include <stdio.h>
   int main() {
       printf("%d\n",2147483629*2147483647);
   }
   $ gcc test.c -o test 2> /dev/null
   $ ./test
   19


    $ python -c "print '0x%x' % (2147483629*2147483647)"
    0x3ffffff600000013


R terminal:

> 2147483629*2147483647

[1] 4.611686e+18


Please. The only proper answer is to gather as many friends as you can and all implement the peasant's algorithm together.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: