张国立演过的皇帝:C语言编程题

来源:百度文库 编辑:高考问答 时间:2024/05/10 17:42:48
char *p="%d,a=%d,b=%d\n";
int a=111,b=10,c;
c=a%b;
p=+3;
printf(p,c,a,d);
此程序的答案
谢谢了

a=1,b=111