0_0_22125630_20663.cpp: In function 'int main()':
0_0_22125630_20663.cpp:104:45: error: too many arguments to function 'char* strcpy(char*, const char*)'
strcpy(s, keyword, sizeof(s));
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:48,
from 0_0_22125630_20663.cpp:13:
GCC4.9.2/x86_64-w64-mingw32/include/string.h:51:18: note: declared here
char * __cdecl strcpy(char * __restrict__ _Dest,const char * __restrict__ _Source);
^
|