写一篇蔡徐坤跳舞的C++程序
#include
class CaiXuKun { public: void dance() { cout << "蔡徐坤开始跳舞了!" << endl; // 在这里编写蔡徐坤跳舞的动作 cout << "蔡徐坤跳舞结束了。" << endl; } };
int main() { CaiXuKun cxk; cxk.dance();
return 0;
}
原文地址: https://www.cveoy.top/t/topic/iPnU 著作权归作者所有。请勿转载和采集!