返回列表 發帖
本帖最後由 張閎鈞 於 2017-2-3 14:18 編輯

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    cout<<"hello!"<<endl;
    system("pause");
    return 0;
}
[code][/code]

TOP

返回列表