gauss 的 站内主页
此程序能编译,但连接不成功。请高手指点:
#include<iostream.h>#include<math.h>main(){ bool p,q; int i,j,prime=0; p=true; for(i=5;i<100;i+=2){ for(j=2;j<sqrt(i);j++) &....
Read More >