摘要: #include <iostream> #include <vector> using namespace std; class Light { public: void on() { cout << "灯亮了" << endl; } void off() { cout << "灯灭了" << en 阅读全文
posted @ 2023-12-20 15:44 泽良_小涛 阅读(2) 评论(0) 推荐(0) 编辑