0_0_16210889_25185.cpp: In function 'int main()':
0_0_16210889_25185.cpp:12:21: error: 'strcmp' was not declared in this scope
if(strcmp(a,"<br>")==0)
^
0_0_16210889_25185.cpp:21:21: error: 'strcmp' was not declared in this scope
if(strcmp(a,"<hr>")==0)
^
0_0_16210889_25185.cpp:36:19: error: 'strlen' was not declared in this scope
int len=strlen(a);
^
|