【点击查看视频讲解:1000 Hello World! 】
【参考程序】
#include<iostream> using namespace std; int main(){ cout<<"hello"; return 0; }