#Lutece0181. Milking Cows
Milking Cows
Migrated from Lutece 181 Milking Cows
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
Three farmers rise at am each morning and head for the barn to milk three cows. The first farmer begins milking his cow at time (measured in seconds after am) and ends at time . The second farmer begins at time and ends at time . The third farmer begins at time and ends at time . The longest continuous time during which at least one farmer was milking a cow was seconds (from to ). The longest time no milking was done, between the beginning and the ending of all milking, was seconds ( minus ).
Your job is to write a program that will examine a list of beginning and ending times for () farmers milking cows and compute (in seconds):
- The longest time interval at least one cow was milked.
- The longest time interval (after milking starts) during which no cows were being milked.
Input
Line : The single integer
Lines : Two non-negative integers less than , the starting and ending time in seconds after 05:00
Output
A single line with two integers that represent the longest continuous time of milking and the longest idle time.
Samples
3
300 1000
700 1200
1500 2100
900 300
Resources
USACO TRAINING selected by rectaflex