c30

2019-04-15 16:45发布

设计一个函数,用来判断一个整数是否为素数。 #include int judge(int x) { int i,flag=0; for(i=2;i