06 2020 档案

摘要:变量的例子 #include<iostream> using namespace std; int main(){ int a = 10; //打印出a=10 cout << "a="<<a<<endl; system("pause"); return 0; } 3常量的例子 /* 3.1宏常量 # 阅读全文
posted @ 2020-06-11 19:09 胖豆芽 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-11 15:00 胖豆芽 阅读(118) 评论(0) 推荐(0) 编辑