Skip to content

Commit 8ac1594

Browse files
committed
add luogu
1 parent 0203108 commit 8ac1594

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/oj/OJ.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ object FOJ : OJ() {
9393
}
9494
}
9595

96+
object LuoGu : OJ() {
97+
override fun go() {
98+
multiThreadGo(25, "LuoGu", "http://www.luogu.org/problem/show?pid=")
99+
}
100+
}
101+
96102

97103

98104

0 commit comments

Comments
 (0)