/** * @file judger.cpp * * @brief this is the judger of ICPC-Management-System to test the code. */ int main(int argc,char* argv[]){ return 0; }