摘要: 1 #include<iostream> 2 using namespace std; 3 class zhong 4 { 5 private: 6 int shi; 7 int fen; 8 int miao; 9 public: 10 zhong operator++() 11 { 12 mia 阅读全文
posted @ 2023-05-11 21:47 Code13 阅读(30) 评论(0) 推荐(0) 编辑