ngsankha / codejudge

host coding competitions anywhere, anytime
http://sankhs.com/codejudge
MIT License
90 stars 53 forks source link

Output is not matching in case of multi-line output #5

Closed ngsankha closed 12 years ago

ngsankha commented 12 years ago

The output of Codejudge never matches to the real output and hence marks a correct program wrong. This is because of eval.php in which between each line a \n is added. Hence the resultant output does not match.