#!/usr/bin/env bash

year=$1
day=$2

g++ -o $year/$day/problem $year/$day/problem.cpp && time ./$year/$day/problem