评测信息

运行ID: 10396
src.c:10:7: error: conflicting types for 'cpy'
void cpy(char a[80],char c[80])
^
src.c:3:7: note: previous declaration of 'cpy' was here
{int cpy(char a[],char[]);
^