未知题型

下面程序段的输出结果为【1】. char s1[30]="SHANGHAI",s2[30]="JINAN"; printf("%d",strcmp(strcpy(s1,s2),s2));

【参考答案】

【1】0