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

TOP

返回列表