Has anyone else noticed that sometimes it will run arbitrary programs for the first few runs? Then, after a few tries it will run the actual program you want to. Seems to happen after modifying the code for the most part.
Yeah, but the thing is some times it will run one arbitrary program, then you run it again you get another arbitrary program, then after a few you finally get the right program to run. Other times though you will have like 20 of the correct programs run in a row.
To me it seems to happen most often when you're playing around with code that could crash when it's run or sometimes for undefined behavior. I don't think I've ever seen it happen for code that was well formed, then again you can hardly use it for anything significant so I guess that's not a real test.
@ LB: If you don't mind me asking, what error are you getting back? I only ask because errors often show more about how something works behind the scenes. I'm sure that you've already tried most of what I would suggest in order to fix it anyway, that's assuming you have any interest in doing so. I'm more curious to see what the site is willing to reveal about itself.