跳到主要内容

C++ 序章


编写程序

#include <iostream>

int main(int argc, char *argv[]) {
std::cout << "Hello World!" << std::endl;
}