单项选择题下列判断正确的是( )。
单项选择题若执行下列程序时从键盘上输入2,则输出结果是( )。#inClude<Stdio.h>main(){ int a;scanf( %d ,&a);if(a++<3) printf( %d n ,a);elseprintf( %d n ,a--);}