题目内容
写出程序运行结果:_________#include #include using namespace std; class str {private: char *st; public: str(char *a) {set(a); } str & operator=(str &a) {delete st;set(a.st);return *this; } void show() {cout<
查看答案
搜索结果不匹配?点我反馈
更多问题