
提问人:网友13***556
发布时间:2022年4月22日 20:32
[填空题]
int a=3,b=4,c=5,d=6,m=2,n=2;
(m=a
printf("m=%d,n=%d\n",m,n);
请写出输出结果:m=______________,n=____________

