//我只能說這題太簡單,不會的...就別寫程式..#include<iostream> //123是基本格式 using namespace std; int main() { cout<<"hello, world"; //cout表輸出 }