给出abd 4 5int m,n;char s[100]可以scanf("%s %d %d")吗一行里有字符串 数字 空格如何输入![
scanf("%s %d %d",&s,&m,&n);
scanf("%s %d %d",s,&m,&n);输入字符串不用&