#41942: cpp AC


yp11251034@yphs.tp.edu.tw (803-38劉宇皓)


#include <iostream>
using namespace std;

int main()
{
   cout << "hello, world" << endl;
   return 0;
}