#33988: hello c++


yp11151151@yphs.tp.edu.tw (908-37陳祈佑)


#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"hello, world";
    return 0;
}