import Calendar.*; class Main { public static void main(String[] args) { Day d1 = new Day(2016, 1, 1); System.out.println(d1); } }