diff options
author | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-10-27 16:58:06 +0000 |
---|---|---|
committer | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-10-27 16:58:06 +0000 |
commit | 5bbc36ca551dfb1167469e9e24a000e53f7bc4d9 (patch) | |
tree | bcc4179f15320d146c05868df77c5e6c5bdb2c1f /kpov_judge/tasks/mock_entrance_exam | |
parent | a30cb3c64da93b8667ad55213d850eadcbad7844 (diff) |
fixed order of result, hints in web service
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@346 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/mock_entrance_exam')
-rw-r--r-- | kpov_judge/tasks/mock_entrance_exam/task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpov_judge/tasks/mock_entrance_exam/task.py b/kpov_judge/tasks/mock_entrance_exam/task.py index 493366b..8a0f80f 100644 --- a/kpov_judge/tasks/mock_entrance_exam/task.py +++ b/kpov_judge/tasks/mock_entrance_exam/task.py @@ -226,7 +226,7 @@ def task_check(results, params): hints += ['C executable not found'] else: score += 1 - return hints, score + return score, hints def prepare_disks(templates, params): c_source = '''#include<stdio.h> |