0_0_23860863_308.cpp: In function 'int main()':
0_0_23860863_308.cpp:6:20: error: wrong type argument to bit-complement
while(~gets(str))
^
0_0_23860863_308.cpp:11:35: error: 'strcmp' was not declared in this scope
printf(strcmp(temp,str)==0?"YES\n":"NO\n");
^
|