c++ 基础一时间:2021-08-11 21:08:08 // my first program in C++ #include <iostream.h> using namespace std; int main() { cout << “Hello World!”; return ; }