主观

#include<stdio.h>

struct mine{int qa,qb,qc;};

main()

{struct mine s[2]={{1,2,3},{4,5,6}};

int answer;

answer=s[0].qa%s[1].qb;

printf("%d\n",answer);

}

程序运行结果是:______

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服