摘要: #include<iostream> //入门头文件 int main() { //程序入口函数 std::cout<<"Hello world"<<std::endl; //打印"Hello world" return 0; // 返回 } 阅读全文
posted @ 2020-09-17 06:04 小白银 阅读(39) 评论(0) 推荐(0)