0_0_17865959_16599.cpp: In function 'int main()':
0_0_17865959_16599.cpp:48:18: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
if(a>max)max=a;
^
0_0_17865959_16599.cpp:48:25: error: overloaded function with no contextual type information
if(a>max)max=a;
^
0_0_17865959_16599.cpp:49:9: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
if(b>max)max=b;
^
0_0_17865959_16599.cpp:49:16: error: overloaded function with no contextual type information
if(b>max)max=b;
^
|