摘要: 根据某大佬的做法写的,记录一下自己的学习过程 #include<iostream> using namespace std; const int N = 1e4+10; int a,b; int p[N]; int res[N]; bool isPrime(int x){ if(x < 2) ret 阅读全文
posted @ 2021-04-21 18:18 晓尘 阅读(99) 评论(0) 推荐(0)