以下代码中包含错误。请指出所有有错误的代码行数 class S { int x = 7; std::string s{"Hello"}; public: S() { } void S(int x) { this->x = x; } };

A.6 B.3 C.5 D.7

时间:2024-05-07 14:54:16

相似题目