USACO Bronze 2015 December - Speeding

Author: Jesse Choe

Official Analysis

C++

C++ Implementation

1// Created by Jesse Choe - Bronze Template
2
3#include <bits/stdc++.h>
4using namespace std;
5
6// Type aliases
7
8using ll = long long;
9using str = string;
10using vi = vector<int>;

Give Us Feedback on USACO Bronze 2015 December - Speeding!

Join the Discussion!

Feel free to voice your thoughts in the comments section.