0_0_25246343_14982.cpp: In function 'int main()':
0_0_25246343_14982.cpp:53:28: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
if(b[i][j]>max)
^
0_0_25246343_14982.cpp:55:25: error: overloaded function with no contextual type information
max = b[i][j];
^
0_0_25246343_14982.cpp:56:21: error: 'h' was not declared in this scope
h = i;
^
0_0_25246343_14982.cpp:57:21: error: 'l' was not declared in this scope
l = j;
^
0_0_25246343_14982.cpp:61:11: error: 'h' was not declared in this scope
cout << h << ends << l << ends << max << endl;
^
0_0_25246343_14982.cpp:61:24: error: 'l' was not declared in this scope
cout << h << ends << l << ends << max << endl;
^
0_0_25246343_14982.cpp: At global scope:
0_0_25246343_14982.cpp:63:2: error: expected unqualified-id before 'return'
return 0;
^
0_0_25246343_14982.cpp:64:1: error: expected declaration before '}' token
}
^
|