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