Write a C++ program in which the Time lesson is implemented, the objects of which represent time. Time is given in hour (0 to 23) և minute (0 to 59) fields. The program should receive information about N time at the entrance, hours և minutes, then it should display the 2 times closest to noon. The time that comes earlier in the day should be displayed first. Input data
3
10 25
9 10
14 25
Result of work
10 25
14 25