Skip to content
代码片段 群组 项目
提交 455bb850 编辑于 作者: 刘 玉河's avatar 刘 玉河
浏览文件

feat: add comment on evaluation failure

上级 cc4463e2
分支
1 合并请求!2feat: add comment on evaluation failure
......@@ -109,6 +109,9 @@ if __name__ == "__main__":
if not judge_time:
print("Submission %s is still in queue." % submission_id)
else:
if score < 0:
print("Submission %s for evaluation has failed. We are currently experiencing issues with the evaluation system. Please check official updates and try again later. This submission will not be counted into your quota." % submission_id)
exit(0)
print("Submission %s score: %s" % (submission_id, score))
exit(0)
else:
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册