#45368: c++ 我的第一個程式


yp11351268@yphs.tp.edu.tw (709-45謝定澄)

學校 : 不指定學校
編號 : 276261
來源 : [203.72.178.1]
最後登入時間 :
2024-08-08 13:32:49
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2025-02-20 15:36

// 我的第一個c++ 程式 
#include <iostream>
using namespace std;
int main()
{
cout << "hello world" << endl;
return 0;
 
}
 
ZeroJudge Forum