Board logo

標題: [隨堂測驗] C++ 基本程式架構 [打印本頁]

作者: 方浩葦    時間: 2024-5-24 18:54     標題: [隨堂測驗] C++ 基本程式架構

請將成果回覆底下
作者: 劉奕劭    時間: 2024-5-25 15:18

回復 1# 方浩葦
#include <iostream>
#include <cstdlib>
using namespace std;

int main(){

    cout <<"hello world"<<endl;
    system("pause");
    return 0;
}
作者: 洪榮辰    時間: 2024-5-25 15:23

本帖最後由 洪榮辰 於 2024-5-25 15:26 編輯

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

int main(){

    cout<<"Hello word"<<endl;
    system("pause");
    return 0;
}
作者: 林少謙    時間: 2024-5-25 15:27

#include <iostream>
#include <cstdlib>
using namespace std;
int main(){
    cout<<"Hello world"<<endl;
    system("pause");
    return 0;
}




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2