C++基本知识 —————————— C++基本框架 例1 Hello World #include <iostream> using namespace std; int main(){ cout<<"!!!Hello World!!!I'm"<<18<<"today"<<endl;