评测信息

运行ID: 3111
src.c:18:6: error: conflicting types for 'str'
char str(char a[20], char b[20])
^
src.c:5:6: note: previous declaration of 'str' was here
int str(char a[20], char b[20]);
^