#54716: c++解答


yp11451009@yphs.tp.edu.tw (711-19王敬皓)


c++
 
#include<iostream>
using namespace std;
int main(){
cout<<"hello, world"<<endl; //輸出
}