0_0_29075598_24992.cpp:5:21: error: expected unqualified-id before '<' token
using namespace std;<br><br>int rec[1000005];
^
0_0_29075598_24992.cpp: In function 'int main()':
0_0_29075598_24992.cpp:32:9: error: 'rec' was not declared in this scope
rec[i]= cnt;
^
0_0_29075598_24992.cpp:45:22: error: 'rec' was not declared in this scope
if( max< rec[i] )
^
|