摘要: 1 #include <iostream> 2 #include <stdexcept> 3 4 using namespace std; 5 6 7 class Data 8 { 9 public: 10 Data(int a,int b):y(a),m(b) 11 { 12 if(b < 1 | 阅读全文
posted @ 2020-10-12 21:18 黎曼猜想 阅读(135) 评论(0) 推荐(0)