Skip to content

Instantly share code, notes, and snippets.

@gvnee
gvnee / barn1.cpp
Created April 14, 2023 08:03
best solution for USACO Barn repair
/*
ID: -------
PROG: barn1
LANG: C++
*/
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define pb push_back