這題應該是最沒有難度的題目
#include <iostream>
using namespace std;
int main()
{ cout << "hello, world";
return 0;
}