Problem related to CS2023_GYM problem

Problem Link: CS2023_GYM Problem - CodeChef

The problem statement is kind of confusing as the strict majority is not defined and the output test cases are wrong.
Consider the example in which we have n = 5 and m = 100 than the output for the program should be 24 but the test cases set in the program the output is coming 51 which is wrong because 24 is the proper majority figure which should be attain by an candidate to win the election.