Skip to content
代码片段 群组 项目

Feat submission history

已合并 刘 玉河请求将feat_submission_status合并到main
比较 显示最新版本
1 文件
+ 3
0
偏好设置
文件浏览
比较变更
+ 3
0
@@ -136,6 +136,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: