摘要: Trying to code a program to find PRIMES in a complex way: #include <iostream> #include <cmath> using namespace std; int prime(int x) {//if a is prime, 阅读全文
posted @ 2020-11-25 18:58 VVEN2014 阅读(52) 评论(0) 推荐(0)