#41177: __答案


yp11351100@yphs.tp.edu.tw (801-28胡可岳)


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