0_0_35511201_23546.cpp: In function 'int main()':
0_0_35511201_23546.cpp:62:42: error: 'strcmp' was not declared in this scope
while(scanf("%s", str)&&strcmp(str,"END")!=0){
^
0_0_35511201_23546.cpp:64:19: error: 'strlen' was not declared in this scope
len = strlen(str);
^
|