2018年12月30日

摘要: 程序结构: #include <iostream>using namespace std; // main() 是程序开始执行的地方 int main(){ cout << "Hello World"; // 输出 Hello World return 0;} g++ xxx.cpp 编译 分号语句 阅读全文
posted @ 2018-12-30 14:53 时空光年 阅读(142) 评论(0) 推荐(0) 编辑

导航