摘要: 这是第五天的记录。 1 #include <iostream> 2 3 using namespace std; 4 5 class Student 6 { 7 private: 8 string name; 9 int age; 10 static int amount; 11 public: 1 阅读全文
posted @ 2022-05-08 17:03 Z_He 阅读(29) 评论(0) 推荐(0) 编辑