Re: Contest #2... Example Programs

new topic     » goto parent     » topic index » view thread      » older message » newer message
coconut said...

tried to run you game of life on my VM but it crash.

C:\euphoria-40\work\win32\temp>eui hc1 PeteE-life.hc 
-1 1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 1 -1 -1 -1 -1 -1 -1 -1 
1 1 1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 
 
c:\euphoria-40\work\win32\temp\hc1.ex:102 
subscript value 0 is out of bounds, reading from a sequence of length 1000 
 
--> See ex.err 

here the code of my vm

ED... SNIP... VM code removed as contest submissions shouldn't be submitted yet. ... BY JEREMY

I think the issue is that your RAM is not compliant with the spec.

RAM[0] = -1, RAM[1..999] = 0

If it's anything different, then it's not compliant and will (probably) fail the tests.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu