填写以下程序,使其输出"Hello World!",横线处应填写
#include<iostream> using namespace std; int main() { _____<< "Hello, world!" << endl; return 0; }
cin
cout
std::cin
std::cout