0_0_19559455_30540.cpp: In function 'int main()':
0_0_19559455_30540.cpp:14:29: error: 'memset' was not declared in this scope
memset(tag, 0, sizeof(tag));
^
0_0_19559455_30540.cpp:15:27: error: 'strlen' was not declared in this scope
int length = strlen(word),stack = 0,flag = 0,mflag=0;
^
0_0_19559455_30540.cpp:20:5: error: 'mflag' was not declared in this scope
mflag ++;
^
0_0_19559455_30540.cpp:45:29: error: 'stack' was not declared in this scope
if (!strcmp(tmp1, tag[stack-1]))
^
0_0_19559455_30540.cpp:45:37: error: 'strcmp' was not declared in this scope
if (!strcmp(tmp1, tag[stack-1]))
^
0_0_19559455_30540.cpp:66:18: error: 'stack' was not declared in this scope
strcpy(tag[stack], tmp);
^
0_0_19559455_30540.cpp:66:29: error: 'strcpy' was not declared in this scope
strcpy(tag[stack], tmp);
^
0_0_19559455_30540.cpp:78:10: error: 'mflag' was not declared in this scope
if (!mflag)
^
0_0_19559455_30540.cpp:79:6: error: 'flag' was not declared in this scope
flag = 1;
^
0_0_19559455_30540.cpp:90:10: error: 'flag' was not declared in this scope
else flag ++;
^
0_0_19559455_30540.cpp:94:8: error: 'flag' was not declared in this scope
if (!flag && !stack && !mflag)
^
0_0_19559455_30540.cpp:94:17: error: 'stack' was not declared in this scope
if (!flag && !stack && !mflag)
^
0_0_19559455_30540.cpp:94:27: error: 'mflag' was not declared in this scope
if (!flag && !stack && !mflag)
^
|