Problem Link: BOWLERS Problem - CodeChef
Feedback
The 1st test case given here is wrong
The test case should be
1 2 3 1
and not
1 2 3 2
since there is no proper algorithm for that.
meanwhile both are correct but the sequence of player is important for long runs
even the submission for 1 2 3 1 is getting accepted rather than that of 1 2 3 2