compression-project

Finding creative ways to compress USACO problem statements

  1. 1
  2. 2
  3. 3
  4. 4
// include this file at the top of every source file

#pragma once
#include <bits/stdc++.h>
using namespace std;