Skip to content

Commit acac5a6

Browse files
committed
fix
1 parent 30f9777 commit acac5a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/library_checker_aizu_tests/graphs/strongly_connected_components_lib_checker.test.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#define PROBLEM "https://judge.yosupo.jp/problem/scc"
2+
#include "../template.hpp"
3+
24
#include "../../../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp"
35
#include "../scc_asserts.hpp"
4-
#include "../template.hpp"
6+
57
int main() {
68
cin.tie(0)->sync_with_stdio(0);
79
int n, m;

0 commit comments

Comments
 (0)