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