#!/usr/bin/env bash

year=$1
day=$2

javac $year/$day/Problem.java && cd $year/$day && time java Problem