0_0_28564860_14779.cpp: In function 'int main()':
0_0_28564860_14779.cpp:173:30: error: 'strcmp' was not declared in this scope
if (strcmp(str, "</html>") != 0)
^
0_0_28564860_14779.cpp:203:28: error: 'strcmp' was not declared in this scope
if (strcmp(str, "</html>") == 0)
^
|