通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
若有以下定义和语句:
char s1[10]="abcd!", *s2="n123\\"; printf("%d%d\n", strlen(s1), strlen(s2));
则输出结果是()。