0_0_14563037_14399.cpp: In function 'int main()':
0_0_14563037_14399.cpp:40:65: error: 'strcmp' was not declared in this scope
while(scanf("%d%s",&target,str)!=EOF&&(target||strcmp(str,"END")!=0))
^
0_0_14563037_14399.cpp:42:15: error: 'strlen' was not declared in this scope
l=strlen(str);
^
|