2017年9月17日
摘要: 1、C++提供了const来定义常量const float PI=3.14159.代替C中#define PI 3.14159 2、 #include<iostream>using namespace std;void wap(int a, int b){ int temp; temp = a; a 阅读全文
posted @ 2017-09-17 16:20 奋斗的芒果ai榴莲 阅读(702) 评论(0) 推荐(0)