File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
tests/library_checker_aizu_tests/graphs Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11#define PROBLEM " https://judge.yosupo.jp/problem/incremental_scc"
2- #include " ../../../library/graphs/strongly_connected_components/offline_incremental_scc .hpp"
2+ #include " ../template .hpp"
33
4+ #include " ../../../library/graphs/strongly_connected_components/offline_incremental_scc.hpp"
45#include " ../../../kactl/content/data-structures/UnionFind.h"
56#include " ../../../library/math/mod_int.hpp"
6- # include " ../template.hpp "
7+
78int main () {
89 cin.tie (0 )->sync_with_stdio (0 );
910 int n, m;
Original file line number Diff line number Diff line change 11#define PROBLEM \
22 " https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=GRL_3_C"
3- #include " ../template .hpp"
3+ #include " ../../../library/graphs/strongly_connected_components/add_edges_strongly_connected .hpp"
44#include " ../scc_asserts.hpp"
5- #include " ../../../library/graphs/scc/add_edges_strongly_connected .hpp"
5+ #include " ../template .hpp"
66int main () {
77 cin.tie (0 )->sync_with_stdio (0 );
88 int n, m;
You can’t perform that action at this time.
0 commit comments