#39555: 新手入門題


yp11251123@yphs.tp.edu.tw (704-39黃楷博)


#include<iostream>
using namespace std;
int main()
{
    cout<<"hello world!"<<endl;
    return 0;
}