You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,24 +16,24 @@
16
16
- A library interface `libtioj` that can be used independently
17
17
- A time multiplier to compensate speed difference of multiple judge clients
18
18
- Support some basic judging modes (such as floating-point compare, strict compare and white-diff compare) without the need of user-provided special judge program
19
+
- An option to skip testdata once any of the testdata in the group got non-AC
19
20
20
21
## Judge Server
21
22
22
-
### Dependency packages
23
-
On Ubuntu 22.04, you can use the following command to install dependencies.
23
+
### Prerequisites
24
+
25
+
On Ubuntu 22.04, you can use the following command to install the dependencies.
0 commit comments