返回列表 發帖
#include<iostream>        //引入 <基本輸入輸出> 標頭檔 in & out stream
#include<cstdlib>         
using namespace std;
int main()
{
    cout<<"fox is fool"<<endl;
    system("pause");
    return 0;
}

TOP

返回列表