Commit Graph

6 Commits

Author SHA1 Message Date
74127afe25
feat(judger): add "x bytes omitted" info
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-29 18:40:28 +08:00
nekko
f12b3cf84e
feat(judger): support non-integer time limit (#15)
All checks were successful
continuous-integration/drone/push Build is passing
本 Pull Request 通过将时间限制解析为浮点数的方式,实现了对非整数时间限制的支持。

---

ref: https://github.com/vfleaking/uoj/pull/100
2022-11-30 20:40:56 +08:00
5ce6490efb
Revert "chore(judger): use stoi() to convert string to int"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 722d8eb479.
2022-11-09 17:04:01 +08:00
1e63154574
feat(judger): support non-integer time limit 2022-11-08 07:06:49 +08:00
722d8eb479
chore(judger): use stoi() to convert string to int 2022-11-07 07:49:40 +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