Revision history of "Connected Component, 2-SAT"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:25, 22 March 2018Ultmaster talk contribs 1,539 bytes +1,539 Created page with "<syntaxhighlight lang='cpp'> #include <bits/stdc++.h> using namespace std; #define fi first #define se second typedef long long LL; typedef pair<int, int> P; typedef double ld..."