首页 > 其它 > 题目详情

请编写函数fun,其功能是:计算并输出3到n之间(含3和n)所有素数的平方根之和.为何这样是对的#include#includedoublefun(intn){inti,j;doubles=0;for

本题链接: