评测信息

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