static int clockTimeToMinutes(int hour, int minute) { ret hour*60+minute; }