题目描述 Ignatius is building an Online Judge, now he has worked out all the problems except the Judge System. The system has to read data from correct output file and user's result file, then the system compare the two files. If the two files are absolu…
摘要:ACM/ICPC程序设计竞赛,越来越受到各个高校的重视,是程序设计竞赛中的奥林匹克.Hustoj是搭建在linux系统上的判题系统.能够判断代码的正确性.会及时返回通过或者不通过,如果不通过会返回具体原因.所以这个系统很适合ACM队员在上面做一些练习.每个学校有必要有自己的OJ,hustoj虽说是开源,有搭建教程.但是在搭建过程中还是会有一些问题.所以针对这些问题,给出了我的解决办法. ACM/ ICPC programming competition, more and more att…