摘要: 1.给出start与end; 2.有数i,遍历start~end中的素数; 3.输出; #include <iostream>#include<cmath> using namespace std; int main(void){ int m,n; int flag; printf("请输入star 阅读全文
posted @ 2023-05-26 17:12 The-rich 阅读(14) 评论(0) 推荐(0)