0_0_20452057_8798.cpp: In function 'int main()':
0_0_20452057_8798.cpp:14:37: error: 'memset' was not declared in this scope
memset(count,0,sizeof(count));
^
0_0_20452057_8798.cpp:21:38: error: 'strcmp' was not declared in this scope
if(strcmp(temp,str[j])==0)
^
0_0_20452057_8798.cpp:35:5: error: 'cnt' was not declared in this scope
cnt=i;
^
|