#includeint main(){ int a,b,c[10]; scanf("%s %d",c,&b); printf("%s %d",c,b); return 0;}
****
c是int数组,不能用%s格式输入的。%s格式用来输入字符串的