hellenico


How we produce testcase filenames for Hellenico.gr problems

g++ -O3 -Wall skala.cpp; time ./a.out; i=$(($i+1)); cp cy2012b1.in cy2012b1.in.$i; cp cy2012b1.out cy2012b1.out.$i

a.out reads from the input file and produces the expected result in the output file.