资 源 简 介
A Judger Kernel for Local contest or Online contest. This version only support judging for custom problems and special judge for custom problems. It needs a compare-dll to compare if the answer is correct to the problem for all problems.the compare-dll must export a function named "compared" the define of "compared" is
extern "C" declspec(dllexport) int compared(HANDLE std,HANDLE out,HANDLE msg);
the HANDLE std is the standard output for the test and the HANDLE out is the output you need to judge. the HANDLE msg is the msg you want to give to others.
this judge receive messages from a socket for more information please contact me via Gtalk variantf@gmail.com / QQ:506938499