#41178: _iii


yp11351013@yphs.tp.edu.tw (702-20王昱斌)


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