0_0_29162426_11494.cpp: In function 'int main()':
0_0_29162426_11494.cpp:51:18: error: overloaded function with no contextual type information
if (i>temp) max=i;
^
0_0_29162426_11494.cpp:52:11: error: overloaded function with no contextual type information
else max=temp;
^
0_0_29162426_11494.cpp:54:15: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<='
for (i=2;i<=max;i+=2)
^
|