Skip to content

Commit

Permalink
修锅
Browse files Browse the repository at this point in the history
  • Loading branch information
iotang committed Mar 28, 2020
1 parent 06034f8 commit c7c82d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statisticsbrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int StatisticsBrowser::checkValid(QList<Task *> taskList, QList<Contestant *> co

for (int k = 0; k < testCaseList.length(); k++)
{
if (scoreList[k].length() != testCaseList[k]->getInputFiles().length())return 0;
if (scoreList[k].length() - (!testCaseList[k]->getDependenceSubtask().empty()) != testCaseList[k]->getInputFiles().length())return 0;

if (resultList[k].length() != testCaseList[k]->getInputFiles().length())return 0;
}
Expand Down

0 comments on commit c7c82d0

Please sign in to comment.