题目内容:
写出下列程序的功能。 clear input”输入一一个数”to x for i=2 to x-1 if mod(x, i)<>0 loop else exit
参考答案: