Feedback for FAIRPASS problem

Problem Link: FAIRPASS Problem - CodeChef

Feedback

If number of friends and no. of tickets are same then its obvious that all friends can go.
But in this problem if tickets are more than friends then only all friends can go to fair.
Please take a look at this problem.

@uttam_001
Because chef will include himself in the ticket count too .
So to bring N friends u must have at least N+1 tickets 1 one himself too.

1 Like