设计一个程序,求大于100的30个素数,要求按每行5个素数的方式输出
设计一个程序,求大于100的30个素数,要求按每行5个素数的方式输出
日期:2015-06-14 16:59:54 人气:1
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
public static bool sushu(int x)
{
bool flag = false ;