USACO Bronze 2018 January - Lifeguards

Author: Danh Ta Chi Thanh

Official Analysis (Java)

C++

Implementation

#include <iostream>
#include <cstdio>
#include <algorithm>
#include <vector>
#include <utility>
using namespace std;
#define start first
#define end second

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!