what is the error in the comp comparator defined in the code https://ide.codingblocks.com/s/104408
Biggest Number (Problem in Comparator defined)
@gauravrai628 hey Gaurav print the size of the sz(qb) you will find it is showing as 0 this affect your decision statement so rebuilt your logic of this problem. and dry run your code again with respect of sz(qb)
got that !!!comparator was defined correctly just by mistake i had written qa.push_back() instead qb.push_back()…