摘要: 01 基本框架 #include<iostream> using namespace std; int main() { system("pause"); return 0; } 02 注释(养成写清注释的习惯) (a)单行注释——// (b)多行注释——/* */ 03 注意事项 (a)每一个工程 阅读全文
posted @ 2021-09-28 11:15 下山道士又出家 阅读(33) 评论(0) 推荐(0)