问题 填空题

以下程序运行后输出的结果是______。
#include <stdio.h>
main()
int x=20;
printf("%d",0<x<20);
pnntf("%d",0<x&&x<20);

答案

参考答案:J

解答题
判断题