Closed ngsankha closed 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.
eval.php
\n
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.