单项选择题下列程序的运行结果为( )。#include<iostream.h>void main( ){int a=2;int b=a+1;cout << a b << endl;}
单项选择题设变量已正确定义,则以下能正确计算 f=n!的程序段是______。