Commit Graph

11 Commits

Author SHA1 Message Date
722d8eb479
chore(judger): use stoi() to convert string to int 2022-11-07 07:49:40 +08:00
d41fd4d818
Revert "chore(judger): bump testlib to 6daa79fdc9c2b113be8d40f828e3dc81e67ce33d"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 34ce6fd556.
2022-10-11 14:12:03 +08:00
34ce6fd556
chore(judger): bump testlib to 6daa79fdc9c2b113be8d40f828e3dc81e67ce33d
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-10 14:43:01 +08:00
3ce886327f
fix(judger): python2 support 2022-10-04 21:31:17 +08:00
bcf5ce8b06
feat(judger): uoj_judger_v2
All checks were successful
continuous-integration/drone/push Build is passing
ref: https://github-redirect.dependabot.com/UniversalOJ/UOJ-System/pull/113

Co-authored-by: vfleaking <vfleaking@163.com>
Co-authored-by: Yefori-Go <110314400+Yefori-Go@users.noreply.github.com>
2022-10-04 20:57:49 +08:00
af58465477
feat: add C++14 and C++17 support 2022-09-18 10:54:13 +08:00
dcea523cfc
chore(judger): drop java support 2022-03-16 21:12:09 +08:00
8ce32618b6
fix(judger): python 2022-03-16 20:43:41 +08:00
Masco Skray
a642895253 style(judger,web): do not specify minor version to Python2
Python 2 is Python 2, Python 2.7 is also Python 2.
So why Python 2.7 is Python 2.7?
Make things tidy.
2019-06-28 16:40:41 +08:00
Masco Skray
d030c261b2 feat(judger,web): drop Java7, add Java11 with OpenJDK
Java 7 is now out of support. A large number of people use Java 8.
As the latest Java LTS version, now add support for Java 11.
Due to the policies from Oracle, SunJDK is replaced.
2019-06-28 16:00:40 +08:00
Masco Skray
96d4a3ecf7 style(judger,web): move code out from subfolder "1"
Due to historical reasons, the code is in subfolder "1".
With SVN removal, we place the code back and remove the annoying "1" folder.
2019-06-14 23:34:41 +08:00