Description: This is a simple console application to judge a source code of a particular programming problem weather the solution of the problem is right or wrong.
How it works: You need to give some input test case for a particular problem, a correct source code and a testing source code (must be written in C++ language) of that particular programming problem to the LJudge. Now, LJudge will generate some output for each of the input test case, once for the correct source code and once for the testing source code. Then, It will try to compare the two output files. If they match perfectly (character by charecter) then it will show you "Verdict: Accepted" or else "Verdict: Wrong Answer".
Note:
*It only supports C++ language.
*Supports on Windows operating system only.
Required:
*TDM-GCC compiler installed.
Downloads:
0 This Week