0_0_21074236_27932.cpp: In function 'int main()':
0_0_21074236_27932.cpp:47:18: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
if(a>max) ppl=a;
^
0_0_21074236_27932.cpp:48:18: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
if(b>max) ppl=b;
^
|