请问为什么没有办法用strlen函数啊,我明明加上了函数头math.h
if(strlen(a[j].name) < strlen(a[min].name))
首先strlen只有一个形参;其次头文件是string.h