0_0_35053438_2406.cpp: In function 'int main()':
0_0_35053438_2406.cpp:61:33: error: 'strcmp' was not declared in this scope
if(strcmp(temp,"END")==0)
^
0_0_35053438_2406.cpp:63:35: error: 'strcmp' was not declared in this scope
if(strcmp(temp,"START")!=0)
^
0_0_35053438_2406.cpp:77:33: error: 'strcmp' was not declared in this scope
if(strcmp(temp,"END")==0)
^
0_0_35053438_2406.cpp:79:35: error: 'strcmp' was not declared in this scope
if(strcmp(temp,"START")!=0)
^
0_0_35053438_2406.cpp:89:27: error: 'strcmp' was not declared in this scope
if(strcmp(user,ans)==0)
^
|