Sort game problem (working for sample input)

Link to problem : https://online.codingblocks.com/player/10239/content/4724
Link to code : https://ide.codingblocks.com/s/43956

The code is working fine for sample input but test cases are not passing.

Hey Shubham, just a small mistake in line 31 use if(emp[i].second >= min_salary ) instead of if(emp[i].second > min_salary ).