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 d63dc3c commit b19d373Copy full SHA for b19d373
graph.cxx
@@ -1,4 +1,4 @@
1
-#include <bits/stdc++.h>
+#include <algorithm>
2
3
#include "graph.hxx"
4
#include "dsu.hxx"
main.cxx
@@ -1,4 +1,6 @@
+#include <cassert>
+#include <cstdio>
+#include <iostream>
5
6
0 commit comments