• + 2 comments

    I wrote a quick hill-climber and can get solutions for any size relatively quickly. However, I seem to missing something very very simple. I'm messing up on how to submit these.

    I even tried submitting the example solution and it is judged incorrect. In other words, this doesn't work.

    print "13"
    print "1 3 12 10 7 2 11 5 8 13 9 4 6"

    What am I missing?