#include <iostream>
using namespace std;

int main()
{
    std::cout << "Hello, World!" << std::endl;
}

名前空間std::が必要な今日この頃.