petert@dcn.nord.nw.ru:Should we also print the result in exactly the same way as in the reference implementation?
It seems to me that there is a lot of formatting symbols and information messages being printed.
It appeared that there was a bug in how the title was centered for printout. Instead of using the width of the area that was to be printed, it used the 5000 const value. I changed that, but now thinking about it, it may throw off any automated testing the judges are doing. Should we fix things like that or make sure the output doesn't change from the reference implementation?