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