Implementation
Time Complexity:
#include <algorithm>#include <iostream>#include <string>#include <vector>using std::cout;using std::endl;using std::vector;int main() {
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!