填空题
以下程序运行后的输出结果是______。
void main()
int p=30;
printf("%d/n",(p/3>0 ?p/10:p% ));
1、
【正确答案】
1、3
【答案解析】
提交答案
关闭