struct date { int day, month, year; }; struct time { int hour, minute; }; struct speeding { char *plate; double speed; struct date d; struct time t; };