Online Judge System for Shijiazhuang No.2 Middle School, based on Universal Online Judge. https://sjzezoj.com
Go to file
Masco Skray 58e70164ba fix(uoj/1/app/controllers): fix Judgement Failed submissions table not shown for superuser
When printing the table of Judgement Failed items at super-manage, there is nothing shown.
It caused by using echoSubmissionsList(), arguments that 3 passed but exactly 4 expected.
So add the missing argument, and let the result hidden because we select an exact result.
Also, because of the typo of "Judgement", there will be nothing shown if
only fixed too few arguments. This commit changes it too.
2018-10-11 23:35:32 +08:00
install fix(install/bundle): mysqld cannot start due to overlayfs of docker 2018-10-10 23:50:50 +08:00
judge_client/1 feat(judge_client/1/uoj_judger): support new version of compilers in Ubuntu 18.04 2018-09-22 07:55:06 +08:00
uoj/1 fix(uoj/1/app/controllers): fix Judgement Failed submissions table not shown for superuser 2018-10-11 23:35:32 +08:00
.editorconfig Initial commit 2018-09-20 17:21:40 +08:00
LICENSE Initial commit 2018-09-20 17:21:40 +08:00
README.md Initial commit for PHP7 2018-09-20 17:38:09 +08:00

Universal OJ

这是一份民间的UOJ版本我们希望它比官方版本更易用。

部署文档在universaloj.github.io

目前已经支持的特性:

  • 子目录博客(感谢roastduck的贡献)
  • zip传题 (感谢AD1024的贡献)

希望对您有帮助。