0_0_32692931_17860.cpp: In function 'int main()':
0_0_32692931_17860.cpp:14:21: error: 'strcmp' was not declared in this scope
if(strcmp(a,"<hr>")==0)
^
0_0_32692931_17860.cpp:37:20: error: 'strlen' was not declared in this scope
if((num+strlen(a)+1)>80)
^
|