Table of Contents
Edit on GithubUSACO Silver 2017 January - Cow Dance Show
Author: Óscar Garries
C++
Time Complexity:
1#include <bits/stdc++.h>23using namespace std;45int main () {6 freopen("cowdance.in", "r", stdin);7 freopen("cowdance.out", "w", stdout);89 int n, t;10 cin >> n >> t;
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!