0_0_37377253_26869.cpp: In function 'int main()':
0_0_37377253_26869.cpp:133:36: error: 'strcpy' was not declared in this scope
strcpy(patten, s[i]);
^
0_0_37377253_26869.cpp:136:30: error: 'strcpy' was not declared in this scope
strcpy(text, s[k]);
^
|