资 源 简 介
Public tools for VK Cup 2012 Wild-card Round 2
The toolbox contains tools for the problem of the VK Cup 2012 Wild-card Round 2.
Generator
You can use file gen from directory bin (or compile it from the source) with a command line argument to generate tests for the problem. Generator randseed will be initialized with the hash code of the given command line argument.
Example: gen fb4d00e759c99f73 > input.txt
Checker
You can easily validate and calculate score points for your output. Just run file check from directory bin (or compile it from the source). It checks if your output satisfies the conditions from the problem statement and returns the points gained by your solution.
Example: check input.txt output.txt
Visualizator
Visualizator is designed to visualize your solution o