CCC 2016 - Phonomenal Reviews

Author: Óscar Garries


Official Editorial

C++

Implementation

#include <bits/stdc++.h>
using namespace std;
const int MX = 1e5 + 5;
vector<int> g[MX];
int depth[MX];
bool use[MX];
int n, m, sol, node, mini, nodes;

Join the USACO Forum!

Stuck on a problem, or don't understand a module? Join the USACO Forum and get help from other competitive programmers!