Table of Contents
Edit on GithubPOI - Frog
Author: Benjamin Qi
1#include <bits/stdc++.h>2#include <ext/pb_ds/tree_policy.hpp>3#include <ext/pb_ds/assoc_container.hpp>45using namespace std;6using namespace __gnu_pbds;78typedef long long ll;9typedef vector<int> vi;10typedef pair<int, int> pii;
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!