填空题
若有程序
main()
{ int i,j;
scanf("i=/%d,j=/%d",&i,&j);
printf("i=/%d,j=/%d\n",i,j);
}
要求给i赋10,给j赋20,则应该从键盘输入
1
。
1、
【正确答案】
1、i=10,j=20
【答案解析】
提交答案
关闭