0_0_34204119_13019.cpp: In function 'int main()':
0_0_34204119_13019.cpp:20:26: error: too many arguments to function 'char* strcpy(char*, const char*)'
strcpy(ch,c[0] + i, j);
^
In file included from 0_0_34204119_13019.cpp:3:0:
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);
^
|