2025年11月24日

摘要: 一、基础语法 1、第一个程序(HelloWorld) 点击查看代码 #include <bits/stdc++.h> //使用万能头文件 using namespace std; //命名空间声明,避免代码中名称重复 int main() //main函数是C++中内置的启动函数,也就是程序入口 { 阅读全文
posted @ 2025-11-24 21:55 kio与 阅读(0) 评论(0) 推荐(0)