返回列表 發帖
本帖最後由 洪榮辰 於 2024-5-25 15:26 編輯

#include<iostream>
#include<cstdlib>
using namespace std;

int main(){

    cout<<"Hello word"<<endl;
    system("pause");
    return 0;
}

TOP

返回列表