INSTRUCTIONS
------------

This archive contains all input and output files for the 2nd Day
of Winter Camp 2008.

Here is the instruction on how to validate the solutions for each
problem:


* Problem A
* Problem I

The problems listed above have the problem-specific validation programs
named <basename>_ov.jar (e.g. defend_ov.jar).  They can be invoked like
the following:

> java -jar foo_ov.jar -f foo.in foo.yours foo.out

If you want to see why your output is rejected, run with the `-c' option:

> java -jar foo_ov.jar -c -f foo.in foo.yours foo.out


* Problem B
* Problem F

Please use zzgeneric_ov.jar with the following arguments (you can add
the `-c' option as well):

> java -jar zzgeneric_ov.jar -f -a -e 1e-5 -n 5 foo.in foo.yours foo.out


* Other Problems

Please use a file comparison utility such as `diff' or `fc'.



STATUS OF FILES
---------------

All files included in this archive were created by the members of
Japanese Alumni Group.



TERMS OF USE
------------

You may use all files in this archive, in any form, entirely or in
part, with or without modification, for any purposes, without prior
or posterior consent to Japanese Alumni Group, provided that your
use is made solely at your own risk.

THIS ARCHIVE IS PROVIDED "AS-IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN NO EVENT SHALL JAPANESE ALUMNI GROUP, THE MEMBERS
OF THE GROUP, OR THE CONTRIBUTORS TO THE GROUP BE LIABLE FOR ANY
DAMAGE ARISING IN ANY WAY OUT OF THE USE OF THE PROBLEM SET, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
