0_0_33659006_9434.cpp: In function 'int main()':
0_0_33659006_9434.cpp:36:42: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<'
if ((*it).val >= val && (*it).val < min) s = (*it).name,flag = it,m = min(m,(*it).val);
^
|