We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972b9e7 commit 3226e14Copy full SHA for 3226e14
tool/oj_test/src/main.rs
@@ -11,7 +11,7 @@ fn main() -> Result<()> {
11
for entry in glob("**/examples/*.rs")? {
12
let path = entry?;
13
// oj download に失敗するのでスキップ
14
- if path.ends_with("scc.rs") || path.ends_with("cycle_detection.rs") {
+ if path.ends_with("cycle_detection.rs") {
15
continue;
16
}
17
solvers.push(ProblemSolver::new(path.as_path()));
0 commit comments