0_0_16977874_3331.cpp: In function 'int change(char*)':
0_0_16977874_3331.cpp:7:19: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"B]"))
^
0_0_16977874_3331.cpp:9:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"KB]"))
^
0_0_16977874_3331.cpp:11:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"MB]"))
^
0_0_16977874_3331.cpp:13:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"GB]"))
^
0_0_16977874_3331.cpp:15:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"TB]"))
^
0_0_16977874_3331.cpp:17:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"PB]"))
^
0_0_16977874_3331.cpp:19:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"EB]"))
^
0_0_16977874_3331.cpp:21:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"ZB]"))
^
0_0_16977874_3331.cpp:23:20: error: 'strcmp' was not declared in this scope
if(!strcmp(a,"YB]"))
^
|