注意:此页面搜索的是所有试题
写出下列程序的功能。 clear p=1 input"输入n的值” to n for i=1 to n p=p*i endfor ?p

参考答案