0_0_30414642_26201.cpp: In function 'int main(int, const char**)':
0_0_30414642_26201.cpp:28:10: error: 'maxIndexI' was not declared in this scope
cout << maxIndexI << " " << maxIndexJ << " " << max << endl;
^
0_0_30414642_26201.cpp:28:30: error: 'maxIndexJ' was not declared in this scope
cout << maxIndexI << " " << maxIndexJ << " " << max << endl;
^
|