You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bradendubois edited this page Nov 8, 2021
·
7 revisions
Left Beehind
ID: leftbeehind
Difficulty: 1.7
CPU Time: 1 second
Memory: 1024 MB
Solution
For this, one can just enumerate the cases regarding x and y for each line (x > y, x == y, x < y), but handle the special case where x == ybefore all the others.