Page 1 of 1
I Will Be Execute
Posted: Sun Sep 05, 2010 6:46 pm
by HugStuart
Hi there,
I just solved this challenge with help of the HVM-IDE. I just wonder why it worked there and not with the online HVM. Any ideas? Thanks!
Posted: Sun Sep 05, 2010 8:07 pm
by megabreit
As far I remember, the problem was the maximum cycle limit. It's to low in the online (and Python) implementation, but higher by default in the HVM-IDE.
Posted: Mon Sep 06, 2010 7:09 am
by HugStuart
Makes sense, thank you!
Posted: Sat Oct 16, 2010 10:22 pm
by skooli
I simply adjusted the max-cycle limit var in the python implementation, worked beautfully
Posted: Mon Feb 21, 2011 4:46 am
by whattheh@ck
I made it work in web page format with...
Code: Select all
javascript:alert(MAX_CYCLES = 1000000);
got the answer pretty quickly. You could also just look at the pattern and get it with (9**4+16)