Finding creative ways to compress USACO problem statements
// include this file at the top of every source file #pragma once #include <bits/stdc++.h> using namespace std;