2017-03-17 • 于 阅读 Hello World 1234567#include <iostream>using namespace std;int main(){ cout<<"Hello World!"; return 0;}