摘要: 示例一:HelloWorld 1.1 代码 /*hello_world.cpp*/ #include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; } 1.2 编译 1. 阅读全文
posted @ 2023-01-31 19:33 梦一场6688 阅读(165) 评论(0) 推荐(0)