|
|
I've just compiled version of TZTester that seems to be working with new API. I deleted two deprecated functions, one that was recently deleted and second which can share the same state soon - this implied removing of $PROBLEM$ tag. Also, I added an if to get rid of awful errors in VC++ when handling with empty arrays, you can use it on VC++ with no problems now.
It can be found here: http://tc.bzium.org/TopCoder/TZTester.jar
Changelog is short, it is: - deleted parts of code that was using deprecated and deleted functions from TC Arena API - added recognision for empty arrays, which helps to compile code in MS VC++ also. |