单项选择题有以下程序:main( ){ int s=0,a=1,n;scanf( %d ,&n);do{ s+=1; a=a-2; }while(a!=n);printf( %d n ,s);}若要使程序的输出值为2,则应该从键盘给n输入的值是( )。
单项选择题下列叙述中错误的是【 】。