填空题

以下程序运行后的输出结果是 【9】
main()

int p=30;
printf("%d\n",(p/3>0p/10:p%3));

【参考答案】

3