#!/usr/bin/env bash

year=$1
day=$2

gfortran -o $year/$day/problem $year/$day/problem.f90 && time ./$year/$day/problem