#include #include using namespace std; int main() { // 整数と文字列を空白で区切って、標準出力に書き出す。 cout << "Hello World!" << endl; return 0; }