单项选择题有下列程序段: int n,t=1,s=0; scanf( %d ,&n); dos=s+t;t=t-2;while(t!=n); 为使此程序段不陷入死循环,从键盘输入的数据应该是( )。
单项选择题语句int(*ptr)()的含义是( )。