Hello, i've made 2 submissions to the problem spoj.com/problems/SOLDIERS/ in python.
The first one [6337958] got AC, it was from 2012-01-11 , however i recently resubmitted my solution [8993907] 2013-03-29 with the same compiler and now it gets NZEC, which is (i guess) because psyco is now disabled. Is there any workaround? psyco was really useful to handle large IO.