如何编写C++代码用调用方式 求出200以内所用素数及其个数?
如何编写C++代码用调用方式 求出200以内所用素数及其个数?
日期:2021-05-29 08:12:10 人气:1
#include <iostream>
#include <list>
using namespace std;
void prime(list<int>& p, int n, int max)
{
if (n >&nb
如何编写C++代码用调用方式 求出200以内所用素数及其个数?
#include <iostream>
#include <list>
using namespace std;
void prime(list<int>& p, int n, int max)
{
if (n >&nb