We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b4a50 commit 5cbda62Copy full SHA for 5cbda62
2 files changed
makespec/BUILDVERSION
@@ -1 +1 @@
1
-187
+188
src/core/taskjudger.cpp
@@ -361,7 +361,7 @@ int TaskJudger::judge() {
361
362
if (task->getTaskType() != Task::AnswersOnly)
363
if (! traditionalTaskPrepare())
364
- return 0;
+ return 1;
365
366
for (int i = 0; i < task->getTestCaseList().size(); i++) {
367
timeUsed.append(QList<int>());
0 commit comments