Hacker News new | ask | show | jobs
by radq 5304 days ago
There's also this: http://i.imgur.com/vvKOR.png
2 comments

That one's really damning. It's implying that they're using some sort of syntactic equivalence to compare solutions, which is a big no-no. It's not that difficult to generate a bunch of tests and run both solutions through an interpreter, and in this case, it's not that hard to compare them both on every possible input by running them through an abstract interpreter.
Yeah I got that and

arr.push(x) marked wrong instead of their arr.add(x)