枪打出头鸟,还是放弃了吧?

来源:互联网 发布:unity3d maya 编辑:程序博客网 时间:2024/05/01 05:26
枪打出头鸟,还是放弃了吧?
 #include <iostream>
#include "student.h"
using namespace std;
int main()
{
        student Christopher("胡xx",18,“江门");
        Christopher.speak(" 自我介绍之类的发言,thanks");
        Christopher.bow();
        return 0;
}

 
我想在开学的自我介绍,在黑板上写上这的。。。。

原创粉丝点击