#44914: 無須輸出的簡單題目


yp11351135@yphs.tp.edu.tw (803-30莊承昊)


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