摘要: 1 #include<stdio.h> 2 #include<math.h> 3 4 int prime(int p); 5 void Goldbach(int n); 6 7 int main() 8 { 9 int m, n, i, cnt; 10 11 scanf_s("%d %d", &m, 阅读全文
posted @ 2019-06-04 09:02 jason2018 阅读(1927) 评论(0) 推荐(0) 编辑