单项选择题下列叙述中正确的是( )。
单项选择题两次运行下列的程序,如果从键盘上分别输入3和1,则输出结果是( )。main(){ int x; scanf( %d ,&x); if(x++>2)printf( %d ,x); else printf( %d n ,x-);}