2022年1月14日
摘要: 1 #include <iostream> 2 using namespace std; 3 int main() 4 { 5 const int cInt = 3;//定义常量cInt并赋值为3 6 int oneInt = 50;//定义变量oneInt并赋值为50 7 int& ref = o 阅读全文
posted @ 2022-01-14 21:11 咫尺流云 阅读(168) 评论(0) 推荐(0)