输入若干个字符串(最多10个),求出每个字符串的长度,并打印最长字符串的内容。以“stop”作为输入的最后一个字符串。 #include <stdio.h> #include <string.h> int main() { int i,max=0,num=0; char