0_0_21019413_2709.cpp: In function 'bool GetNext(char*, int&, char*)':
0_0_21019413_2709.cpp:54:21: error: 'strlen' was not declared in this scope
int len = strlen(STR);
^
0_0_21019413_2709.cpp: In function 'void GetTrueStr(char*)':
0_0_21019413_2709.cpp:102:21: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_21019413_2709.cpp: In function 'int main()':
0_0_21019413_2709.cpp:133:42: error: 'memset' was not declared in this scope
memset(OperStack, 0, sizeof(OperStack));
^
0_0_21019413_2709.cpp:141:20: error: 'strlen' was not declared in this scope
len = strlen(STR);
^
0_0_21019413_2709.cpp:173:37: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_21019413_2709.cpp:183:37: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_21019413_2709.cpp:210:36: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_21019413_2709.cpp:238:36: error: 'strcpy' was not declared in this scope
strcpy(&PutToNumStack[1], ans);
^
0_0_21019413_2709.cpp:240:32: error: 'strcpy' was not declared in this scope
strcpy(PutToNumStack, ans);
^
0_0_21019413_2709.cpp:242:46: error: 'strcpy' was not declared in this scope
strcpy(NumStack[NumTop++], PutToNumStack);
^
0_0_21019413_2709.cpp:246:32: error: 'strcpy' was not declared in this scope
strcpy(a, NumStack[--NumTop]);
^
|