-
Notifications
You must be signed in to change notification settings - Fork 2
eatingout
bradendubois edited this page Oct 7, 2021
·
8 revisions
ID: eatingout
Difficulty: 3.1
CPU Time: 1 second
Memory: 1024 MB
Any item can be picked by at most 2 people; it is impossible
if there must be some item picked by a, b, and c. In the worst case, this would be that every item has been picked exactly twice: 2m. Therefore, so long as a + b + c is at most 2m, then it is possible for the items picked to be such that no item was picked by all 3 people.