2015年4月10日
摘要: 1 #include 2 using namespace std; 3 int Largest(int list[], int length); // list[]:求最大值的函数, 4 int main() 5 { 6 int list[100]; //长度为100的数组 7 ... 阅读全文
posted @ 2015-04-10 09:32 H_Albert 阅读(140) 评论(0) 推荐(0)