快轉到主要內容

Hello World

目錄

簡易題敘
#

輸出 “Hello Tmt World XD!”

範例測資:

  • 輸入
//No Input
  • 輸出
Hello Tmt World XD!

概念講解
#

C++ 的程式結構 裡面的範例程式碼差不多,只要稍微把文字改一下就可以了。

範例程式碼
#

#include <bits/stdc++.h>
using namespace std;
int main() {
    cout << "Hello Tmt World XD!" << endl;
}
Piau 的筆記本
作者
Piau 的筆記本
希望我寫下來的東西能夠長久的記在我的腦中