返回列表 發帖
#include<iostream>
using namespace std;
int main()
{
    cout<<" 這 是 我 的 第 2 個 程 式 ! ! "<<endl<<endl;
    system("pause");
    return 0;
}

TOP

返回列表