This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
USACO-Demo/lineup.cpp
2020-07-25 15:17:26 -05:00

6 lines
68 B
C++

#include <bits/stdc++.h>
using namespace std;
int main() {
}