返回列表 發帖
回復 1# 方浩葦
#include <iostream>
#include <cstdlib>
using namespace std;

int main(){

    cout <<"hello world"<<endl;
    system("pause");
    return 0;
}

TOP

返回列表